Home
last modified time | relevance | path

Searched refs:BLOBLISTT_SPL_HANDOFF (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dbloblist.h27 BLOBLISTT_SPL_HANDOFF, /* Hand-off info from SPL */ enumerator
/openbmc/u-boot/common/spl/
H A Dspl.c354 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()
365 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in write_spl_handoff()
/openbmc/u-boot/common/
H A Dboard_f.c284 gd->spl_handoff = bloblist_find(BLOBLISTT_SPL_HANDOFF, in setup_spl_handoff()