| /u-boot/common/spl/ |
| A D | spl_nor.c | 30 __maybe_unused struct spl_load_info load; in spl_nor_load_image() local 50 load.bl_len = 1; in spl_nor_load_image() 51 load.read = spl_nor_load_read; in spl_nor_load_image() 53 ret = spl_load_simple_fit(spl_image, &load, in spl_nor_load_image() 98 load.bl_len = 1; in spl_nor_load_image() 99 load.read = spl_nor_load_read; in spl_nor_load_image() 100 return spl_load_simple_fit(spl_image, &load, in spl_nor_load_image() 106 load.bl_len = 1; in spl_nor_load_image() 107 load.read = spl_nor_load_read; in spl_nor_load_image() 114 load.bl_len = 1; in spl_nor_load_image() [all …]
|
| A D | spl_spi.c | 136 struct spl_load_info load; in spl_spi_load_image() local 139 load.dev = flash; in spl_spi_load_image() 140 load.priv = NULL; in spl_spi_load_image() 141 load.filename = NULL; in spl_spi_load_image() 142 load.bl_len = 1; in spl_spi_load_image() 143 load.read = spl_spi_fit_read; in spl_spi_load_image() 148 struct spl_load_info load; in spl_spi_load_image() local 150 load.dev = flash; in spl_spi_load_image() 151 load.priv = NULL; in spl_spi_load_image() 152 load.filename = NULL; in spl_spi_load_image() [all …]
|
| A D | spl_nand.c | 48 sector = *(int *)load->priv; in spl_nand_fit_read() 68 struct spl_load_info load; in spl_nand_load_element() local 71 load.dev = NULL; in spl_nand_load_element() 72 load.priv = &offset; in spl_nand_load_element() 73 load.filename = NULL; in spl_nand_load_element() 74 load.bl_len = 1; in spl_nand_load_element() 78 struct spl_load_info load; in spl_nand_load_element() local 80 load.dev = NULL; in spl_nand_load_element() 81 load.priv = NULL; in spl_nand_load_element() 82 load.filename = NULL; in spl_nand_load_element() [all …]
|
| A D | spl_legacy.c | 79 struct spl_load_info *load, ulong header) in spl_load_legacy_img() argument 88 load->read(load, header, sizeof(hdr), &hdr); in spl_load_legacy_img() 99 load->read(load, dataptr, spl_image->size, in spl_load_legacy_img() 115 load->read(load, dataptr, spl_image->size, src); in spl_load_legacy_img()
|
| A D | spl_fat.c | 43 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument 48 char *filename = (char *)load->filename; in spl_fit_read() 87 struct spl_load_info load; in spl_load_image_fat() local 90 load.read = spl_fit_read; in spl_load_image_fat() 91 load.bl_len = 1; in spl_load_image_fat() 92 load.filename = (void *)filename; in spl_load_image_fat() 93 load.priv = NULL; in spl_load_image_fat() 95 return spl_load_simple_fit(spl_image, &load, 0, header); in spl_load_image_fat()
|
| A D | spl_mmc.c | 49 struct mmc *mmc = load->dev; in h_spl_load_read() 85 struct spl_load_info load; in mmc_load_image_raw_sector() local 88 load.dev = mmc; in mmc_load_image_raw_sector() 89 load.priv = NULL; in mmc_load_image_raw_sector() 90 load.filename = NULL; in mmc_load_image_raw_sector() 92 load.read = h_spl_load_read; in mmc_load_image_raw_sector() 95 struct spl_load_info load; in mmc_load_image_raw_sector() local 97 load.dev = mmc; in mmc_load_image_raw_sector() 98 load.priv = NULL; in mmc_load_image_raw_sector() 99 load.filename = NULL; in mmc_load_image_raw_sector() [all …]
|
| A D | spl_ram.c | 24 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read() argument 47 struct spl_load_info load; in spl_ram_load_image() local 50 load.bl_len = 1; in spl_ram_load_image() 51 load.read = spl_ram_load_read; in spl_ram_load_image() 52 spl_load_simple_fit(spl_image, &load, 0, header); in spl_ram_load_image()
|
| A D | spl_ymodem.c | 39 static ulong ymodem_read_fit(struct spl_load_info *load, ulong offset, in ymodem_read_fit() argument 43 struct ymodem_fit_info *info = load->priv; in ymodem_read_fit() 120 struct spl_load_info load; in spl_ymodem_load_image() local 124 load.dev = NULL; in spl_ymodem_load_image() 125 load.priv = (void *)&info; in spl_ymodem_load_image() 126 load.filename = NULL; in spl_ymodem_load_image() 127 load.bl_len = 1; in spl_ymodem_load_image() 130 load.read = ymodem_read_fit; in spl_ymodem_load_image() 131 ret = spl_load_simple_fit(spl_image, &load, 0, (void *)buf); in spl_ymodem_load_image()
|
| A D | spl_net.c | 19 static ulong spl_net_load_read(struct spl_load_info *load, ulong sector, in spl_net_load_read() argument 52 struct spl_load_info load; in spl_net_load_image() local 55 load.bl_len = 1; in spl_net_load_image() 56 load.read = spl_net_load_read; in spl_net_load_image() 57 rv = spl_load_simple_fit(spl_image, &load, 0, header); in spl_net_load_image()
|
| /u-boot/doc/usage/ |
| A D | load.rst | 3 load command 11 load <interface> [<dev[:part]> [<addr> [<filename> [bytes [pos]]]]] 16 The load command is used to read a file from a filesystem into memory. 19 The load address is saved in the environment variable fileaddr. 31 load address, defaults to environment variable loadaddr or if loadaddr is 38 maximum number of bytes to load 50 => load mmc 0:1 ${kernel_addr_r} snp.efi 53 => load mmc 0:1 ${kernel_addr_r} snp.efi 1000000 56 => load mmc 0:1 ${kernel_addr_r} snp.efi 1000000 100 59 => load mmc 0:1 ${kernel_addr_r} snp.efi 10 [all …]
|
| /u-boot/arch/arm/mach-imx/ |
| A D | spl_imx_romapi.c | 36 u32 pagesize = *(u32 *)load->priv; in spl_romapi_read_seekable() 107 struct spl_load_info load; in spl_romapi_load_image_seekable() local 109 memset(&load, 0, sizeof(load)); in spl_romapi_load_image_seekable() 110 load.bl_len = pagesize; in spl_romapi_load_image_seekable() 112 load.priv = &pagesize; in spl_romapi_load_image_seekable() 129 if (load->priv) { in spl_ram_load_read() 130 ulong *p = (ulong *)load->priv; in spl_ram_load_read() 171 struct spl_load_info load; in spl_romapi_load_image_stream() local 267 memset(&load, 0, sizeof(load)); in spl_romapi_load_image_stream() 268 load.bl_len = 1; in spl_romapi_load_image_stream() [all …]
|
| /u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| A D | u-boot-imx28.bd | 7 load u_boot_spl > 0x0000; 8 load ivt (entry = 0x0014) > 0x8000; 11 load u_boot > 0x40000100; 12 load ivt (entry = 0x40000100) > 0x8000;
|
| A D | u-boot-imx23.bd | 12 load u_boot_spl > 0x0000; 13 load ivt (entry = 0x0014) > 0x8000; 16 load u_boot > 0x40000100;
|
| /u-boot/doc/uImage.FIT/ |
| A D | multi_spl.its | 6 * Several binaries will be loaded at their respective load addresses. 28 load = <0x4a000000>; 36 load = <0x18000>; 45 load = <0x40000>; 52 load = <0x4fa00000>; 60 load = <0x4fa00000>; 68 load = <0x40080000>; 76 load = <0x4fe00000>;
|
| A D | multi.its | 19 load = <00000000>; 36 load = <00000000>; 50 load = <00000000>; 64 load = <00000000>; 78 load = <00000000>; 102 load = <00700000>;
|
| A D | multi-with-loadables.its | 9 description = "Configuration to load a Xen Kernel"; 20 load = <0xa0000000>; 33 load = <0xb0000000>; 45 load = <0xb0400000>; 58 load = <0xa0000000>;
|
| A D | multi-with-fpga.its | 9 description = "Configuration to load fpga before Kernel"; 19 load = <0x10000000>; 31 load = <0x30000000>; 44 load = <0x8000>;
|
| A D | update3.its | 17 load = <FF700000>; 27 load = <FF8E0000>; 38 load = <FFAC0000>;
|
| /u-boot/arch/arm/include/debug/ |
| A D | 8250.S | 19 .macro load, rd, rx:vararg macro 27 .macro load, rd, rx:vararg macro 39 1002: load \rd, [\rx, #UART_LSR << UART_SHIFT] 47 1001: load \rd, [\rx, #UART_MSR << UART_SHIFT]
|
| /u-boot/test/py/tests/test_efi_capsule/ |
| A D | uboot_bin_env.its | 3 * Make sure the flashing addresses ('load' prop) is correct for your board! 19 load = <0>; 30 load = <0>;
|
| /u-boot/common/ |
| A D | image-fdt.c | 274 ulong load, load_end; in boot_get_fdt() local 371 load = image_get_load(fdt_hdr); in boot_get_fdt() 374 if (load == image_start || in boot_get_fdt() 375 load == image_data) { in boot_get_fdt() 376 fdt_addr = load; in boot_get_fdt() 386 image_data, load); in boot_get_fdt() 388 memmove((void *)load, in boot_get_fdt() 392 fdt_addr = load; in boot_get_fdt() 404 ulong load, len; in boot_get_fdt() local 409 arch, &load, &len); in boot_get_fdt() [all …]
|
| /u-boot/doc/ |
| A D | README.zfs | 1 This patch series adds support for ZFS listing and load to u-boot. 3 To Enable zfs ls and load commands, modify the board specific config file with 12 zfsload- load binary file from a ZFS file system 20 3. To read and load a file from an ZFS formatted partition to RAM, execute
|
| /u-boot/arch/arm/mach-sunxi/ |
| A D | spl_spi_sunxi.c | 313 static ulong spi_load_read(struct spl_load_info *load, ulong sector, in spi_load_read() argument 336 struct spl_load_info load; in spl_spi_load_image() local 339 load.dev = NULL; in spl_spi_load_image() 340 load.priv = NULL; in spl_spi_load_image() 341 load.filename = NULL; in spl_spi_load_image() 342 load.bl_len = 1; in spl_spi_load_image() 343 load.read = spi_load_read; in spl_spi_load_image() 344 ret = spl_load_simple_fit(spl_image, &load, in spl_spi_load_image()
|
| /u-boot/board/xilinx/bootscripts/ |
| A D | sdboot.cmd | 8 # before load 10 …m && mmcinfo && run uenvboot || run sdroot$devnum;load mmc $devnum:$partid $fdt_addr system.dtb &&…
|
| /u-boot/tools/ |
| A D | k3_fit_atf.sh | 43 load = <0x70000000>; 53 load = <0x9e800000>; 63 load = <0x80080000>;
|