Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f24263f322 |
@@ -75,7 +75,7 @@ config SANDBOX_BITS_PER_LONG
|
|||||||
|
|
||||||
config SYS_FDT_LOAD_ADDR
|
config SYS_FDT_LOAD_ADDR
|
||||||
hex "Address at which to load devicetree"
|
hex "Address at which to load devicetree"
|
||||||
default 0x100
|
default 0x180000
|
||||||
help
|
help
|
||||||
With sandbox the devicetree is loaded into the emulated RAM. This sets
|
With sandbox the devicetree is loaded into the emulated RAM. This sets
|
||||||
the address that is used. There must be enough space at this address
|
the address that is used. There must be enough space at this address
|
||||||
|
|||||||
@@ -658,11 +658,11 @@ that are mapped into that memory:
|
|||||||
======== ======================== ===============================
|
======== ======================== ===============================
|
||||||
Addr Config Usage
|
Addr Config Usage
|
||||||
======== ======================== ===============================
|
======== ======================== ===============================
|
||||||
100 CONFIG_SYS_FDT_LOAD_ADDR Device tree
|
|
||||||
b000 CONFIG_BLOBLIST_ADDR Blob list
|
b000 CONFIG_BLOBLIST_ADDR Blob list
|
||||||
10000 CFG_MALLOC_F_ADDR Early memory allocation
|
10000 CFG_MALLOC_F_ADDR Early memory allocation
|
||||||
f0000 CONFIG_PRE_CON_BUF_ADDR Pre-console buffer
|
f0000 CONFIG_PRE_CON_BUF_ADDR Pre-console buffer
|
||||||
100000 TCG Event log TCG Event Log
|
100000 TCG Event log TCG Event Log
|
||||||
|
180000CONFIG_SYS_FDT_LOAD_ADDR Device tree
|
||||||
200000 CONFIG_TRACE_EARLY_ADDR Early trace buffer (if enabled). Also used
|
200000 CONFIG_TRACE_EARLY_ADDR Early trace buffer (if enabled). Also used
|
||||||
400000 CONFIG_TEXT_BASE Load buffer for U-Boot (sandbox_spl only)
|
400000 CONFIG_TEXT_BASE Load buffer for U-Boot (sandbox_spl only)
|
||||||
10000000 PCI address space (see test.dts)
|
10000000 PCI address space (see test.dts)
|
||||||
|
|||||||
Reference in New Issue
Block a user