Home
last modified time | relevance | path

Searched refs:initrd_high (Results 1 – 10 of 10) sorted by relevance

/u-boot/board/emulation/qemu-arm/
A Dqemu-arm.env6 initrd_high=0xffffffff
/u-boot/boot/
A Dimage-board.c591 ulong initrd_high; in boot_ramdisk_high() local
599 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()
A DKconfig865 Enable initrd_high functionality. If defined then the initrd_high
/u-boot/board/qualcomm/dragonboard410c/
A Ddragonboard410c.env29 initrd_high=0xffffffffffffffff
/u-boot/board/socrates/
A Dsocrates.env26 initrd_high=0x03000000
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.env18 initrd_high=0xffffffff
/u-boot/board/armadeus/opos6uldev/
A Dopos6uldev.env15 initrd_high=0xffffffff
/u-boot/doc/board/broadcom/
A Dbcm7xxx.rst129 * Set the environment variable initrd_high to
/u-boot/doc/usage/
A Denvironment.rst224 initrd_high
244 setenv initrd_high 00c00000
246 If you set initrd_high to 0xffffffff (32-bit machines) or
/u-boot/
A DKconfig532 by the UEFI sub-system. On some boards initrd_high is calculated as

Completed in 22 milliseconds