Home
last modified time | relevance | path

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

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