commit | 1c8346ab38a981559a25492dcdfda211cb09aab4 | [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 | f07cd2c4c703cb07ca595fb0b7e3aa3c4ed8b540 [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>