[U-Boot] [PATCH 0/3] These three patches add spl for rv1108
Kever Yang
kever.yang at rock-chips.com
Fri Jan 12 03:37:00 UTC 2018
Recommend to use patman so send the patch, so that the patch
can send in sequence and the following patch with reply-to TAG in header.
How much difference between this driver and rk3036 sdram driver?
Thanks,
- Kever
On 01/12/2018 10:54 AM, zhihuan he wrote:
> 1.add sdram driver in spl for rv1108.
> 2.set rv1108 spl config.
> 3.change the style of report sdram capacity to u-boot.
>
>
> zhihuan he (3):
> rockchip: add rv1108 sdram driver
> rockchip: Add RV1108 SPL support
> rockchip: updata the style of reporting sdram cap
>
> arch/arm/include/asm/arch-rockchip/cru_rv1108.h | 152 +++--
> arch/arm/include/asm/arch-rockchip/grf_rv1108.h | 137 +++--
> arch/arm/include/asm/arch-rockchip/sdram_rv1108.h | 581 +++++++++++++++++++
> arch/arm/mach-rockchip/Kconfig | 2 +
> arch/arm/mach-rockchip/Makefile | 1 +
> arch/arm/mach-rockchip/rv1108-board-spl.c | 80 +++
> arch/arm/mach-rockchip/rv1108/Makefile | 1 +
> arch/arm/mach-rockchip/rv1108/rv1108.c | 30 +
> arch/arm/mach-rockchip/rv1108/sdram_rv1108.c | 643 ++++++++++++++++++++++
> board/rockchip/evb_rv1108/evb_rv1108.c | 47 --
> configs/evb-rv1108_defconfig | 14 +
> include/configs/rv1108_common.h | 11 +
> 12 files changed, 1565 insertions(+), 134 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rv1108.h
> create mode 100644 arch/arm/mach-rockchip/rv1108-board-spl.c
> create mode 100644 arch/arm/mach-rockchip/rv1108/sdram_rv1108.c
>
More information about the U-Boot
mailing list