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/01874ac7c06b8c657e7c3fda5ac555f821ef5b36 [2/6] cmd: bcb: rework the command to U_BOOT_LONGHELP approach https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/a8ca7d46ea744381185c0bf70cbdf4db7dc734b7 [3/6] treewide: bcb: move ab_select command to bcb subcommands https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/b523b4d2c32f07ca0793bb0f926b02ecb0556cc6 [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/b1bc9a2fc93da8ed25dfc4078e76220ac26eb6b0 [5/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/a995084beb6682748002878ccb4b8c4de9fc0136 [6/6] common: android_ab: fix slot suffix for abc block https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/55c876c6f9b787488c7a9f9c678398c48d13db6f -- Mattijs