¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
[PATCH v1 0/4] Remove legacy Amlogic dtsi and bindings
We should remove bindings and dtsi from include/ folder for A1 and AXG Amlogic devices. We have exactly the same, or with minor differences in dts/upstream folder. I tested this changes on devices
By Alexey Romanov <avromanov@...> · #2543 ·
Re: [PATCH 1/6] bootstd: android: add support of bootimage v2
By Julien Masson <massonju.eseo@...> · #2542 ·
[PATCH v1 2/4] dt-bindings: remove a1 bindings from include/
We have exactly the same in upstream bindings. Signed-off-by: Alexey Romanov <avromanov@...> --- .../clock/amlogic,a1-peripherals-clkc.h | 168 ------------------
By Alexey Romanov <avromanov@...> · #2541 ·
Re: (subset) [PATCH 0/6] Add support of Android Boot Image version 2 and non-AB image
Great, thanks a lot, Neil !
By Mattijs Korpershoek · #2540 ·
Re: (subset) [PATCH 0/6] Add support of Android Boot Image version 2 and non-AB image
Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic) [3/6] configs: khadas-vim3{l}: fix userdata size
By Neil Armstrong · #2539 ·
Re: [PATCH 3/6] configs: khadas-vim3{l}: fix userdata size
Sure I was waiting for your go! Neil
By Neil Armstrong · #2538 ·
Re: [PATCH 3/6] configs: khadas-vim3{l}: fix userdata size
Hi Neil, Do you think you can pick up just this patch ([3/6])? Since it's a fixing a regression that I introduced I'd like this to picked up without depending on the rest of the
By Mattijs Korpershoek · #2537 ·
Re: [PATCH v5 6/6] common: android_ab: fix slot suffix for abc block
Hi Sam,
By Mattijs Korpershoek · #2536 ·
Re: [PATCH v5 6/6] common: android_ab: fix slot suffix for abc block
Hi Sam,
By Mattijs Korpershoek · #2535 ·
Re: [PATCH v5 6/6] common: android_ab: fix slot suffix for abc block
Hi Sam, Thank you for the review.
By Mattijs Korpershoek · #2534 ·
Re: [PATCH v5 6/6] common: android_ab: fix slot suffix for abc block
Hi Igor, Thank you for the review.
By Mattijs Korpershoek · #2533 ·
Re: [PATCH v5 6/6] common: android_ab: fix slot suffix for abc block
<ddrokosov@...> wrote: Would be nice to add "Fixes:" tag here, pointing to the corresponding commit where the issue was introduced (see kernel docs for details). It could be quite useful
By Sam Protsenko <semen.protsenko@...> · #2532 ·
Re: [PATCH v5 6/6] common: android_ab: fix slot suffix for abc block
Hi Dmitry, <ddrokosov@...> wrote:
By Igor Opaniuk <igor.opaniuk@...> · #2531 ·
Re: [PATCH v5 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu) [1/6] include/android_ab: move ab_select_slot() documentation to @ notation
By Mattijs Korpershoek · #2530 ·
Re: [PATCH v5 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
On Thu, Oct 17, 2024 at 05:12:05PM +0300, Dmitry Rokosov wrote: > The patch series include changes: > - move ab_select_slot() documentation to @ notation > - redesign 'bcb' command to
By Dmitry Rokosov <ddrokosov@...> · #2529 ·
Re: [PATCH 2/2] power/domain: meson-ee-pwrc: make sure to not enable a domain twice
By Jaehoon Chung <jh80.chung@...> · #2528 ·
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
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 <ddrokosov@...> wrote: > > > Hi Mattijs, > > > >
By Dmitry Rokosov <ddrokosov@...> · #2527 ·
[PATCH v5 5/6] 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@...> · #2526 ·
[PATCH v5 2/6] cmd: bcb: rework the command to U_BOOT_LONGHELP approach
U_BOOT_LONGHELP and U_BOOT_CMD_WITH_SUBCMDS offer numerous advantages, including: - common argument restrictions checking - automatic subcommand matching - improved usage and help handling By
By Dmitry Rokosov <ddrokosov@...> · #2525 ·
[PATCH v5 4/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@...> · #2524 ·