Skip to content
Snippets Groups Projects

android: support boot header version 3 and 4

Closed Safae Ouajih requested to merge souajih/v4_ti into integ/ti-u-boot-2021.01

This adds support for Android boot header version 3 and 4.

Signed-off-by: Safae Ouajih souajih@baylibre.com

Bug: TIAU-132

Series:

Edited by Mattijs Korpershoek

Merge request reports

Checking pipeline status.

Approval is optional

Closed by Mattijs KorpershoekMattijs Korpershoek 1 year ago (Dec 18, 2023 12:36pm UTC)

Merge details

  • The changes were not merged into integ/ti-u-boot-2021.01.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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;" \
  • Safae Ouajih added 1 commit

    added 1 commit

    • 4dd4c920 - include: configs: am62x_evm: support boot image v4

    Compare with previous version

  • assigned to @glaroque

  • Safae Ouajih added 18 commits

    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

    Compare with previous version

  • Safae Ouajih requested review from @glaroque

    requested review from @glaroque

  • Safae Ouajih assigned to @souajih and unassigned @migration

    assigned to @souajih and unassigned @migration

  • Safae Ouajih added 75 commits

    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

    Compare with previous version

  • Safae Ouajih added 175 commits

    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

    Compare with previous version

  • Safae Ouajih marked this merge request as draft

    marked this merge request as draft

  • Safae Ouajih added 16 commits

    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

    Compare with previous version

  • Safae Ouajih marked this merge request as ready

    marked this merge request as ready

  • Safae Ouajih added 8 commits

    added 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

    Compare with previous version

  • Mattijs Korpershoek changed the description

    changed the description

  • Guillaume LA ROQUE requested review from @mkorpershoek and removed review request for @glaroque

    requested review from @mkorpershoek and removed review request for @glaroque

  • assigned to @mkorpershoek and unassigned @souajih

  • mentioned in merge request ti-linux-kernel!75 (closed)

  • Mattijs Korpershoek changed the description

    changed the description

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading