| Index: src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/cgptlib_internal.h
|
| diff --git a/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/cgptlib_internal.h b/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/cgptlib_internal.h
|
| index 195f4d6c33891a6b31541996687d0c11159c593a..0b993c3665d5859f3358cdc830ff3766893fa15e 100644
|
| --- a/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/cgptlib_internal.h
|
| +++ b/src/platform/vboot_reference/vboot_firmware/lib/cgptlib/include/cgptlib_internal.h
|
| @@ -18,14 +18,15 @@
|
|
|
| /* Bit definitions and masks for GPT attributes.
|
| *
|
| - * 63 -- do not automounting
|
| - * 62 -- hidden
|
| + * 63-61 -- (reserved)
|
| * 60 -- read-only
|
| - * :
|
| + * 59-57 -- (reserved)
|
| * 56 -- success
|
| - * 55,52 -- tries
|
| - * 51,48 -- priority
|
| - * 0 -- system partition
|
| + * 55-52 -- tries
|
| + * 51-48 -- priority
|
| + * 47-2 -- UEFI: reserved for future use
|
| + * 1 -- UEFI: partition is not mapped
|
| + * 0 -- UEFI: partition is required
|
| */
|
| #define CGPT_ATTRIBUTE_SUCCESSFUL_OFFSET 56
|
| #define CGPT_ATTRIBUTE_MAX_SUCCESSFUL (1ULL)
|
|
|