Re: [PATCH 2/2] cmd: bcb: extend BCB C API to allow read/write the fields

2023-11-09 Thread Dmitrii Merkurev
Uploaded v2 with fixes On Thu, Nov 9, 2023 at 2:05 AM Mattijs Korpershoek < mkorpersh...@baylibre.com> wrote: > Hi Dmitrii, > > Thank you for your patch. > > On jeu., nov. 09, 2023 at 00:36, Dmitrii Merkurev > wrote: > > > Currently BCB C API only allows to modify 'command' BCB field. > > Extend

Re: [PATCH 2/2] cmd: bcb: extend BCB C API to allow read/write the fields

2023-11-09 Thread Mattijs Korpershoek
Hi Dmitrii, Thank you for your patch. On jeu., nov. 09, 2023 at 00:36, Dmitrii Merkurev wrote: > Currently BCB C API only allows to modify 'command' BCB field. > Extend it so that we can also read and modify all the available > BCB fields (command, status, recovery, stage). > > Co-developed-by:

[PATCH 2/2] cmd: bcb: extend BCB C API to allow read/write the fields

2023-11-08 Thread Dmitrii Merkurev
Currently BCB C API only allows to modify 'command' BCB field. Extend it so that we can also read and modify all the available BCB fields (command, status, recovery, stage). Co-developed-by: Cody Schuffelen Signed-off-by: Cody Schuffelen Signed-off-by: Dmitrii Merkurev Cc: Eugeniu Rosca Cc: Yi