Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/broadwell/
A Dcpu_from_spl.c26 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(*ho)); in dram_init()
59 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(*ho)); in dram_init_banksize()
/u-boot/include/
A Dbloblist.h28 BLOBLISTT_SPL_HANDOFF, /* Hand-off info from SPL */ enumerator
/u-boot/common/spl/
A Dspl.c355 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()
372 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in write_spl_handoff()
/u-boot/common/
A Dbloblist.c34 [BLOBLISTT_SPL_HANDOFF] = "SPL hand-off",
A Dboard_f.c284 gd->spl_handoff = bloblist_find(BLOBLISTT_SPL_HANDOFF, in setup_spl_handoff()

Completed in 7 milliseconds