summaryrefslogtreecommitdiff
path: root/cmd/gpt.c
AgeCommit message (Expand)Author
2025-07-23cmd: gpt: Fix off by 1 errorsAndrew Goodbody
2024-09-12include: export uuid.hCaleb Connolly
2024-07-10gpt: allow spaces in partition listMikhail Kshevetskiy
2024-06-26cmd: gpt: Fix freeing gpt_pte in gpt_verify()Sam Protsenko
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini
2024-05-03cmd: gpt: initialize partition tableKishan Dudhatra
2023-09-11cmd: gpt: fix gpt readHeinrich Schuchardt
2023-09-11cmd: gpt: fix calc_parts_list_len()Heinrich Schuchardt
2023-09-11cmd: gpt: use UUID accessor more consistentlyHeinrich Schuchardt
2023-09-11cmd: gpt: Add command to swap partition orderJoshua Watt
2023-09-11cmd: gpt: Preserve bootable flagJoshua Watt
2023-09-11cmd: gpt: Preserve type GUID if enabledJoshua Watt
2023-09-11cmd: gpt: Add command to set bootable flagsJoshua Watt
2023-09-11cmd: gpt: Add gpt_partition_bootable variableJoshua Watt
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-09-02cmd: gpt: Remove confusing help textJoshua Watt
2023-08-27cmd: let gpt_partition_entry be hexadecimalHeinrich Schuchardt
2023-08-27cmd: fix gpt enumerateHeinrich Schuchardt
2023-08-27cmd: fix gpt setenvHeinrich Schuchardt
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass
2022-05-06cmd: gpt: add subcommand repairPhilippe Reynes
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-05-04cmd: gpt: Add option to write GPT partitions to environment variableFarhan Ali
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban
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