|
Nearly complete rewrite of cgpt tool.
This fixes a number of bugs, adds a bunch of commands, and essentially makes
cgpt ready to use as a replacement for gpt. Still to do is to add commands
and options that will let it generated intentionally bad partitions, for use
in testing.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2215 lines, -2057 lines) |
Patch |
 |
M |
Makefile
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A |
cgpt/Makefile
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cgpt.h
|
View
|
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cgpt.c
|
View
|
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cgpt_common.c
|
View
|
|
1 chunk |
+726 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cmd_add.c
|
View
|
|
1 chunk |
+276 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cmd_boot.c
|
View
|
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cmd_create.c
|
View
|
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cmd_repair.c
|
View
|
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/cmd_show.c
|
View
|
|
1 chunk |
+413 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cgpt/endian.h
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/Makefile
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/cgptlib_test.c
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tests/common.sh
|
View
|
|
1 chunk |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
A |
tests/run_cgpt_tests.sh
|
View
|
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utility/Makefile
|
View
|
|
3 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/Makefile
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt.h
|
View
|
|
1 chunk |
+0 lines, -158 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt.c
|
View
|
|
1 chunk |
+0 lines, -457 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_add_modify_delete.c
|
View
|
|
1 chunk |
+0 lines, -276 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_attribute.c
|
View
|
|
1 chunk |
+0 lines, -148 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_dev.c
|
View
|
|
1 chunk |
+0 lines, -126 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_options.c
|
View
|
|
1 chunk |
+0 lines, -134 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_repair.c
|
View
|
|
1 chunk |
+0 lines, -84 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_show.c
|
View
|
|
1 chunk |
+0 lines, -304 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_tofix.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
utility/cgpt/cgpt_tofix.c
|
View
|
|
1 chunk |
+0 lines, -269 lines |
0 comments
|
Download
|
 |
M |
vboot_firmware/lib/cgptlib/cgptlib_internal.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
vboot_firmware/lib/cgptlib/include/gpt.h
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|