[linuxppc-release] [PATCH] powerpc: introduce basic support for the Freescale P1022DS reference board

Kumar Gala galak at kernel.crashing.org
Wed Jun 30 07:56:17 EST 2010


On Jun 29, 2010, at 4:34 PM, Timur Tabi wrote:

> Introduce basic support for the Freescale P1022DS reference board, based on the
> Freescale BSP for this board.
> 
> Details: No DIU video or SSI audio support, no MMC/SD card support, 36-bit and
> SWIOTLB support enabled, 36-bit DTS only, and CONFIG_NO_HZ disabled because it
> causes performance problems on this kernel.
> 
> Signed-off-by: Timur Tabi <timur at freescale.com>
> ---
> 
> This patch is for 2.6.36.
> 
> arch/powerpc/boot/dts/p1022ds.dts            |  676 +++++++++++
> arch/powerpc/configs/85xx/p1022_ds_defconfig | 1620 ++++++++++++++++++++++++++
> arch/powerpc/platforms/85xx/Kconfig          |    9 +
> arch/powerpc/platforms/85xx/Makefile         |    1 +
> arch/powerpc/platforms/85xx/p1022_ds.c       |  148 +++
> 5 files changed, 2454 insertions(+), 0 deletions(-)
> create mode 100644 arch/powerpc/boot/dts/p1022ds.dts
> create mode 100644 arch/powerpc/configs/85xx/p1022_ds_defconfig
> create mode 100644 arch/powerpc/platforms/85xx/p1022_ds.c

Drop the defconfig and update mpc85xx_{smp_}defconfig to build p1022.

- k



More information about the Linuxppc-dev mailing list