u-boot/arch
Kever Yang 3119ecc4ac rockchip: sdram-common: fix wrong size for 4GB in 32bit SoC
This is workaround for issue we can't get correct size for 4GB ram
in 32bit system and available before we really need ram space
out of 4GB, eg.enable ARM LAPE(rk3288 supports 8GB ram).
The size of 4GB is '0x1 00000000', and this value will be truncated
to 0 in 32bit system, and system can not get correct ram size.
Rockchip SoCs reserve a blob of space for peripheral near 4GB,
and we are now setting SDRAM_MAX_SIZE as max available space for
ram in 4GB, so we can use this directly to workaround the issue.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Tested-By: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2019-01-02 21:15:59 +01:00
..
arc ARC: Improve identification of ARC cores 2018-12-03 14:26:18 +03:00
arm rockchip: sdram-common: fix wrong size for 4GB in 32bit SoC 2019-01-02 21:15:59 +01:00
m68k
microblaze
mips mips: jz47xx: Add Creator CI20 platform 2018-12-19 15:23:02 +01:00
nds32
nios2
powerpc Merge branch 'master' of git://git.denx.de/u-boot-spi 2018-12-05 15:06:24 -05:00
riscv riscv: bootm: Support booting VxWorks 2018-12-31 08:08:51 -05:00
sandbox dm: sandbox: Allow selection of sample rate and channels 2018-12-13 16:37:09 -07:00
sh
x86 efi: payload: only init usb if necessary 2018-12-10 10:14:42 +08:00
xtensa
.gitignore
Kconfig dm: sound: Create an option to use driver model for sound 2018-12-13 16:32:49 -07:00