[U-Boot] [PATCH 0/2] rockchip: Initial RK3368 and GeekBox support
Simon Glass
sjg at chromium.org
Sat Aug 6 06:30:58 CEST 2016
Hi Andreas,
On 17 July 2016 at 19:06, Andreas Färber <afaerber at suse.de> wrote:
> Hi,
>
> This series adds initial support for RK3368 SoC and GeekBox.
> For more details see the commit message.
>
> Will need to be rebased onto Heiko's cleanups and Kever's RK3399 series.
>
> Regards,
> Andreas
>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Kever Yang <kever.yang at rock-chips.com>
> Cc: Heiko Stübner <heiko at sntech.de>
>
> Andreas Färber (2):
> dts: Import rk3368-geekbox.dts
> ARM64: rockchip: Add initial support for RK3368 based GeekBox
>
Are you planning to respin these patches? I'd like to get them applied soon.
Thanks,
Simon
> arch/arm/Kconfig | 4 -
> arch/arm/dts/Makefile | 3 +-
> arch/arm/dts/rk3368-geekbox.dts | 319 ++++++++++
> arch/arm/dts/rk3368.dtsi | 1082 ++++++++++++++++++++++++++++++++
> arch/arm/mach-rockchip/Kconfig | 14 +
> arch/arm/mach-rockchip/Makefile | 1 +
> arch/arm/mach-rockchip/rk3368/Kconfig | 14 +
> arch/arm/mach-rockchip/rk3368/Makefile | 7 +
> arch/arm/mach-rockchip/rk3368/rk3368.c | 28 +
> board/geekbuying/geekbox/Kconfig | 15 +
> board/geekbuying/geekbox/Makefile | 7 +
> board/geekbuying/geekbox/geekbox.c | 26 +
> configs/geekbox_defconfig | 20 +
> include/configs/geekbox.h | 19 +
> include/configs/rk3368_common.h | 47 ++
> include/dt-bindings/clock/rk3368-cru.h | 384 ++++++++++++
> 16 files changed, 1985 insertions(+), 5 deletions(-)
> create mode 100644 arch/arm/dts/rk3368-geekbox.dts
> create mode 100644 arch/arm/dts/rk3368.dtsi
> create mode 100644 arch/arm/mach-rockchip/rk3368/Kconfig
> create mode 100644 arch/arm/mach-rockchip/rk3368/Makefile
> create mode 100644 arch/arm/mach-rockchip/rk3368/rk3368.c
> create mode 100644 board/geekbuying/geekbox/Kconfig
> create mode 100644 board/geekbuying/geekbox/Makefile
> create mode 100644 board/geekbuying/geekbox/geekbox.c
> create mode 100644 configs/geekbox_defconfig
> create mode 100644 include/configs/geekbox.h
> create mode 100644 include/configs/rk3368_common.h
> create mode 100644 include/dt-bindings/clock/rk3368-cru.h
>
> --
> 2.6.6
>
More information about the U-Boot
mailing list