Re: [U-Boot] [PATCH 3/4] x86: qemu: Support getting high memory size

2019-09-10 Thread Bin Meng
On Wed, Sep 4, 2019 at 12:55 AM Park, Aiden wrote: > > > > > -Original Message- > > From: Bin Meng [mailto:bmeng...@gmail.com] > > Sent: Thursday, August 29, 2019 2:53 AM > > To: Simon Glass ; Park, Aiden ; > > U-Boot Mailing List > > Cc: Heinrich Schuchardt > > Subject: [PATCH 3/4]

Re: [U-Boot] [PATCH 3/4] x86: qemu: Support getting high memory size

2019-09-03 Thread Park, Aiden
> -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Thursday, August 29, 2019 2:53 AM > To: Simon Glass ; Park, Aiden ; > U-Boot Mailing List > Cc: Heinrich Schuchardt > Subject: [PATCH 3/4] x86: qemu: Support getting high memory size > > At present only size of

[U-Boot] [PATCH 3/4] x86: qemu: Support getting high memory size

2019-08-29 Thread Bin Meng
At present only size of memory that is below 4GiB is retrieved from QEMU. Add a function that gets size of memory that is above 4GiB. Signed-off-by: Bin Meng --- arch/x86/cpu/qemu/dram.c | 27 +-- arch/x86/include/asm/arch-qemu/qemu.h | 11 +++ 2