summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2018-05-18 11:30:27 -0600
committerMarshall Dawson <marshalldawson3rd@gmail.com>2018-05-21 19:55:21 +0000
commitd5c4aa7a0a67c75dc76a0fda74b0985618aa33c1 (patch)
treec202b40cd2d2e3c2e64df0ce3a860874e4b5ca9f /src
parent2c8bd0df630784e783aa6fca2249ed4315b7c3cb (diff)
downloadcoreboot-d5c4aa7a0a67c75dc76a0fda74b0985618aa33c1.tar.gz
coreboot-d5c4aa7a0a67c75dc76a0fda74b0985618aa33c1.tar.bz2
coreboot-d5c4aa7a0a67c75dc76a0fda74b0985618aa33c1.zip
google/kahlee: Reduce UMA memory to 32MB
Lower the amount of UMA memory to 32MB at AMD's request. TEST=none BUG=b:79906569 Change-Id: Ib1365dc38850b4b92c944ff95534573addbe4362 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/26383 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/kahlee/variants/kahlee/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb b/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb
index 409e09e1b43b..22456b0c1cb7 100644
--- a/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb
+++ b/src/mainboard/google/kahlee/variants/kahlee/devicetree.cb
@@ -20,7 +20,7 @@ chip soc/amd/stoneyridge
}"
register "dram_clear_on_reset" = "DRAM_CONTENTS_KEEP"
register "uma_mode" = "UMAMODE_SPECIFIED_SIZE"
- register "uma_size" = "128 * MiB"
+ register "uma_size" = "32 * MiB"
device cpu_cluster 0 on
device lapic 10 on end