Home
last modified time | relevance | path

Searched refs:legacy_hdr_os (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c58 = (unsigned char *)image_get_load(images->legacy_hdr_os); in do_bootm_linux()
/openbmc/u-boot/common/
H A Dimage-fdt.c442 (ulong)images->legacy_hdr_os); in boot_get_fdt()
444 image_multi_getimg(images->legacy_hdr_os, 2, &fdt_data, in boot_get_fdt()
H A Dbootm_os.c70 hdr = images->legacy_hdr_os; in do_bootm_netbsd()
H A Dimage.c1095 (ulong)images->legacy_hdr_os); in boot_get_ramdisk()
1097 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len); in boot_get_ramdisk()
H A Dbootm.c942 images->legacy_hdr_os = hdr; in boot_get_kernel()
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c87 hdr = images->legacy_hdr_os; in boot_prep_linux()
/openbmc/u-boot/include/
H A Dimage.h370 image_header_t *legacy_hdr_os; /* image header pointer */ member