Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/coreboot/
Dcoreboot.c75 if (gd->flags & GD_FLG_COLD_BOOT) in last_stage_init()
/external/u-boot/arch/x86/cpu/
Dstart16.S27 movl $GD_FLG_COLD_BOOT, %ebx
Dstart.S61 movl $GD_FLG_COLD_BOOT, %ebx
/external/u-boot/arch/x86/include/asm/
Dglobal_data.h143 #define GD_FLG_COLD_BOOT 0x10000 /* Cold Boot */ macro