android: support boot header version 3 and 4
This adds support for Android boot header version 3 and 4.
Signed-off-by: Safae Ouajih souajih@baylibre.com
Bug: TIAU-132
Series:
Merge request reports
Activity
@glaroque you can use this to test with v4 : I am still preparing a clean version for ti AOSP changes : https://gitlab.com/baylibre/ti/android/aosp/device/ti/am62x/-/merge_requests/29
283 285 "bootcmd_recovery=" \ 284 286 "if test \"${android_boot}\" -eq 1; then;" \ 285 287 "setenv run_recovery 0;" \ 288 "setenv ramdisk_addr_r 0xe9000000;" \ 289 "setenv vloadaddr 0xe0000000;" \ where come from this two adress ?
By Guillaume LA ROQUE on 2022-10-20T11:49:52 (imported from GitLab)
Edited by Migrationchanged this line in version 2 of the diff
@glaroque I have used the next address after the ones in reserved memory (dts) I am not sure if using that kind of address is "good" (0xa1e84802). What do you think ?
- Resolved by Safae Ouajih
@souajih can you confirm recovery and fastbootd mode works ?
By Guillaume LA ROQUE on 2022-10-20T12:58:09 (imported from GitLab)
Edited by Ghost User
added 1 commit
- 4dd4c920 - include: configs: am62x_evm: support boot image v4
assigned to @glaroque
added 18 commits
- 007d00b6 - android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0_v1_v2
- b4314026 - android: boot: support vendor boot image in abootimg
- 560b60da - android: boot: replace android_image_check_header
- 3d127228 - android: boot: add boot image header v3 and v4 structures
- 1aaac559 - android: boot: add documentation for boot image header v3/v4 structure
- 45c11cce - android: boot: kcomp: support andr_image_data
- bb71db99 - android: boot: moving from andr_boot_img_hdr_v0_v1_v2 to andr_image_data
- 57bf490d - android: boot: boot image header v3,v4 do not support recovery DTBO
- de329e54 - android: boot: content print is not supported for v3,v4 header version
- e7aa805e - android: boot: second stage bootloader is not supported in v3,v4
- 1cd940cd - android: boot: android_image_get_dtb_by_index(): support andr_image_data
- 959fee55 - android: boot: add vendor boot image to prepare for v3,v4 support
- aaee258a - android: boot: update android_image_get_data to support v3,v4
- 894649cb - android: boot: ramdisk: support vendor ramdisk
- e40bddfc - android: boot: support extra command line
- 09fbc37b - drivers: fastboot: zImage flashing is not supported for v3,v4
- a2d3aafa - android: boot: support boot image header version 3 and 4
- 1abecad8 - include: configs: am62x_evm: support boot image v4
Toggle commit listrequested review from @glaroque
assigned to @souajih and unassigned @migration
added 75 commits
-
1abecad8...d471f6ee - 57 commits from branch
integ/ti-u-boot-2021.01
- a5180250 - android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0_v1_v2
- 6baeb6d5 - android: boot: support vendor boot image in abootimg
- 5a39af10 - android: boot: replace android_image_check_header
- b59a27e5 - android: boot: add boot image header v3 and v4 structures
- 2a9de357 - android: boot: add documentation for boot image header v3/v4 structure
- a5ec2f74 - android: boot: kcomp: support andr_image_data
- 47ef89ee - android: boot: moving from andr_boot_img_hdr_v0_v1_v2 to andr_image_data
- dca409a3 - android: boot: boot image header v3,v4 do not support recovery DTBO
- bbbddc13 - android: boot: content print is not supported for v3,v4 header version
- e4fadfa3 - android: boot: second stage bootloader is not supported in v3,v4
- 8f2bc5a8 - android: boot: android_image_get_dtb_by_index(): support andr_image_data
- eb910e40 - android: boot: add vendor boot image to prepare for v3,v4 support
- e941ec44 - android: boot: update android_image_get_data to support v3,v4
- 2f18a744 - android: boot: ramdisk: support vendor ramdisk
- c3fb3623 - android: boot: support extra command line
- 95b6091c - drivers: fastboot: zImage flashing is not supported for v3,v4
- 5c5a32de - android: boot: support boot image header version 3 and 4
- 9b0a06c8 - include: configs: am62x_evm: support boot image v4
Toggle commit list-
1abecad8...d471f6ee - 57 commits from branch
added 175 commits
-
9b0a06c8...6bf76026 - 157 commits from branch
integ/ti-u-boot-2021.01
- 640ecb99 - android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0_v1_v2
- e8826958 - android: boot: support vendor boot image in abootimg
- 10368e36 - android: boot: replace android_image_check_header
- c752dc42 - android: boot: add boot image header v3 and v4 structures
- ac820901 - android: boot: add documentation for boot image header v3/v4 structure
- 2f435d10 - android: boot: kcomp: support andr_image_data
- 80a8cc86 - android: boot: moving from andr_boot_img_hdr_v0_v1_v2 to andr_image_data
- 96687332 - android: boot: boot image header v3,v4 do not support recovery DTBO
- efc20c58 - android: boot: content print is not supported for v3,v4 header version
- 190f0308 - android: boot: second stage bootloader is not supported in v3,v4
- 231a6b7c - android: boot: android_image_get_dtb_by_index(): support andr_image_data
- a760c201 - android: boot: add vendor boot image to prepare for v3,v4 support
- 1e5e543d - android: boot: update android_image_get_data to support v3,v4
- de707738 - android: boot: ramdisk: support vendor ramdisk
- 0b9add36 - android: boot: support extra command line
- 21e68fd1 - drivers: fastboot: zImage flashing is not supported for v3,v4
- 57031d86 - android: boot: support boot image header version 3 and 4
- 39837df6 - include: configs: am62x_evm: support boot image v4
Toggle commit list-
9b0a06c8...6bf76026 - 157 commits from branch
added 16 commits
- e39f1b86 - android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0
- 96d54f8c - android: boot: support vendor boot image in abootimg
- 53e319c9 - android: boot: replace android_image_check_header
- 8824ce4f - android: boot: add boot image header v3 and v4 structures
- ede807b3 - android: boot: kcomp: support andr_image_data
- 38b1313e - android: boot: move to andr_image_data structure
- 3cce5789 - android: boot: content print is not supported for v3,v4 header version
- 89bb4307 - android: boot: boot image header v3,v4 do not support recovery DTBO
- 58c9bbcf - android: boot: add vendor boot image to prepare for v3,v4 support
- 028d1da6 - android: boot: update android_image_get_data to support v3,v4
- d75cc527 - android: boot: ramdisk: support vendor ramdisk
- 3da6cba0 - android: boot: support extra command line
- 7baef5c6 - android: boot: update android_image_get_dtb_img_addr to support v3,v4
- 6df339fa - drivers: fastboot: zImage flashing is not supported for v3,v4
- ba5ab48e - android: boot: support boot image header version 3 and 4
- d47791b8 - include: configs: am62x_evm: support boot image v4
Toggle commit listadded 8 commits
- 004fe378 - android: boot: update android_image_get_data to support v3,v4
- f33db31a - android: boot: ramdisk: support vendor ramdisk
- d66ea724 - android: boot: support extra command line
- 4ebdc733 - android: boot: update android_image_get_dtb_img_addr to support v3,v4
- a56e4422 - drivers: fastboot: zImage flashing is not supported for v3,v4
- a8c1892c - android: boot: support boot image header version 3 and 4
- 934fe058 - include: configs: am62x_evm: support boot image v4
- a0684121 - android: boot: support bootconfig
Toggle commit listrequested review from @mkorpershoek and removed review request for @glaroque
assigned to @mkorpershoek and unassigned @souajih
mentioned in merge request ti-linux-kernel!75 (closed)
mentioned in merge request baylibre/ti/android/aosp/device/ti/am62x!29 (closed)