summaryrefslogtreecommitdiff
path: root/cmd/gpt.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-01cmd/gpt: avoid NULL check before free()Heinrich Schuchardt
2020-04-30part: detect EFI system partitionHeinrich Schuchardt
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-30cmd/gpt: Address error cases during gpt rename more correctlyTom Rini
2019-08-11env: Move env_set() to env.hSimon Glass
2019-05-02cmd: gpt: fix and tidy up help messageEugeniu Rosca
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-23cmd: gpt: solve issue for swap and rename commandPatrick Delaunay
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini
2017-10-06GPT: fix memory leaks identified by CoverityAlison Chaiken
2017-09-26GPT: incomplete initialization in allocate_disk_partHeinrich Schuchardt
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-04gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken
2017-08-04GPT: provide commands to selectively rename partitionsAlison Chaiken
2017-08-04GPT: read partition table from device into a data structureAlison Chaiken
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken
2017-03-17gpt: Fix uuid string formatVincent Tinelli
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2016-08-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang
2016-06-12cmd: gpt: add - partition size parsingMichael Trimarchi
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-25Remove the cmd_ prefix from command filesSimon Glass