gpt_parser: implement partition table CRC checking
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 11 Apr 2013 09:33:09 +0000 (12:33 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 19 Apr 2013 13:27:40 +0000 (16:27 +0300)
commita485287e08f25e231d29e889297280beac239363
tree34a843d9444193c220fa34fb145b4cfe4e775087
parent724a1aa53546d55df97a9d08740287b4335eeaad
gpt_parser: implement partition table CRC checking

Introduce a new helper function for checking partition table CRC32 checksum and
use it in 'get_partitions()' to validate the table.

Change-Id: I1bba90d174a5e146403c1eeff6188426ab7066a2
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/utils/gpt_parser.py