Searched refs:load (Results 1 – 17 of 17) sorted by relevance
| /include/env/ti/ |
| A D | ufs.env | 12 get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern} 13 get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile} 19 load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} &&
|
| A D | mmc.env | 9 loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr 17 loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} 18 loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile} 19 get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile} 45 echo WARN: Cannot load the DT; 73 load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && 76 get_kern_mmc=load mmc ${bootpart} ${loadaddr} 78 get_fit_mmc=load mmc ${bootpart} ${addr_fit}
|
| A D | k3_rproc.env | 8 if load mmc ${bootpart} $loadaddr ${rproc_fw}; then 9 if rproc load ${rproc_id} ${loadaddr} ${filesize}; then
|
| A D | ti_armv7_keystone2.env | 44 get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
|
| /include/env/phytec/ |
| A D | overlays.env | 7 /* Logic to load and apply overlays. Load overlays from bootenv.txt into 13 mmc_load_bootenv=load mmc ${mmcdev}:${mmcpart} ${bootenv_addr_r} ${bootenv} 14 mmc_load_overlay=load mmc ${mmcdev}:${mmcpart} ${fdtoverlay_addr_r} ${overlay}
|
| A D | k3_mmc.env | 15 mmcloadimage=load mmc ${mmcdev}:${mmcpart} ${kernel_addr_r} Image 16 mmcloadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr_r} ${fdtfile}
|
| /include/ |
| A D | spl.h | 338 typedef ulong (*spl_load_reader)(struct spl_load_info *load, ulong sector, 418 static inline void spl_load_init(struct spl_load_info *load, in spl_load_init() argument 422 load->read = h_read; in spl_load_init() 423 load->priv = priv; in spl_load_init() 424 spl_set_bl_len(load, bl_len); in spl_load_init() 425 xpl_set_phase(load, IH_PHASE_NONE); in spl_load_init() 426 xpl_set_fdt_update(load, true); in spl_load_init() 515 struct spl_load_info *load, ulong offset); 530 struct spl_load_info *load, ulong offset,
|
| A D | env_internal.h | 144 int (*load)(void); member
|
| A D | xilinx.h | 59 int (*load)(xilinx_desc *desc, const void *buf, size_t bsize, member
|
| A D | cbfs.h | 137 u64 load; /** Where to load in memory */ member
|
| A D | upl.h | 101 ulong load; member
|
| A D | image.h | 342 ulong load; /* load addr for the image */ member 854 image_get_hdr_l(load) /* image_get_load */ in image_get_hdr_l() 913 image_set_hdr_l(load) /* image_set_load */ in image_set_hdr_l() 1012 int image_decomp(int comp, ulong load, ulong image_start, int type, 1163 int fit_image_get_load(const void *fit, int noffset, ulong *load);
|
| A D | remoteproc.h | 447 int (*load)(struct udevice *dev, ulong addr, ulong size); member
|
| /include/env/nvidia/ |
| A D | prod_upd.env | 15 if load ${boot_interface} ${boot_dev}:1 ${ramdisk_addr_r} ${bootloader_file}; 35 if load mmc 1:1 ${kernel_addr_r} repart-block.bin; 47 if load mmc 1:1 ${ramdisk_addr_r} ${bootloader_file};
|
| /include/env/pg-wcom/ |
| A D | common.env | 55 load=tftpboot ${load_addr_r} ${hostname}/u-boot.bin
|
| /include/configs/ |
| A D | sunxi-common.h | 133 #error Need at least 32MB of DRAM. Please adjust load addresses.
|
| /include/env/adi/ |
| A D | adi_boot.env | 7 * - loadaddr, where you want to load things
|
Completed in 30 milliseconds