diff options
| author | Tom Rini <[email protected]> | 2023-05-30 16:23:41 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-30 16:23:41 -0400 |
| commit | cb4437e530ec1ff3deae85754010344afab8bcc5 (patch) | |
| tree | 1a21c3f9a0f641516881864d177c030fc9d3ed78 /doc | |
| parent | 020520bbc1ff4a542e014f0873c13b4543aea0ea (diff) | |
| parent | 159f4157b52bd158aaaf3ef764e0171d6f8ec776 (diff) | |
Merge branch '2023-05-30-TI-fixes-Apple-M2-support'
- Fixes for some TI K3 platforms and merge the Apple M2 support I had
intended to pick up earlier.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/ti/j721e_evm.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/board/ti/j721e_evm.rst b/doc/board/ti/j721e_evm.rst index e898601c41e..feaa2da5e9a 100644 --- a/doc/board/ti/j721e_evm.rst +++ b/doc/board/ti/j721e_evm.rst @@ -268,6 +268,49 @@ Image formats: | +-------------------+ | +-----------------------+ +R5 Memory Map: +-------------- + +.. list-table:: + :widths: 16 16 16 + :header-rows: 1 + + * - Region + - Start Address + - End Address + + * - SPL + - 0x41c00000 + - 0x41c40000 + + * - EMPTY + - 0x41c40000 + - 0x41c81920 + + * - STACK + - 0x41c85920 + - 0x41c81920 + + * - Global data + - 0x41c859f0 + - 0x41c85920 + + * - Heap + - 0x41c859f0 + - 0x41cf59f0 + + * - BSS + - 0x41cf59f0 + - 0x41cff9f0 + + * - MCU Scratchpad + - 0x41cff9fc + - 0x41cffbfc + + * - ROM DATA + - 0x41cffbfc + - 0x41cfffff + OSPI: ----- ROM supports booting from OSPI from offset 0x0. |
