Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dbootm.c59 = (unsigned char *)image_get_load(images->legacy_hdr_os); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fdt.c529 (ulong)images->legacy_hdr_os); in boot_get_fdt()
531 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.c1111 (ulong)images->legacy_hdr_os); in boot_get_ramdisk()
1113 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len); in boot_get_ramdisk()
H A Dbootm.c951 images->legacy_hdr_os = hdr; in boot_get_kernel()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c92 hdr = images->legacy_hdr_os; in boot_prep_linux()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h344 image_header_t *legacy_hdr_os; /* image header pointer */ member