diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2018-05-18 11:27:28 -0600 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2018-05-21 19:55:12 +0000 |
commit | 2c8bd0df630784e783aa6fca2249ed4315b7c3cb (patch) | |
tree | f7268d33b055b9ee5737699adc232c3423861fb8 | |
parent | 08f4fb07dab0012dd03661a3eeb2ddfaf575ea08 (diff) | |
download | coreboot-2c8bd0df630784e783aa6fca2249ed4315b7c3cb.tar.xz |
google/grunt: Reduce UMA memory to 32MB
Lower the amount of UMA memory to 32MB at AMD's request.
TEST=boot Grunt, try S3
BUG=b:79906569
Change-Id: I5af038688b38b53c94b8265823eeee0f37980522
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/26382
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/mainboard/google/kahlee/variants/grunt/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb index a3beb8c1be..3863100b63 100644 --- a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb +++ b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb @@ -19,7 +19,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" # Enable I2C0 for audio, USB3 hub at 400kHz register "i2c[0]" = "{ |