mainboard: Make OemCustomize.c available at romstage

As part of moving AGESA calls from bootblock to romstage, OemCustomize.c
of all boards using stoneyridge must be available at romstage.

BUG=b:74236170
TEST=Build grunt and kahlee, actual test will be performed at a later patch.

Change-Id: Ide9efdbff6a07c670034391c0d62e8b74fa5c02b
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/25528
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Richard Spiegel 2018-04-04 13:37:23 -07:00 committed by Martin Roth
parent 8ee93ae267
commit e2f301d34b
3 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ bootblock-y += bootblock/OemCustomize.c
bootblock-y += gpio.c
romstage-y += BiosCallOuts.c
romstage-y += bootblock/OemCustomize.c
romstage-y += OemCustomize.c
ramstage-y += BiosCallOuts.c

View File

@ -18,6 +18,7 @@ bootblock-y += OemCustomize.c
verstage-y += tpm_tis.c
romstage-y += OemCustomize.c
romstage-y += gpio.c
romstage-y += memory.c
romstage-y += tpm_tis.c

View File

@ -16,6 +16,7 @@
bootblock-y += gpio.c
bootblock-y += OemCustomize.c
romstage-y += OemCustomize.c
romstage-y += gpio.c
romstage-y += memory.c