Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dcoreboot.c76 if (gd->flags & GD_FLG_COLD_BOOT) in last_stage_init()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dstart16.S28 movl $GD_FLG_COLD_BOOT, %ebx
H A Dstart.S62 movl $GD_FLG_COLD_BOOT, %ebx
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dglobal_data.h143 #define GD_FLG_COLD_BOOT 0x10000 /* Cold Boot */ macro