hw_x86: discover all physical memory in core

Fixes #1741
This commit is contained in:
Alexander Boettcher
2015-10-27 14:26:40 +01:00
committed by Christian Helmuth
parent f42f946f3b
commit 826c81ac18
5 changed files with 63 additions and 17 deletions

View File

@@ -51,10 +51,6 @@ proc run_power_on { } {
}
if {[have_spec vpb926]} { append qemu_args " -M versatilepb -m 128 " }
if {[have_spec zynq_qemu]} { append qemu_args " -M xilinx-zynq-a9 -cpu cortex-a9 -m 256 " }
if {[have_spec hw_x86_64]} {
regsub -all {\-m ([0-9])+} $qemu_args "" qemu_args
append qemu_args " -m 512 "
}
# add devices for specific platforms
if {[have_spec zynq] && [have_spec cadence_gem]} { append qemu_args " -net nic,model=cadence_gem" }