1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-13 14:42:13 +02:00
Files
u-boot-megous/arch/x86/cpu/efi
Bin Meng 598374729e x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
At present in dram_init_banksize() it ignores conventional memory
above 4GB. This leads to wrong DRAM size is printed during boot.
Remove such limitation.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-06-24 08:56:25 +08:00
..