[U-Boot] [PATCH 0/2] Add 'bcb' command to read/modify/write Android BCB
Eugeniu Rosca
roscaeugeniu at gmail.com
Sun Apr 7 22:02:04 UTC 2019
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
More information about the U-Boot
mailing list