[PATCH 1/2] configs: khadas-vim3{l}: Increase boot/recovery partition size

Guillaume LA ROQUE glaroque at baylibre.com
Sat Oct 12 13:05:09 CEST 2024


Hi,

Le 11/10/2024 à 17:51, Mattijs Korpershoek a écrit :
> The Android Common Kernel is over 34MiB now [1]. This does not
> include any kernel modules nor the Android ramdisk.
>
> To make sure we are future proof, increase both recovery
> and boot partitions to 64 MiB.
>
> [1] https://source.android.com/docs/core/architecture/kernel/gki-android15-6_6-release-builds
> Signed-off-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
> ---
>   include/configs/khadas-vim3_android.h  | 8 ++++----
>   include/configs/khadas-vim3l_android.h | 8 ++++----
>   2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/include/configs/khadas-vim3_android.h b/include/configs/khadas-vim3_android.h
> index da6adf6c413a..b76e049f09cc 100644
> --- a/include/configs/khadas-vim3_android.h
> +++ b/include/configs/khadas-vim3_android.h
> @@ -21,8 +21,8 @@
>   	"name=dtbo_b,size=8M,uuid=${uuid_gpt_dtbo_b};" \
>   	"name=vbmeta_a,size=512K,uuid=${uuid_gpt_vbmeta_a};" \
>   	"name=vbmeta_b,size=512K,uuid=${uuid_gpt_vbmeta_b};" \
> -	"name=boot_a,size=32M,bootable,uuid=${uuid_gpt_boot_a};" \
> -	"name=boot_b,size=32M,bootable,uuid=${uuid_gpt_boot_b};" \
> +	"name=boot_a,size=64M,bootable,uuid=${uuid_gpt_boot_a};" \
> +	"name=boot_b,size=64M,bootable,uuid=${uuid_gpt_boot_b};" \
>   	"name=super,size=3072M,uuid=${uuid_gpt_super};" \
>   	"name=userdata,size=11282M,uuid=${uuid_gpt_userdata};" \
>   	"name=rootfs,size=-,uuid=" ROOT_UUID
> @@ -33,8 +33,8 @@
>   	"name=misc,size=512K,uuid=${uuid_gpt_misc};" \
>   	"name=dtbo,size=8M,uuid=${uuid_gpt_dtbo};" \
>   	"name=vbmeta,size=512K,uuid=${uuid_gpt_vbmeta};" \
> -	"name=boot,size=32M,bootable,uuid=${uuid_gpt_boot};" \
> -	"name=recovery,size=32M,uuid=${uuid_gpt_recovery};" \
> +	"name=boot,size=64M,bootable,uuid=${uuid_gpt_boot};" \
> +	"name=recovery,size=64M,uuid=${uuid_gpt_recovery};" \
>   	"name=cache,size=256M,uuid=${uuid_gpt_cache};" \
>   	"name=super,size=1792M,uuid=${uuid_gpt_super};" \
>   	"name=userdata,size=12786M,uuid=${uuid_gpt_userdata};" \
> diff --git a/include/configs/khadas-vim3l_android.h b/include/configs/khadas-vim3l_android.h
> index b1768e2d8211..0ab8ffd372a4 100644
> --- a/include/configs/khadas-vim3l_android.h
> +++ b/include/configs/khadas-vim3l_android.h
> @@ -21,8 +21,8 @@
>   	"name=dtbo_b,size=8M,uuid=${uuid_gpt_dtbo_b};" \
>   	"name=vbmeta_a,size=512K,uuid=${uuid_gpt_vbmeta_a};" \
>   	"name=vbmeta_b,size=512K,uuid=${uuid_gpt_vbmeta_b};" \
> -	"name=boot_a,size=32M,bootable,uuid=${uuid_gpt_boot_a};" \
> -	"name=boot_b,size=32M,bootable,uuid=${uuid_gpt_boot_b};" \
> +	"name=boot_a,size=64M,bootable,uuid=${uuid_gpt_boot_a};" \
> +	"name=boot_b,size=64M,bootable,uuid=${uuid_gpt_boot_b};" \
>   	"name=super,size=3072M,uuid=${uuid_gpt_super};" \
>   	"name=userdata,size=11282M,uuid=${uuid_gpt_userdata};" \
>   	"name=rootfs,size=-,uuid=" ROOT_UUID
> @@ -33,8 +33,8 @@
>   	"name=misc,size=512K,uuid=${uuid_gpt_misc};" \
>   	"name=dtbo,size=8M,uuid=${uuid_gpt_dtbo};" \
>   	"name=vbmeta,size=512K,uuid=${uuid_gpt_vbmeta};" \
> -	"name=boot,size=32M,bootable,uuid=${uuid_gpt_boot};" \
> -	"name=recovery,size=32M,uuid=${uuid_gpt_recovery};" \
> +	"name=boot,size=64M,bootable,uuid=${uuid_gpt_boot};" \
> +	"name=recovery,size=64M,uuid=${uuid_gpt_recovery};" \
>   	"name=cache,size=256M,uuid=${uuid_gpt_cache};" \
>   	"name=super,size=1792M,uuid=${uuid_gpt_super};" \
>   	"name=userdata,size=12786M,uuid=${uuid_gpt_userdata};" \
>
Reviewed-by: Guillaume La Roque <glaroque at baylibre.com>



More information about the U-Boot mailing list