[PATCH V3 0/4] arm64: Initial patch-set for APM X-Gene SOC family
Vinayak Kale
vkale at apm.com
Wed Apr 24 05:06:56 EDT 2013
These are initial patches for APM X-Gene SOC family.
This patch-set is based on soc-armv8-model branch of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git
Changelog:
-V3:
* added compatible field for board in dts file
* made the model name string more descriptive in dts file
* fixed the compatible field for cpu nodes in dts file
* removed 'arm,cortex-a9-gic' fallback string from compatible field of gic node in dts file
-V2:
* set NR_CPUS in arch/arm64/Kconfig based on selected targets
* use default defconfig instead of xgene_defconfig
* added 'apm-' prefix to dts filenames
* fixed #address-cells in /cpus node in dts file
* fixed cpu node naming under /cpus node in dts file
* fixed serial device node name in dts file
-V1: Initial post
Vinayak Kale (4):
arm64: Add Kconfig option for APM X-Gene SOC family
arm64: Enable APM X-Gene SOC family in the defconfig
arm64: Add defines for APM ARMv8 implementation
arm64: Add initial DTS for APM X-Gene Storm SOC and APM Mustang board
arch/arm64/Kconfig | 7 ++
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/apm-mustang.dts | 26 ++++++++
arch/arm64/boot/dts/apm-storm.dtsi | 116 +++++++++++++++++++++++++++++++++++
arch/arm64/configs/defconfig | 4 +
arch/arm64/include/asm/cputype.h | 3 +
6 files changed, 157 insertions(+), 0 deletions(-)
create mode 100644 arch/arm64/boot/dts/apm-mustang.dts
create mode 100644 arch/arm64/boot/dts/apm-storm.dtsi
--
1.7.4.1
More information about the linux-arm-kernel
mailing list