forked from anarsoul/ipaq-s3c24xx-u-boot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
MemMap.txt
57 lines (49 loc) · 1.66 KB
/
MemMap.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
*****************************************
* Memory Map *
*****************************************
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
| Stack |
| |
0x3F4_FED8 +---------------------+
| Global Data | 128 Bytes
0x3F5_0000 +---------------------+
| |
| Heap | 192K Bytes
| |
0x3F8_0000 +---------------------+
| |
| Code |
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
| |
| |
+---------------------+
| BSS |
| |
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
| |
| |
0x400_0000 +---------------------+
*****************************************
* Source Trace *
*****************************************
Stack:
cpu/arm920t/start.S
stack_setup:
_TEXT_BASE(0x3F80000) - CFG_MALLOC_LEN(0x30000) - CFG_GBL_DATA_SIZE(0x80) = 0x3F4FED8
Global Data:
include/configs/wmt.h
CFG_GBL_DATA_SIZE = 128
Heap:
lib_arm/Board.c
mem_malloc_start:
_armboot_start(0x3F80000) - CFG_MALLOC_LEN(0x30000) = 0x3F50000
Code
board/wmt/config.mk
TEXT_BASE = 0x03F80000
BSS:
cpu/arm920t/start.S
__bss_start:
board/wmt/u-boot.lds