summaryrefslogtreecommitdiff
path: root/cmd/gpt.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* cmd: gpt: solve issue for swap and rename commandPatrick Delaunay2017-10-231-6/+6
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-071-1/+1
* GPT: fix memory leaks identified by CoverityAlison Chaiken2017-10-061-18/+69
* GPT: incomplete initialization in allocate_disk_partHeinrich Schuchardt2017-09-261-2/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-2/+2
* gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken2017-08-041-27/+36
* GPT: provide commands to selectively rename partitionsAlison Chaiken2017-08-041-4/+233
* GPT: read partition table from device into a data structureAlison Chaiken2017-08-041-0/+125
* GPT: add accessor function for disk GUIDAlison Chaiken2017-08-041-0/+26
* gpt: Fix uuid string formatVincent Tinelli2017-03-171-1/+1
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-4/+0
* cmd: gpt: fix the wrong size parse for the last partitionKever Yang2016-08-051-2/+2
* cmd: gpt: add - partition size parsingMichael Trimarchi2016-06-121-2/+11
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-4/+4
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+456