]> Git Repo - J-u-boot.git/commit
x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
authorBin Meng <[email protected]>
Fri, 22 Jun 2018 08:38:30 +0000 (01:38 -0700)
committerBin Meng <[email protected]>
Sun, 24 Jun 2018 00:56:25 +0000 (08:56 +0800)
commit598374729e6b3f3070e06bdf2990dd8d10cddbda
tree70a507e2a9cc789953d378a8c36dad82515c7f31
parent1ffa447b8c8fd84937f41f5084ac802136773357
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/x86/cpu/efi/payload.c
This page took 0.035964 seconds and 4 git commands to generate.