summaryrefslogtreecommitdiff
path: root/cmd/abootimg.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih1-2/+22
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih1-2/+2
2023-04-04android: boot: move to andr_image_data structureSafae Ouajih1-15/+16
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih1-2/+2
2023-04-04android: boot: support vendor boot image in abootimgSafae Ouajih1-3/+15
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-15/+16
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-02-04cmd: abootimg: Add abootimg commandSam Protsenko1-0/+258