summaryrefslogtreecommitdiff
path: root/lib/uuid.c
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-04-24uuid: Use const char * where possibleSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-07-29lib: uuid: alignment error in gen_rand_uuid()Heinrich Schuchardt
2019-06-07lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt
2019-05-02lib: uuid: Fix unseeded PRNG on RANDOM_UUID=yEugeniu Rosca
2019-01-15lib: uuid: Do not enable UUID command SPLMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename setenv() to env_set()Simon Glass
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay
2014-04-02cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak
2014-04-02new commands: uuid and guid - generate random unique identifierPrzemyslaw Marczak
2014-04-02lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2011-10-17lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs