1. cd833de Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into next by Tom Rini · 3 years, 11 months ago
  2. 51bb338 bootm: Support string substitution in bootargs by Simon Glass · 4 years ago
  3. 1a62d64 cli: Support macro processing with a fixed-size buffer by Simon Glass · 4 years ago
  4. 488d89a x86: zimage: Add silent-console processing by Simon Glass · 4 years ago
  5. 4448fe8 bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years ago
  6. b3c0167 bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years ago
  7. b6386f3 bootm: Split out bootargs environment reading / writing by Simon Glass · 4 years ago
  8. 6cd92b1 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · 4 years ago
  9. d9477a0 bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years ago
  10. 4dcb815 bootm: Rename fixup_silent_linux() by Simon Glass · 4 years ago
  11. 4ae4264 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years ago
  12. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years ago
  13. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 4 years ago
  14. 4c450da board: sl28: add OP-TEE Trusted OS support (bl32) by Michael Walle · 4 years ago
  15. e057760 board: sl28: add ATF support (bl31) by Michael Walle · 4 years ago
  16. ea22783 board: sl28: remove u-boot from loadable DT node by Michael Walle · 4 years ago
  17. 8084e91 armv8: layerscape: don't initialize GIC in SPL by Michael Walle · 4 years ago
  18. 7b86682 spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years ago
  19. 553825c spl: atf: remove helper structure from common header by Michael Walle · 4 years ago
  20. d2cb0c8 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years ago
  21. 37c218a spl: atf: move storage for bl31_params into function by Michael Walle · 4 years ago
  22. 59b07a2 treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · 4 years ago
  23. 5157ea5 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 3 years, 11 months ago
  24. 3616b4f sandbox: enable capsule update for testing by AKASHI Takahiro · 4 years ago
  25. 4926e7d test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 3 years, 11 months ago
  26. 450596f test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 3 years, 11 months ago
  27. fab430b tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · 3 years, 11 months ago
  28. 7f35ced cmd: add "efidebug capsule" command by AKASHI Takahiro · 4 years ago
  29. bb7e71d efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 4 years ago
  30. f27c201 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 3 years, 11 months ago
  31. 8d99026 efi_loader: capsule: support firmware update by AKASHI Takahiro · 3 years, 11 months ago
  32. ed9349c efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · 4 years ago
  33. c74cd8b efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 4 years ago
  34. 2bc27ca efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years ago
  35. 96ec4b1 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · 4 years ago
  36. 94e7820 cmd: efidebug: Add support for TCG2 final events table by Ilias Apalodimas · 3 years, 11 months ago
  37. c8d0fd5 efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · 3 years, 11 months ago
  38. 8e0b087 tpm: Add tpm2 headers for TCG2 eventlog support by Ilias Apalodimas · 3 years, 11 months ago
  39. e926136 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · 3 years, 11 months ago
  40. fc36442 efi_loader: replace printf by log in efi_uclass.c by Heinrich Schuchardt · 3 years, 11 months ago
  41. a2c8324 Merge branch '2020-12-01-next-imports' into next by Tom Rini · 3 years, 11 months ago
  42. 7292a18 km/arm: coding style clean up by Holger Brunck · 4 years ago
  43. 7d5b1bf spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · 4 years ago
  44. a282ada IPQ40xx: clk: add USB clock handling by Robert Marko · 4 years ago
  45. 20476b5 IPQ40xx: clk: dont always return 0 by Robert Marko · 4 years ago
  46. 164cc98 IPQ40xx: clk: drop breaks in switch case by Robert Marko · 4 years ago
  47. 9053453 IPQ40xx: clk: use dev_read_addr() by Robert Marko · 4 years ago
  48. 48aee0a cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years ago
  49. 310f285 hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files by Patrick Delaunay · 4 years ago
  50. e1864db net: sntp: remove CONFIG_TIMESTAMP constraint by Heinrich Schuchardt · 4 years ago
  51. 2c02152 setexpr: Add support for strings by Simon Glass · 4 years ago
  52. f66bee4 setexpr: Convert to use a struct for values by Simon Glass · 4 years ago
  53. 8f4aa7d setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years ago
  54. 9528229 setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years ago
  55. d422c77 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years ago
  56. 56331b2 setexpr: Split the core logic into its own function by Simon Glass · 4 years ago
  57. e713124 test: Add some setexpr regex tests by Simon Glass · 4 years ago
  58. 25a43ac setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years ago
  59. 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years ago
  60. 90a9901 test: Add some tests for setexpr by Simon Glass · 4 years ago
  61. 4532bf4 Makefile: Correctly propagate failure when removing target by Pali Rohár · 4 years ago
  62. 8558217 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  63. c8e251f Adds basic support for ProxyDHCP by Lyle Franklin · 5 years ago
  64. db36674 cmd: pxe: Use internal FDT if retrieving from FDTDIR fails by Anton Leontiev · 5 years ago
  65. 0719bf4 Prepare v2021.01-rc3 by Tom Rini · 3 years, 11 months ago
  66. 53def46 configs: Resync with savedefconfig by Tom Rini · 3 years, 11 months ago
  67. a7ab4b7 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 3 years, 11 months ago
  68. fc4c2f7 Merge tag 'efi-2021-01-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 11 months ago
  69. 6974a4a charset: make u16_strnlen accessible at runtime by Ilias Apalodimas · 4 years ago
  70. 03699bc lib/efi_loader: fix ABI in efi_mm_communicate_header by Etienne Carriere · 4 years ago
  71. 31cadc3 efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM by Heinrich Schuchardt · 4 years ago
  72. 1ec29aa fs: fat: use ATTR_ARCH instead of anonymous 0x20 by Heinrich Schuchardt · 4 years ago
  73. a2c5a92 fs: fat: directory entries starting with 0x05 by Heinrich Schuchardt · 4 years ago
  74. 661d223 fs: fat: avoid NULL dereference when root dir is full by Heinrich Schuchardt · 4 years ago
  75. f6cf78d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 3 years, 11 months ago
  76. f517e5f riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller by Pragnesh Patel · 4 years ago
  77. b2d4cbe i2c: ocores: add i2c driver for OpenCores I2C controller by Pragnesh Patel · 4 years ago
  78. 9420122 i2c: designware_i2c: Don't warn if no reset controller by Simon Glass · 4 years ago
  79. 5a13c0d i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · 4 years, 1 month ago
  80. b3dc016 mmc: check a return value about regulator's always-on by Jaehoon Chung · 4 years ago
  81. 5889645 mmc: display an error number to debug by Jaehoon Chung · 4 years ago
  82. 8ee802f mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years ago
  83. 263ddfc mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years ago
  84. da12917 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years ago
  85. 7889951 Merge tag 'u-boot-stm32-20201125' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 11 months ago
  86. 60a2dd6 board: st: stm32mp1: update load address for FIT examples by Patrick Delaunay · 3 years, 11 months ago
  87. c480138 phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off by Patrick Delaunay · 4 years ago
  88. e27e96a pinctrl: stmfx: update pin name by Patrick Delaunay · 4 years ago
  89. c2a8181 pinctrl: stmfx: update pincontrol and gpio device name by Patrick Delaunay · 4 years ago
  90. 2c6df94 gpio: stm32: correct the bias management by Patrick Delaunay · 4 years ago
  91. b305dbc pinctrl: stm32: display bias information for all pins by Patrick Delaunay · 4 years ago
  92. 9ed6f92 remoteproc: stm32: update error management in stm32_copro_start by Patrick Delaunay · 4 years ago
  93. 5a536df remoteproc: stm32: use reset for hold boot by Patrick Delaunay · 4 years ago
  94. d8d29a4 reset: stm32: Add support of MCU HOLD BOOT by Patrick Delaunay · 4 years ago
  95. 29e5c02 board: stm32mp1: no MTD partitions fixup for serial boot by Patrick Delaunay · 4 years ago
  96. 40426d6 SPL: stm32mp1: fix spl_mmc_boot_partition not defined by Richard Genoud · 4 years ago
  97. 34d573f ARM: dts: stm32: Drop QSPI CS2 on DHCOM by Marek Vasut · 4 years ago
  98. 64af7c3 ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOM by Marek Vasut · 4 years ago
  99. 7d51644 ARM: dts: stm32: Add DHCOM based PicoITX board by Marek Vasut · 4 years ago
  100. 77c077e arm: stm32mp: correct the ALIGN macro usage by Patrick Delaunay · 4 years ago