All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Add 'bcb' command to read/modify/write Android BCB
@ 2019-05-17 14:45 Eugeniu Rosca
  2019-05-17 14:45 ` [U-Boot] [PATCH v2 1/2] include: android_bootloader_message.h: Minimize the diff to AOSP Eugeniu Rosca
                   ` (3 more replies)
  0 siblings, 4 replies; 33+ messages in thread
From: Eugeniu Rosca @ 2019-05-17 14:45 UTC (permalink / raw)
  To: u-boot

The motivation behind the 'bcb' command is largely explained
in the second patch. The other patch performs polishing of
https://patchwork.ozlabs.org/patch/1099689/, which is a hard
prerequisite for this series.

v2:
 - [Heinrich Schuchardt] Implement sub-commands via U_BOOT_CMD_MKENT.
 - Polished the code. Ensured no warnings returned by sparse, smatch,
   `cppcheck --force --enable=all --inconclusive`, make W=1.
 - Tested on R-Car-H3-ES20 ULCB-KF.

v1:
 - https://patchwork.ozlabs.org/cover/1080393/

Eugeniu Rosca (2):
  include: android_bootloader_message.h: Minimize the diff to AOSP
  cmd: Add 'bcb' command to read/modify/write BCB fields

 cmd/Kconfig                          |  17 ++
 cmd/Makefile                         |   1 +
 cmd/bcb.c                            | 330 +++++++++++++++++++++++++++
 include/android_bootloader_message.h | 126 +++++-----
 4 files changed, 416 insertions(+), 58 deletions(-)
 create mode 100644 cmd/bcb.c

-- 
2.21.0

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

end of thread, other threads:[~2019-05-25  9:22 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-17 14:45 [U-Boot] [PATCH v2 0/2] Add 'bcb' command to read/modify/write Android BCB Eugeniu Rosca
2019-05-17 14:45 ` [U-Boot] [PATCH v2 1/2] include: android_bootloader_message.h: Minimize the diff to AOSP Eugeniu Rosca
2019-05-20 15:19   ` Sam Protsenko
2019-05-17 14:45 ` [U-Boot] [PATCH v2 2/2] cmd: Add 'bcb' command to read/modify/write BCB fields Eugeniu Rosca
2019-05-18 16:33   ` Simon Glass
2019-05-20  7:22     ` Eugeniu Rosca
2019-05-20  7:32       ` Alex Kiernan
2019-05-20  8:28         ` Eugeniu Rosca
2019-05-21  8:36         ` Lukasz Majewski
2019-05-21  9:02           ` Alex Kiernan
2019-05-21  9:13             ` Eugeniu Rosca
2019-05-21  9:22               ` Lukasz Majewski
2019-05-21  9:24               ` Alex Kiernan
2019-05-21  9:43                 ` Eugeniu Rosca
2019-05-20 15:16       ` Sam Protsenko
2019-05-20 15:26         ` Sam Protsenko
2019-05-21 11:20         ` Eugeniu Rosca
2019-05-21 16:46           ` Sam Protsenko
2019-05-22 10:35             ` Eugeniu Rosca
2019-05-21 16:43       ` Simon Glass
2019-05-21 17:31         ` Eugeniu Rosca
2019-05-21 20:55           ` Simon Glass
2019-05-22  0:53   ` Simon Glass
2019-05-22  7:11     ` Eugeniu Rosca
2019-05-22 18:39       ` Simon Glass
2019-05-24 19:23         ` Eugeniu Rosca
2019-05-17 15:24 ` [U-Boot] [PATCH v2 0/2] Add 'bcb' command to read/modify/write Android BCB Eugeniu Rosca
2019-05-17 15:26   ` Stephen Finucane
2019-05-17 15:28     ` Eugeniu Rosca
2019-05-24 19:36       ` Eugeniu Rosca
2019-05-24 23:37         ` Jeremy Kerr
2019-05-25  9:22           ` Eugeniu Rosca
2019-05-24 19:26 ` Eugeniu Rosca

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.