1. 14a9d75 x86: Add bindings for NHLT by Simon Glass · Tue Jul 07 21:32:13 2020 -0600
  2. 5eb6639 acpi: mmc: Generate ACPI info for the PCI SD Card by Simon Glass · Tue Jul 07 21:32:12 2020 -0600
  3. 837127f acpi: Support generation of a generic register by Simon Glass · Tue Jul 07 21:32:11 2020 -0600
  4. 6fcdaf1 acpi: Support generation of a scope by Simon Glass · Tue Jul 07 21:32:10 2020 -0600
  5. d6814e2 acpi: Export functions to write sized values by Simon Glass · Tue Jul 07 21:32:09 2020 -0600
  6. cd9667b dm: acpi: Add support for the NHLT table by Simon Glass · Tue Jul 07 21:32:08 2020 -0600
  7. 0123233 dm: core: Add a way of overriding the ACPI device path by Simon Glass · Tue Jul 07 21:32:07 2020 -0600
  8. 7f5e226 dtoc: Support ACPI paths in of-platdata by Simon Glass · Tue Jul 07 21:32:06 2020 -0600
  9. 9ed41e7 acpi: Allow creating the GNVS to fail by Simon Glass · Tue Jul 07 21:32:05 2020 -0600
  10. c4d9faf binman: Add way to locate an entry in memory by Simon Glass · Tue Jul 07 21:32:04 2020 -0600
  11. c7380c6 binman: Refactor binman_entry_find() to allow other nodes by Simon Glass · Tue Jul 07 21:32:03 2020 -0600
  12. c0ef789 binman: Allow setting the ROM offset by Simon Glass · Tue Jul 07 21:32:02 2020 -0600
  13. 64bbc0d acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · Tue Jul 07 13:12:12 2020 -0600
  14. 0964239 dm: acpi: Enhance acpi_get_name() by Simon Glass · Tue Jul 07 13:12:11 2020 -0600
  15. 6ad24f6 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · Tue Jul 07 13:12:10 2020 -0600
  16. 6ca9315 x86: Allow devices to write to DSDT by Simon Glass · Tue Jul 07 13:12:09 2020 -0600
  17. 990cd5b acpi: Add support for DSDT generation by Simon Glass · Tue Jul 07 13:12:08 2020 -0600
  18. f0a8d68 x86: Allow devices to write an SSDT by Simon Glass · Tue Jul 07 13:12:07 2020 -0600
  19. 3c601b1 acpi: Support ordering SSDT data by device by Simon Glass · Tue Jul 07 13:12:06 2020 -0600
  20. ee61e60 acpi: Record the items added to SSDT by Simon Glass · Tue Jul 07 13:12:05 2020 -0600
  21. c7c46e8 x86: acpi: Move MADT down a bit by Simon Glass · Tue Jul 07 13:12:04 2020 -0600
  22. d43e0ba acpi: Add support for SSDT generation by Simon Glass · Tue Jul 07 13:12:03 2020 -0600
  23. cec3af0 acpi: Add support for a generic power sequence by Simon Glass · Tue Jul 07 13:12:02 2020 -0600
  24. 8a20076 acpi: Add support for writing a GPIO power sequence by Simon Glass · Tue Jul 07 13:12:01 2020 -0600
  25. d0f7d9b acpi: Add support for writing a Power Resource by Simon Glass · Tue Jul 07 13:12:00 2020 -0600
  26. 9238fac acpi: Add support for various misc ACPI opcodes by Simon Glass · Tue Jul 07 13:11:59 2020 -0600
  27. dd0ed90 acpi: Support copying properties from device tree to ACPI by Simon Glass · Tue Jul 07 13:11:58 2020 -0600
  28. 5953449 acpi: Support writing a GPIO by Simon Glass · Tue Jul 07 13:11:57 2020 -0600
  29. c993ff7 acpi: Support writing Device Properties objects via _DSD by Simon Glass · Tue Jul 07 13:11:56 2020 -0600
  30. 48342b0 acpi: Support writing a UUID by Simon Glass · Tue Jul 07 13:11:55 2020 -0600
  31. 0dc3d51 acpi: Support writing a name by Simon Glass · Tue Jul 07 13:11:54 2020 -0600
  32. 45d6d95 acpi: Support writing a string by Simon Glass · Tue Jul 07 13:11:53 2020 -0600
  33. 8715ce0 acpi: Support writing an integer by Simon Glass · Tue Jul 07 13:11:52 2020 -0600
  34. edc2680 acpigen: Support writing a package by Simon Glass · Tue Jul 07 13:11:51 2020 -0600
  35. 0f27763 acpigen: Support writing a length by Simon Glass · Tue Jul 07 13:11:50 2020 -0600
  36. 711fd98 acpi: Support generation of SPI descriptor by Simon Glass · Tue Jul 07 13:11:49 2020 -0600
  37. 39ab867 acpi: Support generation of I2C descriptor by Simon Glass · Tue Jul 07 13:11:48 2020 -0600
  38. e2bbb13 acpi: Support generation of a GPIO/irq for a device by Simon Glass · Tue Jul 07 13:11:47 2020 -0600
  39. 4fa6331 acpi: Support generation of GPIO descriptor by Simon Glass · Tue Jul 07 13:11:46 2020 -0600
  40. 071c4a5 acpi: Support string output by Simon Glass · Tue Jul 07 13:11:45 2020 -0600
  41. 3176b6c gpio: Add a method to convert a GPIO to ACPI by Simon Glass · Tue Jul 07 13:11:44 2020 -0600
  42. 3d39c13 acpi: Support generation of interrupt descriptor by Simon Glass · Tue Jul 07 13:11:43 2020 -0600
  43. 98528d4 acpi: Support generation of ACPI code by Simon Glass · Tue Jul 07 13:11:42 2020 -0600
  44. b24cbf4 irq: Add a method to convert an interrupt to ACPI by Simon Glass · Tue Jul 07 13:11:41 2020 -0600
  45. 8965cc9 acpi: Add a way to check device status by Simon Glass · Tue Jul 07 13:11:40 2020 -0600
  46. ebb2e83 acpi: Add a function to get a device path and scope by Simon Glass · Tue Jul 07 13:11:39 2020 -0600
  47. 719ea08 dm: core: Add an ACPI name for the root node by Simon Glass · Tue Jul 07 13:11:38 2020 -0600
  48. 1d2a334 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · Thu Jul 09 18:43:17 2020 -0600
  49. e6ad202 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · Thu Jul 09 18:43:16 2020 -0600
  50. 6469d80 coral: Enable the copy framebuffer by Simon Glass · Thu Jul 09 18:43:15 2020 -0600
  51. 82213d8 timer: Allow delays with a 32-bit microsecond timer by Simon Glass · Thu Jul 09 18:43:14 2020 -0600
  52. a785185 x86: p2sb: make P2SB driver depend on P2SB uclass by Wolfgang Wallner · Wed Jul 01 13:37:24 2020 +0200
  53. f43b083 drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge by Wolfgang Wallner · Wed Jul 01 13:37:23 2020 +0200
  54. 9babf92 Merge tag 'efi-2020-10-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Jul 16 16:35:15 2020 -0400
  55. 7efbf7e efi_loader: simplify 'printenv -e' by Heinrich Schuchardt · Wed Jul 15 18:00:56 2020 +0200
  56. 4723a7d efi_loader: describe EFI_VAR_FILE_MAGIC by Heinrich Schuchardt · Thu Jul 16 07:18:40 2020 +0200
  57. 4b7d5c1 efi_loader: pre-seed UEFI variables by Heinrich Schuchardt · Tue Jul 14 21:25:28 2020 +0200
  58. 3a28033 efi_loader: identify PK, KEK, db, dbx correctly by Heinrich Schuchardt · Wed Jul 15 12:40:35 2020 +0200
  59. 41bc601 efi_loader: configuration of variables store by Heinrich Schuchardt · Tue Jul 14 19:18:33 2020 +0200
  60. 87f43de doc: provide links to Microsoft UEFI certificates by Heinrich Schuchardt · Tue Jul 14 12:52:51 2020 +0200
  61. 730e229 efi_loader: update secure state by Heinrich Schuchardt · Tue Jul 14 08:14:08 2020 +0200
  62. 0f2c333 efi_loader: restructure code for TEE variables by Heinrich Schuchardt · Tue Jul 14 08:04:49 2020 +0200
  63. 5f1bce9 efi_loader: display RO attribute with TEE-backed variables by Ilias Apalodimas · Thu Jul 09 23:00:40 2020 +0300
  64. 5ecb53a efi_loader: skip warnings for network configuration by Heinrich Schuchardt · Mon Jul 13 12:22:23 2020 +0200
  65. 9ad6e1e efi_selftest: enable 'bootefi hello' by Heinrich Schuchardt · Mon Jul 13 07:33:40 2020 +0200
  66. b1edfd2 cmd: fix lsblk command by Heinrich Schuchardt · Mon Jul 13 22:22:31 2020 +0200
  67. 4d27fa9 cmd: drop fitupd command by Heinrich Schuchardt · Wed Jun 17 10:53:29 2020 +0200
  68. 7756db3 Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Wed Jul 15 22:41:43 2020 -0400
  69. 92250c8 Merge branch '2020-07-15-ci-updates' by Tom Rini · Wed Jul 15 15:48:05 2020 -0400
  70. 0c9fdd0 Azure: copy GRUB to correct build path by Heinrich Schuchardt · Tue Jul 14 00:40:19 2020 +0200
  71. ba0ae21 .gitlab-ci.yml: copy GRUB to correct build path by Heinrich Schuchardt · Tue Jul 14 00:23:58 2020 +0200
  72. 3d2f540 github: azure: Update our GitHub template to note for CI by Tom Rini · Fri Jul 10 16:00:08 2020 -0400
  73. 6d4ae44 Merge tag 'ti-v2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Tue Jul 14 09:09:27 2020 -0400
  74. 0f26cf1 mmc_spi: generate R1b response for erase and stop transmission command by Pragnesh Patel · Mon Jun 29 15:17:29 2020 +0530
  75. 536b456 mmc: mmc_spi: Generate R1 response for erase block start and end address by Pragnesh Patel · Mon Jun 29 15:17:28 2020 +0530
  76. 68fbc9d mmc: mmc_spi: Read R2 response for send status command - CMD13 by Pragnesh Patel · Mon Jun 29 15:17:27 2020 +0530
  77. a01f57e mmc: read ssr for SD spi by Pragnesh Patel · Mon Jun 29 15:17:26 2020 +0530
  78. 049dc5f mmc: mmc_spi: generate R1 response for different mmc SPI commands by Pragnesh Patel · Mon Jun 29 15:17:25 2020 +0530
  79. 32ca52e mmc: mmc_spi: correct the while condition by Pragnesh Patel · Mon Jun 29 15:17:24 2020 +0530
  80. 95f2f66 Merge tag 'efi-2020-10-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Jul 13 11:29:51 2020 -0400
  81. 35c949c arm: k3: use correct weak function name spl_board_prepare_for_linux by Patrick Delaunay · Tue Jul 07 14:25:15 2020 +0200
  82. b2d1e56 mmc: omap_hsmmc: Set 3.3V for IO voltage on all places by Pali Rohár · Fri Jul 03 22:58:23 2020 +0200
  83. 826927a arm: k3: Consolidate and silence k3_fit_atf.sh call by Jan Kiszka · Wed Jul 01 20:09:40 2020 +0200
  84. 83141c5 omap3_beagle: Finish current outstanding DM migrations by Tom Rini · Tue Jun 30 15:02:27 2020 -0400
  85. 1db1b56 ARM: da850-evm: Unify config options with Kconfig by Adam Ford · Mon Jun 29 18:49:41 2020 -0500
  86. 8ddb617 README: davinci: Clarify when SPL is used and the target devices. by Adam Ford · Mon Jun 29 18:32:02 2020 -0500
  87. 388b117 arm: dts: k3-am65: Sync CPSW DT node from kernel by Vignesh Raghavendra · Mon Jul 06 13:36:56 2020 +0530
  88. 3f09ed4 arm: dts: k3-j721e: Sync CPSW DT node from kernel by Vignesh Raghavendra · Mon Jul 06 13:36:55 2020 +0530
  89. 2b834d0 net: ti: am65-cpsw-nuss: Update driver to use kernel DT by Vignesh Raghavendra · Mon Jul 06 13:36:54 2020 +0530
  90. 5cb8a0f net: ti: am65-cpsw-nuss: Set ALE default thread enable by Vignesh Raghavendra · Mon Jul 06 13:36:53 2020 +0530
  91. ceeb9f1 net: ti: am65-cpsw-nuss: Remove dead code by Vignesh Raghavendra · Mon Jul 06 13:36:52 2020 +0530
  92. d7c3eb0 dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair by Vignesh Raghavendra · Mon Jul 06 13:26:27 2020 +0530
  93. 2db3b28 dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct by Vignesh Raghavendra · Mon Jul 06 13:26:26 2020 +0530
  94. 0782621 dma: ti: k3-udma: Introduce udma_chan_config struct by Vignesh Raghavendra · Mon Jul 06 13:26:25 2020 +0530
  95. b627aad soc: ti: k3-ringacc: Separate soc specific initialization by Vignesh Raghavendra · Mon Jul 06 13:26:24 2020 +0530
  96. 9a7ad5e soc: ti: k3-ringacc: Add an API to request pair of rings by Vignesh Raghavendra · Mon Jul 06 13:26:23 2020 +0530
  97. 91b4335 soc: ti: k3-ringacc: Move state tracking variables under a struct by Vignesh Raghavendra · Mon Jul 06 13:26:22 2020 +0530
  98. 01250d8 arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT by Vignesh Raghavendra · Tue Jul 07 13:43:35 2020 +0530
  99. 222f5d8 dma: ti: k3-udma: Update driver to use static endpoint Data by Vignesh Raghavendra · Tue Jul 07 13:43:34 2020 +0530
  100. a555286 dma: ti: Add static PSIL endpoint information by Vignesh Raghavendra · Tue Jul 07 13:43:33 2020 +0530