Home
last modified time | relevance | path

Searched refs:setup_start (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,
627 ulong *setup_start, ulong *setup_len);
/openbmc/u-boot/common/
H A Dimage.c1216 ulong *setup_start, ulong *setup_len) in boot_get_setup() argument
1219 return boot_get_setup_fit(images, arch, setup_start, setup_len); in boot_get_setup()
H A Dimage-fit.c2014 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument
2028 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()