commit | e9355ddc1aa8ce3ab7b2d0f2003fe00a00f824d5 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Oct 08 08:14:35 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 17 07:59:10 2012 -0700 |
tree | 55bde0dbe2de7c2d005110e73f20cb2fe9eee993 | |
parent | 8b855b5c8e985fecc215da5a0d2e2a9ad3c4efb9 [diff] |
disk: part_efi: add new partition attribute definitions Add no_block_io_protocol and legacy_bios_bootable attribute definitions. These are sourced from UEFI Spec 2.3, page 105, table 19. Credits to the libparted source for the specification pointer. Signed-off-by: Stephen Warren <swarren@nvidia.com>