From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support
Date: Mon, 11 Sep 2017 04:22:37 +0200 [thread overview]
Message-ID: <20170911022241.11603-1-afaerber@suse.de> (raw)
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 at cubietech.com
Cc: devicetree at 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
next reply other threads:[~2017-09-11 2:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-11 2:22 Andreas Färber [this message]
2017-09-11 2:22 ` [PATCH 1/4] dt-bindings: arm: actions: Add S700 and CubieBoard7 Andreas Färber
2017-09-18 20:45 ` Rob Herring
2017-09-11 2:22 ` [PATCH 2/4] dt-bindings: timer: Add Actions Semi S700 Andreas Färber
2017-09-18 20:59 ` Rob Herring
2017-09-11 2:22 ` [PATCH 3/4] clocksource: owl: Prepare S700 Andreas Färber
2017-09-18 21:52 ` Daniel Lezcano
2017-09-11 2:22 ` [PATCH 4/4] arm64: dts: actions: Add S700 and CubieBoard7 Andreas Färber
2017-09-18 21:50 ` [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano
2017-09-19 5:08 ` Andreas Färber
2017-09-19 5:37 ` Daniel Lezcano
2017-09-19 6:12 ` Daniel Lezcano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170911022241.11603-1-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox