aboutsummaryrefslogtreecommitdiff
path: root/boot/image-android.c
Commit message (Expand)AuthorAgeFilesLines
* android: boot: support bootconfigSafae Ouajih2023-04-041-2/+56
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-041-6/+10
* android: boot: update android_image_get_dtb_img_addr to support v3, v4Safae Ouajih2023-04-041-14/+33
* android: boot: support extra command lineSafae Ouajih2023-04-041-0/+11
* android: boot: ramdisk: support vendor ramdiskSafae Ouajih2023-04-041-2/+11
* android: boot: update android_image_get_data to support v3, v4Safae Ouajih2023-04-041-3/+77
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-041-19/+35
* android: boot: boot image header v3, v4 do not support recovery DTBOSafae Ouajih2023-04-041-2/+2
* android: boot: content print is not supported for v3, v4 header versionSafae Ouajih2023-04-041-1/+5
* android: boot: move to andr_image_data structureSafae Ouajih2023-04-041-56/+65
* android: boot: kcomp: support andr_image_dataSafae Ouajih2023-04-041-1/+74
* android: boot: replace android_image_check_headerSafae Ouajih2023-04-041-13/+4
* android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2023-04-041-14/+23
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-3/+3
* Create a new boot/ directorySimon Glass2021-11-111-0/+539