Re: [GIT PULL] Please pull u-boot-dfu-20240419

2024-04-19 Thread Tom Rini
On Fri, Apr 19, 2024 at 11:48:58AM +0200, Mattijs Korpershoek wrote:

> Hi Tom,
> 
> Here is a new development for master:
> 
> - new "fastboot oem board" command
> 
> This CI job is at 
> https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20427
> 
> Thanks,
> Mattijs
> 
> The following changes since commit 2c3fa4b8add3cb6a440184ab67debc6867d383c0:
> 
>   sandbox: don't call os_close with invalid file descriptor (2024-04-17 
> 17:06:16 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-dfu.git 
> tags/u-boot-dfu-20240419
> 
> for you to fetch changes up to b2acf59baf917c3b4002c1b2094ddb46c03ab02e:
> 
>   fastboot: introduce 'oem board' subcommand (2024-04-18 14:54:38 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] Please pull u-boot-dfu-20240419

2024-04-19 Thread Mattijs Korpershoek
Hi Tom,

Here is a new development for master:

- new "fastboot oem board" command

This CI job is at 
https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20427

Thanks,
Mattijs

The following changes since commit 2c3fa4b8add3cb6a440184ab67debc6867d383c0:

  sandbox: don't call os_close with invalid file descriptor (2024-04-17 
17:06:16 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git 
tags/u-boot-dfu-20240419

for you to fetch changes up to b2acf59baf917c3b4002c1b2094ddb46c03ab02e:

  fastboot: introduce 'oem board' subcommand (2024-04-18 14:54:38 +0200)


u-boot-dfu-20240419

- new "fastboot oem board" command


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(+)