summaryrefslogtreecommitdiff
path: root/cmd/part.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-23cmd: part: Correct error handlingAnders Dellien1-1/+1
2020-07-07cmd: part: Add subcommand to list supported partition tablesNiel Fourie1-2/+25
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-7/+8
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-3/+3
2019-10-04cmd: part: number: return hexadecimal valueRoman Stratiienko1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-24cmd: part: Add 'number' sub-commandRuslan Trofymenko1-1/+15
2018-09-11cmd: part: use MAX_SEARCH_PARTITIONS for part searchKever Yang1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-14cmd: part: Extract common code to separate functionSam Protsenko1-38/+23
2018-03-14cmd: part: Allow passing partition name to start and sizeSam Protsenko1-11/+25
2017-08-16env: Rename setenv() to env_set()Simon Glass1-4/+4
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-4/+0
2016-03-15dm: part: Rename some partition functionsSimon Glass1-4/+4
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-1/+1
2016-03-15dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-3/+3
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-4/+4
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+216