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>
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user