aboutsummaryrefslogtreecommitdiff
path: root/lib/uuid.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-07lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt1-6/+12
2019-05-02lib: uuid: Fix unseeded PRNG on RANDOM_UUID=yEugeniu Rosca1-0/+2
2019-01-15lib: uuid: Do not enable UUID command SPLMarek Vasut1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay1-2/+62
2014-04-02cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak1-2/+2
2014-04-02new commands: uuid and guid - generate random unique identifierPrzemyslaw Marczak1-1/+43
2014-04-02lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak1-2/+64
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-24/+59
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak1-7/+54
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-10-17lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs1-0/+85