index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
uuid.c
Age
Commit message (
Expand
)
Author
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-18
common: Drop uuid.h from common header
Simon Glass
2020-04-24
uuid: Use const char * where possible
Simon Glass
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-07-29
lib: uuid: alignment error in gen_rand_uuid()
Heinrich Schuchardt
2019-06-07
lib/vsprintf: allow printing upper case GUIDs
Heinrich Schuchardt
2019-05-02
lib: uuid: Fix unseeded PRNG on RANDOM_UUID=y
Eugeniu Rosca
2019-01-15
lib: uuid: Do not enable UUID command SPL
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2015-11-12
uuid: add selection by string for known partition type GUID
Patrick Delaunay
2014-04-02
cmd:gpt: randomly generate each partition uuid if undefined
Przemyslaw Marczak
2014-04-02
new commands: uuid and guid - generate random unique identifier
Przemyslaw Marczak
2014-04-02
lib: uuid: add functions to generate UUID version 4
Przemyslaw Marczak
2014-04-02
lib: uuid: code refactor for proper maintain between uuid bin and string
Przemyslaw Marczak
2014-04-02
part_efi: move uuid<->string conversion functions into lib/uuid.c
Przemyslaw Marczak
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2011-10-17
lib: add uuid_str_to_bin for use with bootp and PXE uuid
Jason Hobbs