¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
[PATCH v5 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 - redesign 'bcb' command to U_BOOT_LONGHELP approach - move ab_select command to bcb subcommands -
By Dmitry Rokosov <ddrokosov@...> · #2523 ·
[PATCH v5 6/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@...> · #2522 ·
[PATCH v5 3/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@...> · #2521 ·
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Simon,
By Dmitry Rokosov <ddrokosov@...> · #2520 ·
[PATCH v5 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@...> · #2519 ·
Re: [PATCH 2/6] bootstd: android: add non-A/B image support
Hi Guillaume, Thank you for the patch.
By Mattijs Korpershoek · #2518 ·
Re: [PATCH 1/6] bootstd: android: add support of bootimage v2
Hi Guillaume, Thank you for the patch. Remove: "if version": don't try to read it when header is less than 3. Please use standard link notation (using [1] instead of 1:). See some
By Mattijs Korpershoek · #2517 ·
Re: [PATCH 6/6] bootstd: Add test for Android boot image v2
Hi Guillaume, Thank you for the patch.
By Mattijs Korpershoek · #2516 ·
Re: [PATCH 5/6] configs: khadas-vim3_android{_ab}: move on bootmeth android
Hi Guillaume, Thank you for the patch.
By Mattijs Korpershoek · #2515 ·
Re: [PATCH 4/6] configs: khadas-vim3l_android{_ab}: move on bootmeth android
Hi Guillaume, Thank you for the patch.
By Mattijs Korpershoek · #2514 ·
Re: [PATCH 3/6] configs: khadas-vim3{l}: fix userdata size
Hi Guillaume, Thank you for the patch. nitpick: Fixes should be a single line. When making the patch, I was not aware that VIM3 had 2 models with different eMMC sizes: - VIM3 (Basic) with 16GB of
By Mattijs Korpershoek · #2513 ·
Re: [PATCH v5 5/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
Hi Dmitry, Thank you for the patch.
By Mattijs Korpershoek · #2512 ·
Re: [PATCH v5 3/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry, Thank you for the patch. Reviewed-by: Mattijs Korpershoek <mkorpershoek@...>
By Mattijs Korpershoek · #2511 ·
Re: [PATCH v5 2/6] cmd: bcb: rework the command to U_BOOT_LONGHELP approach
Hi Dmitry, Thank you for the patch. Nice diffstat, always great to see code removed! Reviewed-by: Mattijs Korpershoek <mkorpershoek@...>
By Mattijs Korpershoek · #2510 ·
Re: [PATCH v5 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
Hi Dmitry, Thank you for this series. Boot tested AOSP using on Khadas VIM3 using khadas_vim3_android_defconfig Tested-by: Mattijs Korpershoek <mkorpershoek@...> # vim3_andro
By Mattijs Korpershoek · #2509 ·
[PATCH 6/6] bootstd: Add test for Android boot image v2
Rename actual android bootmethod test to specify it's for boot image version 4. Add a unit test for testing the Android bootmethod with boot image version 2. This requires another mmc image (mmc8) to
By Guillaume La Roque · #2508 ·
[PATCH 5/6] configs: khadas-vim3_android{_ab}: move on bootmeth android
Actually khadas vim3 use distro command to boot android image. Move on new bootmeth android for A/B and non-A/B vim3 android. Signed-off-by: Guillaume La Roque <glaroque@...> ---
By Guillaume La Roque · #2507 ·
[PATCH 4/6] configs: khadas-vim3l_android{_ab}: move on bootmeth android
Actually khadas vim3l use distro command to boot android image. Move on new bootmeth android for A/B and non-A/B vim3l android. Signed-off-by: Guillaume La Roque <glaroque@...> ---
By Guillaume La Roque · #2506 ·
[PATCH 3/6] configs: khadas-vim3{l}: fix userdata size
After increase boot and recovery partition userdata was not resize. so on VIM3 16GB and VIM3L `fastboot oem format` or `gpt write mmc 2 $partitions` fail because end of last partition is outside of
By Guillaume La Roque · #2505 ·
[PATCH 2/6] bootstd: android: add non-A/B image support
Update android bootmeth to support non-A/B image. Enable AB support only when ANDROID_AB is enabled. Signed-off-by: Guillaume La Roque <glaroque@...> --- boot/Kconfig |
By Guillaume La Roque · #2504 ·