Home
last modified time | relevance | path

Searched refs:bootstage_stash (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dbootstage.h324 int bootstage_stash(void *base, int size);
406 static inline int bootstage_stash(void *base, int size) in bootstage_stash() function
/openbmc/u-boot/cmd/
H A Dbootstage.c51 ret = bootstage_stash((void *)base, size); in do_bootstage_stash()
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu.c64 bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR, in x86_cleanup_before_linux()
/openbmc/u-boot/common/
H A Dbootstage.c361 int bootstage_stash(void *base, int size) in bootstage_stash() function
H A DKconfig102 This happens through a call to bootstage_stash(), typically in
/openbmc/u-boot/common/spl/
H A Dspl.c734 ret = bootstage_stash((void *)CONFIG_BOOTSTAGE_STASH_ADDR, in board_init_r()