Skip to content

upgrade to v2023.04 and enable Qualcomm AB boot

Eric Chanudet requested to merge echanude/autosig-u-boot:v2023.04-qcom_ab into main

Depends: CentOS/automotive/sample-images!334 (merged)

Upgrade to v2023.04 and remove the patches:

  • u-boot-get-partition-type-guid.patch is upstream
  • u-boot-auto-aboot.patch modifies the boot-script which is handled differently in a more atomic manner through the configuration now.

With images now generating boot_a/b partitions, apply the patch series to detect the Qualcomm GPT file-system specific partition attributes and take the appropriate measures to select either A or B as boot partition.

The way this is currently implemented assumes boot_a and boot_b are on the same "disk". This differs from baremetal where each usually would reside on a separate UFS LUNs. With no UFS emulation, that discrepancy was considered tolerable.

Signed-off-by: Eric Chanudet echanude@redhat.com

Merge request reports