1. 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · Sun Oct 25 20:38:35 2020 -0600
  2. 8c921ac test: Run only the selected SPL test by Simon Glass · Sun Oct 25 20:38:34 2020 -0600
  3. e43b1b5 test: Run SPL unit tests by Simon Glass · Sun Oct 25 20:38:32 2020 -0600
  4. ed298be pytest: Collect SPL unit tests by Simon Glass · Sun Oct 25 20:38:31 2020 -0600
  5. 25dc2e9 dm: test: Add a very simple of-platadata test by Simon Glass · Sun Oct 25 20:38:29 2020 -0600
  6. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · Sun Oct 25 20:38:28 2020 -0600
  7. c0b0b14 dm: test: Update the test runner to support of-platdata by Simon Glass · Sun Oct 25 20:38:27 2020 -0600
  8. bf40eee dm: test: Build tests for SPL by Simon Glass · Sun Oct 25 20:38:26 2020 -0600
  9. 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · Sat Oct 03 11:31:27 2020 -0600
  10. 8ec2933 dm: test: Disable some tests that should not run in SPL by Simon Glass · Sat Oct 03 09:25:26 2020 -0600
  11. 85556fb dm: test: Make use of CONFIG_UNIT_TEST by Simon Glass · Sat Oct 03 09:25:25 2020 -0600
  12. 9a78e90 dm: test: Update Makefile conditions by Simon Glass · Sat Oct 03 09:25:24 2020 -0600
  13. 9257d13 dm: test: Sort the Makefile by Simon Glass · Sat Oct 03 09:25:23 2020 -0600
  14. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · Sat Oct 03 09:25:22 2020 -0600
  15. 11e4786 test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · Fri Oct 16 16:16:36 2020 +0530
  16. a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · Fri Oct 16 16:16:34 2020 +0530
  17. af5e624 test: log: test message continuation by Heinrich Schuchardt · Sat Oct 17 14:31:59 2020 +0200
  18. fad2e88 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · Tue Oct 20 08:45:46 2020 +0100
  19. dcc8ab7 test: unit tests for print_freq(), print_size() by Heinrich Schuchardt · Thu Oct 22 21:45:28 2020 +0200
  20. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  21. 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · Sun Oct 11 14:28:04 2020 +0200
  22. c848c8a test: Fix sandbox tests failing to build by Sean Anderson · Tue Oct 13 15:20:52 2020 -0400
  23. adee5df cmd/button: return button status by Heinrich Schuchardt · Mon Sep 14 12:50:56 2020 +0200
  24. 57c2fc6 test: sharpen button label unit test by Heinrich Schuchardt · Mon Sep 14 12:50:54 2020 +0200
  25. 4aacee1 test: Add PStore command tests by Frédéric Danis · Fri Mar 20 10:59:23 2020 +0100
  26. 7e703f7 test: vboot: add tests for multiple required keys by Thirupathaiah Annapureddy · Sun Aug 16 23:01:10 2020 -0700
  27. e2cd0fa log: Disable the syslog driver by default by Simon Glass · Sat Sep 12 12:28:50 2020 -0600
  28. 133350a log: Add a way to enable/disable a log device by Simon Glass · Sat Sep 12 12:28:49 2020 -0600
  29. 73df48c log: Drop #ifdef in log_test by Simon Glass · Sat Sep 12 12:28:48 2020 -0600
  30. 9c83cac log: Allow LOG_DEBUG to always enable log output by Simon Glass · Sat Sep 12 11:13:34 2020 -0600
  31. fbf8d65 test: dm: Test for default led naming by Sean Anderson · Mon Sep 14 11:02:03 2020 -0400
  32. 3438e3b test: pinmux: Add test for pin muxing by Sean Anderson · Mon Sep 14 11:01:57 2020 -0400
  33. 8cd2801 test: dm: add test for phandle access functions by Patrick Delaunay · Fri Sep 25 09:41:16 2020 +0200
  34. 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · Thu Sep 24 17:26:20 2020 +0200
  35. 0637397 bloblist: Allow custom alignment for blobs by Simon Glass · Sat Sep 19 18:49:29 2020 -0600
  36. d7985e6 bloblist: Tidy up the data alignment by Simon Glass · Sat Sep 19 18:49:28 2020 -0600
  37. 7c58b08 bloblist: Compare addresses rather than pointers in tests by Simon Glass · Sat Sep 19 18:49:27 2020 -0600
  38. b936a97 bloblist: Add a command by Simon Glass · Sat Sep 19 18:49:26 2020 -0600
  39. 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · Mon Oct 05 10:54:27 2020 -0400
  40. 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · Wed Sep 09 18:44:07 2020 +0200
  41. 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · Wed Sep 09 18:44:05 2020 +0200
  42. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200
  43. 0b89fc5 test: dm: Add tests for regmap managed API and regmap fields by Jean-Jacques Hiblot · Thu Sep 24 10:04:18 2020 +0530
  44. 4ddc2a4 test/py: allow multi-digit index in in_tree() by Pratyush Yadav · Thu Sep 24 10:04:17 2020 +0530
  45. 7387340 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · Fri Sep 11 13:43:35 2020 +0530
  46. 880c5c7 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · Wed Sep 09 15:37:04 2020 +0530
  47. 79d3bba timer: Add a test for timer_timebase_fallback by Sean Anderson · Mon Sep 28 10:52:23 2020 -0400
  48. 2f8b6af acpi: Add more support for generating processor tables by Simon Glass · Tue Sep 22 12:45:13 2020 -0600
  49. 412dc4b acpi: Add support for generating processor tables by Simon Glass · Tue Sep 22 12:45:11 2020 -0600
  50. 2f3c6ba dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · Tue Sep 22 12:44:59 2020 -0600
  51. 4c8cbbd acpi: Support generating a multi-function _DSM for devices by Simon Glass · Tue Sep 22 12:44:58 2020 -0600
  52. ca72763 acpi: Add support for conditions and return values by Simon Glass · Tue Sep 22 12:44:57 2020 -0600
  53. 77dfd03 acpi: Add support for writing a _PRW by Simon Glass · Tue Sep 22 12:44:56 2020 -0600
  54. 498ebe9 test: fdtdec: Add test for new no-map fdtdec_add_reserved_memory() parameter by Patrice Chotard · Thu Sep 10 10:50:00 2020 +0200
  55. 646f8c6 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · Thu Sep 10 10:49:59 2020 +0200
  56. b02e8dd clk: do not disable clock if it is critical by Claudiu Beznea · Mon Sep 07 17:46:35 2020 +0300
  57. c8c1600 clk: bind clk to new parent device by Claudiu Beznea · Mon Sep 07 17:46:34 2020 +0300
  58. bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · Mon Sep 07 17:46:33 2020 +0300
  59. c248742 cmd: acpi: Print revisions in hex format by Andy Shevchenko · Mon Sep 21 11:34:21 2020 +0300
  60. ff3fbc6 test: do no assume hush parser in validate_empty() by Heinrich Schuchardt · Thu Sep 10 12:09:03 2020 +0200
  61. 8983541 test: undefined reference to 'sscanf' by Heinrich Schuchardt · Fri Aug 21 03:56:17 2020 +0200
  62. 94694f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Tue Aug 25 10:24:40 2020 -0400
  63. 724ff23 Merge branch '2020-08-24-misc-improvements' by Tom Rini · Mon Aug 24 20:24:21 2020 -0400
  64. 3ac3aec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · Sat Oct 19 17:10:20 2019 -0700
  65. 93ba128 Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Aug 24 17:28:18 2020 -0400
  66. ca06c6b test/py: Add tests for LZO and ZSTD by Joao Marcos Costa · Tue Aug 18 17:17:25 2020 +0200
  67. fa11c86 efi_loader: use ':' as separator for setenv -i by Heinrich Schuchardt · Mon Aug 24 08:27:49 2020 +0200
  68. f853780 test: unit test for efi_dp_check_length() by Heinrich Schuchardt · Sun Aug 23 10:53:50 2020 +0200
  69. 7cb5151 Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · Mon Aug 24 09:06:02 2020 -0400
  70. e7ce74d clk: ccf: mux: change the get_rate helper by Dario Binacchi · Wed Jun 03 15:36:25 2020 +0200
  71. 1a62dc1 clk: set flags in the ccf registration routines by Dario Binacchi · Mon Apr 13 14:36:27 2020 +0200
  72. c98b802 dm: test: clk: add the test for the ccf gated clock by Dario Binacchi · Mon Apr 13 14:36:26 2020 +0200
  73. 1b6773c test: dm: Add test case for devfdt_get_addr_ptr by Ovidiu Panait · Mon Aug 03 22:17:36 2020 +0300
  74. f0c9d1a test/py: Update test_bind by Patrice Chotard · Tue Jul 28 09:13:34 2020 +0200
  75. 7b7f939 sandbox: dts: Add compatible string for bind-test node by Patrice Chotard · Tue Jul 28 09:13:33 2020 +0200
  76. 4f18f92 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · Thu May 28 11:48:55 2020 +0200
  77. a7c05b1 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Aug 15 09:01:01 2020 -0400
  78. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · Thu Aug 06 12:42:52 2020 +0300
  79. a59ffd3 test/py: efi_secboot: modify 'multiple signatures' test case by AKASHI Takahiro · Fri Aug 14 14:39:24 2020 +0900
  80. 79f428e test/py: efi_secboot: add test for intermediate certificates by AKASHI Takahiro · Tue Jul 21 19:35:24 2020 +0900
  81. 6834fda test/py: efi_secboot: small rework for adding a new test by AKASHI Takahiro · Tue Jul 21 19:35:23 2020 +0900
  82. 9f16108 test/py: fix SquashFS tests by Joao Marcos Costa · Mon Aug 10 14:37:27 2020 +0200
  83. 604c8e7 test/py: serial# cannot be overwritten on some devices by Heinrich Schuchardt · Fri Aug 07 23:11:35 2020 +0200
  84. 6fdee94 test: py: test_shell_run() with CONFIG_HUSH_PARSER=n by Heinrich Schuchardt · Wed Aug 05 18:31:42 2020 +0200
  85. f7d1093 tests: support mkfs.ext4 without metadata_csum by Stephen Warren · Tue Aug 04 11:28:33 2020 -0600
  86. 31ae55f test/py: Add tests for the SquashFS commands by Joao Marcos Costa · Thu Jul 30 15:33:52 2020 +0200
  87. 573c0fa cmd: Update the memory-search command by Simon Glass · Tue Jul 28 19:41:14 2020 -0600
  88. 6db8ea5 test: Add a flag for tests that need console recording by Simon Glass · Tue Jul 28 19:41:13 2020 -0600
  89. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · Tue Jul 28 19:41:12 2020 -0600
  90. c963df9 test: Add a way to check part of a console line or skip it by Simon Glass · Tue Jul 28 19:41:10 2020 -0600
  91. 365a753 test/py: Add test support for three stage boot by Yan Liu · Tue Jul 21 11:12:05 2020 -0400
  92. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · Sun Jul 19 10:15:37 2020 -0600
  93. fe6e1f1 test: sandbox: add test for erase command by Patrick Delaunay · Tue Jul 28 11:51:27 2020 +0200
  94. 57951c5 test: environment in ext4 by Patrick Delaunay · Tue Jul 28 11:51:24 2020 +0200
  95. f718fa3 test: efi_selftest: Do not force serial# setting by Tom Rini · Fri Jul 31 09:45:02 2020 -0400
  96. fdf52c7 test: do not rely on => being the prompt by Heinrich Schuchardt · Fri Jul 24 20:55:37 2020 +0200
  97. 0785e20 test: dm: add a test for class button by Philippe Reynes · Fri Jul 24 18:19:52 2020 +0200
  98. 1ee2648 test/py: add tests for the button commands by Philippe Reynes · Fri Jul 24 18:19:51 2020 +0200
  99. b25a5b3 sandbox, test: change hog gpio by Philippe Reynes · Fri Jul 24 15:51:53 2020 +0200
  100. 48de37a Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Mon Jul 27 11:15:37 2020 -0400