Searched refs:ll_boot_init (Results 1 – 16 of 16) sorted by relevance
19 #define ll_boot_init() false macro23 #define ll_boot_init() (!(gd->flags & GD_FLG_SKIP_LL_INIT)) macro
26 if (!ll_boot_init()) { in dram_init()82 if (!ll_boot_init()) in board_get_usable_ram_top()
28 if (!ll_boot_init() || spl_phase() != PHASE_BOARD_F) in arch_cpu_init_dm()
31 if (!ll_boot_init()) in arch_misc_init()
97 if (!ll_boot_init()) in cpu_x86_baytrail_probe()
34 if (!ll_boot_init()) in init_cache_f_r()
161 if (!ll_boot_init()) in arch_fsps_preinit()184 if (!ll_boot_init()) in arch_fsp_init_r()
89 if (!ll_boot_init()) in fsp_video_probe()
52 if (!ll_boot_init()) { in dram_init_banksize()
273 if (!ll_boot_init()) { in cpu_init_r()
372 if (!ll_boot_init()) { in vbe_setup_video()
1059 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()
468 if (ll_boot_init()) in x86_cpu_init_f()
269 if (!ll_boot_init()) in interrupt_init()
671 if (!ll_boot_init()) { in broadwell_igd_probe()
731 To do this you can use ll_boot_init() in appropriate places to skip init that
Completed in 17 milliseconds