Hugo Villeneuve | c7f879e | 2008-05-21 13:58:41 -0400 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2002 |
Detlev Zundel | 792a09e | 2009-05-13 10:54:10 +0200 | [diff] [blame] | 3 | # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> |
Hugo Villeneuve | c7f879e | 2008-05-21 13:58:41 -0400 | [diff] [blame] | 4 | # David Mueller, ELSOFT AG, <d.mueller@elsoft.ch> |
| 5 | # |
Hugo Villeneuve | 2b1fa9d | 2008-07-08 11:02:05 -0400 | [diff] [blame] | 6 | # Copyright (C) 2008 Lyrtech <www.lyrtech.com> |
| 7 | # Copyright (C) 2008 Philip Balister, OpenSDR <philip@opensdr.com> |
| 8 | # |
Hugo Villeneuve | c7f879e | 2008-05-21 13:58:41 -0400 | [diff] [blame] | 9 | # Lyrtech SFF SDR board (ARM926EJS) cpu |
Hugo Villeneuve | c7f879e | 2008-05-21 13:58:41 -0400 | [diff] [blame] | 10 | # |
| 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 Villeneuve | 2b1fa9d | 2008-07-08 11:02:05 -0400 | [diff] [blame] | 21 | # we load ourself to 8400'0000 to provide at least 32MB spacing |
| 22 | # between us and the Integrity kernel image |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 23 | CONFIG_SYS_TEXT_BASE = 0x84000000 |