[coreboot-gerrit] Change in coreboot[master]: mainboard: Make OemCustomize.c available at romstage

Richard Spiegel (Code Review) gerrit at coreboot.org
Wed Apr 4 22:38:19 CEST 2018


Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/25528


Change subject: mainboard: Make OemCustomize.c available at romstage
......................................................................

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 at silverbackltd.com>
---
M src/mainboard/amd/gardenia/Makefile.inc
M src/mainboard/google/kahlee/variants/baseboard/Makefile.inc
M src/mainboard/google/kahlee/variants/kahlee/Makefile.inc
3 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/25528/1

diff --git a/src/mainboard/amd/gardenia/Makefile.inc b/src/mainboard/amd/gardenia/Makefile.inc
index fe3a8c8..f09bf18 100644
--- a/src/mainboard/amd/gardenia/Makefile.inc
+++ b/src/mainboard/amd/gardenia/Makefile.inc
@@ -17,6 +17,7 @@
 bootblock-y += bootblock/OemCustomize.c
 bootblock-y += gpio.c
 
+romstage-y += OemCustomize.c
 romstage-y += BiosCallOuts.c
 romstage-y += OemCustomize.c
 
diff --git a/src/mainboard/google/kahlee/variants/baseboard/Makefile.inc b/src/mainboard/google/kahlee/variants/baseboard/Makefile.inc
index c4c2f9d..1f6d8ce 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/Makefile.inc
+++ b/src/mainboard/google/kahlee/variants/baseboard/Makefile.inc
@@ -18,6 +18,7 @@
 
 verstage-y += tpm_tis.c
 
+romstage-y += OemCustomize.c
 romstage-y += gpio.c
 romstage-y += memory.c
 romstage-y += tpm_tis.c
diff --git a/src/mainboard/google/kahlee/variants/kahlee/Makefile.inc b/src/mainboard/google/kahlee/variants/kahlee/Makefile.inc
index fcaf365..ab91501 100644
--- a/src/mainboard/google/kahlee/variants/kahlee/Makefile.inc
+++ b/src/mainboard/google/kahlee/variants/kahlee/Makefile.inc
@@ -16,6 +16,7 @@
 bootblock-y += gpio.c
 bootblock-y += OemCustomize.c
 
+romstage-y += OemCustomize.c
 romstage-y += gpio.c
 romstage-y += memory.c
 

-- 
To view, visit https://review.coreboot.org/25528
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide9efdbff6a07c670034391c0d62e8b74fa5c02b
Gerrit-Change-Number: 25528
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel at silverbackltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180404/829103ff/attachment-0001.html>


More information about the coreboot-gerrit mailing list