All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] android_ab: fix slot_suffix issue and introduce ab_dump command
@ 2024-07-25 19:47 Dmitry Rokosov
  2024-07-25 19:47 ` [PATCH v1 1/4] cmd: ab_select: fix indentation problems for --no-dec parameter Dmitry Rokosov
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Dmitry Rokosov @ 2024-07-25 19:47 UTC (permalink / raw)
  To: igor.opaniuk, mkorpershoek, semen.protsenko, trini,
	colin.mcallister, 4.shket, avromanov
  Cc: u-boot, kernel, rockosov, Dmitry Rokosov

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


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-08-02  7:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 19:47 [PATCH v1 0/4] android_ab: fix slot_suffix issue and introduce ab_dump command Dmitry Rokosov
2024-07-25 19:47 ` [PATCH v1 1/4] cmd: ab_select: fix indentation problems for --no-dec parameter Dmitry Rokosov
2024-07-28 19:36   ` Simon Glass
2024-07-30  7:49   ` Mattijs Korpershoek
2024-07-25 19:47 ` [PATCH v1 2/4] cmd: ab: introduce 'ab_dump' command to print BCB block content Dmitry Rokosov
2024-07-28 19:36   ` Simon Glass
2024-07-29 14:52     ` Dmitry Rokosov
2024-07-30  8:19     ` Mattijs Korpershoek
2024-07-31 14:38       ` Simon Glass
2024-07-31 18:19         ` Dmitry Rokosov
2024-08-02  7:19         ` Mattijs Korpershoek
2024-07-25 19:47 ` [PATCH v1 3/4] test/py: introduce test for ab_dump command Dmitry Rokosov
2024-07-28 19:36   ` Simon Glass
2024-07-29 14:39     ` Dmitry Rokosov
2024-07-30  8:21       ` Mattijs Korpershoek
2024-07-25 19:47 ` [PATCH v1 4/4] common: android_ab: fix slot suffix for abc block Dmitry Rokosov
2024-07-28 19:36   ` Simon Glass
2024-07-29 14:42     ` Dmitry Rokosov
2024-07-30  8:43   ` Mattijs Korpershoek
2024-07-30  8:44     ` Dmitry Rokosov
2024-07-26  9:29 ` [PATCH v1 0/4] android_ab: fix slot_suffix issue and introduce ab_dump command Dmitry Rokosov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.