| Commit message (Expand) | Author | Age | Files | Lines |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | cmd: gpt: fix and tidy up help message | Eugeniu Rosca | 2019-05-02 | 1 | -6/+6 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | cmd: gpt: solve issue for swap and rename command | Patrick Delaunay | 2017-10-23 | 1 | -6/+6 |
* | cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity | Tom Rini | 2017-10-07 | 1 | -1/+1 |
* | GPT: fix memory leaks identified by Coverity | Alison Chaiken | 2017-10-06 | 1 | -18/+69 |
* | GPT: incomplete initialization in allocate_disk_part | Heinrich Schuchardt | 2017-09-26 | 1 | -2/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -2/+2 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -2/+2 |
* | gpt: harden set_gpt_info() against non NULL-terminated strings | Alison Chaiken | 2017-08-04 | 1 | -27/+36 |
* | GPT: provide commands to selectively rename partitions | Alison Chaiken | 2017-08-04 | 1 | -4/+233 |
* | GPT: read partition table from device into a data structure | Alison Chaiken | 2017-08-04 | 1 | -0/+125 |
* | GPT: add accessor function for disk GUID | Alison Chaiken | 2017-08-04 | 1 | -0/+26 |
* | gpt: Fix uuid string format | Vincent Tinelli | 2017-03-17 | 1 | -1/+1 |
* | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay | 2017-01-28 | 1 | -4/+0 |
* | cmd: gpt: fix the wrong size parse for the last partition | Kever Yang | 2016-08-05 | 1 | -2/+2 |
* | cmd: gpt: add - partition size parsing | Michael Trimarchi | 2016-06-12 | 1 | -2/+11 |
* | dm: blk: Rename get_dev() to blk_get_dev() | Simon Glass | 2016-03-14 | 1 | -1/+1 |
* | dm: Drop the block_dev_desc_t typedef | Simon Glass | 2016-03-14 | 1 | -4/+4 |
* | Remove the cmd_ prefix from command files | Simon Glass | 2016-01-25 | 1 | -0/+456 |