~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/cmd/gpt.c
Commit message (Expand)AuthorAge
* cmd: let gpt_partition_entry be hexadecimalHeinrich Schuchardt2023-08-27
* cmd: fix gpt enumerateHeinrich Schuchardt2023-08-27
* cmd: fix gpt setenvHeinrich Schuchardt2023-08-27
* cmd: gpt: add subcommand repairPhilippe Reynes2022-05-06
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-02
* cmd: gpt: Add option to write GPT partitions to environment variableFarhan Ali2021-05-04
* cmd: gpt: add eMMC and GPT supportCorneliu Doban2021-01-16
* common: Drop log.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop part.h from common headerSimon Glass2020-05-18
* part: Drop disk_partition_t typedefSimon Glass2020-05-18
* common: Drop uuid.h from common headerSimon Glass2020-05-18
* cmd/gpt: avoid NULL check before free()Heinrich Schuchardt2020-05-01
* part: detect EFI system partitionHeinrich Schuchardt2020-04-30
* dm: core: Require users of devres to include the headerSimon Glass2020-02-05
* cmd/gpt: Address error cases during gpt rename more correctlyTom Rini2020-01-30
* env: Move env_set() to env.hSimon Glass2019-08-11
* cmd: gpt: fix and tidy up help messageEugeniu Rosca2019-05-02
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* cmd: gpt: solve issue for swap and rename commandPatrick Delaunay2017-10-23
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-07
* GPT: fix memory leaks identified by CoverityAlison Chaiken2017-10-06
* GPT: incomplete initialization in allocate_disk_partHeinrich Schuchardt2017-09-26
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-16
* env: Rename setenv() to env_set()Simon Glass2017-08-16
* gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken2017-08-04
* GPT: provide commands to selectively rename partitionsAlison Chaiken2017-08-04
* GPT: read partition table from device into a data structureAlison Chaiken2017-08-04
* GPT: add accessor function for disk GUIDAlison Chaiken2017-08-04
* gpt: Fix uuid string formatVincent Tinelli2017-03-17
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-28
* cmd: gpt: fix the wrong size parse for the last partitionKever Yang2016-08-05
* cmd: gpt: add - partition size parsingMichael Trimarchi2016-06-12
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-14
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14
* Remove the cmd_ prefix from command filesSimon Glass2016-01-25