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