Home
last modified time | relevance | path

Searched refs:BOOTSTAGE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/misc/
H A Dsmpro-misc.c13 #define BOOTSTAGE 0xB0 macro
43 ret = regmap_read(misc->regmap, BOOTSTAGE, &bootstage); in boot_progress_show()
60 ret = regmap_write(misc->regmap, BOOTSTAGE, ((bootstage & 0xff00) | 0x1)); in boot_progress_show()
H A Dsmpro-errmon.c50 #define BOOTSTAGE 0xB0 macro
483 ret = regmap_read(errmon->regmap, BOOTSTAGE, &data); in smpro_dimm_syndrome_read()
/openbmc/u-boot/drivers/timer/
H A Dcadence-ttc.c34 #if CONFIG_IS_ENABLED(BOOTSTAGE)
H A Drockchip_timer.c40 #if CONFIG_IS_ENABLED(BOOTSTAGE)
H A DKconfig35 default y if X86 && BOOTSTAGE
/openbmc/u-boot/include/
H A Dbootstage.h228 #if CONFIG_IS_ENABLED(BOOTSTAGE)
/openbmc/u-boot/common/
H A DMakefile63 obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
H A DKconfig3 config BOOTSTAGE config
23 depends on BOOTSTAGE
32 depends on BOOTSTAGE
41 depends on BOOTSTAGE
74 depends on BOOTSTAGE
98 depends on BOOTSTAGE
/openbmc/u-boot/cmd/
H A DKconfig1552 depends on BOOTSTAGE