aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/abootimg.c
Commit message (Expand)AuthorAgeFilesLines
* android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr()Mattijs Korpershoek2024-07-181-0/+10
* abootimg: Add init_boot image supportRoman Stratiienko2024-06-071-5/+21
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* cmd: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-041-2/+22
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-041-2/+2
* android: boot: move to andr_image_data structureSafae Ouajih2023-04-041-15/+16
* android: boot: replace android_image_check_headerSafae Ouajih2023-04-041-2/+2
* android: boot: support vendor boot image in abootimgSafae Ouajih2023-04-041-3/+15
* android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2023-04-041-2/+2
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-15/+16
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* cmd: abootimg: Add abootimg commandSam Protsenko2020-02-041-0/+258