1. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · Tue Sep 06 20:27:02 2022 -0600
  2. 1a3e39b test: Support testing malloc() failures by Simon Glass · Tue Sep 06 20:27:00 2022 -0600
  3. 7f9b580 test: Fix missing livetree test runs by Simon Glass · Tue Sep 06 20:26:59 2022 -0600
  4. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  5. 509f32e sandbox: Add a test for SCSI by Simon Glass · Wed Sep 21 16:21:47 2022 +0200
  6. c14fad5 display_options: print_size: Fix order overflow by Pali Rohár · Mon Sep 12 21:02:27 2022 +0200
  7. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  8. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  9. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  10. 4c24171 Nokia RX-51: Add booting from UBI into test script by Pali Rohár · Thu Sep 15 20:59:48 2022 +0200
  11. 9322905 Nokia RX-51: Add comment describing kernel image type into test script by Pali Rohár · Sun Sep 04 03:29:05 2022 +0200
  12. a7bc3ae Nokia RX-51: Do not set useless ARCH= in test script by Pali Rohár · Sun Sep 04 03:29:04 2022 +0200
  13. 4bd5460 Nokia RX-51: Call bootm in test script only when image is valid by Pali Rohár · Sun Sep 04 03:29:02 2022 +0200
  14. acf6ba8 Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script by Pali Rohár · Sun Sep 04 03:29:01 2022 +0200
  15. f69c39d gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · Tue Aug 30 14:09:14 2022 +0200
  16. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · Tue Jun 14 15:21:30 2022 +0200
  17. bf91d1d Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Wed Sep 14 12:31:44 2022 -0400
  18. 2e18844 test: unit test for eficonfig by Masahisa Kojima · Mon Sep 12 17:33:59 2022 +0900
  19. 5be8f37 cyclic: Add a simple test by Stefan Roese · Fri Sep 02 13:57:54 2022 +0200
  20. b23b98f Makefile: Add a pcheck option to run tests in parallel by Simon Glass · Sat Aug 06 17:51:59 2022 -0600
  21. 62b92f8 test/py: Support --build when running tests in parallel by Simon Glass · Sat Aug 06 17:51:57 2022 -0600
  22. 686fad7 test/py: Move U-Boot building into a function by Simon Glass · Sat Aug 06 17:51:56 2022 -0600
  23. 49d580c test: Refactor arg parsing for the run script by Simon Glass · Sat Aug 06 17:51:55 2022 -0600
  24. 2964287 test: Make test_gpio_read() independent by Simon Glass · Sat Aug 06 17:51:54 2022 -0600
  25. dddd077 test: Mark test_gpt tests as slow by Simon Glass · Sat Aug 06 17:51:53 2022 -0600
  26. 3539c17 test: Mark all but the first vboot test as slow by Simon Glass · Sat Aug 06 17:51:52 2022 -0600
  27. 97bb191 test: Make test_efi_bootmgr() single-threaded by Simon Glass · Sat Aug 06 17:51:51 2022 -0600
  28. aa47712 test: Make test_sqfs_ls() single-threaded by Simon Glass · Sat Aug 06 17:51:50 2022 -0600
  29. 998a2f2 test: Update FIT tests to run in parallel by Simon Glass · Sat Aug 06 17:51:49 2022 -0600
  30. ae3db3d test: Make test_bind_unbind_with_uclass() single-threaded by Simon Glass · Sat Aug 06 17:51:48 2022 -0600
  31. 54ef2ca test/py: Allow tests to be marked single-threaded only by Simon Glass · Sat Aug 06 17:51:47 2022 -0600
  32. 5e666ed test: Fix bootm_test_subst_var() running independently by Simon Glass · Sat Aug 06 17:51:46 2022 -0600
  33. d8ecaf3 test: Fix test_pinmux to run in parallel by Simon Glass · Sat Aug 06 17:51:45 2022 -0600
  34. 11a075c tpm: Allow reporting the internal state by Simon Glass · Tue Aug 30 21:05:36 2022 -0600
  35. b6e254d dm: rtc: Try to handle the localtime() race by Simon Glass · Mon Aug 01 07:58:48 2022 -0600
  36. 277bab8 dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · Mon Aug 01 07:58:47 2022 -0600
  37. ad98e31 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · Mon Aug 01 07:58:46 2022 -0600
  38. 91a187b test: Allow running tests multiple times by Simon Glass · Mon Aug 01 07:58:45 2022 -0600
  39. 8980155 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · Mon Aug 01 07:58:44 2022 -0600
  40. e69e1f1 cmd: Add pause command by Samuel Dionne-Riel · Thu Aug 18 15:44:04 2022 -0400
  41. d1ed446 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · Tue Aug 09 21:08:54 2022 -0400
  42. e5a7b77 vbe: Add a new vbe command by Simon Glass · Sat Jul 30 15:52:37 2022 -0600
  43. 90b643d bootstd: Check building without global bootmeths by Simon Glass · Sat Jul 30 15:52:36 2022 -0600
  44. c8d3721 bootstd: Add vbe bootmeth into sandbox by Simon Glass · Sat Jul 30 15:52:34 2022 -0600
  45. d0af04c vbe: Support VBE simple by Simon Glass · Sat Jul 30 15:52:33 2022 -0600
  46. 4305fe7 event: Add an event for device tree fixups by Simon Glass · Sat Jul 30 15:52:31 2022 -0600
  47. 9f4440d bootstd: Drop the system bootdev by Simon Glass · Sat Jul 30 15:52:29 2022 -0600
  48. 771a244 bootstd: Always create the EFI bootmgr bootmeth by Simon Glass · Sat Jul 30 15:52:28 2022 -0600
  49. cc15e14 bootstd: Allow scanning for global bootmeths separately by Simon Glass · Sat Jul 30 15:52:27 2022 -0600
  50. 9c80e54 dm: core: Call dm_scan_other() when setting up for tests by Simon Glass · Sat Jul 30 15:52:26 2022 -0600
  51. 161e1e3 bootstd: Allow EFI bootmgr to support an invalid bootflow by Simon Glass · Sat Jul 30 15:52:22 2022 -0600
  52. f6d71a8 bootstd: Provide a bootmeth method to obtain state info by Simon Glass · Sat Jul 30 15:52:19 2022 -0600
  53. da19202 bootstd: Fix comment in bootmeth test by Simon Glass · Sat Jul 30 15:52:17 2022 -0600
  54. 49ad1d8 bootstd: Drop delays in the tests by Simon Glass · Sat Jul 30 15:52:16 2022 -0600
  55. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · Sat Jul 30 15:52:14 2022 -0600
  56. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · Sat Jul 30 15:52:13 2022 -0600
  57. 2f0cb8f dm: core: Prepare for updating the device tree with ofnode by Simon Glass · Sat Jul 30 15:52:12 2022 -0600
  58. b75dc16 dm: core: Tidy up ofnode-writing test by Simon Glass · Sat Jul 30 15:52:11 2022 -0600
  59. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · Sat Jul 30 15:52:10 2022 -0600
  60. 270a443 dm: core: Move ofnode-writing test to ofnode by Simon Glass · Sat Jul 30 15:52:09 2022 -0600
  61. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · Sat Jul 30 15:52:08 2022 -0600
  62. 644d807 test: Add some tests for kconfig.h by Simon Glass · Mon Aug 01 07:57:59 2022 -0600
  63. 6daac6b test: rng: Add a UT testcase for the rng command by Sughosh Ganu · Fri Jul 22 21:32:09 2022 +0530
  64. 5bad289 Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git by Tom Rini · Wed Jul 27 06:59:55 2022 -0400
  65. f3c6a1d fdt: Start a test for the fdt command by Simon Glass · Wed Jul 13 06:06:59 2022 -0600
  66. f2d59c0 addrmap: Support on sandbox by Simon Glass · Wed Jul 13 06:06:58 2022 -0600
  67. 3f700dc test: fix log tests by Heinrich Schuchardt · Mon Jul 11 08:21:30 2022 +0200
  68. a598073 test/py: Run simple dm commands without checking by Michal Simek · Thu Jul 07 12:59:42 2022 +0200
  69. 901f5ba py: tests: Bind should run only on sandbox by Michal Simek · Thu Jul 07 12:52:26 2022 +0200
  70. 22e8fe0 Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Jul 22 20:48:51 2022 -0400
  71. 709f037 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · Mon Jul 04 09:00:25 2022 +0000
  72. 79e3129 efi: test/py: repair authenticated capsules tests by Vincent Stehlé · Mon Jun 27 12:23:19 2022 +0200
  73. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  74. 906c4cf requirements: Move to atomicwrites==1.4.1 by Tom Rini · Fri Jul 08 15:23:05 2022 -0400
  75. dd9440d requirements: Move to atomicwrites==1.4.1 by Tom Rini · Fri Jul 08 15:23:05 2022 -0400
  76. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  77. 6ef9dc6 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · Sun Jun 12 12:28:22 2022 +0000
  78. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · Fri Jun 10 23:03:09 2022 -0400
  79. d968b79 test/py: efi_secboot: add a test for a forged signed image by AKASHI Takahiro · Tue Jul 05 14:48:15 2022 +0900
  80. be1621b dm: core: Add a way to collect memory usage by Simon Glass · Sun May 08 04:39:25 2022 -0600
  81. d1f12cf dm: core: Support accessing core tags by Simon Glass · Sun May 08 04:39:24 2022 -0600
  82. deccc81 test: fix some pylint errors in test_bind.py by Heinrich Schuchardt · Sat Apr 30 11:26:23 2022 +0200
  83. b3d5fca fuzz: virtio: Add fuzzer for vring by Andrew Scull · Mon May 30 10:00:13 2022 +0000
  84. e184c5b test: fuzz: Add framework for fuzzing by Andrew Scull · Mon May 30 10:00:09 2022 +0000
  85. cab460b test/py: test_stackprotector: Disable for ASAN by Andrew Scull · Mon May 30 10:00:06 2022 +0000
  86. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  87. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  88. 70c7e54 test: work around for EFI terminal size probing by Heinrich Schuchardt · Sun Jun 19 14:02:18 2022 +0200
  89. 86f5cc7 test: eth: Add test for ethernet addresses by Sean Anderson · Thu May 05 13:11:32 2022 -0400
  90. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · Thu May 05 13:11:30 2022 -0400
  91. 89e57e1 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · Mon May 16 10:41:40 2022 +0000
  92. c3f7313 test: dm: virtio: Test virtio device driver probing by Andrew Scull · Mon May 16 10:41:38 2022 +0000
  93. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · Mon May 16 10:41:37 2022 +0000
  94. 561ff890 test: dm: virtio: Split out virtio device tests by Andrew Scull · Mon May 16 10:41:36 2022 +0000
  95. 28d25cf test: dm: virtio: Test notify before del_vqs by Andrew Scull · Mon May 16 10:41:35 2022 +0000
  96. 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · Mon May 16 10:41:34 2022 +0000
  97. bcb12d4 dm: test: virtio: Test the virtio ring by Andrew Scull · Mon May 16 10:41:33 2022 +0000
  98. 15bdcd4 bootm: Fix Linux silent console on newer kernels by Sean Anderson · Thu May 19 18:26:05 2022 -0400
  99. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · Tue May 31 09:55:34 2022 +0200
  100. f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · Tue May 31 09:55:33 2022 +0200