]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: add support for the Freescale P1022DS reference board
authorTimur Tabi <timur@freescale.com>
Mon, 14 Jun 2010 20:28:24 +0000 (15:28 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Jul 2010 15:55:10 +0000 (10:55 -0500)
commitc59e1b4d078d5301aaeeec13b3e292d5bed05daf
treeb4eb59fc962161d9367857d62078adaec446b9f5
parentddac6f08db3d539d05fad5400ed3dc815b1a196b
powerpc: add support for the Freescale P1022DS reference board

Specifics:

1) 36-bit only
2) Booting from NOR flash only
3) Environment stored in NOR flash only
4) No SPI support
5) No DIU support

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14 files changed:
MAINTAINERS
MAKEALL
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/p1022_serdes.c [new file with mode: 0644]
arch/powerpc/include/asm/fsl_serdes.h
board/freescale/common/Makefile
board/freescale/p1022ds/Makefile [new file with mode: 0644]
board/freescale/p1022ds/config.mk [new file with mode: 0644]
board/freescale/p1022ds/ddr.c [new file with mode: 0644]
board/freescale/p1022ds/law.c [new file with mode: 0644]
board/freescale/p1022ds/p1022ds.c [new file with mode: 0644]
board/freescale/p1022ds/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/P1022DS.h [new file with mode: 0644]