[PATCH] arm: Add support for Kobol Helios64 board
Christian Glombek
lorbus at fedoraproject.org
Tue Mar 2 18:18:05 CET 2021
On Tue, Mar 2, 2021 at 5:03 PM Tom Rini <trini at konsulko.com> wrote:
> On Tue, Mar 02, 2021 at 04:10:03PM +0100, lorbus at fedoraproject.org wrote:
>
> > From: Christian Glombek <lorbus at fedoraproject.org>
> >
> > The hardware is described in detail on Kobol's wiki at
> > https://wiki.kobol.io/helios64/intro/.
> >
> > This commit is based on downstream work in Armbian by Aditya Prayoga [1].
> > The devicetree is taken from Linux and was originally submitted there by
> > Uwe Kleine-Koenig [2].
> >
> > [1]
> https://github.com/ukleinek/armbian-build/blob/35c85295d351830aa59b624db524ba04b238faae/patch/kernel/rockchip64-current/add-board-helios64.patch
> > [2]
> https://github.com/torvalds/linux/blob/7a7fd0de4a9804299793e564a555a49c1fc924cb/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
> > ---
> > arch/arm/dts/Makefile | 1 +
> > .../arm/dts/rk3399-kobol-helios64-u-boot.dtsi | 136 +++++++
> > arch/arm/dts/rk3399-kobol-helios64.dts | 372 ++++++++++++++++++
> > arch/arm/mach-rockchip/rk3399/Kconfig | 17 +
> > board/kobol/helios64/Kconfig | 24 ++
> > board/kobol/helios64/MAINTAINERS | 6 +
> > board/kobol/helios64/Makefile | 5 +
> > board/kobol/helios64/helios64.c | 304 ++++++++++++++
> > board/kobol/helios64/sys_otp.c | 248 ++++++++++++
> > board/kobol/helios64/sys_otp.h | 10 +
> > configs/helios64-rk3399_defconfig | 147 +++++++
> > include/configs/helios64.h | 47 +++
> > 12 files changed, 1317 insertions(+)
> > create mode 100644 arch/arm/dts/rk3399-kobol-helios64-u-boot.dtsi
> > create mode 100644 arch/arm/dts/rk3399-kobol-helios64.dts
> > create mode 100644 board/kobol/helios64/Kconfig
> > create mode 100644 board/kobol/helios64/MAINTAINERS
> > create mode 100644 board/kobol/helios64/Makefile
> > create mode 100644 board/kobol/helios64/helios64.c
> > create mode 100644 board/kobol/helios64/sys_otp.c
> > create mode 100644 board/kobol/helios64/sys_otp.h
> > create mode 100644 configs/helios64-rk3399_defconfig
> > create mode 100644 include/configs/helios64.h
>
> Some of these new C/h files lack SPDX tags, please fix. Also, please
> note the Linux Kernel version the dts file is synced from. Thanks!
>
> --
> Tom
>
I've submitted patch v2
More information about the U-Boot
mailing list