Home
last modified time | relevance | path

Searched refs:BOOTSTAGEF_ALLOC (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/x86/cpu/coreboot/
Dtimestamp.c78 bootstage_add_record(0, name, BOOTSTAGEF_ALLOC, in timestamp_add_to_bootstage()
/third_party/uboot/u-boot-2020.01/include/
Dbootstage.h17 BOOTSTAGEF_ALLOC = 1 << 1, /* Allocate an id */ enumerator
/third_party/uboot/u-boot-2020.01/common/
Dbootstage.c121 if (flags & BOOTSTAGEF_ALLOC) in bootstage_add_record()
157 flags = BOOTSTAGEF_ALLOC; in bootstage_mark_name()