Searched refs:initrd_high (Results 1 – 10 of 10) sorted by relevance
6 initrd_high=0xffffffff
591 ulong initrd_high; in boot_ramdisk_high() local599 initrd_high = hextoul(s, NULL); in boot_ramdisk_high()600 if (initrd_high == ~0) in boot_ramdisk_high()603 initrd_high = env_get_bootm_mapsize() + env_get_bootm_low(); in boot_ramdisk_high()607 initrd_high, initrd_copy_to_ram); in boot_ramdisk_high()616 if (initrd_high) in boot_ramdisk_high()618 rd_len, 0x1000, initrd_high); in boot_ramdisk_high()
865 Enable initrd_high functionality. If defined then the initrd_high
29 initrd_high=0xffffffffffffffff
26 initrd_high=0x03000000
18 initrd_high=0xffffffff
15 initrd_high=0xffffffff
129 * Set the environment variable initrd_high to
224 initrd_high244 setenv initrd_high 00c00000246 If you set initrd_high to 0xffffffff (32-bit machines) or
532 by the UEFI sub-system. On some boards initrd_high is calculated as
Completed in 22 milliseconds