1. 38229b5 Azure/GitLab: Ensure we use requirements.txt for testsuites by Tom Rini · 3 years, 9 months ago
  2. 494a5e1 test: Use positive conditional in test_matches() by Andy Shevchenko · 3 years, 9 months ago
  3. ff232a7 test: Allow simple glob pattern in the test name by Andy Shevchenko · 3 years, 9 months ago
  4. 1707325 dtoc: Correct dtoc output when testing by Simon Glass · 3 years, 7 months ago
  5. 0fe44dc binman: Correct testSplNoDtb() and Tpl also by Simon Glass · 3 years, 7 months ago
  6. 79b0f08 configs: Resync with savedefconfig by Tom Rini · 3 years, 7 months ago
  7. 27af387 Merge branch '2021-04-27-assorted-fixes' by Tom Rini · 3 years, 7 months ago
  8. 67e6966 reset: fix reset_get_by_index_nodev index handling by Neil Armstrong · 3 years, 7 months ago
  9. bdfe690 test: reset: Extend base reset test to catch error by Neil Armstrong · 3 years, 7 months ago
  10. 77ed7a2 IOMUX: Fix buffer overflow in iomux_replace_device() by Yuichiro Goto · 3 years, 7 months ago
  11. 230bc62 pinctrl: single: fix a never true comparison by Dario Binacchi · 3 years, 7 months ago
  12. 69414d8 pinctrl: single: check function mask to be non-zero by Dario Binacchi · 3 years, 7 months ago
  13. 7ac7038 Makefile: fix generation of defaultenv.h from empty initial file by Rasmus Villemoes · 3 years, 7 months ago
  14. dae9aed fs: btrfs: fix the false alert of decompression failure by Qu Wenruo · 3 years, 7 months ago
  15. c234369 arm: zimage: Use correct symbol to hide messages in SPL by Samuel Holland · 3 years, 7 months ago
  16. 3b589d7 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 7 months ago
  17. 729c1fe powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD by Rasmus Villemoes · 3 years, 7 months ago
  18. ec4cc0e powerpc: lib: remove leftover CONFIG_5xx by Rasmus Villemoes · 3 years, 7 months ago
  19. 933ada5 allow opting out of WATCHDOG_RESET() from timer interrupt by Rasmus Villemoes · 3 years, 7 months ago
  20. 2156016 timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOG by Rasmus Villemoes · 3 years, 7 months ago
  21. 7dd2097 watchdog: use time_after_eq() in watchdog_reset() by Rasmus Villemoes · 3 years, 7 months ago
  22. ff8cb34 Prepare v2021.07-rc1 by Tom Rini · 3 years, 7 months ago
  23. 55a3694 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 7 months ago
  24. d06b8a6 Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 7 months ago
  25. 647b392 sunxi: DT: A64: Update devicetree files from Linux 5.12 by Andre Przywara · 3 years, 7 months ago
  26. 9e18024 sunxi: DT: R40: Update device tree files from Linux 5.12 by Ivan Uvarov · 3 years, 7 months ago
  27. 4e26bc6 net: sun8i-emac: Fix pinmux setup for Allwinner H5 by Andre Przywara · 3 years, 7 months ago
  28. c3ce197 ARM: rmobile: Enable NVMe support on RCar3 by Marek Vasut · 3 years, 10 months ago
  29. 42fb678 ARM: rmobile: Enable CONFIG_SYS_FLASH_PROTECTION by Marek Vasut · 3 years, 8 months ago
  30. 131daca clk: renesas: Synchronize Gen2 MSTP teardown tables by Marek Vasut · 4 years, 6 months ago
  31. 3934b41 clk: renesas: Only ever access documented bits in clock driver teardown by Marek Vasut · 4 years, 7 months ago
  32. 4dda435 Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 7 months ago
  33. e133343 test/py: Bump py to 1.10.0 for CVE-2020-29651 by Tom Rini · 3 years, 7 months ago
  34. 2937f71 Merge tag 'video-2021-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 7 months ago
  35. c93ac8f Merge tag 'efi-2021-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 7 months ago
  36. 99ae5e3 video: sunxi: de2: switch to public uclass functions by Jernej Skrabec · 3 years, 7 months ago
  37. 59dd862 video: sunxi: dw-hdmi: read source_id later by Jernej Skrabec · 3 years, 7 months ago
  38. c439b56 video: sunxi: Remove TV probe from DE2 by Jernej Skrabec · 3 years, 7 months ago
  39. a1d2ad4 video: sunxi: Remove check for ddc-i2c-bus property by Jernej Skrabec · 3 years, 7 months ago
  40. 935b519 video: sunxi: Use DW-HDMI hpd function by Jernej Skrabec · 3 years, 7 months ago
  41. a327fee common: edid: Search for valid timing in extension block by Jernej Skrabec · 3 years, 7 months ago
  42. 3daea86 common: edid: extract code for detailed timing search by Jernej Skrabec · 3 years, 7 months ago
  43. 4fb0c3c common: edid: check for digital display earlier by Jernej Skrabec · 3 years, 7 months ago
  44. 3b9021a video: sunxi: Add mode_valid callback to sunxi_dw_hdmi by Jernej Skrabec · 3 years, 7 months ago
  45. ce62b0f test/py: Fix efidebug related tests by Ilias Apalodimas · 3 years, 7 months ago
  46. 2c1a684 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · 3 years, 7 months ago
  47. 3627cf4 efi: Fix ESRT refresh after Capsule update by Jose Marinho · 3 years, 7 months ago
  48. 6fe8b4a efi_loader: simplify tcg2_create_digest() by Ilias Apalodimas · 3 years, 7 months ago
  49. a07ee3c efi_loader: missing include in efi_string.c by Heinrich Schuchardt · 3 years, 7 months ago
  50. 3c73c5e doc: imx: psb: Fix missing setexpr arguments by Marek Vasut · 3 years, 7 months ago
  51. 8282ab9 doc: fatinfo man-page by Heinrich Schuchardt · 3 years, 7 months ago
  52. b1d9554 mips: octeon: ebb7304: Add support for some I2C devices by Aaron Williams · 3 years, 8 months ago
  53. 7f0aa48 mips: octeon: dts/dtsi: Change UART DT node to use clocks property by Aaron Williams · 3 years, 8 months ago
  54. ec85347 mips: octeon: Add Octeon III NIC23 board support by Stefan Roese · 3 years, 8 months ago
  55. 60c8efa mips: octeon: mrvl, cn73xx.dtsi: Add AHCI/SATA DT node by Stefan Roese · 3 years, 8 months ago
  56. dc0731e scsi: Add ata_swap_buf_le16() to support big-endian platforms by Stefan Roese · 3 years, 8 months ago
  57. 1cf2700 ata: ahci: Fix usage on big-endian platforms by Stefan Roese · 3 years, 8 months ago
  58. 1eefd49 sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS Octeon by Stefan Roese · 3 years, 8 months ago
  59. 6094145 mips: octeon: cpu.c: Enable AHCI/SATA support by Stefan Roese · 3 years, 8 months ago
  60. 480fa83 mips: octeon: cpu.c: Add arch_misc_init() for pci-console & pci-bootcmd by Stefan Roese · 3 years, 8 months ago
  61. f105466 serial: serial_octeon_bootcmd.c: Add PCI remote console support by Stefan Roese · 3 years, 8 months ago
  62. 4dead10 serial: serial_octeon_pcie_console.c: Add PCI remote console support by Stefan Roese · 3 years, 8 months ago
  63. 84287f9 mips: octeon: cvmx-coremask.h: Fix cvmx_coremask_dprint() with DEBUG defined by Stefan Roese · 3 years, 8 months ago
  64. 2b6a72e mips: octeon: cvmx-bootmem: Fix compare in "if" statement by Stefan Roese · 3 years, 8 months ago
  65. 39e0f64 mips: octeon: Move CVMX_SYNC from octeon_ddr.h to cvmx-regs.h by Stefan Roese · 3 years, 8 months ago
  66. e024566 mips: octeon: octeon_ebb7304_defconfig: Enable Octeon PCIe and E1000 by Stefan Roese · 4 years ago
  67. ddafdb9 mips: octeon: Add Octeon PCIe host controller driver by Stefan Roese · 3 years, 8 months ago
  68. f9fa8b8 mips: octeon: octeon_ebb7304: Add board specific QLM init code by Aaron Williams · 4 years ago
  69. 827edf1 mips: octeon: mrvl, cn73xx.dtsi: Add PCIe controller DT node by Stefan Roese · 4 years ago
  70. 99f492b mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT by Stefan Roese · 4 years ago
  71. 5d64eeb mips: octeon: Makefile: Enable building of the newly added C files by Stefan Roese · 4 years ago
  72. 5aeac5c mips: octeon: Add octeon_qlm.c by Aaron Williams · 4 years ago
  73. 283992f mips: octeon: Add octeon_fdt.c by Aaron Williams · 4 years ago
  74. b8806c4 mips: octeon: Add cvmx-qlm.c by Aaron Williams · 4 years ago
  75. 9e0c83a mips: octeon: Add cvmx-pcie.c by Aaron Williams · 4 years ago
  76. d15ca6b mips: octeon: Add cvmx-helper.c by Aaron Williams · 4 years ago
  77. 58cc84c mips: octeon: Add cvmx-helper-util.c by Aaron Williams · 4 years ago
  78. adc9a18 mips: octeon: Add cvmx-helper-jtag.c by Aaron Williams · 4 years ago
  79. 251d65d mips: octeon: Add cvmx-helper-fdt.c by Aaron Williams · 4 years ago
  80. b9a6098 mips: octeon: Add cvmx-helper-cfg.c by Aaron Williams · 4 years ago
  81. 468b61f mips: octeon: Move cvmx-lmcx-defs.h from mach/cvmx to mach by Stefan Roese · 4 years ago
  82. b0f4ba0 mips: octeon: Misc changes required because of the newly added headers by Stefan Roese · 4 years ago
  83. fe3334d mips: octeon: Add misc remaining header files by Aaron Williams · 3 years, 7 months ago
  84. deb8b23 mips: octeon: Add cvmx-sso-defs.h header file by Aaron Williams · 4 years ago
  85. 693a776 mips: octeon: Add cvmx-sriox-defs.h header file by Aaron Williams · 4 years ago
  86. d9cde29 mips: octeon: Add cvmx-sriomaintx-defs.h header file by Aaron Williams · 4 years ago
  87. 9d9203c mips: octeon: Add cvmx-smix-defs.h header file by Aaron Williams · 4 years ago
  88. 3b8cca7 mips: octeon: Add cvmx-sli-defs.h header file by Aaron Williams · 4 years ago
  89. dc7828d mips: octeon: Add cvmx-sata-defs.h header file by Aaron Williams · 4 years ago
  90. d96ed60 mips: octeon: Add cvmx-rst-defs.h header file by Aaron Williams · 4 years ago
  91. 4bfe497 mips: octeon: Add cvmx-pow-defs.h header file by Aaron Williams · 4 years ago
  92. 1c0bf79 mips: octeon: Add cvmx-pko-defs.h header file by Aaron Williams · 4 years ago
  93. aee94af mips: octeon: Add cvmx-pki-defs.h header file by Aaron Williams · 4 years ago
  94. 711cc53 mips: octeon: Add cvmx-pip-defs.h header file by Aaron Williams · 4 years ago
  95. 49a8669 mips: octeon: Add cvmx-pepx-defs.h header file by Aaron Williams · 4 years ago
  96. 01dc174 mips: octeon: Add cvmx-pemx-defs.h header file by Aaron Williams · 4 years ago
  97. e613aca mips: octeon: Add cvmx-pcsx-defs.h header file by Aaron Williams · 4 years ago
  98. b7e180a mips: octeon: Add cvmx-pciercx-defs.h header file by Aaron Williams · 4 years ago
  99. 11c2849 mips: octeon: Add cvmx-pcieepx-defs.h header file by Aaron Williams · 4 years ago
  100. 1c52377 mips: octeon: Add cvmx-npi-defs.h header file by Aaron Williams · 4 years ago