Re: [PATCH v3] disk: dos: Add all options for EFI System Partitions

2024-03-02 Thread Mark Kettenis
> From: Peter Robinson > Date: Sat, 2 Mar 2024 10:54:36 + Hi Peter, > The EFI spec states that the ESP can be any of FAT12/16/32 but for > compatibility doesn't necssarily require the partition to be the > EFI partition table ID of 0xef. A number of arm devices will not > find their firmwar

[PATCH v3] disk: dos: Add all options for EFI System Partitions

2024-03-02 Thread Peter Robinson
The EFI spec states that the ESP can be any of FAT12/16/32 but for compatibility doesn't necssarily require the partition to be the EFI partition table ID of 0xef. A number of arm devices will not find their firmware on a FAT partition with an ID of 0xef so also allow the original FAT12/16/32 parti