Re: [PATCH v3 8/8] cmd: gpt: Add command to swap partition order

2023-08-25 Thread Heinrich Schuchardt
On 8/25/23 21:38, Joshua Watt wrote: Adds a command called "gpt swap-postition" which will swap the order two partitions are listed in the GPT partition table (but leaves them pointing to the same locations on disk). Why is this functionality needed in a boot firmware? Signed-off-by: Joshua

Re: [PATCH v3 8/8] cmd: gpt: Add command to swap partition order

2023-08-25 Thread Simon Glass
On Fri, 25 Aug 2023 at 13:39, Joshua Watt wrote: > > Adds a command called "gpt swap-postition" which will swap the order two > partitions are listed in the GPT partition table (but leaves them > pointing to the same locations on disk). > > Signed-off-by: Joshua Watt > --- > cmd/gpt.c

[PATCH v3 8/8] cmd: gpt: Add command to swap partition order

2023-08-25 Thread Joshua Watt
Adds a command called "gpt swap-postition" which will swap the order two partitions are listed in the GPT partition table (but leaves them pointing to the same locations on disk). Signed-off-by: Joshua Watt --- cmd/gpt.c | 52 --- doc/usage/cmd