1. a5c30c2 tpm: Use the new API on tpm2 spi driver by Ilias Apalodimas · 3 years, 1 month ago
  2. e0ff348 tpm2: Add a TPMv2 MMIO TIS driver by Ilias Apalodimas · 3 years, 1 month ago
  3. 2c9626c tpm2: Introduce TIS tpm core by Ilias Apalodimas · 3 years, 1 month ago
  4. c9e6d9c tpm: refactor function names for LPC based TPMs by Ilias Apalodimas · 3 years, 1 month ago
  5. 07b6b15 tpm: refactor function names and macros for infineon v1.2 TPM by Ilias Apalodimas · 3 years, 1 month ago
  6. c9c1cdb efi_loader: fix BootOrder variable measurement handling by Masahisa Kojima · 3 years, 1 month ago
  7. 6354913 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 1 month ago
  8. 5c61710 tools: kwbimage: Properly set srcaddr in kwbimage v0 by Pali Rohár · 3 years, 1 month ago
  9. 851114b tools: kwbimage: Properly calculate and align kwbimage v0 header size by Pali Rohár · 3 years, 1 month ago
  10. 2b0980c tools: kwbimage: Fill the real header size into the main header by Pali Rohár · 3 years, 1 month ago
  11. 5cad2e6 tools: kwbimage: Align kwbimage header to proper size by Pali Rohár · 3 years, 1 month ago
  12. e23ad5d tools: kwbimage: Do not put final image padding to the image data size by Pali Rohár · 3 years, 1 month ago
  13. 188099e tools: kwbimage: Align final UART image to 128 bytes by Pali Rohár · 3 years, 1 month ago
  14. 56087c1 tools: kwbimage: Remove unused enums and prototypes by Pali Rohár · 3 years, 1 month ago
  15. 700ea98 tools: kwbimage: Fix validation of kwbimage v0 by Pali Rohár · 3 years, 1 month ago
  16. d1547b3 tools: kwbimage: Set BOOT_FROM by default to SPI by Pali Rohár · 3 years, 1 month ago
  17. 01bdac6 tools: kwbimage: Explicitly set version also for kwbimage v0 by Pali Rohár · 3 years, 1 month ago
  18. 12f2c03 tools: kwbimage: Add support for new commands UART_PORT and UART_MPP by Pali Rohár · 3 years, 1 month ago
  19. cbf0d3a pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macro by Pali Rohár · 3 years, 1 month ago
  20. 75176dc tools: kwboot: Always print kwboot version by Pali Rohár · 3 years, 1 month ago
  21. f8017c3 tools: kwboot: Fix sending Kirkwood v0 images by Pali Rohár · 3 years, 1 month ago
  22. a779582 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 1 month ago
  23. 86798ee watchdog: don't autostart watchdog on Sunxi boards by Heinrich Schuchardt · 3 years, 1 month ago
  24. e8e9c6f Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 1 month ago
  25. a80f582 exynos: mmu: use CONFIG_IS_ENABLED by Minkyu Kang · 3 years, 1 month ago
  26. 2b77d9a exynos78x0: pinctrl: set const to structs by Minkyu Kang · 3 years, 1 month ago
  27. dfb8470 exynos: pwm: Deal with a PWM at 100% by Simon Glass · 3 years, 1 month ago
  28. b842340 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 1 month ago
  29. 990e1e4 Fix syntax error by Leo Yu-Chi Liang · 3 years, 1 month ago
  30. 5f888ab riscv: ae350: Use #if defined instead of CONFIG_IS_ENABLED by Leo Yu-Chi Liang · 3 years, 1 month ago
  31. 41635cc riscv: add #define in asm/io.h for some device drivers by Wei Fu · 3 years, 1 month ago
  32. 89a86dc cmd: sbi: show SBI implementation version by Heinrich Schuchardt · 3 years, 1 month ago
  33. afb8e1f riscv: function to retrieve SBI implementation version by Heinrich Schuchardt · 3 years, 1 month ago
  34. f8ed905 Merge tag 'efi-2022-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 1 month ago
  35. f8d7e6e dfu: newline after updating by Heinrich Schuchardt · 3 years, 9 months ago
  36. 34f2577 ARM: renesas: reduce rcar3_salvator-x image size by Heinrich Schuchardt · 3 years, 4 months ago
  37. aa1b504 efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured Boot by Masahisa Kojima · 3 years, 1 month ago
  38. 1834c08 efi: Add video support to the app by Simon Glass · 3 years, 1 month ago
  39. f844573 efi: Add a way to obtain boot services in the app by Simon Glass · 3 years, 1 month ago
  40. 9c297a3 x86: Don't duplicate global_ptr in 64-bit EFI app by Simon Glass · 3 years, 1 month ago
  41. e16c47f efi: Create a 64-bit app by Simon Glass · 3 years, 1 month ago
  42. f4d227c x86: Create a 32/64-bit selection for the app by Simon Glass · 3 years, 1 month ago
  43. 26e24d6 efi: Drop the OF_EMBED warning for EFI by Simon Glass · 3 years, 1 month ago
  44. 815ef1c efi: Enable DM_ETH for the app by Simon Glass · 3 years, 1 month ago
  45. 6b2f829 efi: Add a script to build an image for testing on UEFI by Simon Glass · 3 years, 1 month ago
  46. 7fc93ca efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand by Masahisa Kojima · 3 years, 1 month ago
  47. 14cbb33 efi_loader: use byteshift unaligned access helper by Masahisa Kojima · 3 years, 1 month ago
  48. 50b05eb efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · 3 years, 1 month ago
  49. 212f078 doc: mmc rescan speed mode by Heinrich Schuchardt · 3 years, 1 month ago
  50. a212f5d doc: Remove the obsolete README.AMCC-eval-boards-cleanup file by Thomas Huth · 3 years, 1 month ago
  51. c6e13c7 doc: Remove obsolete doc/README.nand-boot-ppc440 by Stefan Roese · 3 years, 1 month ago
  52. 5220751 Merge branch '2021-11-05-Kconfig-syncs' by Tom Rini · 3 years, 1 month ago
  53. ce5bae5 configs: Resync with savedefconfig by Tom Rini · 3 years, 1 month ago
  54. 5523afb Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · 3 years, 1 month ago
  55. 1616626 Convert CONFIG_SPL_DRIVERS_MISC et al to Kconfig by Tom Rini · 3 years, 1 month ago
  56. 4ca10b9 Convert CONFIG_BMP_16BPP to Kconfig by Tom Rini · 3 years, 1 month ago
  57. 4d7a3f5 Convert CONFIG_OF_EMBED to Kconfig by Tom Rini · 3 years, 1 month ago
  58. 74337aa Convert CONFIG_MCFUART to Kconfig by Tom Rini · 3 years, 1 month ago
  59. 61e1972 Convert CONFIG_FEC_MXC to Kconfig by Tom Rini · 3 years, 1 month ago
  60. bca1bce Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig by Tom Rini · 3 years, 1 month ago
  61. 465547b Convert CONFIG_SYS_TEXT_BASE to Kconfig by Tom Rini · 3 years, 1 month ago
  62. 1a77da4 Convert CONFIG_SYS_HZ to Kconfig by Tom Rini · 3 years, 1 month ago
  63. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 1 month ago
  64. 2ad7430 fs: yaffs2: Finish Kconfig migration by Tom Rini · 3 years, 1 month ago
  65. 2a5ad54 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 1 month ago
  66. 40edc32 sunxi: Use sysreset framework for poweroff/reset by Samuel Holland · 3 years, 1 month ago
  67. 6e19dc8 sunxi: Avoid duplicate reset_cpu with SYSRESET enabled by Samuel Holland · 3 years, 1 month ago
  68. a8f63d1 watchdog: Automatically register device with sysreset by Samuel Holland · 3 years, 1 month ago
  69. 5544a01 sysreset: watchdog: Move watchdog reference to plat data by Samuel Holland · 3 years, 1 month ago
  70. 30ba45d sysreset: Mark driver probe functions as static by Samuel Holland · 3 years, 1 month ago
  71. 6b84217 sysreset: Add uclass Kconfig dependency to drivers by Samuel Holland · 3 years, 1 month ago
  72. bc18582 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 1 month ago
  73. 0bf6563 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 1 month ago
  74. 2c4f217 usb: mtu3: flush cache for the first GPD when allocate GPD ring by Chunfeng Yun · 3 years, 1 month ago
  75. 57fa6fb arm: a37xx: pci: Program the data strobe for config read requests by Pali Rohár · 3 years, 1 month ago
  76. 62a98f4 tools: kwboot: Do not send magic seq when changing baudrate back to 115200 by Pali Rohár · 3 years, 1 month ago
  77. 8dbe027 tools: kwboot: Do not use stack when setting baudrate back to default value by Pali Rohár · 3 years, 1 month ago
  78. 558176d tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr by Pali Rohár · 3 years, 1 month ago
  79. 5645229 tools: kwboot: Increase delay after changing baudrate in ARM code by Pali Rohár · 3 years, 1 month ago
  80. cab817d tools: kwboot: Do not call tcdrain() after each sent packet by Pali Rohár · 3 years, 1 month ago
  81. 455c0d2 tools: kwboot: Fix sending retry of last header packet by Pali Rohár · 3 years, 1 month ago
  82. a6fcac2 tools: kwboot: Resend first 3 xmodem retry packets immediately by Pali Rohár · 3 years, 1 month ago
  83. d14a342 tools: kwboot: Change retry loop from decreasing to increasing by Pali Rohár · 3 years, 1 month ago
  84. d656f5a tools: kwboot: Calculate real used space in kwbimage header when calling kwboot_img_grow_hdr() by Pali Rohár · 3 years, 1 month ago
  85. e511cc3 tools: kwboot: Do not modify kwbimage header before increasing its size by Pali Rohár · 3 years, 1 month ago
  86. ed792c2 tools: kwboot: Simplify code for aligning image header by Pali Rohár · 3 years, 1 month ago
  87. 8e2e7ca tools: kwboot: Show verbose message when waiting for baudrate change magic by Pali Rohár · 3 years, 1 month ago
  88. 4bebab6 tools: kwboot: Correctly set configuration of UART for BootROM messages by Pali Rohár · 3 years, 1 month ago
  89. 82c5a0a tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code by Pali Rohár · 3 years, 1 month ago
  90. 063cb35 tools: kwboot: Inject baudrate change back code after data part by Pali Rohár · 3 years, 1 month ago
  91. ad9a3ac tools: kwboot: Validate 4-byte image data checksum by Pali Rohár · 3 years, 1 month ago
  92. 5923ef6 tools: kwboot: Reserve enough space for patching kwbimage in memory by Pali Rohár · 3 years, 1 month ago
  93. 2ecca3d tools: kwboot: Fix initialization of tty device by Pali Rohár · 3 years, 1 month ago
  94. 0a14341 tools: kwboot: Initialize rfds to zero by Pali Rohár · 3 years, 1 month ago
  95. 03a8a5e pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · 3 years, 1 month ago
  96. 2344a76 pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · 3 years, 1 month ago
  97. 42ab3b3 pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years, 1 month ago
  98. 79b4eb2 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · 3 years, 1 month ago
  99. 452f2e7 pci: pci_mvebu: Remove unused functions by Pali Rohár · 3 years, 1 month ago
  100. a7b61ab pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port) by Pali Rohár · 3 years, 1 month ago