1. b3a680a sandbox: check lseek return value in handle_ufi_command by Heinrich Schuchardt · 2 years ago
  2. 8dd0059 binman: Add documentation for the command line args by Simon Glass · 2 years ago
  3. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years ago
  4. 5f319fa buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years ago
  5. 301cd74 buildman: Ensure config_fname is inited by Simon Glass · 2 years ago
  6. b144b93 global: Do not default to faking missing binaries for buildman by Tom Rini · 2 years ago
  7. 85760a6 binman: Add a separate section about environment variables by Simon Glass · 2 years ago
  8. 35b6e53 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years ago
  9. cd6889d buildman: Drop mention of old architectures by Simon Glass · 2 years ago
  10. 3da04ff buildman: Update the default settings file by Simon Glass · 2 years ago
  11. ce59252 buildman: Update the arc toolchain by Simon Glass · 2 years ago
  12. 274d053 buildman: Drop mention of MAKEALL by Simon Glass · 2 years ago
  13. 74df491 buildman: Convert documentation to rST by Simon Glass · 2 years ago
  14. b38da15 binman: Use an exit code when blobs are missing by Simon Glass · 2 years ago
  15. 921b0a6 doc: Correct the path to the Makefile documentation by Simon Glass · 2 years ago
  16. c39c7c6 Makefile: Correct the binman rule by Simon Glass · 2 years ago
  17. 88ff7cb image: Correct strncpy() warning with image_set_name() by Simon Glass · 2 years ago
  18. fb132b3 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years, 1 month ago
  19. 478332a binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years, 1 month ago
  20. 521277e Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years ago
  21. 3655dd2 arm64: versal: Add octal spi flash mini u-boot configuration by Ashok Reddy Soma · 2 years ago
  22. ce8adf1 spi: cadence-qspi: Fix compilation error in mini u-boot flash reset by Ashok Reddy Soma · 2 years ago
  23. 3c53ebd arm64: versal: Add qspi flash mini u-boot configuration by Ashok Reddy Soma · 2 years ago
  24. 450d8eb qspi: versal-net: Add condition for tapdelay register by Ashok Reddy Soma · 2 years ago
  25. 64fc7fc soc: xilinx: versal-net: Add soc_xilinx_versal_net driver by Michal Simek · 2 years ago
  26. de4a22e xilinx: versal-net: Disable LMB for mini configuration by Michal Simek · 2 years ago
  27. 3892045 arm64: zynqmp: Describe TI phy as ethernet-phy-id with reset on zcu106 by Michal Simek · 2 years ago
  28. 9dc5106 xilinx: versal-net: Fix SYS_LOAD_ADDR to point to OCM by Michal Simek · 2 years, 1 month ago
  29. 6b067f4 xilinx: versal-net: Fix incorrect platform name in Kconfig by Michal Simek · 2 years, 1 month ago
  30. 7ca9662 arm64: zynqmp: Create vck190 spl link for revB by Michal Simek · 2 years, 1 month ago
  31. 2e9946a net: phy: Fix ethernet-phy-id <dot> in the code by Michal Simek · 2 years, 1 month ago
  32. 96dcde4 ARM: zynq: DT: Enable all FCLKs by default by Christian Kohn · 2 years, 1 month ago
  33. b34bc22 timer: xilinx-timer: use timer_conv_64() to fix timer wrap around by Ovidiu Panait · 2 years, 1 month ago
  34. 8272d4c timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 1 month ago
  35. 1e766a0 timer-uclass: add timer_get_ops() macro by Ovidiu Panait · 2 years, 1 month ago
  36. ba74bcf xilinx: common: Remove zynq_board_read_rom_ethaddr() by Venkatesh Yadav Abbarapu · 2 years, 1 month ago
  37. 7165272 Revert "pinctrl: zynqmp: Add support for output-enable and bias-high-impedance" by Michal Simek · 2 years, 1 month ago
  38. 7b84fe7 arm64: zynqmp: Disable watchdog by default for virt platform by Michal Simek · 2 years, 1 month ago
  39. fcabdf1 microblaze: Make extended addressing support default by T Karthik Reddy · 2 years, 1 month ago
  40. 536c642 Merge tag 'efi-2023-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  41. b94db9e Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years ago
  42. d0f9ae3 eficonfig: add "Show Signature Database" menu entry by Masahisa Kojima · 2 years ago
  43. c3b5af6 eficonfig: add UEFI Secure Boot Key enrollment interface by Masahisa Kojima · 2 years ago
  44. 21faf4e eficonfig: use protocol interface for file selection by Masahisa Kojima · 2 years ago
  45. d656611 eficonfig: expose eficonfig_create_device_path() by Masahisa Kojima · 2 years ago
  46. d571f9b eficonfig: refactor change boot order implementation by Masahisa Kojima · 2 years ago
  47. 8961e93 eficonfig: expose append entry function by Masahisa Kojima · 2 years ago
  48. a84040a eficonfig: refactor file selection handling by Masahisa Kojima · 2 years ago
  49. a356b50 doc: in cmp man-page replace 'tuples' by 'values' by Heinrich Schuchardt · 2 years ago
  50. 6717a03 efi_selftest: Improve the FatToStr() unit test by Heinrich Schuchardt · 2 years ago
  51. caf29d1 efi_selftest: unsigned char parameter for efi_st_strcmp_16_8() by Heinrich Schuchardt · 2 years ago
  52. ae182a2 efi_loader: Fix buffer underflow by Mikhail Ilin · 2 years ago
  53. 5cbd029 watchdog: Drop GD_FLG_WDT_READY as it's not used any more by Stefan Roese · 2 years ago
  54. dca313f watchdog: designware: make reset really optional by Quentin Schulz · 2 years ago
  55. 16e49a1 Prepare v2023.01-rc2 by Tom Rini · 2 years ago
  56. b871701 configs: Resync with savedefconfig by Tom Rini · 2 years ago
  57. 347ed84 Merge branch '2022-11-21-important-fixes' by Tom Rini · 2 years ago
  58. 4b0a1f5 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · 2 years, 1 month ago
  59. 758bff2 configs: mediatek: enable boot via extlinux by Alexandre Mergnat · 2 years, 1 month ago
  60. fbce985 usb: gadget: dfu: Fix the unchecked length field by Venkatesh Yadav Abbarapu · 2 years, 1 month ago
  61. 8fc220d Revert "imx: imx8: apalis: switch to binman" by Stefano Babic · 2 years ago
  62. 60d7820 Revert "cli_readline: Only insert printable chars" by Pali Rohár · 2 years, 1 month ago
  63. 9c41c06 Nokia RX-51: Do not overwrite standard $loadaddr variable by Pali Rohár · 2 years ago
  64. 9c2d405 Nokia RX-51: Document debugging options and compile command by Pali Rohár · 2 years ago
  65. 04bb5e9 arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Pali Rohár · 2 years ago
  66. 2827c2f Fix usage of CONFIG_PREBOOT by Pali Rohár · 2 years, 5 months ago
  67. bebb393 Merge tag 'efi-2023-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  68. d78cccb Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years ago
  69. a930d69 efi_loader: replace a u16_strdup with alloc + memcpy by Ilias Apalodimas · 2 years ago
  70. 64012e0 efi_loader: add missing EFI_CALL when closing a file by Ilias Apalodimas · 2 years ago
  71. 94a574d efi_loader: add comments on efi_file_from_path() regarding alignment by Ilias Apalodimas · 2 years ago
  72. 1167e88 eficonfig: fix missing variable initialization by Masahisa Kojima · 2 years ago
  73. 95d18c5 efi_loader: improve description of efi_file_from_path() by Heinrich Schuchardt · 2 years ago
  74. 3d595ac cmd: remove superfluous if in eficonfig_edit_boot_option by Heinrich Schuchardt · 2 years ago
  75. 00ec77f MAINTAINERS: add UEFI commands to EFI PAYLOAD by Heinrich Schuchardt · 2 years ago
  76. 9fb3269 efi_loader: initialize return values in efi_uninstall_multiple_protocol_interfaces_int() by Ilias Apalodimas · 2 years ago
  77. 2b94359 doc: fix build with sphinx 5.0 and later. by Quentin Schulz · 2 years, 1 month ago
  78. 030c2d1 doc: add man-page for cmp command by Heinrich Schuchardt · 2 years ago
  79. 5727f92 Documentation: man-page for command bootd by Heinrich Schuchardt · 2 years ago
  80. dd706c8 sandbox: fix documentation of struct host_ops by Heinrich Schuchardt · 2 years ago
  81. a8a0fc4 doc: fix documentation of enum gd_flags by Heinrich Schuchardt · 2 years ago
  82. 591e0f8 riscv: enable reset via SBI on PolarFire Icicle Kit by Heinrich Schuchardt · 2 years, 1 month ago
  83. 5c89467 riscv: clarify meaning of CONFIG_SBI_V02 by Heinrich Schuchardt · 2 years, 1 month ago
  84. c277c78 riscv: Fix detecting FPU support in standard extension by Yu Chien Peter Lin · 2 years, 1 month ago
  85. 3f35270 riscv: dts: fix the mpfs's reference clock frequency by Conor Dooley · 2 years, 1 month ago
  86. 4e405c6 clk: microchip: mpfs: fix criticality of peripheral clocks by Conor Dooley · 2 years, 1 month ago
  87. 88b697f clk: microchip: mpfs: fix periph clk parentage by Conor Dooley · 2 years, 1 month ago
  88. 32cfdd5 clk: microchip: mpfs: fix reference clock handling by Conor Dooley · 2 years, 1 month ago
  89. fb10397 clk: microchip: mpfs: convert parent rate acquistion to get_get_rate() by Conor Dooley · 2 years, 1 month ago
  90. 540d022 dt-bindings: clk: add missing clk ids for microchip mpfs by Conor Dooley · 2 years, 1 month ago
  91. c4ee4fe Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years ago
  92. fac4326 Merge tag 'for-v2023.01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 2 years ago
  93. b0c485f i2c: i2c-gpio: add newline by Sergei Antonov · 2 years, 1 month ago
  94. 6d133b3 i2c: microchip: fix erroneous late ack send by Conor Dooley · 2 years, 1 month ago
  95. 95b22bd i2c: microchip: fix ack sending logic by Conor Dooley · 2 years, 1 month ago
  96. fc1c176 Revert "serial: mxc: have putc use the TXFIFO" by Fabio Estevam · 2 years, 1 month ago
  97. c9713c1 imx8-u-boot: Fix SPL guard option by Fabio Estevam · 2 years ago
  98. 0cbeed4 Merge branch '2022-11-10-symbol-migrations' by Tom Rini · 2 years ago
  99. cc1159b global: Migrate CONFIG_HPS* symbols to the CFG namespace by Tom Rini · 2 years, 1 month ago
  100. 6cc0454 global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago