summaryrefslogtreecommitdiff
path: root/board/sheldon/simpc8313/config.mk
diff options
context:
space:
mode:
authorRon Madrid <ron_madrid@sbcglobal.net>2009-01-22 15:05:24 -0800
committerKim Phillips <kim.phillips@freescale.com>2009-01-23 11:31:18 -0600
commit5bb907a4925397789c90d074f4f7e92ce6b39402 (patch)
tree253d0d413aefbac48c7c9d526ef2d98eac49f108 /board/sheldon/simpc8313/config.mk
parent6677876181cc8772bca8a372479a500d160f3993 (diff)
mpc83xx: New board support for SIMPC8313
This patch will create a new board, SIMPC8313, from Sheldon Instruments. This board boots from NAND devices and is configureable for either large or small page devices. The board supports non-soldered DDR2, one ethernet port, a Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected to the eLBC providing glue logic to a TMS320C67xx DSP. Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/sheldon/simpc8313/config.mk')
-rw-r--r--board/sheldon/simpc8313/config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/sheldon/simpc8313/config.mk b/board/sheldon/simpc8313/config.mk
new file mode 100644
index 000000000..ce1c0d8d9
--- /dev/null
+++ b/board/sheldon/simpc8313/config.mk
@@ -0,0 +1,13 @@
+ifndef NAND_SPL
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
+endif
+
+ifndef TEXT_BASE
+TEXT_BASE = 0x00100000
+endif
+
+ifdef CONFIG_NAND_LP
+PAD_TO = 0xFFF20000
+else
+PAD_TO = 0xFFF04000
+endif