On 23 February 2017 at 00:37, Kever Yang <kever.y...@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.zh...@rock-chips.com> > Signed-off-by: Kever Yang <kever.y...@rock-chips.com> > Acked-by: Simon Glass <s...@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! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot