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 (u-boot-dfu)
[1/6] include/android_ab: move ab_select_slot() documentation to @ notation
[2/6] cmd: bcb: rework the command to U_BOOT_LONGHELP approach
[3/6] treewide: bcb: move ab_select command to bcb subcommands
[4/6] cmd: bcb: change strcmp() usage style in the do_bcb_ab_select()
[5/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
[6/6] common: android_ab: fix slot suffix for abc block
--
Mattijs