x86: coreboot: Allow >=4GiB memory bank size
authorBin Meng <bmeng.cn@gmail.com>
Thu, 13 Aug 2015 07:29:11 +0000 (00:29 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:07 +0000 (07:54 -0700)
commita25bc78e2f8d9f91c6f7d97a3d4a6632bec3c400
tree53a0cc65a4c98ea0eaf5a686cc555644d2e69882
parentc17ca6b5cd7158b63a78c4944c732c49dce8454f
x86: coreboot: Allow >=4GiB memory bank size

Some platforms may have >=4GiB memory, so we need make U-Boot report
such configuration correctly when booting as the coreboot payload.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/coreboot/sdram.c