From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933481AbbGVIpl (ORCPT ); Wed, 22 Jul 2015 04:45:41 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:12243 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933078AbbGVIpf (ORCPT ); Wed, 22 Jul 2015 04:45:35 -0400 From: Jisheng Zhang To: , , , , , , , , , CC: , , , Jisheng Zhang Subject: [PATCH v2 0/2] arm64: Add basic support for Marvell Berlin4CT SoC Date: Wed, 22 Jul 2015 16:44:15 +0800 Message-ID: <1437554657-5367-1-git-send-email-jszhang@marvell.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-07-22_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.9 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1506180000 definitions=main-1507220142 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Marvell Berlin4CT is a SoC based on 64bit ARMv8 architecture. It contains quad CA53 cores. This SoC shares many HW IP with BG2Q and other berlin series. This patchset was tested on Berlin4CT DMP board, and boot to shell ok. Since v1: - remove "earlyprintk" bootargs which doesn't work on arm64 - fix GICC_DIR size as pointed out by Mark - define memory start address instead of memory reservation as suggested by Mark - add interrupt-affinity to pmu node as pointed out by Sudeep Jisheng Zhang (2): arm64: dts: Add dts files for Marvell Berlin4CT SoC arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig arch/arm64/Kconfig.platforms | 6 + arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/marvell/Makefile | 5 + arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts | 68 +++++++++++ arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 164 ++++++++++++++++++++++++++ arch/arm64/configs/defconfig | 1 + 6 files changed, 245 insertions(+) create mode 100644 arch/arm64/boot/dts/marvell/Makefile create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct.dtsi -- 2.1.4