1. 631d8a3 test: lmb: Move tests into the lib suite by Simon Glass · 1 year, 1 month ago
  2. 4a6105e test: lmb: Add test for coalescing and overlap range by Udit Kumar · 1 year, 1 month ago
  3. ff6c708 sandbox: Move the bloblist down a little in memory by Simon Glass · 1 year, 1 month ago
  4. 34ecba1 abuf: Allow incrementing the size by Simon Glass · 1 year, 2 months ago
  5. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  6. 939390b test: fix a couple NULL vs IS_ERR() checks by Dan Carpenter · 1 year, 3 months ago
  7. 6158287 Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · 1 year, 3 months ago
  8. b83dc8d lib: uuid: introduce testcase for uuid_str_to_le_bin by Abdellatif El Khlifi · 1 year, 3 months ago
  9. 94e7cb1 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 3 months ago
  10. 9052d17 lib: uuid: introduce testcase for uuid_str_to_le_bin by Abdellatif El Khlifi · 1 year, 3 months ago
  11. 0b8b7d4 test: improve configuration for Kconfig test options by Heinrich Schuchardt · 1 year, 7 months ago
  12. cb90ddb Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into next by Tom Rini · 1 year, 7 months ago
  13. fa847bb test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · 1 year, 7 months ago
  14. 3080ddf test: unit test for crc8 by Heinrich Schuchardt · 1 year, 8 months ago
  15. 1975a3b test: lmb: Rework lib_test_lmb_max_regions test to scale by Tom Rini · 1 year, 8 months ago
  16. d179018 display_options: print_size: Fix order overflow by Pali Rohár · 2 years, 1 month ago
  17. 29784d6 test: Add some tests for kconfig.h by Simon Glass · 2 years, 3 months ago
  18. 99aca9e abuf: Correct a corner case with abuf_realloc() by Simon Glass · 2 years, 8 months ago
  19. 5a51513 lmb: remove lmb_is_nomap() from include by Heinrich Schuchardt · 3 years ago
  20. 67bc59d Add support for an owned buffer by Simon Glass · 3 years, 1 month ago
  21. 930c887 lib: Add memdup() by Simon Glass · 3 years, 1 month ago
  22. 35eab76 test: Fix size_t formats in strlcat test by Simon Glass · 3 years, 3 months ago
  23. 29bbe71 lib: wrap crypt API to hide errno usage by Steffen Jaeckel · 3 years, 3 months ago
  24. 26dd993 lib: add crypt subsystem by Steffen Jaeckel · 3 years, 3 months ago
  25. 7d08a3d test: lmb: add test for lmb_reserve_flags by Patrick Delaunay · 3 years, 6 months ago
  26. a57b596 test: lmb: add test for overflow protection in lmb_add_region by Patrick Delaunay · 3 years, 7 months ago
  27. c4ac52f test: Add test for strlcat by Sean Anderson · 3 years, 7 months ago
  28. f709a0b test: unit test for longjmp by Heinrich Schuchardt · 3 years, 7 months ago
  29. b6da559 test: Silenece the echo and print tests by Simon Glass · 3 years, 7 months ago
  30. a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 8 months ago
  31. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  32. af033ec test: test/lib/test_print.c depends on CONSOLE_RECORD by Heinrich Schuchardt · 4 years ago
  33. fbc33df test: Add a test for getopt by Sean Anderson · 4 years ago
  34. f52e925 test: unit tests for print_freq(), print_size() by Heinrich Schuchardt · 4 years ago
  35. 4431a98 test: undefined reference to 'sscanf' by Heinrich Schuchardt · 4 years, 2 months ago
  36. 5bba77e test: unit test for efi_dp_check_length() by Heinrich Schuchardt · 4 years, 2 months ago
  37. e87dfb0 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 3 months ago
  38. e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 3 months ago
  39. 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 3 months ago
  40. ae54b94 test: provide tests for efi_image_region_add() by Heinrich Schuchardt · 4 years, 4 months ago
  41. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  42. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  43. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  44. e3f5c9c lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 6 months ago
  45. d090b39 test: add rsa_verify() unit test by AKASHI Takahiro · 4 years, 8 months ago
  46. 58b209c test: aes: fix memleak by Philippe Reynes · 4 years, 9 months ago
  47. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  48. 1c6cd16 aes: add test unit for aes196 and aes256 by Philippe Reynes · 4 years, 10 months ago
  49. ebcdb8d aes: add test unit for aes128 by Philippe Reynes · 4 years, 10 months ago
  50. 4ad4edf cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · 4 years, 10 months ago
  51. f523400f test: add asn1 unit test by AKASHI Takahiro · 5 years ago
  52. 79c84de test: provide test for errno_str() by Heinrich Schuchardt · 5 years ago
  53. 8334431 test: call hexdump tests via `ut lib` by Heinrich Schuchardt · 6 years ago
  54. 2dd0111 test: provide unit test for memory functions by Heinrich Schuchardt · 6 years ago
  55. dc57be5 test: lib: lmb: add lmb test for multiple RAM banks by Simon Goldschmidt · 6 years ago
  56. 65304aa lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
  57. 4cc8af8 lib: lmb: extend lmb for checks at load time by Simon Goldschmidt · 6 years ago
  58. 0f7c51a lib: lmb: reserving overlapping regions should fail by Simon Goldschmidt · 6 years ago
  59. d67f33c lmb: fix allocation at end of address range by Simon Goldschmidt · 6 years ago
  60. a01ae0c test: add test for lib/lmb.c by Simon Goldschmidt · 6 years ago
  61. b0b1768 test: hexdump: fix misplaced return by Simon Goldschmidt · 6 years ago
  62. 87be2fe test: list: Add tests for hexdump.c by Mario Six · 6 years ago