Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-17 Thread Mattijs Korpershoek
Hi Dmitry, On mer., oct. 16, 2024 at 18:48, Dmitry Rokosov wrote: [...] >> > ``` >> >> Long help should use U_BOOT_LONGHELP, we normally handle this with >> #ifdef - see cmd/bootflow.c for example > > Thank you for pointing me to U_BOOT_LONGHELP. I have redesigned > cmd/bcb.c to utilize the U

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-17 Thread Mattijs Korpershoek
Hi Dmitry, On mer., oct. 16, 2024 at 17:06, Dmitry Rokosov wrote: [...] >> > >> > I just run build on the my x86 Ubuntu machine. >> > >> > $ cd uboot >> > $ make mproper >> > $ make sandbox_defconfig >> > $ make -j$(nproc) >> >> I tried these commands: >> Here is the successfull build output:

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-16 Thread Dmitry Rokosov
Hi Simon, On Tue, Oct 15, 2024 at 09:27:14AM -0600, Simon Glass wrote: > Hi Dmitry, > > On Tue, 15 Oct 2024 at 08:42, Dmitry Rokosov > wrote: > > > > Hi Mattijs, Simon, > > > > On Tue, Oct 15, 2024 at 02:10:10PM +0200, Mattijs Korpershoek wrote: > > > Hi Simon, Dmitry > > > > > > On lun., oct. 1

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-16 Thread Dmitry Rokosov
On Tue, Oct 15, 2024 at 05:26:37PM +0200, Mattijs Korpershoek wrote: > Hi Dmitry, > > On mar., oct. 15, 2024 at 16:26, Dmitry Rokosov > wrote: > > > Hi Mattijs, > > > > On Tue, Oct 15, 2024 at 02:10:10PM +0200, Mattijs Korpershoek wrote: > >> Hi Simon, Dmitry > >> > >> On lun., oct. 14, 2024 a

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-15 Thread Simon Glass
Hi Dmitry, On Tue, 15 Oct 2024 at 08:42, Dmitry Rokosov wrote: > > Hi Mattijs, Simon, > > On Tue, Oct 15, 2024 at 02:10:10PM +0200, Mattijs Korpershoek wrote: > > Hi Simon, Dmitry > > > > On lun., oct. 14, 2024 at 15:06, Simon Glass wrote: > > > > > Hi Dmitry, > > > > > > On Mon, 14 Oct 2024 at

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-15 Thread Mattijs Korpershoek
Hi Dmitry, On mar., oct. 15, 2024 at 16:26, Dmitry Rokosov wrote: > Hi Mattijs, > > On Tue, Oct 15, 2024 at 02:10:10PM +0200, Mattijs Korpershoek wrote: >> Hi Simon, Dmitry >> >> On lun., oct. 14, 2024 at 15:06, Simon Glass wrote: >> >> > Hi Dmitry, >> > >> > On Mon, 14 Oct 2024 at 14:38, Dm

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-15 Thread Dmitry Rokosov
Hi Mattijs, Simon, On Tue, Oct 15, 2024 at 02:10:10PM +0200, Mattijs Korpershoek wrote: > Hi Simon, Dmitry > > On lun., oct. 14, 2024 at 15:06, Simon Glass wrote: > > > Hi Dmitry, > > > > On Mon, 14 Oct 2024 at 14:38, Dmitry Rokosov > > wrote: > >> > >> Hello Mattijs, > >> > >> On Sat, Oct 12,

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-15 Thread Dmitry Rokosov
Hi Mattijs, On Tue, Oct 15, 2024 at 02:10:10PM +0200, Mattijs Korpershoek wrote: > Hi Simon, Dmitry > > On lun., oct. 14, 2024 at 15:06, Simon Glass wrote: > > > Hi Dmitry, > > > > On Mon, 14 Oct 2024 at 14:38, Dmitry Rokosov > > wrote: > >> > >> Hello Mattijs, > >> > >> On Sat, Oct 12, 2024 a

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-15 Thread Mattijs Korpershoek
Hi Simon, Dmitry On lun., oct. 14, 2024 at 15:06, Simon Glass wrote: > Hi Dmitry, > > On Mon, 14 Oct 2024 at 14:38, Dmitry Rokosov > wrote: >> >> Hello Mattijs, >> >> On Sat, Oct 12, 2024 at 10:49:08AM +0200, Mattijs Korpershoek wrote: >> > Hi Dmitry, >> > >> > On ven., oct. 11, 2024 at 21:00,

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-14 Thread Simon Glass
Hi Dmitry, On Mon, 14 Oct 2024 at 14:38, Dmitry Rokosov wrote: > > Hello Mattijs, > > On Sat, Oct 12, 2024 at 10:49:08AM +0200, Mattijs Korpershoek wrote: > > Hi Dmitry, > > > > On ven., oct. 11, 2024 at 21:00, Dmitry Rokosov > > wrote: > > > > > On Fri, Oct 11, 2024 at 04:20:39PM +0200, Mattij

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-14 Thread Dmitry Rokosov
Hello Mattijs, On Sat, Oct 12, 2024 at 10:49:08AM +0200, Mattijs Korpershoek wrote: > Hi Dmitry, > > On ven., oct. 11, 2024 at 21:00, Dmitry Rokosov > wrote: > > > On Fri, Oct 11, 2024 at 04:20:39PM +0200, Mattijs Korpershoek wrote: > >> On ven., oct. 11, 2024 at 15:30, "Mattijs Korpershoek vi

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-12 Thread Mattijs Korpershoek
Hi Dmitry, On ven., oct. 11, 2024 at 21:00, Dmitry Rokosov wrote: > On Fri, Oct 11, 2024 at 04:20:39PM +0200, Mattijs Korpershoek wrote: >> On ven., oct. 11, 2024 at 15:30, "Mattijs Korpershoek via groups.io" >> wrote: >> >> > Hi Dmitry, >> > >> > Thank you for the patch. >> > >> > On mar.,

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-11 Thread Dmitry Rokosov
On Fri, Oct 11, 2024 at 04:20:39PM +0200, Mattijs Korpershoek wrote: > On ven., oct. 11, 2024 at 15:30, "Mattijs Korpershoek via groups.io" > wrote: > > > Hi Dmitry, > > > > Thank you for the patch. > > > > On mar., oct. 08, 2024 at 23:18, Dmitry Rokosov > > wrote: > > > >> To enhance code org

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-11 Thread Mattijs Korpershoek
On ven., oct. 11, 2024 at 15:30, "Mattijs Korpershoek via groups.io" wrote: > Hi Dmitry, > > Thank you for the patch. > > On mar., oct. 08, 2024 at 23:18, Dmitry Rokosov > wrote: > >> To enhance code organization, it is beneficial to consolidate all A/B >> BCB management routines into a single

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-11 Thread Mattijs Korpershoek
Hi Dmitry, Thank you for the patch. On mar., oct. 08, 2024 at 23:18, Dmitry Rokosov wrote: > To enhance code organization, it is beneficial to consolidate all A/B > BCB management routines into a single super-command. > The 'bcb' command is an excellent candidate for this purpose. > > This pat

Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-08 Thread Simon Glass
On Tue, 8 Oct 2024 at 14:18, Dmitry Rokosov wrote: > > To enhance code organization, it is beneficial to consolidate all A/B > BCB management routines into a single super-command. > The 'bcb' command is an excellent candidate for this purpose. > > This patch integrates the separate 'ab_select' com

[PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands

2024-10-08 Thread Dmitry Rokosov
To enhance code organization, it is beneficial to consolidate all A/B BCB management routines into a single super-command. The 'bcb' command is an excellent candidate for this purpose. This patch integrates the separate 'ab_select' command into the 'bcb' group as the 'ab_select' subcommand, mainta