Searched refs:rd_start (Results 1 - 12 of 12) sorted by relevance

/u-boot/arch/microblaze/lib/
H A Dbootm.c44 ulong rd_start = images->initrd_start; local
53 cmdline, rd_start, dt);
69 thekernel((char *)cmdline, rd_start, dt);
/u-boot/arch/sh/lib/
H A Dbootm.c74 if (images->rd_start || images->rd_end) {
93 GET_INITRD_START(images->rd_start, CFG_SYS_SDRAM_BASE));
95 images->rd_end - images->rd_start);
/u-boot/test/boot/
H A Dmeasurement.c34 images.rd_start = map_to_sysmem(initrd);
35 images.rd_end = images.rd_start + size;
/u-boot/arch/xtensa/lib/
H A Dbootm.c82 unsigned long rd_start,
87 if (rd_start == rd_end)
97 mem->start = PHYSADDR(rd_start);
150 if (images->rd_start) {
151 initrd_start = images->rd_start;
81 setup_ramdisk_tag(struct bp_tag *params, unsigned long rd_start, unsigned long rd_end) argument
/u-boot/arch/mips/lib/
H A Dbootm.c117 ulong mem, rd_start, rd_size; local
124 /* append rd_start and rd_size */
125 rd_start = images->initrd_start;
129 sprintf(buf, "rd_start=0x%08lX", rd_start);
171 ulong rd_start, rd_size; local
183 rd_start = CKSEG1ADDR(images->initrd_start);
190 sprintf(env_buf, "0x%08lX", rd_start);
315 * for rd_start and rd_size to Linux kernel.
/u-boot/arch/nios2/lib/
H A Dbootm.c25 ulong initrd_start = images->rd_start;
/u-boot/arch/x86/lib/
H A Dbootm.c140 0, images->rd_start,
141 images->rd_end - images->rd_start, 0);
/u-boot/arch/arm/include/asm/
H A Dsetup.h60 unsigned long rd_start; /* 72 */ member in struct:param_struct::__anon1::__anon2
/u-boot/boot/
H A Dimage-board.c453 uint arch, ulong *rd_start, ulong *rd_end)
457 *rd_start = 0;
500 *rd_start = rd_data;
504 *rd_start, *rd_end);
452 boot_get_ramdisk(char const *select, struct bootm_headers *images, uint arch, ulong *rd_start, ulong *rd_end) argument
H A Dbootm.c509 &images.rd_start, &images.rd_end);
516 if (check_overlap("RD", images.rd_start, images.rd_end, start, size))
958 rd_len = images->rd_end - images->rd_start;
959 initrd_buf = map_sysmem(images->rd_start, rd_len);
1042 ulong rd_len = images->rd_end - images->rd_start;
1044 ret = boot_ramdisk_high(&images->lmb, images->rd_start,
/u-boot/arch/arm/lib/
H A Dbootm.c224 * addresses. So use them instead of images->rd_start &
230 } else if (images->rd_start && images->rd_end) {
231 setup_initrd_tag(gd->bd, images->rd_start,
/u-boot/include/
H A Dimage.h386 ulong rd_start, rd_end;/* ramdisk start/end */ member in struct:bootm_headers
659 * @rd_start: pointer to a ulong variable, will hold ramdisk start address
669 * rd_start and rd_end are set to ramdisk start/end addresses if
673 * rd_start and rd_end are set to 0 if no ramdisk exists
676 uint arch, ulong *rd_start, ulong *rd_end);

Completed in 73 milliseconds