[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Update Grunt devicetree.

Justin TerAvest (Code Review) gerrit at coreboot.org
Thu Jan 4 21:56:24 CET 2018


Justin TerAvest has uploaded this change for review. ( https://review.coreboot.org/23099


Change subject: mainboard/google/kahlee: Update Grunt devicetree.
......................................................................

mainboard/google/kahlee: Update Grunt devicetree.

Grunt's devicetree dropped some entries when it was split from the
kahlee variant. This commit restores:
  spd_addr_lookup - memory information for AGESA
  dram_clear_on_reset - keeps DRAM contents on reset
  uma_mode - needed for vbios
  uma_size - needed for vbios

Change-Id: I1d8cdc97594867f1d706318370055087976a5104
Signed-off-by: Justin TerAvest <teravest at chromium.org>
---
M src/mainboard/google/kahlee/variants/grunt/devicetree.cb
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/23099/1

diff --git a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
index 6558dec..d35467f 100644
--- a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
+++ b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
@@ -13,6 +13,14 @@
 # GNU General Public License for more details.
 #
 chip soc/amd/stoneyridge
+	register "spd_addr_lookup" = "
+	{
+		{ {0xA0, 0x00} }, // socket 0 - Channel 0, slot 0
+	}"
+	register "dram_clear_on_reset" = "DRAM_CONTENTS_KEEP"
+	register "uma_mode" = "UMAMODE_SPECIFIED_SIZE"
+	register "uma_size" = "128 * MiB"
+
 	device cpu_cluster 0 on
 		device lapic 10 on end
 	end

-- 
To view, visit https://review.coreboot.org/23099
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: I1d8cdc97594867f1d706318370055087976a5104
Gerrit-Change-Number: 23099
Gerrit-PatchSet: 1
Gerrit-Owner: Justin TerAvest <teravest at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180104/96fc3c2b/attachment.html>


More information about the coreboot-gerrit mailing list