build: use 128MiB as the boot/kernel partition size on armvirt target
authorMathew McBride <matt@traverse.com.au>
Tue, 1 Jun 2021 01:48:25 +0000 (01:48 +0000)
committerPetr Štetiar <ynezz@true.cz>
Fri, 2 Jun 2023 09:36:18 +0000 (11:36 +0200)
commit71e56b2ff1e8aeb3205784c0b5f8ca6ba0fbbf63
treea149c5ed57576d244aba55f9b091f229c2b9dc97
parent3d99314569a059a1d5e015086e534b3e04ff2097
build: use 128MiB as the boot/kernel partition size on armvirt target

The nominal partition type for EFI boot partitions is FAT32,
which has a minimum size of 32MiB on a 512-byte-sector block device.

To ensure that the boot partition is created as FAT32 set a size
well above this minimum.

A useful discussion about EFI partition sizes can be found here:
https://superuser.com/questions/1310927/what-is-the-absolute-minimum-size-a-uefi-system-partition-can-be

I have found 128MiB works pretty consistently across both
tools (mkfs.fat) and firmwares (EDKII)

Signed-off-by: Mathew McBride <matt@traverse.com.au>
config/Config-images.in