summaryrefslogtreecommitdiffstats
path: root/cmd/gpt.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: gpt: add eMMC and GPT supportCorneliu Doban2021-01-161-0/+161
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-8/+9
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* cmd/gpt: avoid NULL check before free()Heinrich Schuchardt2020-05-011-4/+2
* part: detect EFI system partitionHeinrich Schuchardt2020-04-301-2/+2
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* cmd/gpt: Address error cases during gpt rename more correctlyTom Rini2020-01-301-35/+12
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* cmd: gpt: fix and tidy up help messageEugeniu Rosca2019-05-021-6/+6
* 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