summaryrefslogtreecommitdiff
path: root/lib/uuid.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-01-19lib: uuid: use RNG device if presentMatthias Brugger1-3/+18
2021-01-16doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes1-1/+2
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes1-6/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-04-24uuid: Use const char * where possibleSimon Glass1-3/+5
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-29lib: uuid: alignment error in gen_rand_uuid()Heinrich Schuchardt1-7/+7
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-03cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak1-2/+2
2014-04-03new commands: uuid and guid - generate random unique identifierPrzemyslaw Marczak1-1/+43
2014-04-03lib: 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-18lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs1-0/+85