u-boot-brain/arch/arm
Heiko Stuebner b6740fb116 rockchip: spl: do full dram_init instead of only probing
Parts of later SPL may need RAM information as well, so do full
dram_init() call, which includes the existing dram probing but also
initializes the ram information in gd.

dram_init() from sdram.c does the following steps:
- uclass_get_device(UCLASS_RAM, ...) like the current code
- ret = ram_get_info(dev, &ram);
- gd->ram_size = ram.size;

CONFIG_SPL_RAM already makes sure that sdram.c gets compiled
and thus no other variant of dram_init() can exist.

So it's the same functionality as before and only adds that the
SPL now aquires knowledge about the amount of available ram,
which it didn't know about before.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2020-05-31 22:22:07 +08:00
..
cpu armv8: cache_v8: fix mmu_set_region_dcache_behaviour 2020-05-25 11:54:53 -04:00
dts rockchip: Add initial support for the Pinebook Pro laptop from Pine64. 2020-05-31 22:22:07 +08:00
include usb: ehci-omap: Add Support for DM_USB and OF_CONTROL 2020-05-22 15:22:35 +02:00
lib common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-aspeed common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
mach-at91 common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-bcm283x common: Drop linux/bug.h from common header 2020-05-18 21:19:23 -04:00
mach-bcmstb
mach-cortina board: presidio-asic: Add basic G3 engr. development board support 2020-02-07 16:16:01 -05:00
mach-davinci common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
mach-exynos common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-highbank common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mach-imx common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-integrator
mach-k3 Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti 2020-05-25 14:09:42 -04:00
mach-keystone common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-kirkwood common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
mach-lpc32xx common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
mach-mediatek common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-meson common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-mvebu arm: mvebu: Convert CRS305-1G-4S board to CRS3xx-98DX3236 2020-05-27 07:03:17 +02:00
mach-omap2 common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-orion5x common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
mach-owl common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mach-qemu qemu: don't allow to select 32- and 64-bit 2020-04-24 10:51:32 -04:00
mach-rmobile common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-rockchip rockchip: spl: do full dram_init instead of only probing 2020-05-31 22:22:07 +08:00
mach-s5pc1xx common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
mach-snapdragon common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-socfpga common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-sti
mach-stm32 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mach-stm32mp common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-sunxi common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-tegra common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-u8500 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mach-uniphier ARM: uniphier: remove board_eth_init() 2020-05-22 11:21:06 +09:00
mach-versal common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-versatile
mach-zynq common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
mach-zynqmp common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mach-zynqmp-r5 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
thumb1/include/asm/proc-armv
config.mk
Kconfig ARM: uniphier: select DM_ETH 2020-05-22 11:21:06 +09:00
Kconfig.debug
Makefile rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32 2020-05-15 14:47:35 -04:00