From 2e5983d2ea5ff21406408c18c5b8fa12d4250908 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 15 Jul 2003 20:04:06 +0000 Subject: Patches by Kshitij, 04 Jul 2003 - added support for arm925t cpu core - added support for TI OMAP 1510 Innovator Board --- board/omap1510inn/config.mk | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 board/omap1510inn/config.mk (limited to 'board/omap1510inn/config.mk') diff --git a/board/omap1510inn/config.mk b/board/omap1510inn/config.mk new file mode 100644 index 0000000..c5fd706 --- /dev/null +++ b/board/omap1510inn/config.mk @@ -0,0 +1,25 @@ +# +# (C) Copyright 2002 +# Gary Jennejohn, DENX Software Engineering, +# David Mueller, ELSOFT AG, +# +# (C) Copyright 2003 +# Texas Instruments, +# Kshitij Gupta +# +# TI Innovator board with OMAP1510 (ARM925T) cpu +# see http://www.ti.com/ for more information on Texas Insturments +# +# Innovator has 1 bank of 256 MB SDRAM +# Physical Address: +# 1000'0000 to 2000'0000 +# +# +# Linux-Kernel is expected to be at 1000'8000, entry 1000'8000 (mem base + reserved) +# +# we load ourself to 1100'0000 +# +# + + +TEXT_BASE = 0x11000000 -- cgit v1.1