summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc85xx
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2014-03-13 18:10:01 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-19 07:43:01 +0100
commite172c508c62542e85843f64f91b339d555cbf2e4 (patch)
tree28dff1e33e96895f3f01115cbc422586f4dd4820 /arch/ppc/mach-mpc85xx
parentcbeded2bad56b51a2aa25151931c0de346c00707 (diff)
downloadbarebox-e172c508c62542e85843f64f91b339d555cbf2e4.tar.gz
barebox-e172c508c62542e85843f64f91b339d555cbf2e4.tar.xz
ppc: add Freescale P1022DS board support
Add support for the Freescale P1022DS. Driver support is limited to: - I2C - Ethernet - Serial - NOR flash - PIXIS FPGA System clock configuration is read from the FPGA but has only been tested using a 133MHz system clock and 100MHz DDR clock. Boot arguments are defined in the environment to boot over NFS with a console configured at 115200 bauds. Enabling branch prediction is moved from board support to the platform support for all boards as it is a CPU feature. Some the code is from U-Boot version git-be937b5. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/mach-mpc85xx')
-rw-r--r--arch/ppc/mach-mpc85xx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ppc/mach-mpc85xx/Kconfig b/arch/ppc/mach-mpc85xx/Kconfig
index 0b76204519..2d1ca8a9b6 100644
--- a/arch/ppc/mach-mpc85xx/Kconfig
+++ b/arch/ppc/mach-mpc85xx/Kconfig
@@ -3,6 +3,10 @@ if ARCH_MPC85XX
config MMU
default y if CMD_MEMTEST
+config BTB
+ bool
+ default y if P2020RDB || P1022DS || DA923RC
+
config TEXT_BASE
hex
default 0xeff80000 if P2020RDB