[PATCH 0/5] powerpc/fsl-booke: Add B4(B4860QDS and B4420QDS) board support
Shaveta Leekha
shaveta at freescale.com
Wed Mar 20 21:22:15 EST 2013
B4860 and B4420 are personalities of same silicon which share same QDS board.
B4420 is a reduced personality of b4860. To manage the common board and similar
silicon features, device tree refactoring is being done through this patch set.
* common board features have been added in b4qds.dts
* common silicon related features have been added in b4si-pre.dtsi and b4si-post.dtsi
* the various silicon and board differences are in respective files of personalities
Shaveta Leekha (5):
powerpc/85xx: add SEC-5.3 device tree
powerpc/fsl-booke: Add initial silicon device tree files for
B4860 and B4420
powerpc/fsl-booke: Add initial B4860QDS and B4420QDS board device
tree
powerpc/fsl-booke: Add B4_QDS board support
powerpc/85xx: Update corenet64_smp_defconfig for B4_QDS
arch/powerpc/boot/dts/b4420qds.dts | 50 ++++++
arch/powerpc/boot/dts/b4860qds.dts | 61 +++++++
arch/powerpc/boot/dts/b4qds.dts | 171 +++++++++++++++++++
arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 94 +++++++++++
arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 49 ++++++
arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 135 +++++++++++++++
arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | 59 +++++++
arch/powerpc/boot/dts/fsl/b4si-post.dtsi | 216 +++++++++++++++++++++++++
arch/powerpc/boot/dts/fsl/b4si-pre.dtsi | 65 ++++++++
arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi | 118 ++++++++++++++
arch/powerpc/configs/corenet64_smp_defconfig | 1 +
arch/powerpc/platforms/85xx/Kconfig | 17 ++
arch/powerpc/platforms/85xx/Makefile | 1 +
arch/powerpc/platforms/85xx/b4_qds.c | 102 ++++++++++++
14 files changed, 1139 insertions(+), 0 deletions(-)
create mode 100644 arch/powerpc/boot/dts/b4420qds.dts
create mode 100644 arch/powerpc/boot/dts/b4860qds.dts
create mode 100644 arch/powerpc/boot/dts/b4qds.dts
create mode 100644 arch/powerpc/boot/dts/fsl/b4420si-post.dtsi
create mode 100644 arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
create mode 100644 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
create mode 100644 arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
create mode 100644 arch/powerpc/boot/dts/fsl/b4si-post.dtsi
create mode 100644 arch/powerpc/boot/dts/fsl/b4si-pre.dtsi
create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi
create mode 100644 arch/powerpc/platforms/85xx/b4_qds.c
--
1.7.6.GIT
More information about the Linuxppc-dev
mailing list