[U-Boot] [RESEND PATCH v3 15/20] rockchip: add rk3036 sdram driver

Simon Glass sjg at chromium.org
Fri Nov 6 13:08:51 CET 2015


Hi Lin,

On 6 November 2015 at 01:53, Lin Huang <hl at rock-chips.com> wrote:
> add rk3036 sdram driver so we can set up sdram in SPL
>
> Signed-off-by: Lin Huang <hl at rock-chips.com>
> ---
> Changes in v1: None
> Changes in v2: None
> Changes in v3: fix some code style error
>
>  arch/arm/include/asm/arch-rockchip/sdram_rk3036.h | 336 ++++++++++
>  arch/arm/mach-rockchip/rk3036/Makefile            |   2 +
>  arch/arm/mach-rockchip/rk3036/sdram_rk3036.c      | 729 ++++++++++++++++++++++
>  3 files changed, 1067 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rk3036.h
>  create mode 100644 arch/arm/mach-rockchip/rk3036/sdram_rk3036.c
>

Does this driver have nothing in common with the rk3288 one? I thought
someone mentioned that they had similar IP.

Regards,
Simon


More information about the U-Boot mailing list