partition: check GPT partition table
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Thu, 28 Jul 2016 06:19:36 +0000 (14:19 +0800)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Tue, 20 Sep 2016 05:19:32 +0000 (13:19 +0800)
commit201b66b7e7a49d7d44f2c31639b87c84e37df0eb
tree32bfd59a65b30104541e920dea5df964a2a034be
parent079e522d39715c39a9d5f23832d09ccdda5dfcd5
partition: check GPT partition table

Now only support GPT partition table. MBR partition table isn't
supported yet.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
drivers/partition/gpt.c [new file with mode: 0644]
drivers/partition/partition.c [new file with mode: 0644]
include/drivers/partition/gpt.h [new file with mode: 0644]
include/drivers/partition/mbr.h [new file with mode: 0644]
include/drivers/partition/partition.h [new file with mode: 0644]