Home
last modified time | relevance | path

Searched refs:stash (Results 1 – 7 of 7) sorted by relevance

/u-boot/include/fsl-mc/
A Dfsl_qbman_portal.h45 int stash);
130 int stash);
/u-boot/cmd/
A Dbootstage.c64 U_BOOT_CMD_MKENT(stash, 4, 0, do_bootstage_stash, "", ""),
/u-boot/drivers/net/fsl-mc/dpio/
A Dqbman_portal.c213 int stash) in qbman_eq_desc_set_response() argument
218 qb_attr_code_encode(&code_eq_rsp_stash, cl, !!stash); in qbman_eq_desc_set_response()
287 int stash) in qbman_pull_desc_set_storage() argument
299 qb_attr_code_encode(&code_pull_stash, cl, !!stash); in qbman_pull_desc_set_storage()
/u-boot/common/
A Dboard_f.c753 const void *stash = map_sysmem(CONFIG_BOOTSTAGE_STASH_ADDR, in initf_bootstage() local
756 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE); in initf_bootstage()
A DKconfig.boot418 proper, enable BOOTSTAGE_STASH as well. This will stash the timing
427 proper, enable BOOTSTAGE_STASH as well. This will stash the timing
506 'bootstage stash' and 'bootstage unstash' commands to do this on
510 hex "Address to stash boot timing information"
517 hex "Size of boot timing stash region"
520 This should be large enough to hold the bootstage stash. A value of
/u-boot/common/spl/
A Dspl.c410 const void *stash = map_sysmem(CONFIG_BOOTSTAGE_STASH_ADDR, in spl_common_init() local
413 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE); in spl_common_init()
/u-boot/doc/
A DREADME.bloblist75 Bootstage has a mechanism to 'stash' its records for passing to the next part.

Completed in 18 milliseconds