[coreboot-gerrit] Change in coreboot[master]: google/kahlee: Set UMA to 384 MiB

Marc Jones (Code Review) gerrit at coreboot.org
Tue Nov 28 18:35:41 CET 2017


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


Change subject: google/kahlee: Set UMA to 384 MiB
......................................................................

google/kahlee: Set UMA to 384 MiB

Update Kahlee and Grunt UMA size to 384 MiB to support
memory hungry webgl pages, like Aquarium.

BUG=b:69647975
TEST=Run webglsamples.org/aquarium/aquarium.html without a crash.

Change-Id: I613c7ce9feacaeed0c61034d3f45a9a4d0da6bf1
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
M src/mainboard/google/kahlee/variants/grunt/devicetree.cb
M src/mainboard/google/kahlee/variants/kahlee/devicetree.cb
2 files changed, 6 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/22618/1

diff --git a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
index 6558dec..3520ef4 100644
--- a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
+++ b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
@@ -13,6 +13,11 @@
 # GNU General Public License for more details.
 #
 chip soc/amd/stoneyridge
+
+	register "dram_clear_on_reset" = "DRAM_CONTENTS_KEEP"
+	register "uma_mode" = "UMAMODE_SPECIFIED_SIZE"
+	register "uma_size" = "384 * MiB"
+
 	device cpu_cluster 0 on
 		device lapic 10 on end
 	end
diff --git a/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb b/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb
index 409e09e..8347398 100644
--- a/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb
+++ b/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb
@@ -20,7 +20,7 @@
 	}"
 	register "dram_clear_on_reset" = "DRAM_CONTENTS_KEEP"
 	register "uma_mode" = "UMAMODE_SPECIFIED_SIZE"
-	register "uma_size" = "128 * MiB"
+	register "uma_size" = "384 * MiB"
 
 	device cpu_cluster 0 on
 		device lapic 10 on end

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I613c7ce9feacaeed0c61034d3f45a9a4d0da6bf1
Gerrit-Change-Number: 22618
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/20171128/1834d940/attachment.html>


More information about the coreboot-gerrit mailing list