Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fdt.c397 (ulong)images->legacy_hdr_os); in boot_get_fdt()
399 image_multi_getimg(images->legacy_hdr_os, 2, &fdt_data, in boot_get_fdt()
Dbootm_os.c70 hdr = images->legacy_hdr_os; in do_bootm_netbsd()
Dimage.c1092 (ulong)images->legacy_hdr_os); in boot_get_ramdisk()
1094 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len); in boot_get_ramdisk()
Dbootm.c877 images->legacy_hdr_os = hdr; in boot_get_kernel()
/external/u-boot/arch/sh/lib/
Dbootm.c58 = (unsigned char *)image_get_load(images->legacy_hdr_os); in do_bootm_linux()
/external/u-boot/arch/x86/lib/
Dbootm.c87 hdr = images->legacy_hdr_os; in boot_prep_linux()
/external/u-boot/include/
Dimage.h344 image_header_t *legacy_hdr_os; /* image header pointer */ member