]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: gpt: Add command to swap partition order
authorJoshua Watt <jpewhacker@gmail.com>
Thu, 31 Aug 2023 16:51:41 +0000 (10:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 11 Sep 2023 20:27:49 +0000 (16:27 -0400)
commit7cc1d87d7e1e64d7bb280ead94c55a51c4f3ee63
treeb25b1f678e1a30d0ac3f8b02a8fb4c3791ba39d2
parent648140f77aff55d3bab072166a88ef179c474524
cmd: gpt: Add command to swap partition order

Adds a command called "gpt transpose" which will swap the order two
partition table entries in the GPT partition table (but leaves them
pointing to the same locations on disk).

This can be useful for swapping bootloaders in systems that use an A/B
partitioning scheme where the bootrom is hard coded to look for the
bootloader in a specific index in the GPT partition table.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
cmd/gpt.c
doc/usage/cmd/gpt.rst
test/py/tests/test_gpt.py