[U-Boot] [PATCH 5/6] x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
Bin Meng
bmeng.cn at gmail.com
Sun Jun 24 00:54:16 UTC 2018
On Sat, Jun 23, 2018 at 3:28 AM, Simon Glass <sjg at chromium.org> wrote:
> On 22 June 2018 at 02:38, Bin Meng <bmeng.cn at gmail.com> wrote:
>> At present in dram_init_banksize() it ignores conventional memory
>> below 4GB. This leads to wrong DRAM size is printed during boot.
This should be "above" 4GB.
>> Remove such limitation.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> arch/x86/cpu/efi/payload.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
Fixed the commit message, and
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list