Searched refs:setup_start (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | image.h | 577 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 D | image.c | 1216 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 D | image-fit.c | 2014 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument 2028 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()
|