blob: 4fe900799dd003b011a6651531c283aba7806464 [file] [log] [blame]
Hugo Villeneuvec7f879e2008-05-21 13:58:41 -04001#
2# (C) Copyright 2002
Detlev Zundel792a09e2009-05-13 10:54:10 +02003# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
Hugo Villeneuvec7f879e2008-05-21 13:58:41 -04004# David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
5#
Hugo Villeneuve2b1fa9d2008-07-08 11:02:05 -04006# Copyright (C) 2008 Lyrtech <www.lyrtech.com>
7# Copyright (C) 2008 Philip Balister, OpenSDR <philip@opensdr.com>
8#
Hugo Villeneuvec7f879e2008-05-21 13:58:41 -04009# Lyrtech SFF SDR board (ARM926EJS) cpu
Hugo Villeneuvec7f879e2008-05-21 13:58:41 -040010#
11# SFF SDR board has 1 bank of 128 MB DDR RAM
12# Physical Address:
13# 8000'0000 to 87FF'FFFF
14#
15# Linux-Kernel is expected to be at 8000'8000, entry 8000'8000
16# (mem base + reserved)
17#
18# Integrity kernel is expected to be at 8000'0000, entry 8000'00D0,
19# up to 81FF'FFFF (uses up to 32 MB of memory for text, heap, etc).
20#
Hugo Villeneuve2b1fa9d2008-07-08 11:02:05 -040021# we load ourself to 8400'0000 to provide at least 32MB spacing
22# between us and the Integrity kernel image
Wolfgang Denk14d0a022010-10-07 21:51:12 +020023CONFIG_SYS_TEXT_BASE = 0x84000000