aboutsummaryrefslogtreecommitdiff
path: root/cmd/rng.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-02cmd: rng: Use a statically allocated array for random bytesSughosh Ganu1-10/+7
2022-08-02cmd: rng: Add support for selecting RNG deviceSughosh Ganu1-8/+23
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-07cmd: add rng commandHeinrich Schuchardt1-0/+56