
Hi,
On Thu, 17 Oct 2024 17:12:05 +0300, Dmitry Rokosov wrote:
The patch series include changes: - move ab_select_slot() documentation to @ notation - redesign 'bcb' command to U_BOOT_LONGHELP approach - move ab_select command to bcb subcommands - introduce the ab_dump command to print the content of the BCB block; it's useful for debugging A/B logic on supported boards - fix the slot suffix format in the ABC block to align with official Android BCB specifications - add a test for the ab_dump command to verify the accuracy of each field within the ABC data displayed, it's also useful for testing slot_suffix problem code paths
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu)
[1/6] include/android_ab: move ab_select_slot() documentation to @ notation https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/01874ac7c06b8c6... [2/6] cmd: bcb: rework the command to U_BOOT_LONGHELP approach https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/a8ca7d46ea74438... [3/6] treewide: bcb: move ab_select command to bcb subcommands https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/b523b4d2c32f07c... [4/6] cmd: bcb: change strcmp() usage style in the do_bcb_ab_select() https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/b1bc9a2fc93da8e... [5/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/a995084beb66827... [6/6] common: android_ab: fix slot suffix for abc block https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/55c876c6f9b7874...
-- Mattijs