]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
authorrichardretanubun <richardretanubun@ruggedcom.com>
Fri, 26 Sep 2008 15:13:22 +0000 (11:13 -0400)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:01 +0000 (21:54 +0200)
commit07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
treecb0ae1f7368cf8de7146f3161315018ea7cac367
parentfbc87dc0546dff709b38f358e2c5d5e39c4ca374
Add support for CONFIG_EFI_PARTITION (GUID Partition Table)

The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table

Based on linux/fs/partitions/efi.[ch]

Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
README
disk/Makefile
disk/part.c
disk/part_efi.c [new file with mode: 0644]
disk/part_efi.h [new file with mode: 0644]
include/part.h