[coreboot-gerrit] Change in coreboot[master]: google/kahlee: Add RO_REGION_ONLY

Marc Jones (Code Review) gerrit at coreboot.org
Thu Dec 7 01:03:07 CET 2017


Marc Jones has uploaded this change for review. ( https://review.coreboot.org/22766


Change subject: google/kahlee: Add RO_REGION_ONLY
......................................................................

google/kahlee: Add RO_REGION_ONLY

We only need the apu firmware in the RO region when building
for ChromeOS. Adding it to the RW regions is a waste of space.

BUG=b:70027919
TEST=Build kahlee and use cbfs tool to check for "apu/amdfw" sections.

Change-Id: Ieafe4a5ec4a5e3177e4e23fcf42afa2626a0b19f
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
M src/mainboard/google/kahlee/Kconfig
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/22766/1

diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index 80cfe88..e722598 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -99,4 +99,9 @@
 	int
 	default 1
 
+config RO_REGION_ONLY
+	string
+	depends on CHROMEOS
+	default "apu/amdfw"
+
 endif # BOARD_GOOGLE_KAHLEE || BOARD_GOOGLE_GRUNT

-- 
To view, visit https://review.coreboot.org/22766
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieafe4a5ec4a5e3177e4e23fcf42afa2626a0b19f
Gerrit-Change-Number: 22766
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171207/7cd7704f/attachment.html>


More information about the coreboot-gerrit mailing list