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

2023-10-24 Thread Tom Rini
On Mon, Oct 09, 2023 at 01:24:36AM +, 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

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

2023-10-16 Thread Simon Glass
Hi, On Mon, 16 Oct 2023 at 10:14, Tom Rini wrote: > > On Mon, Oct 09, 2023 at 01:24:36AM +, 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

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

2023-10-16 Thread Tom Rini
On Mon, Oct 09, 2023 at 01:24:36AM +, 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 v2] cmd: mbr: Allow 4 MBR partitions without need for extended

2023-10-08 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 run the test manually,