Searched defs:os (Results 1 – 12 of 12) sorted by relevance
/u-boot/common/spl/ |
A D | spl_fit.c | 339 static bool os_takes_devicetree(uint8_t os) in os_takes_devicetree() 474 static int spl_fit_image_get_os(const void *fit, int noffset, uint8_t *os) in spl_fit_image_get_os()
|
A D | spl_atf.c | 212 static int spl_fit_images_find(void *blob, int os) in spl_fit_images_find()
|
/u-boot/common/ |
A D | image.c | 340 const char __maybe_unused *os, *arch, *type, *comp; in image_print_type() local 919 const char *genimg_get_os_name(uint8_t os) in genimg_get_os_name() 963 const char *genimg_get_os_short_name(uint8_t os) in genimg_get_os_short_name()
|
A D | image-fit.c | 472 uint8_t type, arch, os, comp; in fit_image_print() local 685 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() 1488 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os() 1988 uint8_t os, comp; in fit_image_load() local
|
A D | bootm_os.c | 629 boot_os_fn *bootm_os_get_boot_func(int os) in bootm_os_get_boot_func()
|
A D | bootm.c | 378 image_info_t os = images->os; in bootm_load_os() local
|
A D | fdt_support.c | 589 const char *type, const char *os) in fdt_record_loadable()
|
/u-boot/include/ |
A D | spl.h | 194 u8 os; member
|
A D | image.h | 368 uint8_t comp, type, os; /* compression, type of image, os type */ member 407 image_info_t os; /* os image info */ member 892 static inline int image_check_os(const image_header_t *hdr, uint8_t os) in image_check_os()
|
/u-boot/tools/ |
A D | imagetool.h | 55 int os; member
|
/u-boot/include/u-boot/ |
A D | zlib.h | 455 int os; /* operating system */ member
|
/u-boot/include/linux/mtd/ |
A D | nand.h | 37 #define NAND_MEMORG(bpc, ps, os, ppe, epl, ppl, lpt, nt) \ argument
|
Completed in 57 milliseconds