1. 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · Mon Jan 13 11:35:15 2020 +0100
  2. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · Mon Jan 13 11:35:14 2020 +0100
  3. 939cbe9 test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · Mon Jan 13 11:35:12 2020 +0100
  4. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · Mon Jan 13 11:35:00 2020 +0100
  5. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · Mon Jan 13 11:34:56 2020 +0100
  6. 4f3ad1c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Apr 16 16:41:40 2020 -0400
  7. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  8. 44c4789 dm: core: Read parent ofdata before children by Simon Glass · Sun Apr 05 15:38:19 2020 -0600
  9. 62070e0 test: fdtdec: test fdtdec_set_carveout() by Laurentiu Tudor · Fri Apr 03 13:43:04 2020 +0300
  10. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · Sun Mar 29 18:04:41 2020 +0200
  11. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · Sun Mar 29 18:04:40 2020 +0200
  12. 9a3a7f1 test: log: test syslog logging driver by Heinrich Schuchardt · Wed Feb 26 21:48:19 2020 +0100
  13. f433d50 test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · Wed Feb 26 21:48:18 2020 +0100
  14. c779e20 dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · Tue Feb 18 15:43:46 2020 +0100
  15. e962989 acpi: Add support for DMAR by Simon Glass · Wed Apr 08 16:57:39 2020 -0600
  16. b2672ea acpi: Add a central location for table version numbers by Simon Glass · Wed Apr 08 16:57:38 2020 -0600
  17. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · Wed Apr 08 16:57:34 2020 -0600
  18. c35854a cpu: Support querying the address width by Simon Glass · Wed Apr 08 16:57:20 2020 -0600
  19. 106930e dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · Thu Feb 27 17:21:54 2020 +0200
  20. bcab983 efi_loader, pytest: add UEFI secure boot tests (image) by AKASHI Takahiro · Tue Apr 14 11:51:51 2020 +0900
  21. 8e71bb5 efi_loader, pytest: add UEFI secure boot tests (authenticated variables) by AKASHI Takahiro · Tue Apr 14 11:51:50 2020 +0900
  22. 58c95c2 efi_loader, pytest: set up secure boot environment by AKASHI Takahiro · Tue Apr 14 11:51:49 2020 +0900
  23. f282d76 Merge branch 'next' by Tom Rini · Mon Apr 13 11:27:00 2020 -0400
  24. 6e09484 test/py: Allow using buildman to build U-Boot by Simon Glass · Wed Mar 18 09:43:01 2020 -0600
  25. 7240fa7 test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memory by Bin Meng · Sat Mar 28 07:25:28 2020 -0700
  26. 439f1c6 cmd: Add test and fix bugs for dm drivers by Sean Anderson · Mon Apr 06 10:23:09 2020 -0400
  27. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Apr 07 11:58:44 2020 -0400
  28. 9be531f test: vboot: Reduce fake kernel size to 500 bytes by Simon Glass · Wed Mar 18 11:44:08 2020 -0600
  29. b4a2f6a test: vboot: Move key creation into a function by Simon Glass · Wed Mar 18 11:44:07 2020 -0600
  30. 861b504 test: vboot: Fix pylint errors by Simon Glass · Wed Mar 18 11:44:05 2020 -0600
  31. 724c03b test: vboot: Tidy up the code a little by Simon Glass · Wed Mar 18 11:44:04 2020 -0600
  32. a0ba39d test: vboot: Parameterise the test by Simon Glass · Wed Mar 18 11:44:00 2020 -0600
  33. c35df8f test: vboot: Add a test for a forged configuration by Simon Glass · Wed Mar 18 11:43:59 2020 -0600
  34. f411a89 test: vboot: Drop unnecessary parameter for fit_check_sign by Simon Glass · Wed Mar 18 11:43:58 2020 -0600
  35. b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · Tue Mar 31 17:24:19 2020 -0400
  36. 783151e test/py: test_efi_grub_net() requires OF_CONTROL by Heinrich Schuchardt · Mon Mar 30 20:27:42 2020 +0200
  37. f8ce185 test/py: UEFI helloworld requires OF_CONTROL by Heinrich Schuchardt · Sat Mar 28 10:41:20 2020 +0100
  38. d3855cf test: typo decompression by Heinrich Schuchardt · Mon Mar 23 18:47:47 2020 +0100
  39. 84803e5 test/py: mmc: Fix 'mmc info' testcase by Harald Seiler · Thu Mar 26 18:07:27 2020 +0100
  40. 1073c23 cmd: gpio: Make `gpio input` return pin value again by Alex Kiernan · Wed Mar 11 08:46:29 2020 +0000
  41. f24cd6c test: add rsa_verify() unit test by AKASHI Takahiro · Fri Feb 21 15:13:00 2020 +0900
  42. 08bb9b7 test: aes: fix memleak by Philippe Reynes · Thu Feb 06 17:12:59 2020 +0100
  43. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  44. 0a4d619 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Feb 10 12:27:31 2020 -0500
  45. 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · Thu Feb 06 09:55:00 2020 -0700
  46. a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · Thu Feb 06 09:54:57 2020 -0700
  47. 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · Thu Feb 06 09:54:50 2020 -0700
  48. 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · Thu Feb 06 09:54:49 2020 -0700
  49. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  50. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  51. 70bc14b sound: Add a new stop_play() method by Simon Glass · Mon Feb 03 07:36:06 2020 -0700
  52. d856e91 test: Add a way to check each line of console output by Simon Glass · Mon Jan 27 08:49:56 2020 -0700
  53. 492d7b5 test: Enable console recording in tests by Simon Glass · Mon Jan 27 08:49:55 2020 -0700
  54. 3e85ea0 bloblist: Zero records when adding by Simon Glass · Mon Jan 27 08:49:52 2020 -0700
  55. 1e0304e bloblist: Add a new function to add or check size by Simon Glass · Mon Jan 27 08:49:50 2020 -0700
  56. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · Mon Jan 27 08:49:48 2020 -0700
  57. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · Mon Jan 27 08:49:47 2020 -0700
  58. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:46 2020 -0700
  59. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · Mon Jan 27 08:49:44 2020 -0700
  60. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:43 2020 -0700
  61. ba41e3e test: efi_selftest: fix pylint warnings by Heinrich Schuchardt · Sat Jan 25 21:58:56 2020 +0100
  62. a944dbb test: test_efi_fit: fix pylint warnings by Heinrich Schuchardt · Sat Jan 25 21:41:29 2020 +0100
  63. 61c72ea test/py: android: Add test for abootimg by Sam Protsenko · Fri Jan 24 17:53:45 2020 +0200
  64. cd43fa1 doc: android: Convert to Sphinx format by Sam Protsenko · Fri Jan 24 17:53:44 2020 +0200
  65. f1408af Consistently use nproc for counting the CPUs by Heinrich Schuchardt · Mon Jan 27 07:59:46 2020 +0100
  66. bb919a5 test: dm: spi: Fix sandbox dm_test_spi_find() by Bin Meng · Mon Sep 09 06:00:03 2019 -0700
  67. a6abf66 aes: add test unit for aes196 and aes256 by Philippe Reynes · Mon Jan 06 15:22:37 2020 +0100
  68. cb69a81 aes: add test unit for aes128 by Philippe Reynes · Mon Jan 06 15:22:36 2020 +0100
  69. 91366e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Thu Jan 16 09:45:40 2020 -0500
  70. dca1056 test/py: use valid device tree in test_fit.py by Heinrich Schuchardt · Wed Dec 18 11:05:59 2019 +0100
  71. a4eb5f1 test/py: hush_if_test: Add tests to cover octal/hex values by Michal Simek · Thu Oct 10 13:00:38 2019 +0200
  72. b00ebf5 test/cmd_ut.c: fix cmd_ut_category by Philippe Reynes · Thu Jan 09 17:34:02 2020 +0100
  73. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 09 08:52:21 2020 -0500
  74. 3768a0e Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Jan 08 18:57:11 2020 -0500
  75. 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · Sun Dec 29 21:19:28 2019 -0700
  76. 323ff9f dm: devres: Add tests by Simon Glass · Sun Dec 29 21:19:26 2019 -0700
  77. 204675c dm: test: Add a test driver for devres by Simon Glass · Sun Dec 29 21:19:25 2019 -0700
  78. 19920d7 test: Add functions to find the amount of allocated memory by Simon Glass · Sun Dec 29 21:19:23 2019 -0700
  79. 912893d test: rng: Add basic test for random number generator(rng) uclass by Sughosh Ganu · Sat Dec 28 23:58:33 2019 +0530
  80. 1cdae97 test/py: Create a test for launching UEFI binaries from FIT images by Cristian Ciocaltea · Mon Dec 30 03:34:27 2019 +0200
  81. 0e5f653 test/py: describe env__efi_loader_helloworld_file by Heinrich Schuchardt · Thu Dec 19 13:39:30 2019 +0100
  82. 6c6c807 test/py: Fix broken 'notbuildconfigspec' marker by Cristian Ciocaltea · Tue Dec 24 17:19:12 2019 +0200
  83. 1f99f84 cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · Tue Dec 17 19:07:04 2019 +0100
  84. abb8e21 remoteproc: elf_loader: Add elf resource table load support by Fabien Dessenne · Wed Oct 30 14:38:28 2019 +0100
  85. 1a6b0f1 Merge branch 'next' by Tom Rini · Mon Jan 06 17:07:49 2020 -0500
  86. dd8e634 test: Fix the boardspec for the SPL handoff test by Simon Glass · Fri Dec 27 07:46:30 2019 -0700
  87. 66b5b9e test_env: don't strip() printenv results by Stephen Warren · Wed Dec 18 11:37:21 2019 -0700
  88. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Wed Dec 18 07:20:19 2019 -0500
  89. f695f6e dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · Mon Oct 28 17:44:59 2019 +0000
  90. 1fe8a49 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · Mon Oct 28 17:44:58 2019 +0000
  91. 54028bc sandbox: Add a test for IRQ by Simon Glass · Fri Dec 06 21:41:59 2019 -0700
  92. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · Fri Dec 06 21:41:57 2019 -0700
  93. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · Fri Dec 06 21:41:54 2019 -0700
  94. de8e25b test.py: Make search for autoconf.mk more permissive by Simon Glass · Sun Dec 01 19:34:18 2019 -0700
  95. b5124e3 test: add asn1 unit test by AKASHI Takahiro · Wed Nov 13 09:45:02 2019 +0900
  96. 4b63f69 test/py: test_fs: add tests for creating/deleting many files by AKASHI Takahiro · Tue Nov 26 17:28:49 2019 +0900
  97. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  98. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  99. e1aba1e common: Add a new lz4.h header file by Simon Glass · Thu Nov 14 12:57:25 2019 -0700
  100. 513255b dm: test: usb: rework keyboard test by Heinrich Schuchardt · Sat Nov 23 18:15:23 2019 +0100