Searched refs:initrd (Results 1 - 17 of 17) sorted by relevance

/u-boot/test/boot/
H A Dmeasurement.c25 u8 *initrd; local
29 initrd = malloc(size);
34 images.rd_start = map_to_sysmem(initrd);
44 initrd[i] = (i & 0xf0) | 0xf;
51 free(initrd);
/u-boot/arch/sh/lib/
H A Dbootm.c22 #define GET_INITRD_START(initrd, linux) (initrd - linux + CONFIG_SH_SDRAM_OFFSET)
24 #define GET_INITRD_START(initrd, linux) (initrd - linux)
/u-boot/boot/
H A Dbootmeth_qfw.c35 ulong load, initrd; local
39 initrd = env_get_hex("ramdisk_addr_r", 0);
40 log_debug("setup kernel %s %lx %lx\n", qfw_dev->name, load, initrd);
45 ret = qemu_fwcfg_setup_kernel(qfw_dev, load, initrd);
H A Dpxe_utils.c247 * kernel, config, append, initrd, fdt, fdtdir and fdtoverlay members, if
263 free(label->initrd);
479 * If the label specifies an initrd file, it will be stored in the location
545 if (label->initrd && !strcmp(label->kernel_label, label->initrd)) {
547 } else if (label->initrd) {
549 if (get_relfile_envaddr(ctx, label->initrd, "ramdisk_addr_r",
551 printf("Skipping %s for failure retrieving initrd\n",
831 {"initrd", T_INITRD},
1258 if (label->initrd)
[all...]
/u-boot/lib/efi_loader/
H A Dinitrddump.c267 error(u"save <initrd> - save initial RAM disk to file\r\n");
274 * @initrd: on return buffer with initial RAM disk
278 static efi_status_t get_initrd(void **initrd, efi_uintn_t *initrd_size) argument
286 *initrd = NULL;
308 *initrd = (void *)(uintptr_t)buffer;
310 initrd_size, *initrd);
327 void *initrd; local
332 ret = get_initrd(&initrd, &initrd_size);
339 ret = bs->calculate_crc32(initrd, initrd_size, &crc32);
362 void *initrd; local
[all...]
/u-boot/scripts/
H A Dbuild-cb.sh5 # includes a kernel and initrd.
18 sudo cp /boot/initrd.img /mnt/rootfs/boot/.
H A Dcheckpatch.pl2651 # Do not disable fdt / initrd relocation
2652 if ($rawline =~ /^\+.*(fdt|initrd)_high=0xffffffff/) {
2654 "fdt or initrd relocation disabled at boot time\n" . $herecurr);
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dcmd_stm32prog.c131 const void *initrd = (void *)data->initrd; local
144 if (initrd) {
146 "0x%p:0x%zx", initrd, data->initrd_size);
H A Dstm32prog.h190 uintptr_t initrd; member in struct:stm32prog_data
H A Dstm32prog.c1748 data->initrd = data->cur_part->addr;
/u-boot/include/
H A Dpxe_utils.h34 * initrd - path to the initrd to use for this label.
48 char *initrd; member in struct:pxe_label
H A Dbootm.h129 * initrd, dts, etc.)
283 * @initrd: Address of the initial ramdisk, or 0 if none
292 int zboot_run(ulong addr, ulong size, ulong initrd, ulong initrd_size,
/u-boot/test/py/tests/
H A Dtest_ut.py104 initrd = 'uInitrd'
238 initrd = 'initramfs-5.3.7-301.fc31.armv7hl.img'
252 initrd /%s''' % (vmlinux, dtbdir, initrd)
265 with open(os.path.join(mnt, initrd), 'w') as fd:
266 print('initrd', file=fd)
/u-boot/test/image/
H A Dtest-imagetools.sh21 DATAFILE1=initrd.img
/u-boot/arch/arm/include/asm/
H A Dsetup.h215 struct tag_initrd initrd; member in union:tag::__anon5
/u-boot/arch/arm/lib/
H A Dbootm.c149 params->u.initrd.start = initrd_start;
150 params->u.initrd.size = initrd_end - initrd_start;
/u-boot/arch/x86/lib/
H A Dzimage.c440 int zboot_run(ulong addr, ulong size, ulong initrd, ulong initrd_size, argument
445 zboot_start(addr, size, initrd, initrd_size, base, cmdline);

Completed in 227 milliseconds