1. 53d1b19 test: Move restoring of driver model state to ut_run_list() by Simon Glass · Sun Mar 07 17:35:08 2021 -0700
  2. 1899e13 test: Move the devicetree check into ut_run_list() by Simon Glass · Sun Mar 07 17:35:07 2021 -0700
  3. 5ed319b test: Use return values in dm_test_run() by Simon Glass · Sun Mar 07 17:35:06 2021 -0700
  4. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · Sun Mar 07 17:35:05 2021 -0700
  5. 4066d8d test: Use a local variable for test state by Simon Glass · Sun Mar 07 17:35:04 2021 -0700
  6. 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · Sun Mar 07 17:35:03 2021 -0700
  7. d97fd78 test: Drop dm_do_test() by Simon Glass · Sun Mar 07 17:35:02 2021 -0700
  8. 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · Sun Mar 07 17:35:01 2021 -0700
  9. 5517edb test: Move test running into a separate function by Simon Glass · Sun Mar 07 17:35:00 2021 -0700
  10. 5b7e55b test: Move dm_test_destroy() into test-main.c by Simon Glass · Sun Mar 07 17:34:59 2021 -0700
  11. 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · Sun Mar 07 17:34:58 2021 -0700
  12. b98bfbc test: Drop struct dm_test_state by Simon Glass · Sun Mar 07 17:34:57 2021 -0700
  13. b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · Sun Mar 07 17:34:56 2021 -0700
  14. 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · Sun Mar 07 17:34:55 2021 -0700
  15. 2b566b9 test: Move console silencing to test_pre_run() by Simon Glass · Sun Mar 07 17:34:54 2021 -0700
  16. 86a5bd0 test: Drop mallinfo() work-around by Simon Glass · Sun Mar 07 17:34:53 2021 -0700
  17. 177e0fd test: Move dm_scan_plat() to test_pre_run() by Simon Glass · Sun Mar 07 17:34:52 2021 -0700
  18. 242357c test: Move do_autoprobe() to test_pre_run() by Simon Glass · Sun Mar 07 17:34:51 2021 -0700
  19. d18f739 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · Sun Mar 07 17:34:50 2021 -0700
  20. 0f8f677 test: Call test_pre/post_run() from driver model tests by Simon Glass · Sun Mar 07 17:34:49 2021 -0700
  21. d93dc7d test: Create pre/post-run functions by Simon Glass · Sun Mar 07 17:34:48 2021 -0700
  22. 5722fb2 test: Add an overall test runner by Simon Glass · Sun Mar 07 17:34:47 2021 -0700
  23. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · Sun Mar 07 17:34:46 2021 -0700
  24. ab1fca0 test: Mark all driver model tests with a flag by Simon Glass · Sun Mar 07 17:34:45 2021 -0700
  25. 8f05ec4 test: Correct setexpr test prefix by Simon Glass · Sun Mar 07 17:34:44 2021 -0700
  26. eaf2196 doc: Document how sandbox_spl_tests are run by Simon Glass · Sun Mar 07 17:34:43 2021 -0700
  27. 9e78ad6 doc: Explain how to run tests without pytest by Simon Glass · Sun Mar 07 17:34:42 2021 -0700
  28. 2a4b03f test: Re-enable test_ofplatdata by Simon Glass · Sun Mar 07 17:34:41 2021 -0700
  29. 46c0374 sandbox: Drop the 'starting...' message by Simon Glass · Sun Mar 07 17:34:40 2021 -0700
  30. 3602c55 doc: Document make tcheck by Simon Glass · Sun Mar 07 17:34:39 2021 -0700
  31. cb605d2 doc: Tidy up testing section by Simon Glass · Sun Mar 07 17:34:38 2021 -0700
  32. 41280b5 dm: core: Fix allocation of empty of-platdata by Simon Glass · Sun Mar 07 17:34:37 2021 -0700
  33. 503b0fb Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · Thu Mar 04 14:36:40 2021 -0500
  34. 48b8d14 Merge branch '2021-03-03-gpio-improvements' into next by Tom Rini · Thu Mar 04 13:12:51 2021 -0500
  35. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · Thu Feb 04 21:22:09 2021 -0700
  36. e43eae2 gpio: Define the log category in the uclass by Simon Glass · Thu Feb 04 21:22:08 2021 -0700
  37. 5935652 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · Thu Feb 04 21:22:07 2021 -0700
  38. ac37939 gpio: x86: Drop the deprecated methods in intel_gpio by Simon Glass · Thu Feb 04 21:22:06 2021 -0700
  39. 49f315a gpio: Use an 'ops' variable everywhere by Simon Glass · Thu Feb 04 21:22:05 2021 -0700
  40. 722f968 gpio: Replace direction_input() and direction_output() by Simon Glass · Thu Feb 04 21:22:04 2021 -0700
  41. 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · Thu Feb 04 21:22:03 2021 -0700
  42. 4d3b73e gpio: sandbox: Make sandbox_gpio_set_flags() set all flags by Simon Glass · Thu Feb 04 21:22:02 2021 -0700
  43. ae1e85b gpio: sandbox: Fully separate pin value from output value by Simon Glass · Thu Feb 04 21:22:01 2021 -0700
  44. 44a1a5b gpio: sandbox: Use a separate flag for the value by Simon Glass · Thu Feb 04 21:22:00 2021 -0700
  45. 3f2d575 gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · Thu Feb 04 21:21:59 2021 -0700
  46. 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · Thu Feb 04 21:21:57 2021 -0700
  47. d063ce9 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · Thu Feb 04 21:21:56 2021 -0700
  48. 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · Thu Feb 04 21:21:55 2021 -0700
  49. ea38372 gpio: Disable functions not used with of-platdata by Simon Glass · Thu Feb 04 21:21:54 2021 -0700
  50. 4d97c33 Merge branch '2021-03-03-assorted-improvements' into next by Tom Rini · Wed Mar 03 14:05:43 2021 -0500
  51. 5bc34cb video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · Mon Feb 22 00:12:34 2021 +0000
  52. 77759db tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · Sat Feb 06 14:23:42 2021 -0700
  53. e9d3d59 tpm: Add TPM2 support for write_lock by Simon Glass · Sat Feb 06 14:23:41 2021 -0700
  54. 3d930ed tpm: Add TPM2 support for read/write values by Simon Glass · Sat Feb 06 14:23:40 2021 -0700
  55. 713c58a tpm: Add an implementation of define_space by Simon Glass · Sat Feb 06 14:23:39 2021 -0700
  56. 3b3ac8b tpm: Reduce duplication in a few functions by Simon Glass · Sat Feb 06 14:23:38 2021 -0700
  57. 1f1eb34 tpm: Add a basic API implementation for TPMv2 by Simon Glass · Sat Feb 06 14:23:37 2021 -0700
  58. 3b8692a tpm: Switch TPMv1 over to use the new API by Simon Glass · Sat Feb 06 14:23:36 2021 -0700
  59. c036ebd tpm: Add an API that can support v1.2 and v2 by Simon Glass · Sat Feb 06 14:23:35 2021 -0700
  60. 94e37a3 tpm: Add debugging of request in tpm_sendrecv_command() by Simon Glass · Sat Feb 06 14:23:34 2021 -0700
  61. 2797ebf tpm: Use logging in the uclass by Simon Glass · Sat Feb 06 14:23:33 2021 -0700
  62. 7ec382a tpm: Don't include cr50 in TPL/SPL by Simon Glass · Sat Feb 06 14:23:32 2021 -0700
  63. cac744e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · Sat Feb 06 09:57:35 2021 -0700
  64. e00efa9 sandbox: Write out bloblist when exiting by Simon Glass · Sat Feb 06 09:57:34 2021 -0700
  65. edd094e sandbox: Avoid using malloc() for system state by Simon Glass · Sat Feb 06 09:57:33 2021 -0700
  66. 4c902fa sandbox: Add os_realloc() by Simon Glass · Sat Feb 06 09:57:32 2021 -0700
  67. af61846 s5p4418_nanopi2: Drop dead code by Simon Glass · Sat Feb 06 09:57:31 2021 -0700
  68. cbd5946 doc: Add a note about producing 'md.b' output using hexdump by Simon Glass · Sat Feb 06 09:57:30 2021 -0700
  69. be1d5e8 doc: describe the md command by Simon Glass · Sat Feb 06 09:57:29 2021 -0700
  70. caa5f18 binman: Indicate how to make binman verbose by Simon Glass · Sat Feb 06 09:57:28 2021 -0700
  71. e12d98a spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · Sat Feb 06 09:57:27 2021 -0700
  72. fb1c0ae arm: remove set_dacr/get_dacr functions by Patrick Delaunay · Fri Feb 05 13:53:39 2021 +0100
  73. a14e5b4 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · Fri Feb 05 13:53:38 2021 +0100
  74. b97cb09 arm: omap2: remove arm_init_domains by Patrick Delaunay · Fri Feb 05 13:53:37 2021 +0100
  75. 4aae24d arm: cp15: update DACR value to activate access control by Patrick Delaunay · Fri Feb 05 13:53:36 2021 +0100
  76. d133261 arm: cosmetic: align TTB_SECT define value by Patrick Delaunay · Fri Feb 05 13:53:35 2021 +0100
  77. 061801e arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH by Patrick Delaunay · Fri Feb 05 13:53:34 2021 +0100
  78. 4ad5a12 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · Fri Feb 05 13:53:33 2021 +0100
  79. c9b0dc3 stm32mp: update MMU config before the relocation by Patrick Delaunay · Fri Feb 05 13:53:32 2021 +0100
  80. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  81. 0f57627 Revert "lpc32xx: cpu: add support for soft reset" by Harald Seiler · Tue Dec 15 16:47:51 2020 +0100
  82. 2cfae26 board: ns3: Remove superfluous reset logic by Harald Seiler · Tue Dec 15 16:47:50 2020 +0100
  83. 9e2048c nds32: Remove dead reset_cpu() implementation by Harald Seiler · Tue Dec 15 16:47:49 2020 +0100
  84. 607be3d Prepare v2021.04-rc3 by Tom Rini · Mon Mar 01 22:46:41 2021 -0500
  85. 8712391 log: convert pr_*() to logging by Heinrich Schuchardt · Mon Jan 04 08:02:55 2021 +0100
  86. 33d1eab fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · Tue Feb 09 18:33:37 2021 +0100
  87. 2a1df58 uboot-test-hooks: Switch to our GitLab instance by Tom Rini · Wed Feb 24 17:05:04 2021 -0500
  88. 28b2b85 Correct U-Boot upstream repository by Heinrich Schuchardt · Wed Feb 24 13:19:04 2021 +0100
  89. c960c0a Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Feb 27 08:06:10 2021 -0500
  90. 36e815b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Feb 26 15:11:08 2021 -0500
  91. 0c5c020 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Fri Feb 26 12:41:19 2021 -0500
  92. 5a96289 Merge tag 'u-boot-stm32-20210226' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Fri Feb 26 12:41:06 2021 -0500
  93. c244416 cmd/efidebug: add firmware management protocol GUID by Heinrich Schuchardt · Fri Feb 26 17:57:47 2021 +0100
  94. 6eb30c1 efi_loader: fix documentation in efi_loader.h by Heinrich Schuchardt · Thu Feb 25 08:02:37 2021 +0100
  95. 3cd908d efi_loader: limit output length for VenHw, VenMedia by Heinrich Schuchardt · Tue Feb 23 21:15:35 2021 +0100
  96. 2748fb6 tools/mkeficapsule.c: fix DEBUG build by Klaus Heinrich Kiwi · Sat Feb 20 17:40:45 2021 -0300
  97. df57335 MAINTAINERS: assign tools/mkeficapsule.c to EFI PAYLOAD by Heinrich Schuchardt · Mon Feb 22 20:26:34 2021 +0100
  98. c462ae4 efi_loader: ACPI tables must be in EfiACPIReclaimMemory by Heinrich Schuchardt · Sun Feb 21 10:16:58 2021 +0100
  99. e3b0858 configs: stm32mp1: enable uefi related commands by Ilias Apalodimas · Fri Feb 26 14:52:51 2021 +0200
  100. 5206a68 arm: dts: stm32mp15: remove duplicate uart nodes by Patrick Delaunay · Wed Feb 24 11:00:56 2021 +0100