wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 1 | # |
| 2 | # LART board with SA1100 cpu |
| 3 | # |
| 4 | # see http://www.lart.tudelft.nl/ for more information on LART |
| 5 | # |
| 6 | |
| 7 | # |
| 8 | # Tuxscreen has 4 banks of 4 MB DRAM each |
| 9 | # |
| 10 | # c000'0000 |
| 11 | # c800'0000 |
| 12 | # d000'0000 |
| 13 | # d800'0000 |
| 14 | # |
| 15 | # Linux-Kernel is expected to be at c000'8000, entry c000'8000 |
| 16 | # |
wdenk | a8c7c70 | 2003-12-06 19:49:23 +0000 | [diff] [blame] | 17 | # we load ourself to d838'0000, the upper 1 MB of the last (4th) bank |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 18 | # |
| 19 | # download areas is c800'0000 |
| 20 | # |
| 21 | |
| 22 | |
wdenk | a8c7c70 | 2003-12-06 19:49:23 +0000 | [diff] [blame] | 23 | TEXT_BASE = 0xd8380000 |