1. cab460b test/py: test_stackprotector: Disable for ASAN by Andrew Scull · Mon May 30 10:00:06 2022 +0000
  2. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  3. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  4. 70c7e54 test: work around for EFI terminal size probing by Heinrich Schuchardt · Sun Jun 19 14:02:18 2022 +0200
  5. 86f5cc7 test: eth: Add test for ethernet addresses by Sean Anderson · Thu May 05 13:11:32 2022 -0400
  6. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · Thu May 05 13:11:30 2022 -0400
  7. 89e57e1 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · Mon May 16 10:41:40 2022 +0000
  8. c3f7313 test: dm: virtio: Test virtio device driver probing by Andrew Scull · Mon May 16 10:41:38 2022 +0000
  9. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · Mon May 16 10:41:37 2022 +0000
  10. 561ff890 test: dm: virtio: Split out virtio device tests by Andrew Scull · Mon May 16 10:41:36 2022 +0000
  11. 28d25cf test: dm: virtio: Test notify before del_vqs by Andrew Scull · Mon May 16 10:41:35 2022 +0000
  12. 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · Mon May 16 10:41:34 2022 +0000
  13. bcb12d4 dm: test: virtio: Test the virtio ring by Andrew Scull · Mon May 16 10:41:33 2022 +0000
  14. 15bdcd4 bootm: Fix Linux silent console on newer kernels by Sean Anderson · Thu May 19 18:26:05 2022 -0400
  15. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · Tue May 31 09:55:34 2022 +0200
  16. f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · Tue May 31 09:55:33 2022 +0200
  17. 9244cf0 test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · Mon May 09 22:02:05 2022 +0200
  18. 8bf7ffd test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · Sun May 08 10:40:49 2022 +0200
  19. b0a0696 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · Mon May 09 21:59:13 2022 +0200
  20. f46ac7d test: fix parsing the mksquashfs version number by Heinrich Schuchardt · Tue May 24 13:36:21 2022 +0200
  21. 78307c1 test/py: test_part: Correct the test case name by Bin Meng · Tue May 17 23:24:45 2022 +0800
  22. a992e8a test/py: test_fs: Correct the test case name by Bin Meng · Tue May 17 23:24:44 2022 +0800
  23. 739b386 test/py: Reset the console timeout value by Bin Meng · Tue May 17 23:24:43 2022 +0800
  24. f0c00df test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · Wed Mar 30 09:33:15 2022 +0200
  25. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · Wed Mar 30 09:33:13 2022 +0200
  26. ad3daad Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun May 08 11:31:48 2022 -0400
  27. 578c98b test/py: Add more test cases for rejecting an EFI image by Ilias Apalodimas · Fri May 06 15:36:01 2022 +0300
  28. dbeedc3 test: py: tests: test_gpt.py: add a simple test for the command gpt repair by Philippe Reynes · Fri Apr 22 17:46:50 2022 +0200
  29. 9a3adfa sandbox: Avoid binman error when run without device tree by Simon Glass · Wed Apr 27 13:47:57 2022 -0600
  30. 18c5bfb test/py: Add a way to start sandbox without a device tree by Simon Glass · Wed Apr 27 13:47:56 2022 -0600
  31. 6e444aa Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed May 04 12:08:40 2022 -0400
  32. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · Thu Apr 21 16:11:13 2022 +0000
  33. 994b60d pci: Match region flags using a mask by Andrew Scull · Thu Apr 21 16:11:11 2022 +0000
  34. 58c6102 pci: Map bars with offset and length by Andrew Scull · Thu Apr 21 16:11:10 2022 +0000
  35. c7456a4 test: pci: Test PCI address conversion functions by Andrew Scull · Thu Apr 21 16:11:09 2022 +0000
  36. 6f59d19 menu: always show the menu regardless of the number of entry by Masahisa Kojima · Thu Apr 28 17:09:36 2022 +0900
  37. ce5ccc4 test: unit test for u16_strlcat() by Masahisa Kojima · Thu Apr 28 17:09:35 2022 +0900
  38. 013aabb lib: fix selection of CONFIG_CHARSET by Heinrich Schuchardt · Mon May 02 06:27:00 2022 +0200
  39. 9bab9f5 test: fix some pylint problems in test_capsule_firmware_raw.py by Heinrich Schuchardt · Sat Apr 30 15:24:31 2022 +0200
  40. dbb2cf7 test: unit test for bootmenu by Heinrich Schuchardt · Sat Apr 30 11:13:55 2022 +0200
  41. e62205d vpl: Test that VPL runs correctly through to U-Boot proper by Simon Glass · Sat Apr 30 00:56:56 2022 -0600
  42. b6c665f vpl: Support running vpl tests by Simon Glass · Sat Apr 30 00:56:55 2022 -0600
  43. 6e0abff test: dm: devres: Remove use-after-free by Andrew Scull · Sun Apr 03 10:39:15 2022 +0000
  44. 2110a46 test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · Sun Apr 03 10:39:14 2022 +0000
  45. a15900c test: dm: pinmux: Get LED2 udevice in the pinmux test by Marek Vasut · Mon Apr 25 18:33:51 2022 +0200
  46. 83bbd0a test: dm: led: Fix LED enumeration by Marek Vasut · Mon Apr 25 18:33:50 2022 +0200
  47. 721d99a led: Drop led_default_state() by Marek Vasut · Fri Apr 22 15:41:42 2022 +0200
  48. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  49. d3203bd bootstd: Add setup for the bootflow tests by Simon Glass · Sun Apr 24 23:31:25 2022 -0600
  50. b255efc bootstd: Add tests for bootstd including all uclasses by Simon Glass · Sun Apr 24 23:31:24 2022 -0600
  51. 6bebdb3 test: dm: Restart USB before assuming it is stopped by Simon Glass · Sun Apr 24 23:31:02 2022 -0600
  52. 70f4bcb test: fastboot: Avoid using mmc1 by Simon Glass · Sun Apr 24 23:31:01 2022 -0600
  53. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · Sun Apr 24 23:31:00 2022 -0600
  54. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · Sun Apr 24 23:30:59 2022 -0600
  55. 4bf2fc1 lib: Add a way to find the postiion of a trailing number by Simon Glass · Sun Apr 24 23:30:58 2022 -0600
  56. 20888f3 lib: Fix a few bugs in trailing_strtoln() by Simon Glass · Sun Apr 24 23:30:57 2022 -0600
  57. e74efcd test: Add tests for trailing_strtol() by Simon Glass · Sun Apr 24 23:30:55 2022 -0600
  58. 8c2d639 lib: Move string tests to the string module by Simon Glass · Sun Apr 24 23:30:54 2022 -0600
  59. cb53b2c test: dm: add tests for tag support by AKASHI Takahiro · Fri Apr 15 16:15:37 2022 +0900
  60. 5ffde63 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · Mon Apr 11 12:02:09 2022 +0200
  61. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · Sun Mar 27 14:26:19 2022 -0600
  62. 7f8df40 Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Apr 15 14:29:52 2022 -0400
  63. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Fri Apr 15 08:09:52 2022 -0400
  64. 2db313d test: capsule: Modify the capsule tests to use GUID values for sandbox by Sughosh Ganu · Fri Apr 15 11:29:38 2022 +0530
  65. b271161 test: serial: Add test for putc/puts by Sean Anderson · Mon Apr 04 14:17:59 2022 -0400
  66. 03cadb6 led: Configure LED default-state on boot by Marek Vasut · Mon Apr 04 01:23:27 2022 +0200
  67. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · Thu Apr 07 00:33:01 2022 +0200
  68. e4dedf2 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · Thu Apr 07 00:32:59 2022 +0200
  69. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · Thu Apr 07 00:32:57 2022 +0200
  70. 6e4f9c5 test/py:Update python tests for ‘gpio’ cmd by Adarsh Babu Kalepalli · Mon May 31 16:23:51 2021 +0530
  71. 6e638af env: Allow text-env tests to run with awk by Simon Glass · Sat Mar 12 22:47:49 2022 -0700
  72. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · Mon Feb 28 12:08:35 2022 -0700
  73. 00a05e2 abuf: Correct a corner case with abuf_realloc() by Simon Glass · Mon Feb 28 12:08:22 2022 -0700
  74. 2853256 Merge branch 'next' by Tom Rini · Mon Apr 04 10:45:33 2022 -0400
  75. 5d472d3 test: py: vboot: add test for global image signature by Philippe Reynes · Mon Mar 28 22:57:06 2022 +0200
  76. 462d163 arch: Kconfig: imply BINMAN for SANDBOX by Philippe Reynes · Mon Mar 28 22:56:53 2022 +0200
  77. 8bb75c9 test: fix pylint warnings in test_efi_bootmgr by Heinrich Schuchardt · Sun Mar 27 10:03:33 2022 +0200
  78. 14e3b5b test: fix pylint warnings for test_efi_fit.py by Heinrich Schuchardt · Sun Mar 27 10:20:24 2022 +0200
  79. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  80. 76d0c87 test: test UEFI boot manager by Heinrich Schuchardt · Thu Mar 03 12:31:18 2022 +0100
  81. 0cc99a2 sandbox: test: Tidy up spl_test_load() calls by Simon Glass · Mon Feb 28 15:13:49 2022 -0700
  82. 3d2a375 Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Wed Mar 16 12:52:02 2022 -0400
  83. 11e0443 test/py: Add tests for the erofs by Huang Jianan · Sat Feb 26 15:05:51 2022 +0800
  84. 6e5a8b7 k210: use the board vendor name rather than the marketing name by Damien Le Moal · Tue Mar 01 10:35:39 2022 +0000
  85. 516376f cmd: test: pinmux: Do not check all empty spaces by Michal Simek · Mon Mar 07 16:48:17 2022 +0100
  86. 0248932 event: Add a script to decode the event-spy list by Simon Glass · Fri Mar 04 08:43:07 2022 -0700
  87. 3ee337a event: Add events for device probe/remove by Simon Glass · Fri Mar 04 08:43:03 2022 -0700
  88. a128b1b event: Add a simple test by Simon Glass · Fri Mar 04 08:43:01 2022 -0700
  89. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · Mon Feb 21 09:22:41 2022 +0100
  90. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · Mon Feb 21 09:22:39 2022 +0100
  91. f799076 test: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:23 2022 -0700
  92. 4b2f8c1 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · Wed Feb 16 15:16:12 2022 +0900
  93. 4d3b996 test/py: Handle expected reboot while booting sandbox by Masami Hiramatsu · Wed Feb 16 15:16:02 2022 +0900
  94. 0ff2278 test/py: Handle expected reset by command by Masami Hiramatsu · Wed Feb 16 15:15:52 2022 +0900
  95. a00fdd7 Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Feb 11 15:07:49 2022 -0500
  96. 6faeaa4 test/py: efi_secboot: adjust secure boot tests to code changes by Ilias Apalodimas · Fri Feb 11 09:37:50 2022 +0200
  97. eafde44 test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE by AKASHI Takahiro · Wed Feb 09 19:10:42 2022 +0900
  98. 20d9155 test/py: efi_capsule: add a test for "--guid" option by AKASHI Takahiro · Wed Feb 09 19:10:41 2022 +0900
  99. 557b6fc test/py: efi_capsule: align with the syntax change of mkeficapsule by AKASHI Takahiro · Wed Feb 09 19:10:40 2022 +0900
  100. 0bdde5f test/py: efi_capsule: add image authentication test by AKASHI Takahiro · Wed Feb 09 19:10:38 2022 +0900