1. 1313203 efi_loader: correctly identify binary name by Heinrich Schuchardt · 2 years, 6 months ago
  2. 4ed7261 EFI: FMP: Use a common GetImageInfo function for FIT and raw images by Sughosh Ganu · 2 years, 6 months ago
  3. 0f5ca5c EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATIONS is enabled by Sughosh Ganu · 2 years, 6 months ago
  4. 9c1978e Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 6 months ago
  5. 16637b4 misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux by Marek Vasut · 2 years, 8 months ago
  6. 84caded Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 6 months ago
  7. b225c2f Merge tag 'xilinx-for-v2022.07-rc4-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 6 months ago
  8. 683cde3 usb: xhci-mtk: disable all ports when disable host controller by developer · 2 years, 6 months ago
  9. 18ce95f watchdog: Fix SPL build with watchdog disabled in asm files by Pali Rohár · 2 years, 7 months ago
  10. e8ea663 Prepare v2022.07-rc4 by Tom Rini · 2 years, 6 months ago
  11. b4dfbb0 configs: fsl: add missing SYS_FMAN_FW_ADDR defines by Camelia Groza · 2 years, 6 months ago
  12. e4638a0 doc: update mail author for st-dt.rst by Patrick Delaunay · 2 years, 6 months ago
  13. 904fb97 xilinx: fru: Replace spaces with \0 in detected revision by Michal Simek · 2 years, 6 months ago
  14. 6d37989 Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 6 months ago
  15. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · 2 years, 6 months ago
  16. f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · 2 years, 6 months ago
  17. fddb136 EFI: Update the documentation to reflect the correct value of OsIndications by Sughosh Ganu · 2 years, 6 months ago
  18. c212fc7 EFI: Populate descriptor_count value only when image_info_size is not zero by Sughosh Ganu · 2 years, 6 months ago
  19. 291f731 doc: environment: Fix typo by Chris Packham · 2 years, 6 months ago
  20. 05a37be Merge branch '2022-06-03-assorted-fixes' by Tom Rini · 2 years, 6 months ago
  21. 0d3457c board: ti: am64x: Update MAINTAINERS by Dave Gerlach · 2 years, 6 months ago
  22. 501073d squashfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 8 months ago
  23. eb7bdc6 imx: imx8mq: select CONFIG_CMD_CLK by Peng Fan · 2 years, 6 months ago
  24. 9b8ed24 imx: imx8mq: default select CLK_IMX8MQ by Peng Fan · 2 years, 6 months ago
  25. 05cc827 fdt: Add U-Boot version to chosen node by Francesco Dolcini · 2 years, 6 months ago
  26. a0aaa32 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · 2 years, 6 months ago
  27. 11af9ed armv8: Fix TCR 64-bit writes by Andre Przywara · 2 years, 7 months ago
  28. 3f66e8e net: enetc: unregister mdiobus by Michael Walle · 2 years, 6 months ago
  29. 8d2176a ubifs: Fix lockup/crash when reading files by Pali Rohár · 2 years, 6 months ago
  30. bf74a57 Merge tag 'efi-2022-07-rc4-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 6 months ago
  31. 1baf964 bootmenu: use utf-8 for menu title by Masahisa Kojima · 2 years, 6 months ago
  32. 86ce1e6 doc/efi: add firmware management protocol to the documentation by Vincent Stehlé · 2 years, 6 months ago
  33. 0f3c922 efi: fix documentation warnings by Vincent Stehlé · 2 years, 6 months ago
  34. 0caeff5 lib/charset: fix compile warnings by Masahisa Kojima · 2 years, 6 months ago
  35. dac4d09 efi_loader: bootmgr: fix a problem in loading an image from a short-path by AKASHI Takahiro · 2 years, 7 months ago
  36. ba647af efi_loader: disk: add efi_disk_is_removable() by AKASHI Takahiro · 2 years, 7 months ago
  37. 3ea20e7 cmd/bootefi: correct command syntax by Heinrich Schuchardt · 2 years, 6 months ago
  38. 9244cf0 test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · 2 years, 7 months ago
  39. 8bf7ffd test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · 2 years, 7 months ago
  40. 97cbcc4 bootmenu: U-Boot console is enabled as default by Masahisa Kojima · 2 years, 6 months ago
  41. fbd8417 doc: sandbox: Add additional valgrind documentation by Sean Anderson · 2 years, 6 months ago
  42. 566cd94 doc/build/gcc: add more required packages by Heinrich Schuchardt · 2 years, 6 months ago
  43. 07ddb87 doc: sandbox: Add a note of disabling LTO when using gdb by Bin Meng · 2 years, 6 months ago
  44. c1c3c3c doc: sandbox: Correct the memory size config option by Bin Meng · 2 years, 6 months ago
  45. 39866b6 valgrind: Disable on Risc-V by Sean Anderson · 2 years, 6 months ago
  46. b0a0696 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · 2 years, 7 months ago
  47. aaeb39a disk: incorrect message in is_gpt_valid() by Heinrich Schuchardt · 2 years, 7 months ago
  48. 3214910 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 6 months ago
  49. 54b9db8 Merge branch '2022-05-26-assorted-fixes' by Tom Rini · 2 years, 6 months ago
  50. d22315a net: e1000: Depend on CONFIG_PCI by Sean Anderson · 2 years, 7 months ago
  51. f46ac7d test: fix parsing the mksquashfs version number by Heinrich Schuchardt · 2 years, 6 months ago
  52. 9ed8ab1 board: freescale: Update MAINTAINERS List by Wasim Khan · 2 years, 6 months ago
  53. d4d0db1 arm: dts: k3-am642-*: Mark the memory node with u-boot, dm-spl by Georgi Vlaev · 2 years, 6 months ago
  54. 82c9b10 MAINTAINERS: aspeed: Add more files and myself as a reviewer by Joel Stanley · 2 years, 6 months ago
  55. f12a47a net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196) by Andrea zi0Black Cappa · 2 years, 6 months ago
  56. 78307c1 test/py: test_part: Correct the test case name by Bin Meng · 2 years, 6 months ago
  57. a992e8a test/py: test_fs: Correct the test case name by Bin Meng · 2 years, 6 months ago
  58. 739b386 test/py: Reset the console timeout value by Bin Meng · 2 years, 6 months ago
  59. d8fd927 riscv: qemu: Set kernel_comp_addr_r for compressed kernel by Bin Meng · 2 years, 6 months ago
  60. c6fe830 riscv: sifive: unleashed: Set kernel_comp_addr_r for compressed kernel by Bin Meng · 2 years, 6 months ago
  61. 8da4e0b riscv: sifive: unmatched: Adjust for big ramdisk image by Bin Meng · 2 years, 6 months ago
  62. 53a442a riscv: Clean up asm/io.h by Leo Yu-Chi Liang · 2 years, 6 months ago
  63. 7a35171 riscv: remove CONFIG_ARCH_MAP_SYSMEM from io.h by Michal Simek · 2 years, 6 months ago
  64. 9e2550f cmd/sbi: add implementation ID 6 - Coffer by Heinrich Schuchardt · 2 years, 7 months ago
  65. 4baf89e riscv: ae350: Fix OF_BOARD boot failure by Rick Chen · 2 years, 7 months ago
  66. 648b640 riscv: ae350: Fix OF_BOARD boot failure by Rick Chen · 2 years, 7 months ago
  67. ccd3fde Merge tag 'xilinx-for-v2022.07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 6 months ago
  68. 4b3e8ac Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 6 months ago
  69. 5b182cd Merge tag 'tpm-24052022' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 2 years, 6 months ago
  70. 7029ea8 xilinx: zynqmp: Wire tee for Multi DTB use cases by Michal Simek · 2 years, 6 months ago
  71. dafb6a4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 2 years, 6 months ago
  72. e378768 serial: Remove obsolete CONS_INDEX_n Kconfig options by Samuel Holland · 2 years, 7 months ago
  73. 01ad34b sunxi: Remove obsolete Kconfig selections by Samuel Holland · 2 years, 7 months ago
  74. 072e477 sunxi: board: Fix UART PortF pinmux setup by Andre Przywara · 2 years, 7 months ago
  75. 2d1864f clk: sunxi: add and use dummy gate clocks by Andre Przywara · 2 years, 7 months ago
  76. 3e9aa0b clk: sunxi: add PIO bus gate clocks by Andre Przywara · 2 years, 7 months ago
  77. fdad831 clk: sunxi: h6_r: Correct the driver name by Samuel Holland · 2 years, 7 months ago
  78. 6b0d0bc mmc: sunxi: Remove unnecessary pinmux option dependency by Samuel Holland · 2 years, 8 months ago
  79. 35663cf sunxi: Skip MMC0 init when its pinmux conflicts with UART0 by Samuel Holland · 2 years, 8 months ago
  80. 21bcc22 Prepare v2022.07-rc3 by Tom Rini · 2 years, 6 months ago
  81. a563e2e arm: socfpga: Add the terasic de10-standard board by Humberto Naves · 2 years, 6 months ago
  82. 2e34053 configs: Resync with savedefconfig by Tom Rini · 2 years, 6 months ago
  83. 82fd28a Merge branch '2022-05-23-regression-fixes' by Tom Rini · 2 years, 6 months ago
  84. bcf1ba8 net: fix phy_string_for_interface by Tim Harvey · 2 years, 7 months ago
  85. 805f7d8 tpm: add support for TPMv2.x I2C chips by Eddie James · 2 years, 7 months ago
  86. 1ee59ef mmc: fsl_esdhc_spl: Fix checking for number of read sectors by Pali Rohár · 2 years, 7 months ago
  87. bd3fd0c arm: gic_v2: Skip gic_init_secure when cpu is not in el3 by Sai Pavan Boddu · 2 years, 7 months ago
  88. f0c00df test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · 2 years, 8 months ago
  89. 05b1aa6 spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · 2 years, 8 months ago
  90. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 8 months ago
  91. e26613a powerpc: mpc85xx: Fix CONFIG_OF_EMBED support for NOR booting by Pali Rohár · 2 years, 7 months ago
  92. 946d664 powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support for NOR booting by Pali Rohár · 2 years, 7 months ago
  93. a8eb962 fs/squashfs: use lldiv function for math by Sean Nyekjaer · 2 years, 7 months ago
  94. a40402e tpm: core: Set timeouts before requesting locality by Eddie James · 2 years, 7 months ago
  95. 45c6674 Merge tag 'u-boot-imx-20220523' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 6 months ago
  96. f670cd7 ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2 by Marek Vasut · 2 years, 6 months ago
  97. d76d9c8 gpio: rgpio2p: Enhance reading of GPIO pin value by Christoph Fritz · 2 years, 8 months ago
  98. 34413f0 ARM: imx: mx5: Convert MX53 Menlo board to DM I2C and DM RTC by Marek Vasut · 2 years, 7 months ago
  99. 465045f Revert "sunxi: f1c100s: Drop SYSRESET to enable reset functionality" by Andre Przywara · 2 years, 7 months ago
  100. e3fe348 sunxi: F1C100s: update DT files from Linux by Andre Przywara · 2 years, 7 months ago