Re: [U-Boot] [PATCH 2/4] x86: qemu: Extract getting memory size to a separate routine

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

Re: [U-Boot] [PATCH 2/4] x86: qemu: Extract getting memory size to a separate routine

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 2/4] x86: qemu: Extract getting memory size to a separate > routine > > This

[U-Boot] [PATCH 2/4] x86: qemu: Extract getting memory size to a separate routine

2019-08-29 Thread Bin Meng
This extracts getting memory size logic in dram_init() to a separate routine qemu_get_low_memory_size(). No functional changes. Signed-off-by: Bin Meng --- arch/x86/cpu/qemu/dram.c | 9 +++-- arch/x86/include/asm/arch-qemu/qemu.h | 7 +++ 2 files changed, 14 insertions(+),