1. f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 7 months ago
  2. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 7 months ago
  3. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 7 months ago
  4. c169d54 test: Drop dm_do_test() by Simon Glass · 3 years, 7 months ago
  5. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 7 months ago
  6. 99a88fe test: Move test running into a separate function by Simon Glass · 3 years, 7 months ago
  7. e77615d test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 7 months ago
  8. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 7 months ago
  9. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 7 months ago
  10. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 7 months ago
  11. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 7 months ago
  12. 7452471 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 7 months ago
  13. 19fb3db test: Drop mallinfo() work-around by Simon Glass · 3 years, 7 months ago
  14. 5a986f3 test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  15. 4b8b27e test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  16. d8ed234 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  17. 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 7 months ago
  18. d002a27 test: Create pre/post-run functions by Simon Glass · 3 years, 7 months ago
  19. 1c72175 test: Add an overall test runner by Simon Glass · 3 years, 7 months ago
  20. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 7 months ago
  21. 4bc639e test: Mark all driver model tests with a flag by Simon Glass · 3 years, 7 months ago
  22. 80b80d8 test: Correct setexpr test prefix by Simon Glass · 3 years, 7 months ago
  23. e56c094 doc: Document how sandbox_spl_tests are run by Simon Glass · 3 years, 7 months ago
  24. 4c8850a doc: Explain how to run tests without pytest by Simon Glass · 3 years, 7 months ago
  25. a353e76 test: Re-enable test_ofplatdata by Simon Glass · 3 years, 7 months ago
  26. bef1b28 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 7 months ago
  27. 8d16ebd doc: Document make tcheck by Simon Glass · 3 years, 7 months ago
  28. ccf6938 doc: Tidy up testing section by Simon Glass · 3 years, 7 months ago
  29. 20740e4 dm: core: Fix allocation of empty of-platdata by Simon Glass · 3 years, 7 months ago
  30. 668866a Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 3 years, 7 months ago
  31. 19a33a7 Merge branch '2021-03-03-gpio-improvements' into next by Tom Rini · 3 years, 7 months ago
  32. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 8 months ago
  33. be04f1a gpio: Define the log category in the uclass by Simon Glass · 3 years, 8 months ago
  34. d638a18 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · 3 years, 8 months ago
  35. edab114 gpio: x86: Drop the deprecated methods in intel_gpio by Simon Glass · 3 years, 8 months ago
  36. 3d64774 gpio: Use an 'ops' variable everywhere by Simon Glass · 3 years, 8 months ago
  37. ca1e1f5 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 8 months ago
  38. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 8 months ago
  39. e87e86f gpio: sandbox: Make sandbox_gpio_set_flags() set all flags by Simon Glass · 3 years, 8 months ago
  40. 0242aec gpio: sandbox: Fully separate pin value from output value by Simon Glass · 3 years, 8 months ago
  41. 1f212af gpio: sandbox: Use a separate flag for the value by Simon Glass · 3 years, 8 months ago
  42. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 8 months ago
  43. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 8 months ago
  44. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 8 months ago
  45. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 8 months ago
  46. 4fe4067 gpio: Disable functions not used with of-platdata by Simon Glass · 3 years, 8 months ago
  47. 5a9d863 Merge branch '2021-03-03-assorted-improvements' into next by Tom Rini · 3 years, 7 months ago
  48. 5d23532 video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 7 months ago
  49. 63af92e tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 8 months ago
  50. 7785bc1 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 8 months ago
  51. 6719cbe tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 8 months ago
  52. eadcbc7 tpm: Add an implementation of define_space by Simon Glass · 3 years, 8 months ago
  53. 1bea7cc tpm: Reduce duplication in a few functions by Simon Glass · 3 years, 8 months ago
  54. b8eb921 tpm: Add a basic API implementation for TPMv2 by Simon Glass · 3 years, 8 months ago
  55. d6a885f tpm: Switch TPMv1 over to use the new API by Simon Glass · 3 years, 8 months ago
  56. bfe8fa2 tpm: Add an API that can support v1.2 and v2 by Simon Glass · 3 years, 8 months ago
  57. 1a39ab8 tpm: Add debugging of request in tpm_sendrecv_command() by Simon Glass · 3 years, 8 months ago
  58. d5cb668 tpm: Use logging in the uclass by Simon Glass · 3 years, 8 months ago
  59. 13ad993 tpm: Don't include cr50 in TPL/SPL by Simon Glass · 3 years, 8 months ago
  60. 185756e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · 3 years, 8 months ago
  61. 1c52fcc sandbox: Write out bloblist when exiting by Simon Glass · 3 years, 8 months ago
  62. b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 8 months ago
  63. 14e46df sandbox: Add os_realloc() by Simon Glass · 3 years, 8 months ago
  64. 869badc s5p4418_nanopi2: Drop dead code by Simon Glass · 3 years, 8 months ago
  65. 008ae72 doc: Add a note about producing 'md.b' output using hexdump by Simon Glass · 3 years, 8 months ago
  66. 671c454 doc: describe the md command by Simon Glass · 3 years, 8 months ago
  67. ef10804 binman: Indicate how to make binman verbose by Simon Glass · 3 years, 8 months ago
  68. 1a9e75b spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 8 months ago
  69. 2740eda arm: remove set_dacr/get_dacr functions by Patrick Delaunay · 3 years, 8 months ago
  70. 8ca0f51 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · 3 years, 8 months ago
  71. cd3eadc arm: omap2: remove arm_init_domains by Patrick Delaunay · 3 years, 8 months ago
  72. 503eea4 arm: cp15: update DACR value to activate access control by Patrick Delaunay · 3 years, 8 months ago
  73. 9b39d24 arm: cosmetic: align TTB_SECT define value by Patrick Delaunay · 3 years, 8 months ago
  74. 342e1ab arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH by Patrick Delaunay · 3 years, 8 months ago
  75. aad8414 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · 3 years, 8 months ago
  76. 1419e5b stm32mp: update MMU config before the relocation by Patrick Delaunay · 3 years, 8 months ago
  77. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  78. 3394f39 Revert "lpc32xx: cpu: add support for soft reset" by Harald Seiler · 3 years, 10 months ago
  79. 10b86ef board: ns3: Remove superfluous reset logic by Harald Seiler · 3 years, 10 months ago
  80. 5075bf2 nds32: Remove dead reset_cpu() implementation by Harald Seiler · 3 years, 10 months ago
  81. c5219c4 Prepare v2021.04-rc3 by Tom Rini · 3 years, 7 months ago
  82. e86ad66 log: convert pr_*() to logging by Heinrich Schuchardt · 3 years, 9 months ago
  83. 1afb9f2 fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · 3 years, 8 months ago
  84. 85ae52b uboot-test-hooks: Switch to our GitLab instance by Tom Rini · 3 years, 7 months ago
  85. a3bbd0b Correct U-Boot upstream repository by Heinrich Schuchardt · 3 years, 7 months ago
  86. 9935050 Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 7 months ago
  87. 08cca18 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 7 months ago
  88. b839fc9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 7 months ago
  89. a3c6d28 Merge tag 'u-boot-stm32-20210226' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 7 months ago
  90. a2c3f1b cmd/efidebug: add firmware management protocol GUID by Heinrich Schuchardt · 3 years, 7 months ago
  91. c6f077a efi_loader: fix documentation in efi_loader.h by Heinrich Schuchardt · 3 years, 7 months ago
  92. 9c081a7 efi_loader: limit output length for VenHw, VenMedia by Heinrich Schuchardt · 3 years, 7 months ago
  93. 95cacc8 tools/mkeficapsule.c: fix DEBUG build by Klaus Heinrich Kiwi · 3 years, 7 months ago
  94. 77cae56 MAINTAINERS: assign tools/mkeficapsule.c to EFI PAYLOAD by Heinrich Schuchardt · 3 years, 7 months ago
  95. 992b173 efi_loader: ACPI tables must be in EfiACPIReclaimMemory by Heinrich Schuchardt · 3 years, 7 months ago
  96. 1b3db34 configs: stm32mp1: enable uefi related commands by Ilias Apalodimas · 3 years, 7 months ago
  97. 1a1a47c arm: dts: stm32mp15: remove duplicate uart nodes by Patrick Delaunay · 3 years, 7 months ago
  98. 0bbfae7 ARM: stm32: Add USB host boot support by Marek Vasut · 3 years, 8 months ago
  99. 0a7e5e5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 8 months ago
  100. ba0b984 usb: kbd: Also accept keyboards with Interrupt OUT endpoint by Stefan Brüns · 3 years, 7 months ago