aboutsummaryrefslogtreecommitdiff
path: root/cmd/gpt.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-10gpt: allow spaces in partition listMikhail Kshevetskiy1-0/+2
2024-06-26cmd: gpt: Fix freeing gpt_pte in gpt_verify()Sam Protsenko1-1/+2
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-05-03cmd: gpt: initialize partition tableKishan Dudhatra1-0/+4
2023-09-11cmd: gpt: fix gpt readWIP/2023-09-11-gpt-improvementsHeinrich Schuchardt1-17/+15
2023-09-11cmd: gpt: fix calc_parts_list_len()Heinrich Schuchardt1-14/+20
2023-09-11cmd: gpt: use UUID accessor more consistentlyHeinrich Schuchardt1-10/+12
2023-09-11cmd: gpt: Add command to swap partition orderJoshua Watt1-3/+43
2023-09-11cmd: gpt: Preserve bootable flagJoshua Watt1-0/+3
2023-09-11cmd: gpt: Preserve type GUID if enabledJoshua Watt1-0/+16
2023-09-11cmd: gpt: Add command to set bootable flagsJoshua Watt1-0/+80
2023-09-11cmd: gpt: Add gpt_partition_bootable variableJoshua Watt1-2/+7
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-13/+11
2023-09-02cmd: gpt: Remove confusing help textJoshua Watt1-2/+0
2023-08-27cmd: let gpt_partition_entry be hexadecimalHeinrich Schuchardt1-1/+1
2023-08-27cmd: fix gpt enumerateHeinrich Schuchardt1-6/+8
2023-08-27cmd: fix gpt setenvHeinrich Schuchardt1-4/+2
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass1-6/+4
2022-05-06cmd: gpt: add subcommand repairPhilippe Reynes1-1/+15
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-5/+5
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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+2
2020-05-18part: 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-05dm: 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-23cmd: 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-04gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken1-27/+36
2017-08-04GPT: provide commands to selectively rename partitionsAlison Chaiken1-4/+233
2017-08-04GPT: 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-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang1-2/+2