Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootstage.h353 int bootstage_init(bool first);
421 static inline int bootstage_init(bool first) in bootstage_init() function
/openbmc/u-boot/common/
H A Dbootstage.c491 int bootstage_init(bool first) in bootstage_init() function
H A Dboard_f.c778 ret = bootstage_init(!from_spl); in initf_bootstage()
/openbmc/u-boot/common/spl/
H A Dspl.c395 ret = bootstage_init(true); in spl_common_init()