]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: gpt: Add gpt_partition_bootable variable
authorJoshua Watt <jpewhacker@gmail.com>
Thu, 31 Aug 2023 16:51:37 +0000 (10:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 11 Sep 2023 20:24:46 +0000 (16:24 -0400)
commitb1433affd9a9de10150c31929564f68ca338911a
treeb4248a39d38a0dfc0182071138fcc038a224681b
parenta3eb350649757efc5eac3bfe41d1fbf0e51b0690
cmd: gpt: Add gpt_partition_bootable variable

Adds an additional variable called gpt_partition_bootable that indicates
if the given partition is bootable or not.

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