From: Tom Rini Date: Tue, 12 Sep 2023 15:13:17 +0000 (-0400) Subject: Merge branch '2023-09-12-gpt-improvements' into next X-Git-Tag: v2025.01-rc5-pxa1908~847^2~12 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=ce67ba1e30da583d03bf3cdd5b6ee75174c75f0a;p=u-boot.git Merge branch '2023-09-12-gpt-improvements' into next Bring in two series to improve GPT support. For the first series from Joshua: Adds several improvements and additions to the gpt command processing, specifically (although not exclusively) for the purpose of supporting "ping-pong" booting when doing A/B boot partitions with u-boot itself. In this mechanism, u-boot must boot up, and then check if the correct boot partition is active, and if not switch the GPT partition table to the other boot partition and reboot to activate the other u-boot. In order to facilitate this, the gpt command needs to be better at preserving entry attributes when manipulating the partition table. It also learns two new commands, one which can swap the order of partitions in the table, and another that lets it change which partitions have the bootable flag. For the second series from Heinrich: To partition a block device the partition type GUIDs are needed but 'gpt read' does not provide these. Add the missing parts. There is some overlap in these two series but I believe I have merged things correctly. --- ce67ba1e30da583d03bf3cdd5b6ee75174c75f0a