1. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 7 months ago
  2. 2034978 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · 4 years, 7 months ago
  3. 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 7 months ago
  4. 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 7 months ago
  5. 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 7 months ago
  6. 0f7b111 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 7 months ago
  7. 64ba6f4 acpi: Record the items added to SSDT by Simon Glass · 4 years, 7 months ago
  8. 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 7 months ago
  9. b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 7 months ago
  10. 740630b acpi: Add support for a generic power sequence by Simon Glass · 4 years, 7 months ago
  11. f8054dd acpi: Add support for writing a GPIO power sequence by Simon Glass · 4 years, 7 months ago
  12. f9189d5 acpi: Add support for writing a Power Resource by Simon Glass · 4 years, 7 months ago
  13. 9c70e7e acpi: Add support for various misc ACPI opcodes by Simon Glass · 4 years, 7 months ago
  14. 0667900 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 7 months ago
  15. 2357234 acpi: Support writing a GPIO by Simon Glass · 4 years, 7 months ago
  16. 0e5a0a0 acpi: Support writing Device Properties objects via _DSD by Simon Glass · 4 years, 7 months ago
  17. 29df845 acpi: Support writing a UUID by Simon Glass · 4 years, 7 months ago
  18. 7aed90d acpi: Support writing a name by Simon Glass · 4 years, 7 months ago
  19. 3df33bd acpi: Support writing a string by Simon Glass · 4 years, 7 months ago
  20. 83b2bd5 acpi: Support writing an integer by Simon Glass · 4 years, 7 months ago
  21. 03967ce acpigen: Support writing a package by Simon Glass · 4 years, 7 months ago
  22. 7e148f2 acpigen: Support writing a length by Simon Glass · 4 years, 7 months ago
  23. 70e5e67 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 7 months ago
  24. 31e1787 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 7 months ago
  25. 4ebc940 acpi: Support generation of a GPIO/irq for a device by Simon Glass · 4 years, 7 months ago
  26. a9e0a07 acpi: Support generation of GPIO descriptor by Simon Glass · 4 years, 7 months ago
  27. 7fb8da4 acpi: Support string output by Simon Glass · 4 years, 7 months ago
  28. 2912686 gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 7 months ago
  29. ff715c6 acpi: Support generation of interrupt descriptor by Simon Glass · 4 years, 7 months ago
  30. 61cc933 acpi: Support generation of ACPI code by Simon Glass · 4 years, 7 months ago
  31. f495513 irq: Add a method to convert an interrupt to ACPI by Simon Glass · 4 years, 7 months ago
  32. 2715b36 acpi: Add a way to check device status by Simon Glass · 4 years, 7 months ago
  33. 1361a53 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 7 months ago
  34. 4b724a1 dm: core: Add an ACPI name for the root node by Simon Glass · 4 years, 7 months ago
  35. 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 7 months ago
  36. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 7 months ago
  37. d450ce1 coral: Enable the copy framebuffer by Simon Glass · 4 years, 7 months ago
  38. e1ddf67 timer: Allow delays with a 32-bit microsecond timer by Simon Glass · 4 years, 7 months ago
  39. ce04a90 x86: p2sb: make P2SB driver depend on P2SB uclass by Wolfgang Wallner · 4 years, 7 months ago
  40. d872e7d drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge by Wolfgang Wallner · 4 years, 7 months ago
  41. fee68b9 Merge tag 'efi-2020-10-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 6 months ago
  42. c70f448 efi_loader: simplify 'printenv -e' by Heinrich Schuchardt · 4 years, 6 months ago
  43. 627ab39 efi_loader: describe EFI_VAR_FILE_MAGIC by Heinrich Schuchardt · 4 years, 6 months ago
  44. 7dda163 efi_loader: pre-seed UEFI variables by Heinrich Schuchardt · 4 years, 6 months ago
  45. 99bfab8 efi_loader: identify PK, KEK, db, dbx correctly by Heinrich Schuchardt · 4 years, 6 months ago
  46. be66b89 efi_loader: configuration of variables store by Heinrich Schuchardt · 4 years, 6 months ago
  47. 677da1c doc: provide links to Microsoft UEFI certificates by Heinrich Schuchardt · 4 years, 6 months ago
  48. 1a7b0f6 efi_loader: update secure state by Heinrich Schuchardt · 4 years, 6 months ago
  49. 012c56a efi_loader: restructure code for TEE variables by Heinrich Schuchardt · 4 years, 6 months ago
  50. f96744b efi_loader: display RO attribute with TEE-backed variables by Ilias Apalodimas · 4 years, 7 months ago
  51. f49ca85 efi_loader: skip warnings for network configuration by Heinrich Schuchardt · 4 years, 6 months ago
  52. ec5f0ed efi_selftest: enable 'bootefi hello' by Heinrich Schuchardt · 4 years, 6 months ago
  53. b961d55 cmd: fix lsblk command by Heinrich Schuchardt · 4 years, 6 months ago
  54. a2f0b50 cmd: drop fitupd command by Heinrich Schuchardt · 4 years, 7 months ago
  55. 3b33eff Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 6 months ago
  56. 47b0a49 Merge branch '2020-07-15-ci-updates' by Tom Rini · 4 years, 6 months ago
  57. 9e0f5ea Azure: copy GRUB to correct build path by Heinrich Schuchardt · 4 years, 6 months ago
  58. 82560ae .gitlab-ci.yml: copy GRUB to correct build path by Heinrich Schuchardt · 4 years, 6 months ago
  59. 19d7629 github: azure: Update our GitHub template to note for CI by Tom Rini · 4 years, 7 months ago
  60. 3f126c7 Merge tag 'ti-v2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 6 months ago
  61. ed4a11c mmc_spi: generate R1b response for erase and stop transmission command by Pragnesh Patel · 4 years, 7 months ago
  62. 6f4555a mmc: mmc_spi: Generate R1 response for erase block start and end address by Pragnesh Patel · 4 years, 7 months ago
  63. 70f176a mmc: mmc_spi: Read R2 response for send status command - CMD13 by Pragnesh Patel · 4 years, 7 months ago
  64. 810bc13 mmc: read ssr for SD spi by Pragnesh Patel · 4 years, 7 months ago
  65. a236d83 mmc: mmc_spi: generate R1 response for different mmc SPI commands by Pragnesh Patel · 4 years, 7 months ago
  66. 3ba1d53 mmc: mmc_spi: correct the while condition by Pragnesh Patel · 4 years, 7 months ago
  67. 959a481 Merge tag 'efi-2020-10-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 6 months ago
  68. 865fdfd arm: k3: use correct weak function name spl_board_prepare_for_linux by Patrick Delaunay · 4 years, 7 months ago
  69. 82c829d mmc: omap_hsmmc: Set 3.3V for IO voltage on all places by Pali Rohár · 4 years, 7 months ago
  70. dde9da8 arm: k3: Consolidate and silence k3_fit_atf.sh call by Jan Kiszka · 4 years, 7 months ago
  71. 58ad372 omap3_beagle: Finish current outstanding DM migrations by Tom Rini · 4 years, 7 months ago
  72. 7bb33e4 ARM: da850-evm: Unify config options with Kconfig by Adam Ford · 4 years, 7 months ago
  73. 5f1600e README: davinci: Clarify when SPL is used and the target devices. by Adam Ford · 4 years, 7 months ago
  74. 3f09ebf arm: dts: k3-am65: Sync CPSW DT node from kernel by Vignesh Raghavendra · 4 years, 7 months ago
  75. aeeca07 arm: dts: k3-j721e: Sync CPSW DT node from kernel by Vignesh Raghavendra · 4 years, 7 months ago
  76. 8422894 net: ti: am65-cpsw-nuss: Update driver to use kernel DT by Vignesh Raghavendra · 4 years, 7 months ago
  77. 9eab6fd net: ti: am65-cpsw-nuss: Set ALE default thread enable by Vignesh Raghavendra · 4 years, 7 months ago
  78. cf9b994 net: ti: am65-cpsw-nuss: Remove dead code by Vignesh Raghavendra · 4 years, 7 months ago
  79. ddcf531 dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair by Vignesh Raghavendra · 4 years, 7 months ago
  80. 7be5121 dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct by Vignesh Raghavendra · 4 years, 7 months ago
  81. af374c2 dma: ti: k3-udma: Introduce udma_chan_config struct by Vignesh Raghavendra · 4 years, 7 months ago
  82. b3f9599 soc: ti: k3-ringacc: Separate soc specific initialization by Vignesh Raghavendra · 4 years, 7 months ago
  83. 5d25784 soc: ti: k3-ringacc: Add an API to request pair of rings by Vignesh Raghavendra · 4 years, 7 months ago
  84. db08a1d soc: ti: k3-ringacc: Move state tracking variables under a struct by Vignesh Raghavendra · 4 years, 7 months ago
  85. 99faf0d arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT by Vignesh Raghavendra · 4 years, 7 months ago
  86. 5c92fff dma: ti: k3-udma: Update driver to use static endpoint Data by Vignesh Raghavendra · 4 years, 7 months ago
  87. 53b04c6 dma: ti: Add static PSIL endpoint information by Vignesh Raghavendra · 4 years, 7 months ago
  88. 497c759 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 7 months ago
  89. 4a3155d efi_selftest: adjust runtime test for variables by Heinrich Schuchardt · 4 years, 7 months ago
  90. b02a707 efi_loader: enable UEFI variables at runtime by Heinrich Schuchardt · 4 years, 10 months ago
  91. ab7296c efi_loader: use memory based variable storage by Heinrich Schuchardt · 4 years, 7 months ago
  92. f1f990a efi_loader: memory buffer for variables by Heinrich Schuchardt · 4 years, 10 months ago
  93. b0dd8cb efi_loader: new function efi_memcpy_runtime() by Heinrich Schuchardt · 4 years, 7 months ago
  94. 724d281 efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · 4 years, 10 months ago
  95. a44d2a2 efi_loader: export efi_convert_pointer() by Heinrich Schuchardt · 4 years, 10 months ago
  96. 5f7dcf0 efi_loader: UEFI variable persistence by Heinrich Schuchardt · 4 years, 10 months ago
  97. 198bf64 efi_loader: secure boot flag by Heinrich Schuchardt · 4 years, 7 months ago
  98. 55a8305 efi_loader: read-only AuditMode and DeployedMode by Heinrich Schuchardt · 4 years, 7 months ago
  99. fd7b673 efi_loader: value of VendorKeys by Heinrich Schuchardt · 4 years, 7 months ago
  100. 37fa7cb efi_loader: keep attributes in efi_set_variable_int by Heinrich Schuchardt · 4 years, 7 months ago