Home
last modified time | relevance | path

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

/u-boot/include/
A Dhandoff.h20 struct spl_handoff { struct
29 void handoff_save_dram(struct spl_handoff *ho); argument
30 void handoff_load_dram_size(struct spl_handoff *ho);
31 void handoff_load_dram_banks(struct spl_handoff *ho);
43 int handoff_arch_save(struct spl_handoff *ho);
/u-boot/arch/x86/lib/fsp2/
A Dfsp_dram.c63 struct spl_handoff *ho = gd->spl_handoff; in dram_init()
86 struct spl_handoff *ho = gd->spl_handoff; in board_get_usable_ram_top()
/u-boot/common/init/
A Dhandoff.c14 void handoff_save_dram(struct spl_handoff *ho) in handoff_save_dram()
27 void handoff_load_dram_size(struct spl_handoff *ho) in handoff_load_dram_size()
32 void handoff_load_dram_banks(struct spl_handoff *ho) in handoff_load_dram_banks()
/u-boot/arch/x86/cpu/intel_common/
A Dcpu_from_spl.c28 struct spl_handoff *ho = gd->spl_handoff; in arch_cpu_init()
/u-boot/arch/x86/cpu/broadwell/
A Dcpu_from_spl.c24 struct spl_handoff *ho; in dram_init()
57 struct spl_handoff *ho; in dram_init_banksize()
/u-boot/cmd/
A Dsb.c18 if (gd->spl_handoff) in do_sb_handoff()
19 printf("SPL handoff magic %lx\n", gd->spl_handoff->arch.magic); in do_sb_handoff()
/u-boot/include/asm-generic/
A Dglobal_data.h428 struct spl_handoff *spl_handoff; member
/u-boot/arch/sandbox/cpu/
A Dspl.c82 int handoff_arch_save(struct spl_handoff *ho) in handoff_arch_save()
/u-boot/common/spl/
A Dspl.c353 struct spl_handoff *ho; in setup_spl_handoff()
355 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()
362 __weak int handoff_arch_save(struct spl_handoff *ho) in handoff_arch_save()
369 struct spl_handoff *ho; in write_spl_handoff()
372 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in write_spl_handoff()
/u-boot/common/
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()
/u-boot/arch/x86/lib/fsp/
A Dfsp_dram.c167 int handoff_arch_save(struct spl_handoff *ho) in handoff_arch_save()
/u-boot/drivers/clk/rockchip/
A Dclk_rk3399.c1392 if (!(gd->spl_handoff)) in rk3399_clk_probe()

Completed in 26 milliseconds