1. c3de051 tis: fix tpm_tis_remove() by Heinrich Schuchardt · 2 years, 11 months ago
  2. 4c59560 pinctrl: stmfx: define LOG_CATEGORY by Patrick Delaunay · 3 years ago
  3. 0c6079c ARM: dts: stm32: Use lower-case hex for address for stm32429i-eval-u-boot.dtsi by Patrice Chotard · 3 years ago
  4. a2f823e ARM: dts: stm32: Use lower-case hex for address for stm32f746g-eval-u-boot.dtsi by Patrice Chotard · 3 years ago
  5. fbe6b99 ARM: dts: stm32: Use lower-case hex for address for stm32f429-disco-u-boot.dtsi by Patrice Chotard · 3 years ago
  6. e114ddc ARM: dts: stm32: Use lower-case hex for address for stm32f469-disco-u-boot.dtsi by Patrice Chotard · 3 years ago
  7. e447a18 ARM: dts: stm32: Use lower-case hex for address for stm32f7-u-boot.dtsi by Patrice Chotard · 3 years ago
  8. 4aace3d ARM: dts: stm32: Use lower-case hex for address for stm32746-disco-u-boot.dtsi by Patrice Chotard · 3 years ago
  9. f1a3eb5 ARM: dts: stm32: Use lower-case hex for address for stm32f769-disco-u-boot.dtsi by Patrice Chotard · 3 years ago
  10. b9a0cc8 ARM: dts: stm32: Use lower-case hex for address for stm32mp15-u-boot.dtsi by Patrice Chotard · 3 years ago
  11. c0d9bb0 efi_loader: Extend PCR's for firmware measurements by Ruchika Gupta · 2 years, 11 months ago
  12. 2957a1e tpm: use more algorithms than sha256 on pcr_read by Ruchika Gupta · 2 years, 11 months ago
  13. 34287ef efi_loader: Add check for event log passed from firmware by Ruchika Gupta · 2 years, 11 months ago
  14. 3b7bf8a test: unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 3 years ago
  15. 617270b configs: enable CMD_TPM on QEMU ARM by Heinrich Schuchardt · 3 years ago
  16. 9d24653 doc: qemu-arm peripherials by Heinrich Schuchardt · 2 years, 11 months ago
  17. 5db5815 serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL by Pali Rohár · 3 years ago
  18. 10c3bef arm: mvebu: turris_omnia: enable A385 watchdog before disabling MCU watchdog by Pali Rohár · 3 years ago
  19. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 11 months ago
  20. ade3746 Prepare v2022.01-rc3 by Tom Rini · 2 years, 11 months ago
  21. 2f7c7ae board: iot2050: update build documentation for OP-TEE by Ivan Mikhaylov · 2 years, 11 months ago
  22. 270eeb6 qemu: common: Fix build with update capsule by Vincent Stehlé · 2 years, 11 months ago
  23. 7d3bebb fastboot: Add maintainers entry by Sean Anderson · 2 years, 11 months ago
  24. 4469d3b clk: Add myself as a maintainer for the clock subsystem by Sean Anderson · 2 years, 11 months ago
  25. c087b5a Merge tag 'dm-pull-28nov21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 11 months ago
  26. 452e8c9 test/py: Raise a ValueError if a command fails by Simon Glass · 3 years ago
  27. 689d0a1 test/py: Relax the naming rules for unit tests by Simon Glass · 3 years ago
  28. 0a92dee sandbox: Enable HEXDUMP for sandbox_flattree by Simon Glass · 3 years ago
  29. 29fe555 dm: core: Add a way to count the devices in a uclass by Simon Glass · 3 years ago
  30. 4b03017 dm: core: Allow finding children / uclasses by partial name by Simon Glass · 3 years ago
  31. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 3 years ago
  32. 32c6a8e dm: core: Fix up string-function documentation by Simon Glass · 3 years ago
  33. 8044318 dm: core: Fix handling of uclass pre_unbind method by Simon Glass · 3 years ago
  34. fb933d0 dm: core: Add tests for stringlist functions by Simon Glass · 3 years ago
  35. 8ce465e common: Allow a smaller console-recording pre-reloc by Simon Glass · 3 years ago
  36. b7c2cc4 disk: part_dos: Fix a NULL pointer error by Simon Glass · 3 years ago
  37. 362a79f mbr: Correct verification check by Simon Glass · 3 years ago
  38. ce34a66 mmc: Allow for children other than the block device by Simon Glass · 3 years ago
  39. 0bf61ac sandbox: mmc: Support a backing file by Simon Glass · 3 years ago
  40. a0ff280 sandbox: Support unmapping a file by Simon Glass · 3 years ago
  41. 15156c9 test/py: Allow passing input to a program by Simon Glass · 3 years ago
  42. c700f10 binman: Fix extract command for using non-absolute image paths by Jan Kiszka · 3 years ago
  43. 1fb115e sf: doc: Add documentation for the 'sf' command by Simon Glass · 3 years, 1 month ago
  44. 3512e15 sf: Tidy up code to avoid #ifdef by Simon Glass · 3 years, 1 month ago
  45. ad4e010 sf: Use const for the stage name by Simon Glass · 3 years, 1 month ago
  46. 6b03448 command: Use a constant pointer for the help by Simon Glass · 3 years, 1 month ago
  47. 7acb322 env: Avoid using GNU features in awk by Simon Glass · 2 years, 11 months ago
  48. 693650b Merge tag 'efi-2022-01-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 11 months ago
  49. 2b5e710 test: fix pylint error in u_boot_console_exec_attach.py by Heinrich Schuchardt · 2 years, 11 months ago
  50. 6e6d37f test: fix pylint error in u_boot_console_sandbox.py by Heinrich Schuchardt · 2 years, 11 months ago
  51. 9aa1a14 test: fix pylint errors in u_boot_utils.py by Heinrich Schuchardt · 2 years, 11 months ago
  52. 67e9b64 test: fix pylint errors in u_boot_spawn.py by Heinrich Schuchardt · 2 years, 11 months ago
  53. 09e4098 test: fix pylint errors in multiplexed_log.py by Heinrich Schuchardt · 2 years, 11 months ago
  54. 9abd2ca efi_selftest: simplify endian conversion for FDT test by Heinrich Schuchardt · 2 years, 11 months ago
  55. 9d1564d efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · 3 years ago
  56. 1ae35c7 test: address some pylint warnings by Heinrich Schuchardt · 2 years, 11 months ago
  57. 7a001e0 sandbox: poweroff in efi_system_reset() by Heinrich Schuchardt · 3 years ago
  58. cd9a26b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · 3 years ago
  59. 3f73e79 efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services by Tom Rini · 3 years ago
  60. 1943f2a Merge branch '2021-11-23-scmi-and-tee-updates' into next by Tom Rini · 2 years, 11 months ago
  61. 48108f3 firmware: scmi: Add OP-TEE transport by Etienne Carriere · 3 years ago
  62. fcb41d4 dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messages by Etienne Carriere · 3 years ago
  63. 1442e9f tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFER by Etienne Carriere · 3 years ago
  64. 7c1a9b2 tee: optee: remove unused duplicated login Id macros by Etienne Carriere · 3 years ago
  65. 1662ed0 tee: define session login identifiers by Etienne Carriere · 3 years ago
  66. 32190a9 firmware: scmi: smccc transport: simplify probe sequence by Etienne Carriere · 3 years ago
  67. 3de5aef firmware: scmi: smccc transport: use plat data, not priv data by Etienne Carriere · 3 years ago
  68. 88a304f firmware: scmi: mailbox transport: use plat data, not priv data by Etienne Carriere · 3 years ago
  69. 7b49939 firmware: scmi: mailbox transport: fix probe failure implementation by Etienne Carriere · 3 years ago
  70. 5ddbbd1 firmware: scmi: fix description of an API function by Etienne Carriere · 3 years ago
  71. 7f6743d stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOX by Patrick Delaunay · 3 years ago
  72. 73ead2b firmware: scmi: add configs to select the supported agents by Patrick Delaunay · 3 years ago
  73. d47c4fe power: regulator: scmi: define LOG_CATEGORY by Patrick Delaunay · 3 years ago
  74. 31dc56f clk: scmi: define LOG_CATEGORY by Patrick Delaunay · 3 years ago
  75. d963154 reset: scmi: define LOG_CATEGORY by Patrick Delaunay · 3 years ago
  76. 5a24e12 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 2 years, 11 months ago
  77. f11513d net: phy: realtek: Add tx/rx delay config for 8211e by Samuel Holland · 3 years ago
  78. 8b41ded drivers: net: add Aspeed MDIO driver by Dylan Hung · 3 years ago
  79. 10aaefb net: tsec: Make redundant_init() static by Bin Meng · 3 years ago
  80. 04c350c net: fec_mxc: Declare 'promisc' as bool by Bin Meng · 3 years ago
  81. c7ae46ef net: dsa: Use true instead of 1 in the set_promisc() call by Bin Meng · 3 years ago
  82. d5ba618 cmd: pxe_utils: Check fdtcontroladdr in label_boot by Peter Hoyes · 3 years ago
  83. d4a660a net: bootp: Correct VCI string transmission by Walter Stoll · 3 years ago
  84. 0997bb4 configs: ls1021a-tsn: enable the generation of random Ethernet MAC addresses by Vladimir Oltean · 3 years, 1 month ago
  85. 0545e7f configs: ls1021a-tsn: enable sja1105 switch driver by Vladimir Oltean · 3 years, 1 month ago
  86. 39dd4f6 arm: dts: ls1021a-tsn: add sja1105 and eth2 bindings by Vladimir Oltean · 3 years, 1 month ago
  87. 7f7e73e net: dsa: sja1105: add support for SGMII by Vladimir Oltean · 3 years, 1 month ago
  88. f24b666 net: dsa: add driver for NXP SJA1105 L2 switch by Vladimir Oltean · 3 years, 1 month ago
  89. e3789a7 net: dsa: felix: configure the in-band autoneg property based on OF node info by Vladimir Oltean · 3 years, 1 month ago
  90. 2dd6acb net: introduce a helper to determine whether to use in-band autoneg by Vladimir Oltean · 3 years, 1 month ago
  91. 0783b16 net: dsa: allow drivers to get the port OF node by Vladimir Oltean · 3 years, 1 month ago
  92. 8a5c057 include: import if_vlan.h from Linux by Vladimir Oltean · 3 years, 1 month ago
  93. 9dcb810 net: tsec: add support for promiscuous mode by Vladimir Oltean · 3 years, 1 month ago
  94. 4a4e52f net: phy: mscc: add support for VSC8502 in dual RGMII mode by Vladimir Oltean · 3 years, 1 month ago
  95. 7dc48b4 spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debug by Tudor Ambarus · 3 years ago
  96. 396a8c5 configs: at91: sam9x60ek: add CLK and GPIO commands by Mihai Sain · 3 years ago
  97. 62cf34d ARM: dts: at91: sam9x60: add pioC node by Mihai Sain · 3 years ago
  98. 76c8e9c configs: sama5d2 boards: add DM and GPIO commands by Mihai Sain · 3 years, 2 months ago
  99. 2ad8d0c Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years ago
  100. d6b55a4 efi_loader: startup the tpm device when installing the protocol by Ilias Apalodimas · 3 years ago