summaryrefslogtreecommitdiff
path: root/cmd/abootimg.c
AgeCommit message (Expand)Author
2023-04-05android: boot: support boot image header version 3 and 4Safae Ouajih
2023-04-05android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih
2023-04-05android: boot: move to andr_image_data structureSafae Ouajih
2023-04-05android: boot: replace android_image_check_headerSafae Ouajih
2023-04-05android: boot: support vendor boot image in abootimgSafae Ouajih
2023-04-05android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-02-04cmd: abootimg: Add abootimg commandSam Protsenko