Lines Matching refs:SPL
1 Generic SPL framework
7 To unify all existing implementations for a secondary program loader (SPL)
8 and to allow simply adding of new implementations this generic SPL framework
16 The object files for SPL are built separately and placed in the "spl" directory.
20 A config option named CONFIG_SPL_BUILD is enabled by Kconfig for SPL.
21 Source files can therefore be compiled for SPL with different settings.
38 The building of SPL images can be enabled by CONFIG_SPL option in Kconfig.
40 Because SPL images normally have a different text base, one has to be
44 To support generic U-Boot libraries and drivers in the SPL binary one can
73 When building SPL with DEBUG set you may also need to set CONFIG_PANIC_HANG
74 as in most cases do_reset is not defined within SPL.
81 stack usage at various points in run sequence of SPL. The -fstack-usage option
89 SPL: