nb/intel/broadwell: Move PCH headers to wildcatpoint

Since this used to be a SoC (no distinction between CPU/NB/SB parts),
all the headers were in a single place. Move headers about PCH things
to where they belong.

Change-Id: I296f57f5575d026ad87698e972eb9f448d54d09b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91398
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Angel Pons 2026-02-23 21:43:00 +01:00 committed by Matt DeVillier
commit 4eb0fd7bea
17 changed files with 2 additions and 0 deletions

View file

@ -47,4 +47,6 @@ bootblock-$(CONFIG_SERIALIO_UART_CONSOLE) += ../lynxpoint/uart_init.c
all-$(CONFIG_SERIALIO_UART_CONSOLE) += ../lynxpoint/uart.c
smm-$(CONFIG_SERIALIO_UART_CONSOLE) += ../lynxpoint/uart.c
CPPFLAGS_common += -Isrc/southbridge/intel/wildcatpoint/include
endif