summaryrefslogtreecommitdiff
path: root/cmd/gpt.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-05-04cmd: gpt: Add option to write GPT partitions to environment variableFarhan Ali1-8/+38
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban1-0/+161
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-8/+9
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-05-01cmd/gpt: avoid NULL check before free()Heinrich Schuchardt1-4/+2
2020-04-30part: detect EFI system partitionHeinrich Schuchardt1-2/+2
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-30cmd/gpt: Address error cases during gpt rename more correctlyTom Rini1-35/+12
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-05-02cmd: gpt: fix and tidy up help messageEugeniu Rosca1-6/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-24cmd: gpt: solve issue for swap and rename commandPatrick Delaunay1-6/+6
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini1-1/+1
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