Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Simon, Dmitry
By
Mattijs Korpershoek
·
#2483
·
|
[GIT PULL] Please pull u-boot-amlogic-next-20241014
Hi Tom,
New Libre Computer boards are added with UEFI Capsule Update support,
plus various fixes for HDMI support, boot targets and android-mainline
kernel support for khadas-vim3 android
By
Neil Armstrong
·
#2482
·
|
Re: [PATCH] configs: meson64: Ensure commands for boot targets are available
Hi,
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next)
[1/1] configs: meson64: Ensure commands for boot targets are available
By
Neil Armstrong
·
#2481
·
|
Re: [PATCH 0/2] configs: khadas-vim3{l}: Android bootflow updates
Hi,
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next)
[1/2] configs: khadas-vim3{l}: Increase boot/recovery partition size
By
Neil Armstrong
·
#2480
·
|
Re: [PATCH] configs: meson64: Ensure commands for boot targets are available
On 12/10/2024 10:03, Callum Parsey via groups.io wrote:
> When populating BOOT_TARGET_DEVICES on Amlogic Meson platforms, verify
> that the shell commands for accessing the relevant media have been
>
By
Neil Armstrong
·
#2479
·
|
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
Hi Dmitry,
By
Simon Glass <sjg@...>
·
#2478
·
|
Re: [PATCH v3 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
On Tue, Oct 08, 2024 at 11:18:03PM +0300, Dmitry Rokosov wrote:
> The patch series include changes:
> - move ab_select_slot() documentation to @ notation
> - move ab_select command to bcb
By
Dmitry Rokosov <ddrokosov@...>
·
#2477
·
|
[PATCH v3 3/6] cmd: bcb: change strcmp() usage style in the do_bcb_ab_select()
In the entire cmd/bcb.c file, the return value of strcmp() is not
directly compared to 0. Therefore, it would be better to maintain this
style in the new do_bcb_ab_select() function as
By
Dmitry Rokosov <ddrokosov@...>
·
#2476
·
|
Re: [PATCH] video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
Hi Neil,
You could possible relax this further using something like:
ret = regulator_set_enable_if_allowed(supply, true);
if (ret && ret != -ENOSYS)
By
Jonas Karlman <jonas@...>
·
#2475
·
|
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
Hello Mattijs,
By
Dmitry Rokosov <ddrokosov@...>
·
#2474
·
|
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
On Tue, 8 Oct 2024 at 14:18, Dmitry Rokosov <ddrokosov@...> wrote:
>
> It's really helpful to have the ability to dump BCB block for debugging
> A/B logic on the board supported this
By
Simon Glass <sjg@...>
·
#2473
·
|
[PATCH v3 1/6] include/android_ab: move ab_select_slot() documentation to @ notation
There are new function documentation requirements in U-Boot, so apply
these changes for android_ab.
Reviewed-by: Mattijs Korpershoek <mkorpershoek@...>
Reviewed-by: Simon Glass
By
Dmitry Rokosov <ddrokosov@...>
·
#2472
·
|
[PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
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
By
Dmitry Rokosov <ddrokosov@...>
·
#2471
·
|
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
On Wed, Oct 09, 2024 at 03:13:57PM -0600, Simon Glass wrote:
> Hi Dmitry,
>
> On Wed, 9 Oct 2024 at 07:26, Dmitry Rokosov <ddrokosov@...> wrote:
> >
> > Hello Simon,
> >
> > On Tue, Oct
By
Dmitry Rokosov <ddrokosov@...>
·
#2470
·
|
Re: [PATCH v3 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
Hello Guillaume!
Thank you for the quick testing results!
I really appreciate it!
By
Dmitry Rokosov <ddrokosov@...>
·
#2469
·
|
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
Hello Simon,
By
Dmitry Rokosov <ddrokosov@...>
·
#2468
·
|
[PATCH v3 5/6] common: android_ab: fix slot suffix for abc block
To align with the official Android BCB (Bootloader Control Block)
specifications, it's important to note that the slot_suffix should start
with an underscore symbol.
For a comprehensive understanding
By
Dmitry Rokosov <ddrokosov@...>
·
#2467
·
|
[PATCH v3 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
The patch series include changes:
- move ab_select_slot() documentation to @ notation
- move ab_select command to bcb subcommands
- introduce the ab_dump command to print the content of
By
Dmitry Rokosov <ddrokosov@...>
·
#2466
·
|
[PATCH v3 6/6] test/py: introduce test for ab_dump command
The ab_dump command allows you to display ABC data directly on the
U-Boot console. During an A/B test execution, this test verifies the
accuracy of each field within the ABC data.
Reviewed-by: Simon
By
Dmitry Rokosov <ddrokosov@...>
·
#2465
·
|
[PATCH] configs: meson64: Ensure commands for boot targets are available
When populating BOOT_TARGET_DEVICES on Amlogic Meson platforms, verify
that the shell commands for accessing the relevant media have been
enabled in the build configuration.
This was already being
By
Callum Parsey
·
#2464
·
|