| Commit message (Expand) | Author | Age | Files | Lines |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -1/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | lib/crypto, efi_loader: move some headers to include/crypto | AKASHI Takahiro | 2020-05-04 | 1 | -2/+2 |
* | test: add rsa_verify() unit test | AKASHI Takahiro | 2020-03-12 | 2 | -0/+207 |
* | test: aes: fix memleak | Philippe Reynes | 2020-02-13 | 1 | -6/+7 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | aes: add test unit for aes196 and aes256 | Philippe Reynes | 2020-01-17 | 1 | -0/+4 |
* | aes: add test unit for aes128 | Philippe Reynes | 2020-01-17 | 2 | -0/+163 |
* | cmd_ut: add a parameter prefix to the function cmd_ut_category | Philippe Reynes | 2020-01-07 | 1 | -1/+1 |
* | test: add asn1 unit test | AKASHI Takahiro | 2019-12-06 | 2 | -0/+393 |
* | test: provide test for errno_str() | Heinrich Schuchardt | 2019-10-31 | 2 | -0/+47 |
* | test: call hexdump tests via `ut lib` | Heinrich Schuchardt | 2019-04-22 | 1 | -4/+5 |
* | test: provide unit test for memory functions | Heinrich Schuchardt | 2019-02-09 | 3 | -0/+216 |
* | test: lib: lmb: add lmb test for multiple RAM banks | Simon Goldschmidt | 2019-02-02 | 1 | -19/+75 |
* | lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size | Simon Goldschmidt | 2019-01-26 | 1 | -11/+11 |
* | lib: lmb: extend lmb for checks at load time | Simon Goldschmidt | 2019-01-16 | 1 | -0/+202 |
* | lib: lmb: reserving overlapping regions should fail | Simon Goldschmidt | 2019-01-16 | 1 | -8/+87 |
* | lmb: fix allocation at end of address range | Simon Goldschmidt | 2019-01-16 | 1 | -3/+26 |
* | test: add test for lib/lmb.c | Simon Goldschmidt | 2019-01-16 | 2 | -0/+298 |
* | test: hexdump: fix misplaced return | Simon Goldschmidt | 2018-12-12 | 1 | -2/+2 |
* | test: list: Add tests for hexdump.c | Mario Six | 2018-09-28 | 2 | -0/+100 |