/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 119 ulong mem, rd_start, rd_size; in linux_cmdline_append() local 127 rd_start = images->initrd_start; in linux_cmdline_append() 131 sprintf(buf, "rd_start=0x%08lX", rd_start); in linux_cmdline_append() 173 ulong rd_start, rd_size; in linux_env_legacy() local 185 rd_start = UNCACHED_SDRAM(images->initrd_start); in linux_env_legacy() 192 sprintf(env_buf, "0x%08lX", rd_start); in linux_env_legacy() 220 ulong rd_len = images->rd_end - images->rd_start; in boot_reloc_ramdisk() 231 return boot_ramdisk_high(&images->lmb, images->rd_start, in boot_reloc_ramdisk()
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | bootm.c | 78 unsigned long rd_start, in setup_ramdisk_tag() argument 83 if (rd_start == rd_end) in setup_ramdisk_tag() 93 mem->start = PHYSADDR(rd_start); in setup_ramdisk_tag() 145 if (images->rd_start) { in do_bootm_linux() 146 initrd_start = images->rd_start; in do_bootm_linux()
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 34 unsigned long rd_start, unsigned long rd_end) __noreturn; 283 const unsigned int rd_start, in decompress_kernel() argument 328 if (rd_start && rd_start < free_mem_end_ptr) in decompress_kernel() 329 free_mem_end_ptr = rd_start; in decompress_kernel() 346 printf("rd_start = %x\n", rd_start); in decompress_kernel()
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | bootm.c | 81 if (images->rd_start || images->rd_end) { in do_bootm_linux() 100 GET_INITRD_START(images->rd_start, CONFIG_SYS_SDRAM_BASE)); in do_bootm_linux() 102 images->rd_end - images->rd_start); in do_bootm_linux()
|
/openbmc/u-boot/arch/microblaze/lib/ |
H A D | bootm.c | 57 if (images->rd_start && images->rd_end && of_flat_tree) { in do_bootm_linux() 58 ret = fdt_initrd(of_flat_tree, images->rd_start, in do_bootm_linux()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bootm.c | 135 0, images->rd_start, in boot_prep_linux() 136 images->rd_end - images->rd_start); in boot_prep_linux()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | atags_compat.c | 63 unsigned long rd_start; /* 72 */ member 115 params->u1.s.rd_start = 0; in build_tag_list() 131 tag->u.ramdisk.start = params->u1.s.rd_start; in build_tag_list()
|
/openbmc/u-boot/doc/ |
H A D | README.qemu-mips | 105 setenv rd_start 0x80800000 113 setenv load_rd_ext2 'ide res; ext2load ide 0:2 ${rd_start} /boot/initrd.gz' 114 setenv load_rd_tftp 'tftp ${rd_start} /initrd.gz' 128 setenv addmisc 'setenv bootargs ${bootargs} console=ttyS0,${baudrate} rd_start=${rd_start} rd_size=…
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | bootm.c | 15 ulong initrd_start = images->rd_start; in do_bootm_linux()
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | bootm.c | 98 if (images->rd_start && images->rd_end) in do_bootm_linux() 99 setup_initrd_tag(bd, images->rd_start, images->rd_end); in do_bootm_linux()
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 248 &images.rd_start, &images.rd_end); in bootm_find_images() 630 rd_len = images->rd_end - images->rd_start; in bootm_measure() 631 initrd_buf = map_sysmem(images->rd_start, rd_len); in bootm_measure() 730 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states() 732 ret = boot_ramdisk_high(&images->lmb, images->rd_start, in do_bootm_states()
|
H A D | image.c | 932 uint8_t arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument 951 *rd_start = 0; in boot_get_ramdisk() 1109 *rd_start = rd_data; in boot_get_ramdisk() 1113 *rd_start, *rd_end); in boot_get_ramdisk()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 261 } else if (images->rd_start && images->rd_end) { in boot_prep_linux() 262 setup_initrd_tag(gd->bd, images->rd_start, in boot_prep_linux()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | setup.h | 60 unsigned long rd_start; /* 72 */ member
|
/openbmc/u-boot/include/ |
H A D | image.h | 398 ulong rd_start, rd_end;/* ramdisk start/end */ member 599 uint8_t arch, ulong *rd_start, ulong *rd_end);
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | setup.rst | 88 rd_start
|