Lines Matching refs:SPL
1 Overview of SPL on OMAP3 devices
7 This document provides an overview of how SPL functions on OMAP3 (and related
14 one has been used successfully to load SPL this information is stored in memory
24 Note that the size of the SPL text rodata and data is enforced with a CONFIG
25 option and growing over that size results in a link error. The SPL stack
28 SPL text, data and rodata is considered the safe stack area. Details on
35 Option 1 (SPL only):
36 0x40200800 - 0x4020BBFF: Area for SPL text, data and rodata
37 0x4020E000 - 0x4020FFFC: Area for the SPL stack.
38 0x80000000 - 0x8007FFFF: Area for the SPL BSS.
40 0x80208000 - 0x80307FFF: malloc() pool available to SPL.
42 Option 2 (SPL or X-Loader):
43 0x40200800 - 0x4020BBFF: Area for SPL text, data and rodata
44 0x4020E000 - 0x4020FFFC: Area for the SPL stack.
46 0x87000000 - 0x8707FFFF: Area for the SPL BSS.
47 0x87080000 - 0x870FFFFF: malloc() pool available to SPL.
50 completing. Note that CONFIG_SYS_TEXT_BASE must be clear of the areas that SPL