summaryrefslogtreecommitdiff
path: root/common/cmd_gpt.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-456/+0
2015-11-23part:efi: add bootable parameter in gpt commandPatrick Delaunay1-0/+38
2015-11-23gpt: command: Extend gpt command to support GPT table verificationLukasz Majewski1-25/+67
2015-11-23gpt: doc: Update gpt command's help descriptionLukasz Majewski1-2/+5
2015-11-23gpt: command: Remove duplicated check for empty partition descriptionLukasz Majewski1-3/+0
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay1-0/+17
2015-03-05gpt: support random UUIDs without setting environment variablesRob Herring1-18/+30
2015-03-05gpt: fix error reporting on partition table write failuresRob Herring1-2/+2
2014-04-03cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak1-15/+46
2013-11-09cmd/gpt: Support gpt command for all devicesEgbert Eich1-26/+19
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-02-20gpt: fix partion size limitPiotr Wilczek1-4/+6
2012-12-13gpt: Support for new "gpt" commandPiotr Wilczek1-0/+333