[U-Boot] [PATCH v4 0/7] gpt: GUID Partition Table (GPT) restoration
Piotr Wilczek
p.wilczek at samsung.com
Fri Nov 9 10:22:11 CET 2012
This patch series provides a new command - "gpt" for eMMC partition table
(in the GPT format) restoration.
As a pre-work, some cleanup at the part_efi.c file was performed to
remove custom macros and make GPT related structures more readable.
Moreover the part_efi.h file has been moved to ./include directory to
be easily available from other subsystems.
The GPT detailed description has been written to README.gpt file.
Tested at:
- Exynos4210 rev.1 - TRATS Samsung development board
Chang Hyun Park (1):
gpt: The leXX_to_int() calls replaced with ones defined at
<compiler.h>
Lukasz Majewski (5):
vsprintf:fix: Change type returned by ustrtoul
part:efi: Move part_efi.h file to ./include
gpt:doc: GPT (GUID Partition Table) documentation
gpt: Support for GPT (GUID Partition Table) restoration
gpt: Enable support for GPT partition table restoration at Samsung's
Trats
Piotr Wilczek (1):
gpt: Support for new "gpt" command
common/Makefile | 1 +
common/cmd_gpt.c | 300 ++++++++++++++++++++++++++++
disk/part_efi.c | 455 +++++++++++++++++++++++++++++++++++-------
doc/README.gpt | 209 +++++++++++++++++++
include/configs/trats.h | 29 +++-
include/part.h | 8 +
{disk => include}/part_efi.h | 89 +++++----
lib/vsprintf.c | 2 +-
8 files changed, 977 insertions(+), 116 deletions(-)
create mode 100644 common/cmd_gpt.c
create mode 100644 doc/README.gpt
rename {disk => include}/part_efi.h (66%)
--
1.7.5.4
More information about the U-Boot
mailing list