Home
last modified time | relevance | path

Searched refs:os_hdr (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/common/
Dbootm.c85 const void *os_hdr; in bootm_find_os() local
90 os_hdr = boot_get_kernel(cmdtp, flag, argc, argv, in bootm_find_os()
98 switch (genimg_get_format(os_hdr)) { in bootm_find_os()
101 images.os.type = image_get_type(os_hdr); in bootm_find_os()
102 images.os.comp = image_get_comp(os_hdr); in bootm_find_os()
103 images.os.os = image_get_os(os_hdr); in bootm_find_os()
105 images.os.end = image_get_image_end(os_hdr); in bootm_find_os()
106 images.os.load = image_get_load(os_hdr); in bootm_find_os()
107 images.os.arch = image_get_arch(os_hdr); in bootm_find_os()
155 images.os.comp = android_image_get_kcomp(os_hdr); in bootm_find_os()
[all …]
Dbootm_os.c59 image_header_t *os_hdr, *hdr; in do_bootm_netbsd() local
85 os_hdr = NULL; in do_bootm_netbsd()
89 os_hdr = hdr; in do_bootm_netbsd()
120 (*loader)(gd->bd, os_hdr, "", cmdline); in do_bootm_netbsd()