Re: [PATCH v5 0/1] Introduce fastboot oem board command

2024-04-18 Thread Mattijs Korpershoek
Hi,

On Thu, 18 Apr 2024 13:01:28 +0300, Alexey Romanov wrote:
> Changes V1 -> V2 [1]:
>   - Added an example of using the command as requested
> by Sean Anderson [2].
> 
> Changes V2 -> V3 [3]:
>   - Rebase over uboot/master.
>   - Add documentation.
>   - Remove example added in V2 [1].
> 
> [...]

Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu 
(u-boot-dfu)

[1/1] fastboot: introduce 'oem board' subcommand
  
https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/b2acf59baf917c3b4002c1b2094ddb46c03ab02e

--
Mattijs


[PATCH v5 0/1] Introduce fastboot oem board command

2024-04-18 Thread Alexey Romanov
Changes V1 -> V2 [1]:
  - Added an example of using the command as requested
by Sean Anderson [2].

Changes V2 -> V3 [3]:
  - Rebase over uboot/master.
  - Add documentation.
  - Remove example added in V2 [1].

Changes V3 -> V4 [4]:
  - Corrected documentation accroding to Quentin Schulz comments [5].

Changes V4 -> V5 [6]:
  - Fix compiler warning reported by CI [7].

Links:
[1] 
https://lore.kernel.org/all/20231228152522.83291-1-avroma...@salutedevices.com/
[2] 
https://lore.kernel.org/all/72ac233d-c18d-4f57-bc66-451fe0bd2...@seco.com/
[3] 
https://lore.kernel.org/all/20240201092027.6258-1-avroma...@salutedevices.com/
[4] 
https://lore.kernel.org/all/20240408101552.539037-1-avroma...@salutedevices.com/
[5] 
https://lore.kernel.org/all/9efdf140-8da3-4b5e-b1c4-2f106067a...@theobroma-systems.com/
[6] 
https://lore.kernel.org/all/20240410105804.22757-1-avroma...@salutedevices.com/
[7] https://lore.kernel.org/all/877cgv3ur6@baylibre.com/

Alexey Romanov (1):
  fastboot: introduce 'oem board' subcommand

 doc/android/fastboot.rst  | 18 ++
 drivers/fastboot/Kconfig  |  7 +++
 drivers/fastboot/fb_command.c | 30 ++
 include/fastboot.h|  1 +
 4 files changed, 56 insertions(+)

-- 
2.34.1