Searched refs:bootimage (Results 1 – 10 of 10) sorted by relevance
/lk-master/tools/ |
A D | bootimage.h | 13 typedef struct bootimage bootimage; typedef 15 bootimage *bootimage_init(void); 18 bootimage *img, unsigned kind, const char *s); 21 bootimage *img, unsigned type, void *data, unsigned len); 24 bootimage *img, unsigned type, const char *fn); 26 void bootimage_done(bootimage *img); 28 int bootimage_write(bootimage *img, int fd);
|
A D | Makefile | 10 MKIMAGE_DEPS := bootimage.h ../lib/bootimage/include/lib/bootimage_struct.h 11 MKIMAGE_SRCS := mkimage.c bootimage.c ../external/lib/mincrypt/sha256.c 12 MKIMAGE_INCS := -I../external/lib/mincrypt/include -I../lib/bootimage/include
|
A D | bootimage.c | 21 struct bootimage { struct 30 bootimage *bootimage_init(void) { in bootimage_init() argument 31 bootimage *img; in bootimage_init() 33 if ((img = malloc(sizeof(bootimage))) == NULL) { in bootimage_init() 36 memset(img, 0, sizeof(bootimage)); in bootimage_init() 50 bootentry_data *bootimage_add_string(bootimage *img, unsigned kind, const char *s) { in bootimage_add_string() 62 bootentry_file *bootimage_add_filedata(bootimage *img, unsigned type, void *data, unsigned len) { in bootimage_add_filedata() 85 void bootimage_done(bootimage *img) { in bootimage_done() 114 int bootimage_write(bootimage *img, int fd) { in bootimage_write() 186 bootentry_file *bootimage_add_file(bootimage *img, unsigned type, const char *fn) { in bootimage_add_file()
|
A D | mkimage.c | 55 int process(bootimage *img, char *cmd, char *arg) { in process() 80 bootimage *img; in main()
|
/lk-master/lib/bootimage/ |
A D | rules.mk | 9 $(LOCAL_DIR)/bootimage.c
|
A D | bootimage.c | 21 struct bootimage { struct
|
/lk-master/app/zynq-common/ |
A D | rules.mk | 7 lib/bootimage \
|
/lk-master/app/moot/ |
A D | rules.mk | 13 lib/bootimage
|
/lk-master/app/lkboot/ |
A D | rules.mk | 8 lib/bootimage \
|
/lk-master/lib/bootimage/include/lib/ |
A D | bootimage.h | 14 typedef struct bootimage bootimage_t;
|
Completed in 11 milliseconds