From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752343AbdIKCWx (ORCPT ); Sun, 10 Sep 2017 22:22:53 -0400 Received: from mx2.suse.de ([195.135.220.15]:34947 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752256AbdIKCWu (ORCPT ); Sun, 10 Sep 2017 22:22:50 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-arm-kernel@lists.infradead.org Cc: Thomas Liau , =?UTF-8?q?=E5=BC=A0=E4=B8=9C=E9=A3=8E?= , =?UTF-8?q?=E5=88=98=E7=82=9C?= , =?UTF-8?q?=E5=BC=A0=E5=A4=A9=E7=9B=8A?= , =?UTF-8?q?=E6=A2=85=E5=88=A9?= , support@cubietech.com, linux-kernel@vger.kernel.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Ahha Lee , devicetree@vger.kernel.org, Daniel Lezcano , Thomas Gleixner Subject: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Date: Mon, 11 Sep 2017 04:22:37 +0200 Message-Id: <20170911022241.11603-1-afaerber@suse.de> X-Mailer: git-send-email 2.13.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Cc: support@cubietech.com Cc: devicetree@vger.kernel.org Cc: Daniel Lezcano Cc: Thomas Gleixner 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