Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | command: Remove the cmd_tbl_t typedef | Simon Glass |
2020-05-18 | common: Drop part.h from common header | Simon Glass |
2020-05-18 | part: Drop disk_partition_t typedef | Simon Glass |
2020-05-18 | common: Drop uuid.h from common header | Simon Glass |
2020-05-01 | cmd/gpt: avoid NULL check before free() | Heinrich Schuchardt |
2020-04-30 | part: detect EFI system partition | Heinrich Schuchardt |
2020-02-05 | dm: core: Require users of devres to include the header | Simon Glass |
2020-01-30 | cmd/gpt: Address error cases during gpt rename more correctly | Tom Rini |
2019-08-11 | env: Move env_set() to env.h | Simon Glass |
2019-05-02 | cmd: gpt: fix and tidy up help message | Eugeniu Rosca |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2017-10-23 | cmd: gpt: solve issue for swap and rename command | Patrick Delaunay |
2017-10-07 | cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity | Tom Rini |
2017-10-06 | GPT: fix memory leaks identified by Coverity | Alison Chaiken |
2017-09-26 | GPT: incomplete initialization in allocate_disk_part | Heinrich Schuchardt |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-16 | env: Rename setenv() to env_set() | Simon Glass |
2017-08-04 | gpt: harden set_gpt_info() against non NULL-terminated strings | Alison Chaiken |
2017-08-04 | GPT: provide commands to selectively rename partitions | Alison Chaiken |
2017-08-04 | GPT: read partition table from device into a data structure | Alison Chaiken |
2017-08-04 | GPT: add accessor function for disk GUID | Alison Chaiken |
2017-03-17 | gpt: Fix uuid string format | Vincent Tinelli |
2017-01-28 | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay |
2016-08-05 | cmd: gpt: fix the wrong size parse for the last partition | Kever Yang |
2016-06-12 | cmd: gpt: add - partition size parsing | Michael Trimarchi |
2016-03-14 | dm: blk: Rename get_dev() to blk_get_dev() | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-01-25 | Remove the cmd_ prefix from command files | Simon Glass |