From: Dmitrii Merkurev <dimorinny@google.com>
To: u-boot@lists.denx.de
Cc: rammuthiah@google.com, Dmitrii Merkurev <dimorinny@google.com>,
Eugeniu Rosca <erosca@de.adit-jv.com>,
Ying-Chun Liu <paul.liu@linaro.org>,
Simon Glass <sjg@chromium.org>,
Mattijs Korpershoek <mkorpershoek@baylibre.com>,
Sean Anderson <sean.anderson@seco.com>,
Cody Schuffelen <schuffelen@google.com>
Subject: [PATCH 0/2] cmd: bcb: extend BCB APIs to support Android boot flow
Date: Thu, 9 Nov 2023 00:36:32 +0000 [thread overview]
Message-ID: <20231109003634.577152-1-dimorinny@google.com> (raw)
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
next reply other threads:[~2023-11-09 0:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-09 0:36 Dmitrii Merkurev [this message]
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
-- strict thread matches above, loose matches on Subject: below --
2023-11-10 5:59 [PATCH 0/2] cmd: bcb: extend BCB APIs to support Android boot flow Dmitrii Merkurev
2023-11-14 8:14 ` Mattijs Korpershoek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231109003634.577152-1-dimorinny@google.com \
--to=dimorinny@google.com \
--cc=erosca@de.adit-jv.com \
--cc=mkorpershoek@baylibre.com \
--cc=paul.liu@linaro.org \
--cc=rammuthiah@google.com \
--cc=schuffelen@google.com \
--cc=sean.anderson@seco.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox