Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dhandoff.h20 struct spl_handoff { struct
31 void handoff_save_dram(struct spl_handoff *ho); argument
32 void handoff_load_dram_size(struct spl_handoff *ho);
33 void handoff_load_dram_banks(struct spl_handoff *ho);
/openbmc/u-boot/common/init/
H A Dhandoff.c13 void handoff_save_dram(struct spl_handoff *ho) in handoff_save_dram()
29 void handoff_load_dram_size(struct spl_handoff *ho) in handoff_load_dram_size()
34 void handoff_load_dram_banks(struct spl_handoff *ho) in handoff_load_dram_banks()
/openbmc/u-boot/cmd/
H A Dsb.c16 if (gd->spl_handoff) in do_sb_handoff()
17 printf("SPL handoff magic %lx\n", gd->spl_handoff->arch.magic); in do_sb_handoff()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h133 struct spl_handoff *spl_handoff; member
/openbmc/u-boot/common/spl/
H A Dspl.c352 struct spl_handoff *ho; in setup_spl_handoff()
354 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()
363 struct spl_handoff *ho; in write_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()
285 sizeof(struct spl_handoff)); in setup_spl_handoff()
286 debug("Found SPL hand-off info %p\n", gd->spl_handoff); in setup_spl_handoff()