~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
gpt.c
Commit message (
Expand
)
Author
Age
*
cmd: let gpt_partition_entry be hexadecimal
Heinrich Schuchardt
2023-08-27
*
cmd: fix gpt enumerate
Heinrich Schuchardt
2023-08-27
*
cmd: fix gpt setenv
Heinrich Schuchardt
2023-08-27
*
cmd: gpt: add subcommand repair
Philippe Reynes
2022-05-06
*
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
*
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
*
cmd: gpt: Add option to write GPT partitions to environment variable
Farhan Ali
2021-05-04
*
cmd: gpt: add eMMC and GPT support
Corneliu Doban
2021-01-16
*
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-18
*
cmd/gpt: avoid NULL check before free()
Heinrich Schuchardt
2020-05-01
*
part: detect EFI system partition
Heinrich Schuchardt
2020-04-30
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
*
cmd/gpt: Address error cases during gpt rename more correctly
Tom Rini
2020-01-30
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
*
cmd: gpt: fix and tidy up help message
Eugeniu Rosca
2019-05-02
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
cmd: gpt: solve issue for swap and rename command
Patrick Delaunay
2017-10-23
*
cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity
Tom Rini
2017-10-07
*
GPT: fix memory leaks identified by Coverity
Alison Chaiken
2017-10-06
*
GPT: incomplete initialization in allocate_disk_part
Heinrich Schuchardt
2017-09-26
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
*
env: Rename setenv() to env_set()
Simon Glass
2017-08-16
*
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-08-04
*
gpt: Fix uuid string format
Vincent Tinelli
2017-03-17
*
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2017-01-28
*
cmd: gpt: fix the wrong size parse for the last partition
Kever Yang
2016-08-05
*
cmd: gpt: add - partition size parsing
Michael Trimarchi
2016-06-12
*
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-03-14
*
Remove the cmd_ prefix from command files
Simon Glass
2016-01-25