Memory layout: Difference between revisions
No edit summary |
|||
| Line 72: | Line 72: | ||
The entire FCRAM is cleared during NATIVE_FIRM boot. This is probably done by the ARM11 kernel(after loading [[FIRM]] launch parameters from FCRAM)? | The entire FCRAM is cleared during NATIVE_FIRM boot. This is probably done by the ARM11 kernel(after loading [[FIRM]] launch parameters from FCRAM)? | ||
== FCRAM layout with the default retail memory-regions == | |||
{| class="wikitable" border="1" | |||
! Region | |||
! Base address relative to FCRAM+0 | |||
! Region size | |||
|- | |||
| APPLICATION | |||
| 0x0 | |||
| 0x04000000 | |||
|- | |||
| SYSTEM | |||
| 0x04000000 | |||
| 0x02C00000 | |||
|- | |||
| BASE | |||
| 0x06C00000 | |||
| 0x01400000 | |||
|} | |||
=ARM11 Detailed virtual memory map= | =ARM11 Detailed virtual memory map= | ||