deviceinfo_schema.toml: Document vendor_boot-related variables

Found in
8e3229c9a8

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8387>
This commit is contained in:
Stefan Hansson 2026-04-17 17:16:23 +02:00 committed by The Friendly Meow (merge) Bot
parent a325d6d06d
commit fd95c55abf
No known key found for this signature in database

View file

@ -328,6 +328,10 @@ description = "For AVB devices: set vbmeta partition to be flashed with a custom
[variable.flash.flash_fastboot_partition_dtbo]
description = "For devices that require dtbo populated: set dtbo partition to be flashed with a custom dtbo.img that's generated by the linux package"
[variable.flash.flash_fastboot_partition_vendor_boot]
description = "For fastboot devices with bootimg header versions 3 or newer, set the vendor_boot partition name."
default_value = "vendor_boot"
[variable.flash.flash_fastboot_max_size]
description = "Set this if the fastboot required by your device has an upper limit to the size of system images it will flash."
datatype = "integer"
@ -351,12 +355,18 @@ default_value = "SYSTEM"
[variable.flash.flash_heimdall_partition_vbmeta]
description = "For AVB devices: set vbmeta partition to be flashed with a custom vbmeta.img which has verity flag disabled"
[variable.flash.flash_heimdall_partition_vendor_boot]
description = "For Heimdall devices with bootimg header versions 3 or newer, set the vendor_boot partition name."
[variable.flash.flash_rk_partition_kernel]
description = "Only relevant for rk flash method, the partition where the kernel will be stored."
[variable.flash.flash_rk_partition_rootfs]
description = "Only relevant for rk flash method, the partition where the rootfs image will be stored"
[variable.flash.flash_rk_partition_vendor_boot]
description = "For rkdeveloptool devices with bootimg header versions 3 or newer, set the vendor_boot partition name."
[variable.flash.flash_mtkclient_partition_kernel]
description = "Only relevant for MTKClient flash methods, the partition where the kernel or boot.img will be stored."
default_value = "boot"
@ -371,6 +381,10 @@ description = "For AVB devices: set vbmeta partition to be flashed with a custom
[variable.flash.flash_mtkclient_partition_dtbo]
description = "For devices that require dtbo populated: set dtbo partition to be flashed with a custom dtbo.img that's generated by the linux package."
[variable.flash.flash_mtkclient_partition_vendor_boot]
description = "For mtkclient devices with bootimg header versions 3 or newer, set the vendor_boot partition name."
default_value = "vendor_boot"
[variable.flash.boot_filesystem]
description = "Sets the filesystem used for the /boot partition containing initramfs-extra"
allow_device_variant_suffix = true