lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Sep 2017 23:50:11 +0200 From: Daniel Lezcano <daniel.lezcano@...aro.org> To: Andreas Färber <afaerber@...e.de>, linux-arm-kernel@...ts.infradead.org Cc: Thomas Liau <thomas.liau@...ions-semi.com>, 张东风 <zhangdf@...ions-semi.com>, 刘炜 <liuwei@...ions-semi.com>, 张天益 <tyzhang@...ions-semi.com>, 梅利 <harrymei@...ions-semi.com>, support@...ietech.com, linux-kernel@...r.kernel.org, Ahha Lee <lee@...ietech.com>, devicetree@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de> Subject: Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Hi Andreas, On 11/09/2017 04:22, Andreas Färber wrote: > 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@...ietech.com> > Cc: support@...ietech.com > > Cc: devicetree@...r.kernel.org > Cc: Daniel Lezcano <daniel.lezcano@...aro.org> > Cc: Thomas Gleixner <tglx@...utronix.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 + Usually sub system maintainers are also Cc'ed with Dt bindings definitions and usage. > 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 > -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog
Powered by blists - more mailing lists