From a5d9e7a62884d4a1121795f928232fe13431b769 Mon Sep 17 00:00:00 2001 From: Asami Doi Date: Thu, 22 Aug 2019 14:11:17 +0900 Subject: mainboard/emulation/qemu-aarch64: Update DRAM_SIZE_MB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DRAM_SIZE_MB should be the maximum size (255GiB / -m 261120M) that’s possible with QEMU on AArch64 virt because it tries to search the DRAM_SIZE_MB range to find the true memory size. Signed-off-by: Asami Doi Change-Id: Id479c0b18d1e1adceecdcca13e36119b95617e6d Reviewed-on: https://review.coreboot.org/c/coreboot/+/35024 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/mainboard/emulation/qemu-aarch64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/emulation/qemu-aarch64/Kconfig') diff --git a/src/mainboard/emulation/qemu-aarch64/Kconfig b/src/mainboard/emulation/qemu-aarch64/Kconfig index 7d8d7b2f00..ebdbf16e8c 100644 --- a/src/mainboard/emulation/qemu-aarch64/Kconfig +++ b/src/mainboard/emulation/qemu-aarch64/Kconfig @@ -46,6 +46,6 @@ config MAINBOARD_VENDOR config DRAM_SIZE_MB int - default 1024 + default 261120 # The maximum dram size is 255GiB. endif # BOARD_EMULATION_QEMU_AARCH64 -- cgit v1.2.3