public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/2] Introduce fastboot oem board command
@ 2024-02-01  9:20 Alexey Romanov
  2024-02-01  9:20 ` [RFC PATCH v2 1/2] fastboot: introduce 'oem board' subcommand Alexey Romanov
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Alexey Romanov @ 2024-02-01  9:20 UTC (permalink / raw)
  To: sjg, hs, sean.anderson, dimorinny, mkorpershoek, patrick.delaunay
  Cc: kernel, u-boot, Alexey Romanov

Changes v2 since v1 at [1]:
    - Added an example of using the command as requsted
      by Sean Anderson [2].

Links:
    [1] https://lore.kernel.org/all/20231228152522.83291-1-avromanov@salutedevices.com/
    [2] https://lore.kernel.org/all/72ac233d-c18d-4f57-bc66-451fe0bd2997@seco.com/

Alexey Romanov (2):
  fastboot: introduce 'oem board' subcommand
  board: ad401: example of fastboot oem board realization

 board/amlogic/ad401/fastboot.c | 222 +++++++++++++++++++++++++++++++++
 drivers/fastboot/Kconfig       |   7 ++
 drivers/fastboot/fb_command.c  |  15 +++
 include/fastboot.h             |   1 +
 4 files changed, 245 insertions(+)
 create mode 100644 board/amlogic/ad401/fastboot.c

-- 
2.30.1


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

end of thread, other threads:[~2024-04-05  9:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01  9:20 [RFC PATCH v2 0/2] Introduce fastboot oem board command Alexey Romanov
2024-02-01  9:20 ` [RFC PATCH v2 1/2] fastboot: introduce 'oem board' subcommand Alexey Romanov
2024-02-15  9:14   ` Mattijs Korpershoek
2024-03-04 14:11     ` Alexey Romanov
2024-04-05  9:01       ` Mattijs Korpershoek
2024-04-03  8:49     ` Alexey Romanov
2024-04-05  8:58       ` Mattijs Korpershoek
2024-02-01  9:20 ` [RFC PATCH v2 2/2] board: ad401: example of fastboot oem board realization Alexey Romanov
2024-02-01 13:56   ` Dan Carpenter
2024-02-01 14:54     ` Alexey Romanov
2024-02-15  9:24   ` Mattijs Korpershoek
2024-03-04 14:03     ` Alexey Romanov
2024-04-05  9:02       ` Mattijs Korpershoek
2024-02-14  8:39 ` [RFC PATCH v2 0/2] Introduce fastboot oem board command Alexey Romanov

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