[U-Boot] [PATCH v3 2/7] rockchip: rk3328: add soc basic support

Simon Glass sjg at chromium.org
Thu Feb 23 16:19:56 UTC 2017


On 23 February 2017 at 00:37, Kever Yang <kever.yang at rock-chips.com> wrote:
> RK3328 is a SoC from Rockchip with quad-core Cortex-A53 CPU.
> It supports two USB2.0 EHCI ports. Other interfaces are very
> much like RK3288, the DRAM are 32bit width address and support
> address from 0 to 4GB-16MB range.
>
> Signed-off-by: William Zhang <william.zhang at rock-chips.com>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
> - Removed contents of rk3328/Kconfig to avoid build error
>
> Changes in v2: None
>
>  arch/arm/mach-rockchip/Kconfig                | 11 +++++
>  arch/arm/mach-rockchip/Makefile               |  1 +
>  arch/arm/mach-rockchip/rk3328/Makefile        |  8 ++++
>  arch/arm/mach-rockchip/rk3328/rk3328.c        | 39 ++++++++++++++++
>  arch/arm/mach-rockchip/rk3328/syscon_rk3328.c | 20 +++++++++
>  include/configs/rk3328_common.h               | 65 +++++++++++++++++++++++++++
>  6 files changed, 144 insertions(+)
>  create mode 100644 arch/arm/mach-rockchip/rk3328/Makefile
>  create mode 100644 arch/arm/mach-rockchip/rk3328/rk3328.c
>  create mode 100644 arch/arm/mach-rockchip/rk3328/syscon_rk3328.c
>  create mode 100644 include/configs/rk3328_common.h

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list