1. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · 4 years, 1 month ago
  2. 7b48ce8 x86: zimage: Add silent-console processing by Simon Glass · 4 years, 1 month ago
  3. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years, 1 month ago
  4. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years, 1 month ago
  5. c38406e bootm: Split out bootargs environment reading / writing by Simon Glass · 4 years, 1 month ago
  6. 7a8a429 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · 4 years, 1 month ago
  7. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years, 1 month ago
  8. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
  9. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years, 1 month ago
  10. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
  11. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · 4 years, 1 month ago
  12. 76427fb board: sl28: add OP-TEE Trusted OS support (bl32) by Michael Walle · 4 years ago
  13. f5253fb board: sl28: add ATF support (bl31) by Michael Walle · 4 years ago
  14. 24f72a1 board: sl28: remove u-boot from loadable DT node by Michael Walle · 4 years ago
  15. 3ab8062 armv8: layerscape: don't initialize GIC in SPL by Michael Walle · 4 years ago
  16. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years ago
  17. 0e4d90c spl: atf: remove helper structure from common header by Michael Walle · 4 years ago
  18. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years ago
  19. 203fede spl: atf: move storage for bl31_params into function by Michael Walle · 4 years ago
  20. 16fd24c treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · 4 years ago
  21. db8b8c3 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years ago
  22. 57b062f sandbox: enable capsule update for testing by AKASHI Takahiro · 4 years ago
  23. 30a7c61 test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 4 years ago
  24. 0f626ce test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 4 years ago
  25. 19122aa tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · 4 years ago
  26. 38833c8 cmd: add "efidebug capsule" command by AKASHI Takahiro · 4 years ago
  27. 7ff3f3c efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 4 years ago
  28. f4818e6 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 4 years ago
  29. 0d96378 efi_loader: capsule: support firmware update by AKASHI Takahiro · 4 years ago
  30. 73d77ae efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · 4 years ago
  31. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 4 years ago
  32. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years ago
  33. c2e7a36 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · 4 years ago
  34. a51fb1c cmd: efidebug: Add support for TCG2 final events table by Ilias Apalodimas · 4 years ago
  35. 967650d efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · 4 years ago
  36. cae28ef tpm: Add tpm2 headers for TCG2 eventlog support by Ilias Apalodimas · 4 years ago
  37. 7f59c71 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · 4 years ago
  38. 42c8ba2 efi_loader: replace printf by log in efi_uclass.c by Heinrich Schuchardt · 4 years ago
  39. 3ac3836 Merge branch '2020-12-01-next-imports' into next by Tom Rini · 4 years ago
  40. ff41a75 km/arm: coding style clean up by Holger Brunck · 4 years, 1 month ago
  41. 6c5c03c spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · 4 years, 1 month ago
  42. 223ee7d IPQ40xx: clk: add USB clock handling by Robert Marko · 4 years, 1 month ago
  43. 8309b12 IPQ40xx: clk: dont always return 0 by Robert Marko · 4 years, 1 month ago
  44. da1f2d3 IPQ40xx: clk: drop breaks in switch case by Robert Marko · 4 years, 1 month ago
  45. 0260c08 IPQ40xx: clk: use dev_read_addr() by Robert Marko · 4 years, 1 month ago
  46. a81e9dc cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years, 1 month ago
  47. 489b76a hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files by Patrick Delaunay · 4 years, 1 month ago
  48. 6875dec net: sntp: remove CONFIG_TIMESTAMP constraint by Heinrich Schuchardt · 4 years, 1 month ago
  49. 580a7a5 setexpr: Add support for strings by Simon Glass · 4 years, 1 month ago
  50. 00547af setexpr: Convert to use a struct for values by Simon Glass · 4 years, 1 month ago
  51. 7a11486 setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years, 1 month ago
  52. 28ae25a setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years, 1 month ago
  53. 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years, 1 month ago
  54. b8e9f2d setexpr: Split the core logic into its own function by Simon Glass · 4 years, 1 month ago
  55. bbcdba8 test: Add some setexpr regex tests by Simon Glass · 4 years, 1 month ago
  56. 7c19edf setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years, 1 month ago
  57. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years, 1 month ago
  58. 663a2c1 test: Add some tests for setexpr by Simon Glass · 4 years, 1 month ago
  59. 45ae436 Makefile: Correctly propagate failure when removing target by Pali Rohár · 4 years, 1 month ago
  60. 7596903 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
  61. 73fcbc7 Adds basic support for ProxyDHCP by Lyle Franklin · 5 years ago
  62. feb7db8 cmd: pxe: Use internal FDT if retrieving from FDTDIR fails by Anton Leontiev · 5 years ago
  63. c173df6 Prepare v2021.01-rc3 by Tom Rini · 4 years ago
  64. 56fd1e1 configs: Resync with savedefconfig by Tom Rini · 4 years ago
  65. 088ba72 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
  66. 31849df Merge tag 'efi-2021-01-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  67. f1202c4 charset: make u16_strnlen accessible at runtime by Ilias Apalodimas · 4 years ago
  68. ba5c1ab lib/efi_loader: fix ABI in efi_mm_communicate_header by Etienne Carriere · 4 years ago
  69. 8da4625 efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM by Heinrich Schuchardt · 4 years ago
  70. 881c74a fs: fat: use ATTR_ARCH instead of anonymous 0x20 by Heinrich Schuchardt · 4 years ago
  71. 6dc7a16 fs: fat: directory entries starting with 0x05 by Heinrich Schuchardt · 4 years ago
  72. a802152 fs: fat: avoid NULL dereference when root dir is full by Heinrich Schuchardt · 4 years ago
  73. 55df5ac Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years ago
  74. 4f1b444 riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller by Pragnesh Patel · 4 years, 1 month ago
  75. 1cfbd7a i2c: ocores: add i2c driver for OpenCores I2C controller by Pragnesh Patel · 4 years, 1 month ago
  76. 9355716 i2c: designware_i2c: Don't warn if no reset controller by Simon Glass · 4 years, 1 month ago
  77. edf478b i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · 4 years, 2 months ago
  78. c71c95c mmc: check a return value about regulator's always-on by Jaehoon Chung · 4 years, 1 month ago
  79. ad9f7ce mmc: display an error number to debug by Jaehoon Chung · 4 years ago
  80. 8fbe95b mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years, 1 month ago
  81. ee2708b mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years, 1 month ago
  82. 8632509 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years, 1 month ago
  83. 2bfeb4b Merge tag 'u-boot-stm32-20201125' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years ago
  84. 61eebd4 board: st: stm32mp1: update load address for FIT examples by Patrick Delaunay · 4 years ago
  85. c8a755d phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off by Patrick Delaunay · 4 years, 2 months ago
  86. 1d95e4f pinctrl: stmfx: update pin name by Patrick Delaunay · 4 years, 1 month ago
  87. 23a46bf pinctrl: stmfx: update pincontrol and gpio device name by Patrick Delaunay · 4 years, 1 month ago
  88. f60bc02 gpio: stm32: correct the bias management by Patrick Delaunay · 4 years, 1 month ago
  89. 6347ed9 pinctrl: stm32: display bias information for all pins by Patrick Delaunay · 4 years, 1 month ago
  90. b78ceb4 remoteproc: stm32: update error management in stm32_copro_start by Patrick Delaunay · 4 years, 2 months ago
  91. a841489 remoteproc: stm32: use reset for hold boot by Patrick Delaunay · 4 years, 2 months ago
  92. 4290573 reset: stm32: Add support of MCU HOLD BOOT by Patrick Delaunay · 4 years, 2 months ago
  93. 1b5cd0b board: stm32mp1: no MTD partitions fixup for serial boot by Patrick Delaunay · 4 years, 2 months ago
  94. e93ee7b SPL: stm32mp1: fix spl_mmc_boot_partition not defined by Richard Genoud · 4 years, 2 months ago
  95. 3aa57b6 ARM: dts: stm32: Drop QSPI CS2 on DHCOM by Marek Vasut · 4 years, 1 month ago
  96. b64e001 ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOM by Marek Vasut · 4 years, 1 month ago
  97. a942d26 ARM: dts: stm32: Add DHCOM based PicoITX board by Marek Vasut · 4 years, 1 month ago
  98. 0fa6228 arm: stm32mp: correct the ALIGN macro usage by Patrick Delaunay · 4 years, 1 month ago
  99. ff965ee ARM: dts: stm32: Fix typo in stm32h7-u-boot.dtsi by Patrice Chotard · 4 years, 1 month ago
  100. 8227081 ARM: dts: stm32: Fix timer initialization for stm32 MCU's board by Patrice Chotard · 4 years, 1 month ago