[PATCH v2 5/8] cmd: gpt: Add command to set bootable flags
Simon Glass
sjg at chromium.org
Thu Aug 24 01:57:43 CEST 2023
On Wed, 23 Aug 2023 at 10:48, Joshua Watt <jpewhacker at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
> cmd/gpt.c | 79 +++++++++++++++++++++++++++++++++++++++
> doc/usage/cmd/gpt.rst | 9 +++++
> test/py/tests/test_gpt.py | 22 +++++++++++
> 3 files changed, 110 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list