summaryrefslogtreecommitdiff
path: root/cmd/gpt.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06GPT: fix memory leaks identified by CoverityAlison Chaiken1-18/+69
2017-09-26GPT: incomplete initialization in allocate_disk_partHeinrich Schuchardt1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-08-05gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken1-27/+36
2017-08-05GPT: provide commands to selectively rename partitionsAlison Chaiken1-4/+233
2017-08-05GPT: read partition table from device into a data structureAlison Chaiken1-0/+125
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken1-0/+26
2017-03-17gpt: Fix uuid string formatVincent Tinelli1-1/+1
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-4/+0
2016-08-06cmd: gpt: fix the wrong size parse for the last partitionKever Yang1-2/+2
2016-06-12cmd: gpt: add - partition size parsingMichael Trimarchi1-2/+11
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-4/+4
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+456