Home
last modified time | relevance | path

Searched refs:ll_boot_init (Results 1 – 16 of 16) sorted by relevance

/u-boot/include/
A Dinit.h19 #define ll_boot_init() false macro
23 #define ll_boot_init() (!(gd->flags & GD_FLG_SKIP_LL_INIT)) macro
/u-boot/arch/x86/lib/fsp2/
A Dfsp_dram.c26 if (!ll_boot_init()) { in dram_init()
82 if (!ll_boot_init()) in board_get_usable_ram_top()
A Dfsp_init.c28 if (!ll_boot_init() || spl_phase() != PHASE_BOARD_F) in arch_cpu_init_dm()
/u-boot/arch/x86/cpu/baytrail/
A Dvalleyview.c31 if (!ll_boot_init()) in arch_misc_init()
A Dcpu.c97 if (!ll_boot_init()) in cpu_x86_baytrail_probe()
/u-boot/arch/x86/lib/
A Dinit_helpers.c34 if (!ll_boot_init()) in init_cache_f_r()
/u-boot/arch/x86/cpu/apollolake/
A Dfsp_s.c161 if (!ll_boot_init()) in arch_fsps_preinit()
184 if (!ll_boot_init()) in arch_fsp_init_r()
/u-boot/arch/x86/lib/fsp/
A Dfsp_graphics.c89 if (!ll_boot_init()) in fsp_video_probe()
A Dfsp_dram.c52 if (!ll_boot_init()) { in dram_init_banksize()
/u-boot/arch/x86/cpu/
A Dcpu.c273 if (!ll_boot_init()) { in cpu_init_r()
/u-boot/drivers/pci/
A Dpci_rom.c372 if (!ll_boot_init()) { in vbe_setup_video()
A Dpci-uclass.c1059 if (CONFIG_IS_ENABLED(PCI_PNP) && ll_boot_init() && in pci_uclass_post_probe()
1081 if ((gd->flags & GD_FLG_RELOC) && dev_seq(bus) == 0 && ll_boot_init()) { in pci_uclass_post_probe()
/u-boot/arch/x86/cpu/i386/
A Dcpu.c468 if (ll_boot_init()) in x86_cpu_init_f()
A Dinterrupt.c269 if (!ll_boot_init()) in interrupt_init()
/u-boot/drivers/video/
A Dbroadwell_igd.c671 if (!ll_boot_init()) { in broadwell_igd_probe()
/u-boot/doc/arch/
A Dx86.rst731 To do this you can use ll_boot_init() in appropriate places to skip init that

Completed in 17 milliseconds