1. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  2. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years ago
  3. 66fd01f net: update NXP copyright text by Vladimir Oltean · 3 years ago
  4. 577e45f test/py: tpm2: Skip tpm pytest based on env variable by T Karthik Reddy · 3 years, 2 months ago
  5. 1d1f98c Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years ago
  6. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years ago
  7. 8ae8da1 sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 1 month ago
  8. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 2 months ago
  9. 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 2 months ago
  10. f0ab8f9 clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 2 months ago
  11. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  12. 8870daa test/py: tpm2: Skip tpm pytest based on env variable by T Karthik Reddy · 3 years, 2 months ago
  13. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 2 months ago
  14. bdfb6d7 version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 2 months ago
  15. 2e09008 test: Add a way to skip console checking until a string matches by Simon Glass · 3 years, 1 month ago
  16. 127ca10 test: Tidy a comment in the bloblist test by Simon Glass · 3 years, 1 month ago
  17. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  18. 3232bdf pci: Drop DM_PCI by Simon Glass · 3 years, 2 months ago
  19. 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 2 months ago
  20. 4171c57 sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · 3 years, 1 month ago
  21. a9346b9 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · 3 years, 1 month ago
  22. c50b21b bootcount: add a new driver with syscon as backend by Nandor Han · 3 years, 3 months ago
  23. 2aefa6e i2c: add dm_i2c_reg_clrset by Sebastian Reichel · 3 years, 2 months ago
  24. 46a738a test: dm: Add test for ECDSA UCLASS support by Alexandru Gagniuc · 3 years, 2 months ago
  25. 1e9ced2 dm: core: Don't allow uclass use before ready by Simon Glass · 3 years, 2 months ago
  26. b91c704 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 2 months ago
  27. e695113 lib: Allow using 0x when a decimal value is requested by Simon Glass · 3 years, 2 months ago
  28. ab833ef lib: Add octal tests for simple_strtoul/l() by Simon Glass · 3 years, 2 months ago
  29. 4d3177d lib: Add tests for simple_strtoull() by Simon Glass · 3 years, 2 months ago
  30. 96b2344 lib: Drop unnecessary check for hex digit by Simon Glass · 3 years, 2 months ago
  31. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  32. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  33. eec44c7 dtoc: Support widening a bool value by Simon Glass · 3 years, 2 months ago
  34. ca04494 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 2 months ago
  35. cb89700 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 2 months ago
  36. 1c6608b sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 2 months ago
  37. 15f7e0d Merge branch '2021-07-28-assorted-fixes' by Tom Rini · 3 years, 2 months ago
  38. 38436ab Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 2 months ago
  39. 89795ef test/py: Improve check for mksquashfs version by Marek Behún · 3 years, 2 months ago
  40. 62db089 test: cmd: setexpr: add format string tests by Roland Gaudig · 3 years, 2 months ago
  41. 9f6ae6d dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · 3 years, 2 months ago
  42. 35eab76 test: Fix size_t formats in strlcat test by Simon Glass · 3 years, 2 months ago
  43. 67778ff test/py: efi_capsule: align with efidebug syntax changes by AKASHI Takahiro · 3 years, 2 months ago
  44. 25c8b9f test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 3 months ago
  45. 29bbe71 lib: wrap crypt API to hide errno usage by Steffen Jaeckel · 3 years, 3 months ago
  46. 26dd993 lib: add crypt subsystem by Steffen Jaeckel · 3 years, 3 months ago
  47. c74675b reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 3 months ago
  48. f9db2f1 reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 3 months ago
  49. fea0345 cmd: pinmux: support pin name in status command by Patrick Delaunay · 3 years, 4 months ago
  50. 4c60fd9 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 4 months ago
  51. 72fa1ad log: Allow padding of the function name by Simon Glass · 3 years, 3 months ago
  52. 96f37b0 blk: Support iteration by Simon Glass · 3 years, 3 months ago
  53. 1f618d5 bloblist: Correct condition in bloblist_addrec() by Simon Glass · 3 years, 3 months ago
  54. 1fe5937 bloblist: Support resizing a blob by Simon Glass · 3 years, 3 months ago
  55. f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 3 months ago
  56. 719d286 test: Avoid a build error with SPL by Simon Glass · 3 years, 3 months ago
  57. bf8188e test: Add DM_DMA to be disabled by Simon Glass · 3 years, 3 months ago
  58. f093f86 test: Allow CONFIG_SPL_LOAD_FIT to be disabled by Simon Glass · 3 years, 3 months ago
  59. 83befb4 Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 2 months ago
  60. ff0494c test: Rename final check in setexpr_test_backref() by Simon Glass · 3 years, 4 months ago
  61. 6529823 Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script by Pali Rohár · 3 years, 3 months ago
  62. cc434fc Nokia RX-51: Add support for booting kernel in zImage format by Pali Rohár · 3 years, 3 months ago
  63. e712245 sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 4 months ago
  64. b1c2102 Docker/CI: Update to "focal" and latest build by Tom Rini · 3 years, 3 months ago
  65. 9bde9b5 test/py: rewrite sqfsls command test suite by Joao Marcos Costa · 3 years, 3 months ago
  66. 208eb2a test/py: rewrite sqfsload command test suite by Joao Marcos Costa · 3 years, 3 months ago
  67. 04c9813 test/py: rewrite common tools for SquashFS tests by Joao Marcos Costa · 3 years, 3 months ago
  68. 99f5303 test/py: Wait for guestmount worker to exit after running guestunmount by Alper Nebi Yasak · 3 years, 4 months ago
  69. 8f5f5d3 test/py: Use loop mounts if guestmount fails in filesystem tests by Alper Nebi Yasak · 3 years, 4 months ago
  70. 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 3 months ago
  71. 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 4 months ago
  72. 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 4 months ago
  73. b2710fa test: Include /sbin to the PATH when creating file system by Andy Shevchenko · 3 years, 3 months ago
  74. 82a3c9e net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 7 months ago
  75. e1cbd91 log: Convert log values to printf() if not enabled by Simon Glass · 3 years, 5 months ago
  76. 8d9bb98 sandbox: log: Avoid build error with !CONFIG_LOG by Simon Glass · 3 years, 5 months ago
  77. 58b4b71 log: Add support for logging a buffer by Simon Glass · 3 years, 5 months ago
  78. 0cceb99 display_options: Split print_buffer() into two functions by Simon Glass · 3 years, 5 months ago
  79. 5d6d2b8 hexdump: Support any rowsize by Simon Glass · 3 years, 5 months ago
  80. 19edf13 hexdump: Add support for sandbox by Simon Glass · 3 years, 5 months ago
  81. c7b16d8 display_options: Drop two spaces before the ASCII column by Simon Glass · 3 years, 5 months ago
  82. c614ddf test: Add a test for print_buffer() by Simon Glass · 3 years, 5 months ago
  83. fbb99dc test: Convert print tests to use ut framework by Simon Glass · 3 years, 5 months ago
  84. 090d664 test: Detect when expect_str is too small by Simon Glass · 3 years, 5 months ago
  85. c1a2bb4 console: Report an error when output buffer is exhausted by Simon Glass · 3 years, 5 months ago
  86. 7d08a3d test: lmb: add test for lmb_reserve_flags by Patrick Delaunay · 3 years, 5 months ago
  87. 269fa84 test: add dm_test_read_resource by Patrick Delaunay · 3 years, 4 months ago
  88. 77bfaad test: Fix filesystem tests always being skipped by Alper Nebi Yasak · 3 years, 4 months ago
  89. 26de429 part: Add check for NULL dev_part_str by Sean Anderson · 3 years, 4 months ago
  90. 6f243e2 test/py: improve regular expression for ut subtest symbol matcher by Marek Behún · 3 years, 4 months ago
  91. 2177f92 test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · 3 years, 4 months ago
  92. 95300f2 pytest: add sandbox test for "extension" command by Kory Maincent · 3 years, 5 months ago
  93. a47abd7 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 5 months ago
  94. 8c72842 sandbox: add test of CONFIG_ENV_IMPORT_FDT by Rasmus Villemoes · 3 years, 5 months ago
  95. 1cbfed8 test: Add gpio-sysinfo test by Sean Anderson · 3 years, 5 months ago
  96. 4d65c6b sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 5 months ago
  97. 61772bc test: dm: add test item for ofnode_get_addr() and ofnode_get_size() by Chen Guanqiao · 3 years, 5 months ago
  98. 5f0d23c tests: patman: Add requests to the module list by Tom Rini · 3 years, 7 months ago
  99. 494a5e1 test: Use positive conditional in test_matches() by Andy Shevchenko · 3 years, 7 months ago
  100. ff232a7 test: Allow simple glob pattern in the test name by Andy Shevchenko · 3 years, 7 months ago