Home
last modified time | relevance | path

Searched refs:GD_FLG_SKIP_LL_INIT (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dinit.h23 #define ll_boot_init() (!(gd->flags & GD_FLG_SKIP_LL_INIT))
/u-boot/include/asm-generic/
A Dglobal_data.h577 GD_FLG_SKIP_LL_INIT = 0x20000, enumerator
/u-boot/arch/x86/cpu/coreboot/
A Dtables.c252 gd->flags |= GD_FLG_SKIP_LL_INIT; in get_coreboot_info()
/u-boot/arch/x86/cpu/i386/
A Dcpu.c490 gd->flags |= GD_FLG_SKIP_LL_INIT; in x86_cpu_reinit_f()

Completed in 8 milliseconds