diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2018-05-18 11:30:27 -0600 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2018-05-21 19:55:21 +0000 |
commit | d5c4aa7a0a67c75dc76a0fda74b0985618aa33c1 (patch) | |
tree | c202b40cd2d2e3c2e64df0ce3a860874e4b5ca9f /src/mainboard/google | |
parent | 2c8bd0df630784e783aa6fca2249ed4315b7c3cb (diff) |
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/mainboard/google')
-rw-r--r-- | src/mainboard/google/kahlee/variants/kahlee/devicetree.cb | 2 |
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 409e09e1b4..22456b0c1c 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 |