Re: [PATCH] cmd: mbr: Allow 4 MBR partitions without need for extended

2023-10-07 Thread Simon Glass
Hi Alexander, On Fri, 6 Oct 2023 at 21:58, Alexander Gendin wrote: > > Current code allows up to 3 MBR partitions without extended one. > If more than 3 partitions are required, then extended partition(s) > must be used. > This commit allows up to 4 primary MBR partitions without the > need for

[PATCH] cmd: mbr: Allow 4 MBR partitions without need for extended

2023-10-06 Thread Alexander Gendin
Current code allows up to 3 MBR partitions without extended one. If more than 3 partitions are required, then extended partition(s) must be used. This commit allows up to 4 primary MBR partitions without the need for extended partition. Add mbr test unit. In order to use the test, mmc1.img file