Home
last modified time | relevance | path

Searched refs:boot_get_setup (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dimage.h577 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
/openbmc/u-boot/common/
H A Dbootm.c177 ret = boot_get_setup(&images, IH_ARCH_I386, &images.ep, &len); in bootm_find_os()
H A Dimage.c1215 int boot_get_setup(bootm_headers_t *images, uint8_t arch, in boot_get_setup() function