1. 90877bb lib: Allow using 0x when a decimal value is requested by Simon Glass · 3 years, 4 months ago
  2. b9efdf5 lib: Add octal tests for simple_strtoul/l() by Simon Glass · 3 years, 4 months ago
  3. 238efc2 lib: Add tests for simple_strtoull() by Simon Glass · 3 years, 4 months ago
  4. 8be8eab lib: Drop unnecessary check for hex digit by Simon Glass · 3 years, 4 months ago
  5. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  6. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  7. 4311832 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  8. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
  9. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 4 months ago
  10. 0021102 sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 4 months ago
  11. 08543a2 Merge branch '2021-07-28-assorted-fixes' by Tom Rini · 3 years, 4 months ago
  12. e9d78e97 Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
  13. aeb7e66 test/py: Improve check for mksquashfs version by Marek Behún · 3 years, 4 months ago
  14. 6358207 test: cmd: setexpr: add format string tests by Roland Gaudig · 3 years, 4 months ago
  15. ae93e8a dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · 3 years, 4 months ago
  16. 35d111e test/py: efi_capsule: align with efidebug syntax changes by AKASHI Takahiro · 3 years, 4 months ago
  17. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 5 months ago
  18. 878c91b lib: wrap crypt API to hide errno usage by Steffen Jaeckel · 3 years, 5 months ago
  19. 229bd51 lib: add crypt subsystem by Steffen Jaeckel · 3 years, 5 months ago
  20. 7e4067a reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 6 months ago
  21. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 6 months ago
  22. b40399c cmd: pinmux: support pin name in status command by Patrick Delaunay · 3 years, 6 months ago
  23. da45368 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 6 months ago
  24. 81cd040 log: Allow padding of the function name by Simon Glass · 3 years, 5 months ago
  25. fc7a744 blk: Support iteration by Simon Glass · 3 years, 5 months ago
  26. 3e26de5 bloblist: Correct condition in bloblist_addrec() by Simon Glass · 3 years, 5 months ago
  27. f20a113 bloblist: Support resizing a blob by Simon Glass · 3 years, 5 months ago
  28. 1cd0600 sandbox: Support executables for more phases by Simon Glass · 3 years, 5 months ago
  29. f700504 test: Avoid a build error with SPL by Simon Glass · 3 years, 5 months ago
  30. 2697425 test: Add DM_DMA to be disabled by Simon Glass · 3 years, 5 months ago
  31. c124f34 test: Allow CONFIG_SPL_LOAD_FIT to be disabled by Simon Glass · 3 years, 5 months ago
  32. aa0edca Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
  33. 8e2345e test: Rename final check in setexpr_test_backref() by Simon Glass · 3 years, 7 months ago
  34. a777ced Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script by Pali Rohár · 3 years, 5 months ago
  35. 0a8825c Nokia RX-51: Add support for booting kernel in zImage format by Pali Rohár · 3 years, 5 months ago
  36. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 6 months ago
  37. c8982d2 Docker/CI: Update to "focal" and latest build by Tom Rini · 3 years, 6 months ago
  38. e894615 test/py: rewrite sqfsls command test suite by Joao Marcos Costa · 3 years, 5 months ago
  39. 1f56737 test/py: rewrite sqfsload command test suite by Joao Marcos Costa · 3 years, 5 months ago
  40. ab09661 test/py: rewrite common tools for SquashFS tests by Joao Marcos Costa · 3 years, 5 months ago
  41. 7ff17f2 test/py: Wait for guestmount worker to exit after running guestunmount by Alper Nebi Yasak · 3 years, 6 months ago
  42. 3dec7a5 test/py: Use loop mounts if guestmount fails in filesystem tests by Alper Nebi Yasak · 3 years, 6 months ago
  43. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 5 months ago
  44. e897e3c dm: core: add ofnode_get_path() by Marek Behún · 3 years, 6 months ago
  45. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 6 months ago
  46. 70e473f test: Include /sbin to the PATH when creating file system by Andy Shevchenko · 3 years, 6 months ago
  47. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
  48. 8eaaedb log: Convert log values to printf() if not enabled by Simon Glass · 3 years, 7 months ago
  49. 2786707 sandbox: log: Avoid build error with !CONFIG_LOG by Simon Glass · 3 years, 7 months ago
  50. 7fb9759 log: Add support for logging a buffer by Simon Glass · 3 years, 7 months ago
  51. 02b8f1a display_options: Split print_buffer() into two functions by Simon Glass · 3 years, 7 months ago
  52. f1d0647 hexdump: Support any rowsize by Simon Glass · 3 years, 7 months ago
  53. 2650715 hexdump: Add support for sandbox by Simon Glass · 3 years, 7 months ago
  54. 85c8fc5 display_options: Drop two spaces before the ASCII column by Simon Glass · 3 years, 7 months ago
  55. 4a249ba test: Add a test for print_buffer() by Simon Glass · 3 years, 7 months ago
  56. d242368 test: Convert print tests to use ut framework by Simon Glass · 3 years, 7 months ago
  57. c638ae6 test: Detect when expect_str is too small by Simon Glass · 3 years, 7 months ago
  58. d6ed4af console: Report an error when output buffer is exhausted by Simon Glass · 3 years, 7 months ago
  59. a186072 test: lmb: add test for lmb_reserve_flags by Patrick Delaunay · 3 years, 7 months ago
  60. da37ed3 test: add dm_test_read_resource by Patrick Delaunay · 3 years, 6 months ago
  61. 46132c2 test: Fix filesystem tests always being skipped by Alper Nebi Yasak · 3 years, 6 months ago
  62. cecd47c part: Add check for NULL dev_part_str by Sean Anderson · 3 years, 7 months ago
  63. e92ed49 test/py: improve regular expression for ut subtest symbol matcher by Marek Behún · 3 years, 6 months ago
  64. 9d6710c test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · 3 years, 7 months ago
  65. 965a34f pytest: add sandbox test for "extension" command by Kory Maincent · 3 years, 7 months ago
  66. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 7 months ago
  67. 30d4d2b sandbox: add test of CONFIG_ENV_IMPORT_FDT by Rasmus Villemoes · 3 years, 7 months ago
  68. 1c83067 test: Add gpio-sysinfo test by Sean Anderson · 3 years, 7 months ago
  69. 6ccf10a sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 7 months ago
  70. be0512f test: dm: add test item for ofnode_get_addr() and ofnode_get_size() by Chen Guanqiao · 3 years, 8 months ago
  71. 5ef3f79 tests: patman: Add requests to the module list by Tom Rini · 3 years, 9 months ago
  72. 00d4290 test: Use positive conditional in test_matches() by Andy Shevchenko · 3 years, 10 months ago
  73. d91cfbb test: Allow simple glob pattern in the test name by Andy Shevchenko · 3 years, 10 months ago
  74. 9b4cdef test: reset: Extend base reset test to catch error by Neil Armstrong · 3 years, 7 months ago
  75. 59f7789 test/py: Bump py to 1.10.0 for CVE-2020-29651 by Tom Rini · 3 years, 7 months ago
  76. c3d7d70 test/py: Fix efidebug related tests by Ilias Apalodimas · 3 years, 7 months ago
  77. 1fe3adc test: lmb: add test for overflow protection in lmb_add_region by Patrick Delaunay · 3 years, 9 months ago
  78. 619a182 test: Add test for partitions by Sean Anderson · 3 years, 8 months ago
  79. dffb347 test: Alphabetize dm Makefile by Sean Anderson · 3 years, 7 months ago
  80. 369d87a Add support for stack-protector by Joel Peshkin · 3 years, 8 months ago
  81. 0922673 test: fix test/dm/regmap.c by Heinrich Schuchardt · 3 years, 8 months ago
  82. 12e9681 Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 7 months ago
  83. b575a8c Merge branch '2021-04-14-assorted-vboot-improvements' by Tom Rini · 3 years, 8 months ago
  84. 524a92c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 9 months ago
  85. 381ed97 test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · 3 years, 9 months ago
  86. d9eaa92 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 9 months ago
  87. bc8aa28 test/py: ecdsa: Use mkimage keyfile instead of keydir argument by Alexandru Gagniuc · 3 years, 9 months ago
  88. 9b6fc0c test/py: ecdsa: Add test for mkimage ECDSA signing by Alexandru Gagniuc · 3 years, 9 months ago
  89. 1ae26b9 test/py: Add pycryptodomex to list of required pakages by Alexandru Gagniuc · 3 years, 9 months ago
  90. ab1975b test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 8 months ago
  91. 33512d0 test: Add test for strlcat by Sean Anderson · 3 years, 9 months ago
  92. eeaf282 test: scmi: add local variables for scmi agent reference by Etienne Carriere · 3 years, 9 months ago
  93. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 9 months ago
  94. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 9 months ago
  95. 69d61a3 hush: Fix assignments being misinterpreted as commands by Sean Anderson · 3 years, 9 months ago
  96. 20dd9e1 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · 3 years, 8 months ago
  97. 4692746 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · 4 years, 1 month ago
  98. 711cadb test: unit test for longjmp by Heinrich Schuchardt · 3 years, 8 months ago
  99. 7b154c7 pytest: Lower pygit2 requirement by Tom Rini · 3 years, 9 months ago
  100. 45b807d test: Allow tests to run on any board by Simon Glass · 3 years, 8 months ago