mbox series

[v1,0/4] android_ab: fix slot_suffix issue and introduce ab_dump command

Message ID 20240725194716.32232-1-ddrokosov@salutedevices.com
Headers show
Series android_ab: fix slot_suffix issue and introduce ab_dump command | expand

Message

Dmitry Rokosov July 25, 2024, 7:47 p.m. UTC
The patch series include changes:
    - fix indentation problems for --no-dec parameter in the ab_select
      command
    - introduce the ab_dump command to print the content of the BCB
      block; it's seful for debugging A/B logic on supported boards
    - add a test for the ab_dump command to verify the accuracy of each
      field within the ABC data displayed.
    - fix the slot suffix format in the ABC block to align with official
      Android BCB specifications

Dmitry Rokosov (4):
  cmd: ab_select: fix indentation problems for --no-dec parameter
  cmd: ab: introduce 'ab_dump' command to print BCB block content
  test/py: introduce test for ab_dump command
  common: android_ab: fix slot suffix for abc block

 boot/android_ab.c                     | 73 ++++++++++++++++++++++++++-
 cmd/ab_select.c                       | 34 ++++++++++++-
 include/android_ab.h                  |  9 ++++
 test/py/tests/test_android/test_ab.py | 23 +++++++++
 4 files changed, 135 insertions(+), 4 deletions(-)

Comments

Dmitry Rokosov July 26, 2024, 9:29 a.m. UTC | #1
Azure pipeline is successfully DONE

https://github.com/u-boot/u-boot/pull/625/checks

On Thu, Jul 25, 2024 at 10:47:00PM +0300, Dmitry Rokosov wrote:
> The patch series include changes:
>     - fix indentation problems for --no-dec parameter in the ab_select
>       command
>     - introduce the ab_dump command to print the content of the BCB
>       block; it's seful for debugging A/B logic on supported boards
>     - add a test for the ab_dump command to verify the accuracy of each
>       field within the ABC data displayed.
>     - fix the slot suffix format in the ABC block to align with official
>       Android BCB specifications
> 
> Dmitry Rokosov (4):
>   cmd: ab_select: fix indentation problems for --no-dec parameter
>   cmd: ab: introduce 'ab_dump' command to print BCB block content
>   test/py: introduce test for ab_dump command
>   common: android_ab: fix slot suffix for abc block
> 
>  boot/android_ab.c                     | 73 ++++++++++++++++++++++++++-
>  cmd/ab_select.c                       | 34 ++++++++++++-
>  include/android_ab.h                  |  9 ++++
>  test/py/tests/test_android/test_ab.py | 23 +++++++++
>  4 files changed, 135 insertions(+), 4 deletions(-)
> 
> -- 
> 2.43.0
>