1. cd9a26b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · 2 years, 10 months ago
  2. 3f73e79 efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services by Tom Rini · 2 years, 10 months ago
  3. 1943f2a Merge branch '2021-11-23-scmi-and-tee-updates' into next by Tom Rini · 2 years, 10 months ago
  4. 48108f3 firmware: scmi: Add OP-TEE transport by Etienne Carriere · 2 years, 11 months ago
  5. fcb41d4 dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messages by Etienne Carriere · 2 years, 11 months ago
  6. 1442e9f tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFER by Etienne Carriere · 2 years, 11 months ago
  7. 7c1a9b2 tee: optee: remove unused duplicated login Id macros by Etienne Carriere · 2 years, 11 months ago
  8. 1662ed0 tee: define session login identifiers by Etienne Carriere · 2 years, 11 months ago
  9. 32190a9 firmware: scmi: smccc transport: simplify probe sequence by Etienne Carriere · 2 years, 11 months ago
  10. 3de5aef firmware: scmi: smccc transport: use plat data, not priv data by Etienne Carriere · 2 years, 11 months ago
  11. 88a304f firmware: scmi: mailbox transport: use plat data, not priv data by Etienne Carriere · 2 years, 11 months ago
  12. 7b49939 firmware: scmi: mailbox transport: fix probe failure implementation by Etienne Carriere · 2 years, 11 months ago
  13. 5ddbbd1 firmware: scmi: fix description of an API function by Etienne Carriere · 2 years, 11 months ago
  14. 7f6743d stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOX by Patrick Delaunay · 2 years, 11 months ago
  15. 73ead2b firmware: scmi: add configs to select the supported agents by Patrick Delaunay · 2 years, 11 months ago
  16. d47c4fe power: regulator: scmi: define LOG_CATEGORY by Patrick Delaunay · 2 years, 11 months ago
  17. 31dc56f clk: scmi: define LOG_CATEGORY by Patrick Delaunay · 2 years, 11 months ago
  18. d963154 reset: scmi: define LOG_CATEGORY by Patrick Delaunay · 2 years, 11 months ago
  19. 5a24e12 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 2 years, 10 months ago
  20. f11513d net: phy: realtek: Add tx/rx delay config for 8211e by Samuel Holland · 3 years ago
  21. 8b41ded drivers: net: add Aspeed MDIO driver by Dylan Hung · 2 years, 11 months ago
  22. 10aaefb net: tsec: Make redundant_init() static by Bin Meng · 2 years, 11 months ago
  23. 04c350c net: fec_mxc: Declare 'promisc' as bool by Bin Meng · 2 years, 11 months ago
  24. c7ae46ef net: dsa: Use true instead of 1 in the set_promisc() call by Bin Meng · 2 years, 11 months ago
  25. d5ba618 cmd: pxe_utils: Check fdtcontroladdr in label_boot by Peter Hoyes · 3 years ago
  26. d4a660a net: bootp: Correct VCI string transmission by Walter Stoll · 3 years ago
  27. 0997bb4 configs: ls1021a-tsn: enable the generation of random Ethernet MAC addresses by Vladimir Oltean · 3 years ago
  28. 0545e7f configs: ls1021a-tsn: enable sja1105 switch driver by Vladimir Oltean · 3 years ago
  29. 39dd4f6 arm: dts: ls1021a-tsn: add sja1105 and eth2 bindings by Vladimir Oltean · 3 years ago
  30. 7f7e73e net: dsa: sja1105: add support for SGMII by Vladimir Oltean · 3 years ago
  31. f24b666 net: dsa: add driver for NXP SJA1105 L2 switch by Vladimir Oltean · 3 years ago
  32. e3789a7 net: dsa: felix: configure the in-band autoneg property based on OF node info by Vladimir Oltean · 3 years ago
  33. 2dd6acb net: introduce a helper to determine whether to use in-band autoneg by Vladimir Oltean · 3 years ago
  34. 0783b16 net: dsa: allow drivers to get the port OF node by Vladimir Oltean · 3 years ago
  35. 8a5c057 include: import if_vlan.h from Linux by Vladimir Oltean · 3 years ago
  36. 9dcb810 net: tsec: add support for promiscuous mode by Vladimir Oltean · 3 years ago
  37. 4a4e52f net: phy: mscc: add support for VSC8502 in dual RGMII mode by Vladimir Oltean · 3 years ago
  38. 2ad8d0c Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  39. d6b55a4 efi_loader: startup the tpm device when installing the protocol by Ilias Apalodimas · 2 years, 10 months ago
  40. 5ba0397 efi_loader: fix FinalEvents table if an EFI app invoked GetEventLog by Ilias Apalodimas · 2 years, 10 months ago
  41. dc52578 efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9 by Heinrich Schuchardt · 2 years, 10 months ago
  42. 22ad3f5 efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICE by Heinrich Schuchardt · 2 years, 10 months ago
  43. 43eaf5b efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES by Heinrich Schuchardt · 2 years, 10 months ago
  44. 5d49b32 efi_loader: capsule: Record capsule result only if capsule is read by Masami Hiramatsu · 2 years, 10 months ago
  45. 3961bd9 efi_loader: Reduce efi_tcg2 logging statement by Masahisa Kojima · 2 years, 11 months ago
  46. e032cb2 efi_loader: Sphinx comments in efi_api.h by Heinrich Schuchardt · 2 years, 10 months ago
  47. 45c16fd efi: add comment for efi_system_table and efi_configuration_table by Masahisa Kojima · 2 years, 10 months ago
  48. 3f80064 doc: fix typos in trace.rst by Heinrich Schuchardt · 2 years, 10 months ago
  49. dfec0e9 scripts: update spelling.txt from upstream Linux by Heinrich Schuchardt · 2 years, 10 months ago
  50. 0c9e8bf test: test truncation in snprintf() by Heinrich Schuchardt · 2 years, 10 months ago
  51. ac7606a lmb: fix typo 'commun' by Heinrich Schuchardt · 2 years, 10 months ago
  52. 7db07aa lmb: drop unused lmb_size_bytes() by Heinrich Schuchardt · 2 years, 10 months ago
  53. 951a8c4 lmb: remove extern keyword in lmb.h by Heinrich Schuchardt · 2 years, 10 months ago
  54. 4ad4c2d doc: add include/lmb.h to the HTML documentation by Heinrich Schuchardt · 2 years, 10 months ago
  55. 5a51513 lmb: remove lmb_is_nomap() from include by Heinrich Schuchardt · 2 years, 10 months ago
  56. 454a974 Merge tag 'u-boot-amlogic-20211119' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 2 years, 10 months ago
  57. b5f2c68 Merge tag 'tpm-19112021' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 2 years, 10 months ago
  58. 28f70cf configs: meson64_android: add PANIC stage for SYSTEM fails by Neil Armstrong · 2 years, 10 months ago
  59. bdc68df configs: meson64_android: bypass other checks on run_fastboot=1 by Neil Armstrong · 2 years, 10 months ago
  60. 886d36e pinctrl: meson: Correct the driver GPIO declaration by Simon Glass · 2 years, 10 months ago
  61. f9bab98 Revert "nvme: Enable FUA" by Tom Rini · 2 years, 10 months ago
  62. 8e2a782 Revert "nvme: Fix error in nvme_setup_prps" by Tom Rini · 2 years, 10 months ago
  63. 8391a0f Merge branch '2021-11-18-regression-fixes' by Tom Rini · 2 years, 10 months ago
  64. b1f3f98 arm64: Add missing GD_FLG_SKIP_RELOC handling by Marek Vasut · 2 years, 10 months ago
  65. bd994c0 lmb: Reserve U-Boot separately if relocation is disabled by Marek Vasut · 2 years, 10 months ago
  66. 47d7d03 board_f: Copy GD to new GD even if relocation disabled by Marek Vasut · 2 years, 10 months ago
  67. 50f7b2e part: return -ENOSYS when get_info not valid. by schspa · 3 years ago
  68. 0171d05 Revert "board: synquacer: developerbox: Don't set gd->env_addr to default_environment" by Masami Hiramatsu · 2 years, 10 months ago
  69. 7a9b768 Merge branch '2021-11-17-assorted-driver-platform-updates' into next by Tom Rini · 2 years, 10 months ago
  70. b5b97ae configs: am64x_evm_*_defconfig: Add configs to enable serdes for USB 3.0 support by Aswath Govindraju · 3 years ago
  71. 326ee2b arm: dts: am642-sk: Add and Enable USB SuperSpeed Host Port in SPL by Kishon Vijay Abraham I · 3 years ago
  72. 1ac3b72 usb: cdns3: cdns3-ti: Add compatible for AM64 SoC by Aswath Govindraju · 3 years ago
  73. 82c6558 phy: cadence: phy-cadence-torrent: Change the name of subnode searched by Aswath Govindraju · 3 years ago
  74. c4eef59 nvme: Fix error in nvme_setup_prps by Jon Lin · 3 years ago
  75. b6bfb89 nvme: Enable FUA by Jon Lin · 3 years ago
  76. 4f2e228 RFC: arm: pci: Add PCI cam support to PCI-E ecam driver by Alistair Delva · 3 years ago
  77. e3cdc2c configs: ast2600: Boot kernel FIT in DRAM by Chia-Wei Wang · 2 years, 11 months ago
  78. 3aeb239 configs: aspeed: Make EXTRA_ENV_SETTINGS board specific by Chia-Wei Wang · 2 years, 11 months ago
  79. ddd778a configs: ast2600-evb: Enable SPL FIT support by Chia-Wei Wang · 2 years, 11 months ago
  80. e3aab73 ast2600: spl: Locate load buffer in DRAM space by Chia-Wei Wang · 2 years, 11 months ago
  81. f055227 ARM: dts: ast2600: Add ACRY to device tree by Chia-Wei Wang · 2 years, 11 months ago
  82. 89c36cc crypto: aspeed: Add AST2600 ACRY support by Chia-Wei Wang · 2 years, 11 months ago
  83. af64511 clk: ast2600: Add RSACLK control for ACRY by Chia-Wei Wang · 2 years, 11 months ago
  84. a2f16d0 ARM: dts: ast2600: Add HACE to device tree by Joel Stanley · 2 years, 11 months ago
  85. 9fcdd98 crypto: aspeed: Add AST2600 HACE support by Johnny Huang · 2 years, 11 months ago
  86. 4080714 clk: ast2600: Add YCLK control for HACE by Joel Stanley · 2 years, 11 months ago
  87. 3d99be9 aspeed: ast2600: Enlarge SRAM size by Chia-Wei Wang · 2 years, 11 months ago
  88. deea089 image: fit: Fix parameter name for hash algorithm by Chia-Wei Wang · 2 years, 11 months ago
  89. faf5d4d mmc: mtk-sd: implement waiting for DAT0 line state by Julien Masson · 2 years, 11 months ago
  90. 55de0c1 rk3399: Don't enable the debug UART if there is no driver by Simon Glass · 2 years, 11 months ago
  91. 370cc94 arm: qemu: Enable the debug UART by Simon Glass · 2 years, 11 months ago
  92. 0dba458 arm: Init the debug UART by Simon Glass · 2 years, 11 months ago
  93. 31ec464 arm: Fix some inconsistent debug-UART CONFIG options by Simon Glass · 2 years, 11 months ago
  94. a4bc38d pci: Add standard PCIe ECAM macros by Pali Rohár · 2 years, 11 months ago
  95. b814e00 pinctrl: Add Apple pinctrl driver by Mark Kettenis · 2 years, 11 months ago
  96. 46220bf aspeed: AST2600 Pinctrl Driver by Ryan Chen · 2 years, 11 months ago
  97. 4a08dba drivers: tpm: atmel_twi: fix printf specifier compile warning by Mathew McBride · 2 years, 11 months ago
  98. fb30d99 drivers: tpm: atmel_twi: implement get_desc operation by Mathew McBride · 2 years, 11 months ago
  99. fdb4a5f drivers: tpm: atmel_twi: do not use an offset byte by Mathew McBride · 2 years, 11 months ago
  100. 02f50d8 drivers: tpm: atmel_twi: drop non-DM_I2C compatibility by Mathew McBride · 2 years, 11 months ago