public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] cmd: bcb: extend BCB APIs to support Android boot flow
@ 2023-11-09  0:36 Dmitrii Merkurev
  2023-11-09  0:36 ` [PATCH 1/2] cmd: bcb: support various block device interfaces for BCB command Dmitrii Merkurev
  2023-11-09  0:36 ` [PATCH 2/2] cmd: bcb: extend BCB C API to allow read/write the fields Dmitrii Merkurev
  0 siblings, 2 replies; 8+ messages in thread
From: Dmitrii Merkurev @ 2023-11-09  0:36 UTC (permalink / raw)
  To: u-boot
  Cc: rammuthiah, Dmitrii Merkurev, Eugeniu Rosca, Ying-Chun Liu,
	Simon Glass, Mattijs Korpershoek, Sean Anderson, Cody Schuffelen

Following patches introduce various block interfaces support
and extend API of BCB (bootloader control block) to reuse it
for Android boot flow of Cuttlefish virtual device.

Signed-off-by: Dmitrii Merkurev <dimorinny@google.com>
Cc: Eugeniu Rosca <erosca@de.adit-jv.com>
Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Cc: Sean Anderson <sean.anderson@seco.com>
Cc: Cody Schuffelen <schuffelen@google.com>

Dmitrii Merkurev (2):
  cmd: bcb: support various block device interfaces for BCB command
  cmd: bcb: extend BCB C API to allow read/write the fields

 cmd/Kconfig                  |   1 -
 cmd/bcb.c                    | 206 +++++++++++++++++++++++------------
 doc/android/bcb.rst          |  34 +++---
 drivers/fastboot/fb_common.c |  14 ++-
 include/bcb.h                |  59 +++++++++-
 5 files changed, 227 insertions(+), 87 deletions(-)

-- 
2.42.0.869.gea05f2083d-goog


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

end of thread, other threads:[~2023-11-10  6:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09  0:36 [PATCH 0/2] cmd: bcb: extend BCB APIs to support Android boot flow Dmitrii Merkurev
2023-11-09  0:36 ` [PATCH 1/2] cmd: bcb: support various block device interfaces for BCB command Dmitrii Merkurev
2023-11-09  9:40   ` Mattijs Korpershoek
2023-11-09 10:06     ` Mattijs Korpershoek
2023-11-10  6:05       ` Dmitrii Merkurev
2023-11-09  0:36 ` [PATCH 2/2] cmd: bcb: extend BCB C API to allow read/write the fields Dmitrii Merkurev
2023-11-09 10:04   ` Mattijs Korpershoek
2023-11-10  6:06     ` Dmitrii Merkurev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox