[PATCH 1/6] bootstd: android: add support of bootimage v2
Android bootmeth only support boot image v3/4.
Add support of Android Boot Image version 2 [1].
Vendor boot image is only supported in version 3 and 4 so don't try to
read it when header version if
By
Guillaume La Roque
·
#2503
·
|
[PATCH 0/6] Add support of Android Boot Image version 2 and non-AB image
Actually bootmethod android only support android boot image version 4
and with AB image, some old platform wtill use android boot image
version 2 with AB or without AB slot.
This patchset add support
By
Guillaume La Roque
·
#2502
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry,
By
Mattijs Korpershoek
·
#2501
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry,
By
Mattijs Korpershoek
·
#2500
·
|
[PATCH v4 2/5] 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@...>
·
#2499
·
|
[PATCH v4 5/5] 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@...>
·
#2498
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hello Mattijs,
By
Dmitry Rokosov <ddrokosov@...>
·
#2497
·
|
Re: [PATCH 2/2] ARM: meson: add support for Libre Computer aml-s905d3-cc
On Fri, 20 Sept 2024 at 16:33, Neil Armstrong <neil.armstrong@...> wrote:
>
> Add support for the Libre Computer aml-s905d3-cc "Solitude" board:
>
By
Ilias Apalodimas <ilias.apalodimas@...>
·
#2496
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry,
<ddrokosov@...> wrote:
By
Simon Glass <sjg@...>
·
#2495
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Mattijs,
By
Dmitry Rokosov <ddrokosov@...>
·
#2494
·
|
[PATCH v4 0/5] 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@...>
·
#2493
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry,
<ddrokosov@...> wrote:
By
Simon Glass <sjg@...>
·
#2492
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Mattijs, Simon,
By
Dmitry Rokosov <ddrokosov@...>
·
#2491
·
|
[PATCH v4 3/5] 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@...>
·
#2490
·
|
Re: [GIT PULL] Please pull u-boot-amlogic-next-20241014
Applied to u-boot/master, thanks!
--
Tom
By
Tom Rini <trini@...>
·
#2489
·
|
[PATCH v4 1/5] 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@...>
·
#2488
·
|
[PATCH v4 4/5] cmd: bcb: introduce 'ab_dump' command to print BCB block content
It's really helpful to have the ability to dump BCB block for debugging
A/B logic on the board supported this partition schema.
Command 'bcb ab_dump' prints all fields of bootloader_control
By
Dmitry Rokosov <ddrokosov@...>
·
#2487
·
|
Re: IBC Show & NAB Show Attendees Email List- 2024
Hi,
Just checking in to see if you received my last email. Are you
interested in discussing further?
Looking forward to hearing from you.
Best,
Melanie
Marketing Coordinator
By
Melanie Hill <attendeees.lists@...>
·
#2486
·
|
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry,
By
Mattijs Korpershoek
·
#2485
·
|
Re: [PATCH v4 2/5] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry,
Thank you for the patch.
By
Mattijs Korpershoek
·
#2484
·
|