summaryrefslogtreecommitdiff
path: root/board/freescale/p1022ds/config.mk
diff options
context:
space:
mode:
authorSrikanth Srinivasan <srikanth.srinivasan@freescale.com>2010-01-06 14:19:22 +0800
committerScott Sweeny <scott.sweeny@timesys.com>2010-09-29 17:32:28 -0400
commita2e96efa3ba3850e51e969ee5d8f1a104548fc9c (patch)
tree5059059c6b30d33f92340c71718df68010daa7b5 /board/freescale/p1022ds/config.mk
parenta200a7c04d89853d2a1395b96d8ca5e3dd754551 (diff)
p1022ds support
This patch adds support for P1022DS to u-boot. The following items have been tested - DDR (spd-based), I2C, Flash, Vetsec1, 2, DIU, PEX 1,2,3. Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
Diffstat (limited to 'board/freescale/p1022ds/config.mk')
-rw-r--r--board/freescale/p1022ds/config.mk30
1 files changed, 30 insertions, 0 deletions
diff --git a/board/freescale/p1022ds/config.mk b/board/freescale/p1022ds/config.mk
new file mode 100644
index 0000000000..be0cb2c48b
--- /dev/null
+++ b/board/freescale/p1022ds/config.mk
@@ -0,0 +1,30 @@
+#
+# Copyright 2007-2010 Freescale Semiconductor, Inc.
+#
+# See file CREDITS for list of people who contributed to this
+# project.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+
+#
+# p1022ds board
+#
+ifndef TEXT_BASE
+TEXT_BASE = 0xeff80000
+endif
+
+RESET_VECTOR_ADDRESS = 0xeffffffc