soc/intel/broadwell: Flatten northbridge folder structure

Having folders for bootblock and romstage is no longer necessary.

Change-Id: I7d1f4063de6a1a1ff9ee7478e94f889a50102054
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46795
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2020-10-26 00:32:42 +01:00 committed by Michael Niewöhner
parent 3bd017356a
commit 1500dd081b
7 changed files with 6 additions and 7 deletions

View File

@ -1,11 +1,14 @@
ifeq ($(CONFIG_SOC_INTEL_BROADWELL),y)
subdirs-y += romstage
subdirs-y += cpu
subdirs-y += pch
bootblock-y += bootblock/systemagent.c
bootblock-y += bootblock.c
romstage-y += early_init.c
romstage-y += raminit.c
romstage-y += report_platform.c
romstage-y += romstage.c
ramstage-y += acpi.c
ramstage-y += finalize.c

View File

@ -1,4 +0,0 @@
romstage-y += raminit.c
romstage-y += report_platform.c
romstage-y += romstage.c
romstage-y += systemagent.c