Lines Matching refs:SPL
8 select SPL
11 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
29 select SPL
52 select SPL_BOARD_INIT if SPL
54 select SPL
77 select SPL
83 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
104 select SPL
138 select SPL
159 select SPL
185 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
209 select SPL
211 select SPL_BOARD_INIT if SPL
213 select SPL_CLK if SPL
214 select SPL_PINCTRL if SPL
215 select SPL_RAM if SPL
216 select SPL_REGMAP if SPL
217 select SPL_SYSCON if SPL
277 bool "SPL returns to bootrom"
281 depends on SPL
283 Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
284 SPL will return to the boot rom, which will then load the U-Boot
294 Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
295 SPL will return to the boot rom, which will then load the U-Boot
306 bool "Rockchip SPL common board file"
307 depends on SPL
309 Rockchip SoCs have similar boot process, SPL is mainly in charge of
318 init and back to bootrom, and SPL as Trust ATF/U-Boot loader. TPL
329 hex "Size of IRAM reserved in SPL"
332 SPL may need reserve memory for firmware loaded by SPL, whose load
333 address is in IRAM and may overlay with SPL text area if not
340 bool "SPL requires early-return (for RK3188-style BROM) to BROM"
341 depends on SPL && ENABLE_ARM_SOC_BOOT0_HOOK
350 This enables support code in the BOOT0 hook for the SPL stage