wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [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> |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 4 | # |
| 5 | # SAMSUNG board with S3C2400X (ARM920T) CPU |
| 6 | # |
| 7 | # see http://www.samsung.com/ for more information on SAMSUNG |
| 8 | # |
| 9 | |
| 10 | # |
| 11 | # SAMSUNG has 1 bank of 32 MB DRAM |
| 12 | # |
| 13 | # 0C00'0000 to 0E00'0000 |
| 14 | # |
| 15 | # Linux-Kernel is expected to be at 0cf0'0000, entry 0cf0'0000 |
| 16 | # optionally with a ramdisk at 0c80'0000 |
| 17 | # |
wdenk | f6e20fc | 2004-02-08 19:38:38 +0000 | [diff] [blame] | 18 | # we load ourself to 0CF80000 (must be high enough not to be |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 19 | # overwritten by the uncompessing Linux kernel) |
| 20 | # |
| 21 | # download area is 0C80'0000 |
| 22 | # |
| 23 | |
| 24 | |
wdenk | f6e20fc | 2004-02-08 19:38:38 +0000 | [diff] [blame] | 25 | TEXT_BASE = 0x0CF80000 |