[U-Boot] [PATCH v3] common: Display >=4GiB memory bank size

Simon Glass sjg at chromium.org
Fri Aug 7 21:20:59 CEST 2015


On 6 August 2015 at 02:31, Bin Meng <bmeng.cn at gmail.com> wrote:
> bd->bi_dram[] has both start address and size defined as 32-bit,
> which is not the case on some platforms where >=4GiB memory bank
> is used. Change them to support such memory banks.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v3:
> - Use %llx to print the dram start address
>
> Changes in v2:
> - Drop patches which are already applied
> - Change start to phys_addr_t
> - Change debug output to either %016llx or %08lx
>
>  common/board_f.c             | 3 ++-
>  include/asm-generic/u-boot.h | 4 ++--
>  2 files changed, 4 insertions(+), 3 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list