Searched refs:stash (Results 1 – 7 of 7) sorted by relevance
| /u-boot/include/fsl-mc/ |
| A D | fsl_qbman_portal.h | 45 int stash); 130 int stash);
|
| /u-boot/cmd/ |
| A D | bootstage.c | 64 U_BOOT_CMD_MKENT(stash, 4, 0, do_bootstage_stash, "", ""),
|
| /u-boot/drivers/net/fsl-mc/dpio/ |
| A D | qbman_portal.c | 213 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 D | board_f.c | 753 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 D | Kconfig.boot | 418 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 D | spl.c | 410 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 D | README.bloblist | 75 Bootstage has a mechanism to 'stash' its records for passing to the next part.
|
Completed in 15 milliseconds