Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1730123
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support |
| Date | 2017-09-11 04:30 +0200 |
| Message-ID | <uomE1-4Gu-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, This series prepares the Actions Semi S700 SoC and Cubietech CubieBoard7. It boots equally far as the S900 based Bubblegum-96 these patches are based on, i.e. into an initrd with serial and all four cores up. I have not yet managed to download the CubieBoard7 sources from Baidu, and the Mega download has not yet been fixed, so this is based on the S700 datasheet and /proc/device-tree/ from the preinstalled Android. Lacking sources and instructions to replace the bootloader on eMMC or to try booting from SD, the only working way I've found to boot mainline kernels appears to be booting into Android, then issuing "reboot bootloader". U-Boot is lacking the saveenv command, so it wasn't possible to change the bootdelay to facilitate this. Cf. https://en.opensuse.org/HCL:CubieBoard7 Work branch: https://github.com/afaerber/linux/commits/bg96-next Have a lot of fun! Cheers, Andreas Cc: Ahha Lee <lee@cubietech.com> Cc: support@cubietech.com Cc: devicetree@vger.kernel.org Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Andreas Färber (4): dt-bindings: arm: actions: Add S700 and CubieBoard7 dt-bindings: timer: Add Actions Semi S700 clocksource: owl: Prepare S700 arm64: dts: actions: Add S700 and CubieBoard7 Documentation/devicetree/bindings/arm/actions.txt | 15 ++ .../bindings/timer/actions,owl-timer.txt | 1 + arch/arm64/boot/dts/actions/Makefile | 2 + arch/arm64/boot/dts/actions/s700-cubieboard7.dts | 47 ++++++ arch/arm64/boot/dts/actions/s700.dtsi | 164 +++++++++++++++++++++ drivers/clocksource/owl-timer.c | 1 + 6 files changed, 230 insertions(+) create mode 100644 arch/arm64/boot/dts/actions/s700-cubieboard7.dts create mode 100644 arch/arm64/boot/dts/actions/s700.dtsi -- 2.13.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
[PATCH 2/4] dt-bindings: timer: Add Actions Semi S700 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 2/4] dt-bindings: timer: Add Actions Semi S700 Rob Herring <robh@kernel.org> - 2017-09-18 23:00 +0200
[PATCH 3/4] clocksource: owl: Prepare S700 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 3/4] clocksource: owl: Prepare S700 Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 00:00 +0200
[PATCH 1/4] dt-bindings: arm: actions: Add S700 and CubieBoard7 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 1/4] dt-bindings: arm: actions: Add S700 and CubieBoard7 Rob Herring <robh@kernel.org> - 2017-09-18 22:50 +0200
[PATCH 4/4] arm64: dts: actions: Add S700 and CubieBoard7 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 00:00 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Andreas Färber <afaerber@suse.de> - 2017-09-19 07:10 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 07:40 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 08:20 +0200
csiph-web