Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-11 Thread Sean Anderson
On 1/10/24 03:03, Alexey Romanov wrote: > Hi, > > On Tue, Jan 09, 2024 at 10:45:46AM -0500, Sean Anderson wrote: >> On 1/9/24 05:27, Alexey Romanov wrote: >> > Hello Sean! >> > >> > Thanks for you reply. >> > >> > On Thu, Dec 28, 2023 at 11:45:04AM -0500, Sean Anderson wrote: >> >> On 12/28/23 1

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-11 Thread Alexey Romanov
On Thu, Jan 11, 2024 at 10:14:45AM +, Alexey Romanov wrote: > Hi Mattijs, > > On Thu, Jan 11, 2024 at 10:50:26AM +0100, Mattijs Korpershoek wrote: > > Hi Alexey, Sean, > > > > On mer., janv. 10, 2024 at 08:03, Alexey Romanov > > wrote: > > > > > Hi, > > > > > > On Tue, Jan 09, 2024 at 10:4

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-11 Thread Alexey Romanov
Hi Mattijs, On Thu, Jan 11, 2024 at 10:50:26AM +0100, Mattijs Korpershoek wrote: > Hi Alexey, Sean, > > On mer., janv. 10, 2024 at 08:03, Alexey Romanov > wrote: > > > Hi, > > > > On Tue, Jan 09, 2024 at 10:45:46AM -0500, Sean Anderson wrote: > >> On 1/9/24 05:27, Alexey Romanov wrote: > >> >

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-11 Thread Mattijs Korpershoek
Hi Alexey, Sean, On mer., janv. 10, 2024 at 08:03, Alexey Romanov wrote: > Hi, > > On Tue, Jan 09, 2024 at 10:45:46AM -0500, Sean Anderson wrote: >> On 1/9/24 05:27, Alexey Romanov wrote: >> > Hello Sean! >> > >> > Thanks for you reply. >> > >> > On Thu, Dec 28, 2023 at 11:45:04AM -0500, Sean

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-10 Thread Alexey Romanov
Sorry, my e-mail client is lagging and I sent two replies. On Wed, Jan 10, 2024 at 08:03:39AM +, Alexey Romanov wrote: > Hi, > > On Tue, Jan 09, 2024 at 10:45:46AM -0500, Sean Anderson wrote: > > On 1/9/24 05:27, Alexey Romanov wrote: > > > Hello Sean! > > > > > > Thanks for you reply. > > >

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-10 Thread Alexey Romanov
Hi, On Tue, Jan 09, 2024 at 10:45:46AM -0500, Sean Anderson wrote: > On 1/9/24 05:27, Alexey Romanov wrote: > > Hello Sean! > > > > Thanks for you reply. > > > > On Thu, Dec 28, 2023 at 11:45:04AM -0500, Sean Anderson wrote: > >> On 12/28/23 10:25, Alexey Romanov wrote: > >> > Currently, fastboo

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-09 Thread Sean Anderson
On 1/9/24 05:27, Alexey Romanov wrote: > Hello Sean! > > Thanks for you reply. > > On Thu, Dec 28, 2023 at 11:45:04AM -0500, Sean Anderson wrote: >> On 12/28/23 10:25, Alexey Romanov wrote: >> > Currently, fastboot protocol in U-Boot has no opportunity >> > to execute vendor custom code with veri

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2024-01-09 Thread Alexey Romanov
Hello Sean! Thanks for you reply. On Thu, Dec 28, 2023 at 11:45:04AM -0500, Sean Anderson wrote: > On 12/28/23 10:25, Alexey Romanov wrote: > > Currently, fastboot protocol in U-Boot has no opportunity > > to execute vendor custom code with verifed boot. > > Well, I would say the most convention

Re: [PATCH v1] fastboot: introduce 'oem board' subcommand

2023-12-28 Thread Sean Anderson
On 12/28/23 10:25, Alexey Romanov wrote: > Currently, fastboot protocol in U-Boot has no opportunity > to execute vendor custom code with verifed boot. Well, I would say the most conventional way to do this would be something like => fastboot 0 => source \# CONFIG_FASTBOOT_BUF_ADDR and on your h

[PATCH v1] fastboot: introduce 'oem board' subcommand

2023-12-28 Thread Alexey Romanov
Currently, fastboot protocol in U-Boot has no opportunity to execute vendor custom code with verifed boot. This patch introduce new fastboot subcommand fastboot oem board:, which allow to run custom oem_board function. Default implementation is __weak. Vendor must redefine it in board/ folder with