Re: [U-Boot] [PATCH 4/4] x86: qemu: Report high memory in the E820 table

2019-09-10 Thread Bin Meng
On Wed, Sep 4, 2019 at 12:56 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 4/4]

Re: [U-Boot] [PATCH 4/4] x86: qemu: Report high memory in the E820 table

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 4/4] x86: qemu: Report high memory in the E820 table > > Now that we are able

[U-Boot] [PATCH 4/4] x86: qemu: Report high memory in the E820 table

2019-08-29 Thread Bin Meng
Now that we are able to get the size of high memory from QEMU, report its memory range as usable ram. Signed-off-by: Bin Meng --- arch/x86/cpu/qemu/e820.c | 59 1 file changed, 40 insertions(+), 19 deletions(-) diff --git