All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add 'bcb' command to read/modify/write Android BCB
@ 2019-04-07 22:02 Eugeniu Rosca
  2019-04-07 22:02 ` [U-Boot] [PATCH 1/2] include: android_bl_msg.h: Initial import Eugeniu Rosca
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Eugeniu Rosca @ 2019-04-07 22:02 UTC (permalink / raw)
  To: u-boot

Hello U-Boot community,

The motivation behind adding the 'bcb' command is largely explained
in the second patch of this series. The other patch merely imports a
prerequisite header from AOSP.

This series (specifically the first patch) overlaps with [1], but it
is something agreed with Igor (see [2]).

Any comments would be appreciated.

Best regards,
Eugeniu.

[1] https://patchwork.ozlabs.org/cover/1044152/
    ("[U-Boot,v3,0/7] android: implement A/B boot process")
[2] https://patchwork.ozlabs.org/patch/1003998/#2145067

Eugeniu Rosca (2):
  include: android_bl_msg.h: Initial import
  cmd: Add 'bcb' command to read/modify/write BCB fields

 cmd/Kconfig              |  17 ++
 cmd/Makefile             |   1 +
 cmd/bcb.c                | 347 +++++++++++++++++++++++++++++++++++++++
 include/android_bl_msg.h | 273 ++++++++++++++++++++++++++++++
 4 files changed, 638 insertions(+)
 create mode 100644 cmd/bcb.c
 create mode 100644 include/android_bl_msg.h

-- 
2.21.0

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

end of thread, other threads:[~2019-05-17 15:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-07 22:02 [U-Boot] [PATCH 0/2] Add 'bcb' command to read/modify/write Android BCB Eugeniu Rosca
2019-04-07 22:02 ` [U-Boot] [PATCH 1/2] include: android_bl_msg.h: Initial import Eugeniu Rosca
2019-05-08 14:26   ` Sam Protsenko
2019-05-08 14:45     ` Eugeniu Rosca
2019-05-08 17:25       ` Sam Protsenko
2019-05-09  1:41         ` Eugeniu Rosca
2019-05-10 14:23           ` Sam Protsenko
2019-05-10 19:40             ` Eugeniu Rosca
2019-05-08 14:38   ` Sam Protsenko
2019-05-08 17:40     ` Tom Rini
2019-04-07 22:02 ` [U-Boot] [PATCH 2/2] cmd: Add 'bcb' command to read/modify/write BCB fields Eugeniu Rosca
2019-04-07 22:11   ` Heinrich Schuchardt
2019-04-07 22:43     ` Eugeniu Rosca
2019-05-17 15:05 ` [U-Boot] [PATCH 0/2] Add 'bcb' command to read/modify/write Android BCB 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.