]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: gpt: Add command to set bootable flags
authorJoshua Watt <jpewhacker@gmail.com>
Thu, 31 Aug 2023 16:51:38 +0000 (10:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 11 Sep 2023 20:24:46 +0000 (16:24 -0400)
commita1e793add5dd21c2a1b08bc57ac99e43183913b6
tree7d90e30cff6e713daa3d8e40dbfb2c6f4c7b5017
parentb1433affd9a9de10150c31929564f68ca338911a
cmd: gpt: Add command to set bootable flags

Adds a command that can be used to modify the GPT partition table to
indicate which partitions should have the bootable flag set

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