1. cf87f7c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 6 months ago WIP/16Apr2020
  2. f51b4bc Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 6 months ago
  3. b0dcc87 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 7 months ago
  4. 528d6b3 test: fdtdec: test fdtdec_set_carveout() by Laurentiu Tudor · 4 years, 7 months ago
  5. 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 7 months ago
  6. 70573c6 dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 7 months ago
  7. 7b912ed test: log: test syslog logging driver by Heinrich Schuchardt · 4 years, 8 months ago
  8. 395041b test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 8 months ago
  9. 0544ecb dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · 4 years, 8 months ago
  10. bfeb5d4 acpi: Add support for DMAR by Simon Glass · 4 years, 7 months ago
  11. 91fe8b7 acpi: Add a central location for table version numbers by Simon Glass · 4 years, 7 months ago
  12. f50cc95 acpi: Add a simple sandbox test by Simon Glass · 4 years, 7 months ago
  13. 600f584 cpu: Support querying the address width by Simon Glass · 4 years, 7 months ago
  14. bf4661bc dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · 4 years, 8 months ago
  15. 7254ebe efi_loader, pytest: add UEFI secure boot tests (image) by AKASHI Takahiro · 4 years, 6 months ago
  16. a9d5666 efi_loader, pytest: add UEFI secure boot tests (authenticated variables) by AKASHI Takahiro · 4 years, 6 months ago
  17. fe6ca4d efi_loader, pytest: set up secure boot environment by AKASHI Takahiro · 4 years, 6 months ago
  18. 8914831 Merge branch 'next' by Tom Rini · 4 years, 6 months ago
  19. f5ec7ee test/py: Allow using buildman to build U-Boot by Simon Glass · 4 years, 7 months ago
  20. b2c2608 test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memory by Bin Meng · 4 years, 7 months ago
  21. 97c7ac2 cmd: Add test and fix bugs for dm drivers by Sean Anderson · 4 years, 7 months ago
  22. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 7 months ago
  23. 0e29648 test: vboot: Reduce fake kernel size to 500 bytes by Simon Glass · 4 years, 7 months ago
  24. da76ed2 test: vboot: Move key creation into a function by Simon Glass · 4 years, 7 months ago
  25. b008677 test: vboot: Fix pylint errors by Simon Glass · 4 years, 7 months ago
  26. 3156ee3 test: vboot: Tidy up the code a little by Simon Glass · 4 years, 7 months ago
  27. 1b09003 test: vboot: Parameterise the test by Simon Glass · 4 years, 7 months ago
  28. c021971 test: vboot: Add a test for a forged configuration by Simon Glass · 4 years, 7 months ago
  29. 477f559 test: vboot: Drop unnecessary parameter for fit_check_sign by Simon Glass · 4 years, 7 months ago
  30. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 7 months ago
  31. 6735755 test/py: test_efi_grub_net() requires OF_CONTROL by Heinrich Schuchardt · 4 years, 7 months ago
  32. 5721df3 test/py: UEFI helloworld requires OF_CONTROL by Heinrich Schuchardt · 4 years, 7 months ago
  33. 6cc8e54 test: typo decompression by Heinrich Schuchardt · 4 years, 7 months ago
  34. 6748a1f test/py: mmc: Fix 'mmc info' testcase by Harald Seiler · 4 years, 7 months ago
  35. 4af2a33 cmd: gpio: Make `gpio input` return pin value again by Alex Kiernan · 4 years, 7 months ago
  36. d090b39 test: add rsa_verify() unit test by AKASHI Takahiro · 4 years, 8 months ago
  37. 58b209c test: aes: fix memleak by Philippe Reynes · 4 years, 9 months ago
  38. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  39. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 8 months ago
  40. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 9 months ago
  41. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 9 months ago
  42. 5016234 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 9 months ago
  43. 3cf0fba dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 9 months ago
  44. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  45. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  46. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 9 months ago
  47. 400175b test: Add a way to check each line of console output by Simon Glass · 4 years, 9 months ago
  48. cfccff8 test: Enable console recording in tests by Simon Glass · 4 years, 9 months ago
  49. b83994d bloblist: Zero records when adding by Simon Glass · 4 years, 9 months ago
  50. 5b04454 bloblist: Add a new function to add or check size by Simon Glass · 4 years, 9 months ago
  51. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 9 months ago
  52. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 9 months ago
  53. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  54. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 9 months ago
  55. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  56. 491e87a test: efi_selftest: fix pylint warnings by Heinrich Schuchardt · 4 years, 9 months ago
  57. df10a2c test: test_efi_fit: fix pylint warnings by Heinrich Schuchardt · 4 years, 9 months ago
  58. 01e9ee0 test/py: android: Add test for abootimg by Sam Protsenko · 4 years, 9 months ago
  59. 586a1bf doc: android: Convert to Sphinx format by Sam Protsenko · 4 years, 9 months ago
  60. 84f0415 Consistently use nproc for counting the CPUs by Heinrich Schuchardt · 4 years, 9 months ago
  61. bfcd929 test: dm: spi: Fix sandbox dm_test_spi_find() by Bin Meng · 5 years ago
  62. 1c6cd16 aes: add test unit for aes196 and aes256 by Philippe Reynes · 4 years, 10 months ago
  63. ebcdb8d aes: add test unit for aes128 by Philippe Reynes · 4 years, 10 months ago
  64. 92329e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 9 months ago
  65. 954ab3c test/py: use valid device tree in test_fit.py by Heinrich Schuchardt · 4 years, 10 months ago
  66. 9c6bf17 test/py: hush_if_test: Add tests to cover octal/hex values by Michal Simek · 5 years ago
  67. 3f05f08 test/cmd_ut.c: fix cmd_ut_category by Philippe Reynes · 4 years, 10 months ago
  68. d6b92b9 Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 10 months ago WIP/09Jan2020
  69. 7086de4 Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 10 months ago WIP/08Jan2020
  70. 42a0ce5 dm: devres: Add a new OFDATA phase by Simon Glass · 4 years, 10 months ago
  71. 8d6320c dm: devres: Add tests by Simon Glass · 4 years, 10 months ago
  72. dc12ebb dm: test: Add a test driver for devres by Simon Glass · 4 years, 10 months ago
  73. 8109863 test: Add functions to find the amount of allocated memory by Simon Glass · 4 years, 10 months ago
  74. 4ee08eb test: rng: Add basic test for random number generator(rng) uclass by Sughosh Ganu · 4 years, 10 months ago
  75. 8391f95 test/py: Create a test for launching UEFI binaries from FIT images by Cristian Ciocaltea · 4 years, 10 months ago
  76. 3510280 test/py: describe env__efi_loader_helloworld_file by Heinrich Schuchardt · 4 years, 10 months ago
  77. 49b5b19 test/py: Fix broken 'notbuildconfigspec' marker by Cristian Ciocaltea · 4 years, 10 months ago
  78. 4ad4edf cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · 4 years, 10 months ago
  79. ffcb880 remoteproc: elf_loader: Add elf resource table load support by Fabien Dessenne · 5 years ago
  80. 5a8fa09 Merge branch 'next' by Tom Rini · 4 years, 10 months ago WIP/06Jan2020
  81. 1785bf5 test: Fix the boardspec for the SPL handoff test by Simon Glass · 4 years, 10 months ago
  82. fc1a3bf test_env: don't strip() printenv results by Stephen Warren · 4 years, 10 months ago
  83. c0912f9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 10 months ago
  84. 951674a dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · 5 years ago
  85. 22e9351 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · 5 years ago
  86. fbb0efd sandbox: Add a test for IRQ by Simon Glass · 4 years, 11 months ago
  87. 3e17ffb sandbox: Add PCI driver and test for p2sb by Simon Glass · 4 years, 11 months ago
  88. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 4 years, 11 months ago
  89. cb10579 test.py: Make search for autoconf.mk more permissive by Simon Glass · 4 years, 11 months ago
  90. f523400f test: add asn1 unit test by AKASHI Takahiro · 5 years ago
  91. 995237b test/py: test_fs: add tests for creating/deleting many files by AKASHI Takahiro · 5 years ago
  92. 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
  93. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  94. 6c03f9e common: Add a new lz4.h header file by Simon Glass · 5 years ago
  95. 12f1e79 dm: test: usb: rework keyboard test by Heinrich Schuchardt · 5 years ago
  96. 96383bd tests: add OP-TEE test suite by Heiko Stuebner · 5 years ago
  97. 11406b8 dm: regulator: support regulator more state by Joseph Chen · 5 years ago
  98. c53b318 spi: Add support for memory-mapped flash by Simon Glass · 5 years ago
  99. bb1bb4b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  100. 79c84de test: provide test for errno_str() by Heinrich Schuchardt · 5 years ago