summaryrefslogtreecommitdiffstats
path: root/lib/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* lib: uuid: use RNG device if presentMatthias Brugger2021-01-191-3/+18
* doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes2021-01-161-1/+2
* lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes2021-01-161-6/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* uuid: Use const char * where possibleSimon Glass2020-04-241-3/+5
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* lib: uuid: alignment error in gen_rand_uuid()Heinrich Schuchardt2019-07-291-7/+7
* lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt2019-06-071-6/+12
* lib: uuid: Fix unseeded PRNG on RANDOM_UUID=yEugeniu Rosca2019-05-021-0/+2
* lib: uuid: Do not enable UUID command SPLMarek Vasut2019-01-151-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* uuid: add selection by string for known partition type GUIDPatrick Delaunay2015-11-121-2/+62
* cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak2014-04-021-2/+2
* new commands: uuid and guid - generate random unique identifierPrzemyslaw Marczak2014-04-021-1/+43
* lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak2014-04-021-2/+64
* lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak2014-04-021-24/+59
* part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak2014-04-021-7/+54
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs2011-10-171-0/+85