1. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 3 months ago
  2. e033c18 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 3 months ago
  3. 1aa168c ci: Add a test for a non-LTO build by Simon Glass · 2 years, 3 months ago
  4. a55014d Makefile: Allow LTO to be disabled for a build by Simon Glass · 2 years, 3 months ago
  5. 583f1b2 arm: ARMv4 assembly compatibility by Sergei Antonov · 2 years, 2 months ago
  6. dc0d17c cmd: Add pause command by Samuel Dionne-Riel · 2 years, 2 months ago
  7. d882607 distro_bootcmd: Introduce support for extension command by Matwey V. Kornilov · 2 years, 2 months ago
  8. 67fe8cc Merge tag 'efi-2022-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 2 months ago
  9. 2d70691 Merge branch '2022-09-01-assorted-Kconfig-migrations' into next by Tom Rini · 2 years, 2 months ago
  10. 2522bd3 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · 2 years, 2 months ago
  11. 68083b8 renesas: Fix RPC-IF compatible values by Geert Uytterhoeven · 2 years, 7 months ago
  12. 33aca1c ARM: renesas: Propagate RPC-IF enablement to subsequent software by Geert Uytterhoeven · 2 years, 7 months ago
  13. e17205d ARM: dts: rmobile: Fix RPC-IF device node names by Geert Uytterhoeven · 2 years, 7 months ago
  14. ab2a6e8 ARM: imx6: dh-imx6: Enable d-cache early in SPL by Marek Vasut · 2 years, 2 months ago
  15. b6664ea ARM: cache: Allow SPL to build cache-pl310.c by Philip Oberfichtner · 2 years, 2 months ago
  16. 1116888 Convert CONFIG_SYS_L2_PL310 to Kconfig by Philip Oberfichtner · 2 years, 2 months ago
  17. 12bbcd6 Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al by Tom Rini · 2 years, 2 months ago
  18. adf13bc Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · 2 years, 2 months ago
  19. 7ac6842 binman: bintool: bzip2: fix version function on non-Debian-based systems by Quentin Schulz · 2 years, 2 months ago
  20. 9c96786 binman: btool: futility: use Bintool.version by Quentin Schulz · 2 years, 2 months ago
  21. 4508fb9 binman: btool: fiptool: use Bintool.version by Quentin Schulz · 2 years, 2 months ago
  22. e440843 binman: bintool: parametrize args to pass to binary for returning version by Quentin Schulz · 2 years, 2 months ago
  23. 65e2c14 binman: btool: mkimage: use Bintool.version by Quentin Schulz · 2 years, 2 months ago
  24. f17219a binman: btool: lz4: use Bintool.version by Quentin Schulz · 2 years, 2 months ago
  25. 723a63e binman: bintool: move version check implementation into bintool class by Quentin Schulz · 2 years, 2 months ago
  26. daa2da7 binman: btool: gzip: fix packer name so that binary can be found by Quentin Schulz · 2 years, 2 months ago
  27. 2ac4c98 dt/bindings: Add bindings for FWU Metadata mtd storage by Sughosh Ganu · 2 years, 3 months ago
  28. 0d8b7f9 github: Update PR template for new "Patches" content by Tom Rini · 2 years, 2 months ago
  29. 286ed78 doc: process, sending_patches: Update and correct the old "Patches" content by Tom Rini · 2 years, 2 months ago
  30. 6349b18 doc: sending_patches.rst: Incorporate the old "Patches" wiki content by Tom Rini · 2 years, 2 months ago
  31. 00cc81f doc: Add gpio status output fields description by Patrice Chotard · 2 years, 2 months ago
  32. d5391bf efi_loader: ensure all block devices are probed by Heinrich Schuchardt · 2 years, 2 months ago
  33. 4e10c12 Merge branch '2022-08-31-assorted-fixes' by Tom Rini · 2 years, 2 months ago
  34. f4b540e arm: smh: Fix uninitialized parameters with newer GCCs by Sean Anderson · 2 years, 2 months ago
  35. 1a4af2d tools: mkimage: fix build with recent LibreSSL by Mark Kettenis · 2 years, 2 months ago
  36. 5acfdfb bootm: Fix upper bound of FDT overlap checks by Pali Rohár · 2 years, 2 months ago
  37. 88de6c5 image-fit: don't set compression if it can't be read by Daniel Golle · 2 years, 2 months ago
  38. 0cd57f2 bootm: fix typo imape_comp -> image_comp by Daniel Golle · 2 years, 2 months ago
  39. fdffe6a corenet_ds.h: Remove by Tom Rini · 2 years, 2 months ago
  40. e4573fe i2c: fix stack buffer overflow vulnerability in i2c md command by Marek Vasut · 2 years, 2 months ago
  41. 1aa9a04 Revert "i2c: fix stack buffer overflow vulnerability in i2c md command" by Marek Vasut · 2 years, 2 months ago
  42. 6eea940 spl: ahci: Fix dependency for SPL_AHCI_PCI by Oleksandr Suvorov · 2 years, 2 months ago
  43. da223d8 fs: fix comment typo by Roger Knecht · 2 years, 2 months ago
  44. a638bd3 kbuild: add KBUILD_HOSTLDFLAGS to cmd_host-csingle by Heiko Thiery · 2 years, 2 months ago
  45. bf63766 board: ti: common: board_detect: Fix EEPROM read quirk by Matwey V. Kornilov · 2 years, 2 months ago
  46. cb73517 gitlab-ci: Update comment about the Dockerfile by Joel Stanley · 2 years, 2 months ago
  47. 04a20ca common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · 2 years, 6 months ago
  48. 1573b6a Merge tag 'dm-pull-26aug22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 2 months ago
  49. cd3872c Merge branch '2022-08-26-assorted-fixes' by Tom Rini · 2 years, 2 months ago
  50. 53a9f9e distroboot: ubifs: Add support for specifying UBI header offset by Pali Rohár · 2 years, 3 months ago
  51. c2ee5ee Rename disto_[pxe_]getfile to distro_[pxe_]getfile by Dario Binacchi · 2 years, 2 months ago
  52. 2d74226 vbe: Enable command only with BOOTSTD_FULL by Simon Glass · 2 years, 2 months ago
  53. 5cb0b25 binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · 2 years, 2 months ago
  54. 86e5446 binman: Document how to handle dependent images by Simon Glass · 2 years, 2 months ago
  55. 0712860 binman: Mention split-elf in the main docs by Simon Glass · 2 years, 2 months ago
  56. 65af8f2 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · 2 years, 2 months ago
  57. 74eaa5c patman: Fix version table by Simon Glass · 2 years, 2 months ago
  58. 49740e0 boot: simplify bootmeth_vbe_simple_ft_fixup() by Heinrich Schuchardt · 2 years, 2 months ago
  59. d81eeac boot: fix vbe_find_first_device() by Heinrich Schuchardt · 2 years, 2 months ago
  60. a7091f3 dm: core: fix a typo in help text by Sergei Antonov · 2 years, 2 months ago
  61. 5e730d9 doc: Build documentation in parallel by Simon Glass · 2 years, 2 months ago
  62. 2f03a63 disk: part: remove dependency to ubifs for spl by Stefan Herbrechtsmeier · 2 years, 2 months ago
  63. e9ac3a9 nvme: Do a clean NVMe shutdown by Hector Martin · 2 years, 3 months ago
  64. d9f554b pci: Add checks to prevent config space overflow by Pali Rohár · 2 years, 4 months ago
  65. f9316db Merge branch '2022-08-26-assorted-platform-updates' into next by Tom Rini · 2 years, 2 months ago
  66. 96e036a firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function by Andrew Davis · 2 years, 3 months ago
  67. f127a58 firmware: ti_sci: Remove inline keyword from functions by Andrew Davis · 2 years, 3 months ago
  68. 0d74f26 firmware: ti_sci: Factor out message alloc failed message by Andrew Davis · 2 years, 3 months ago
  69. 5917850 firmware: ti_sci: Reduce output on ti_sci_do_xfer error by Andrew Davis · 2 years, 3 months ago
  70. 0ddabb6 arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings by Sumit Garg · 2 years, 3 months ago
  71. a4b9958 pinctrl: sdm845: Remove redundant CONFIG_SDM845 check by Sumit Garg · 2 years, 3 months ago
  72. 54e77ad qcs404evb_defconfig: Enable USB configs by Sumit Garg · 2 years, 3 months ago
  73. 106822d board: qcs404-evb: Enable USB3 specific PMIC GPIO by Sumit Garg · 2 years, 3 months ago
  74. 9c96a0c dts: qcs404-evb: Add PMIC GPIO controller node by Sumit Garg · 2 years, 3 months ago
  75. cf51584 gpio: qcom_pmic: Add support for GPIO LV/MV subtype by Sumit Garg · 2 years, 3 months ago
  76. e555d4c pmic: Convert pm8916 driver to a generic Qcom PMIC driver by Sumit Garg · 2 years, 3 months ago
  77. 0c1eab6 dts: qcs404-evb: Add USB controller and PHY nodes by Sumit Garg · 2 years, 3 months ago
  78. 968597b clocks: qcs404: Add support for USB clocks by Sumit Garg · 2 years, 3 months ago
  79. c9e384e clocks: qcom: Add clock enable callback support by Sumit Garg · 2 years, 3 months ago
  80. 21ed456 dts: qcs404-evb: Add reset controller node by Sumit Garg · 2 years, 3 months ago
  81. 9b6f90c reset: qcom: Add support for QCS404 SoC reset table by Sumit Garg · 2 years, 3 months ago
  82. 4258827 reset: Convert ipq4019 driver to a generic Qcom driver by Sumit Garg · 2 years, 3 months ago
  83. 0b746d2 phy: Add support for drivers to enable USB on QCS404 SoC by Sumit Garg · 2 years, 3 months ago
  84. 23ba5f3 phy: Move qcom SoCs specific phy drivers to qcom folder by Sumit Garg · 2 years, 3 months ago
  85. 42f051c arm: total_compute: enable psci by Davidson K · 2 years, 2 months ago
  86. 11d8439 configs: j721s2_evm_a72_defconfig: fix the bootcmd by Jayesh Choudhary · 2 years, 3 months ago
  87. a2aa7d6 Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next by Tom Rini · 2 years, 2 months ago
  88. aea087a Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 2 months ago
  89. 1247c35 configs: Resync with savedefconfig by Tom Rini · 2 years, 2 months ago
  90. 560a5c3 board: lsxl: update the README by Michael Walle · 2 years, 2 months ago
  91. 5dbf2f0 board: lsxl: disable eth0 by Michael Walle · 2 years, 2 months ago
  92. d9055e8 board: lsxl: convert to CONFIG_TIMER by Michael Walle · 2 years, 2 months ago
  93. 7e3084e board: lsxl: convert to DM_SERIAL by Michael Walle · 2 years, 2 months ago
  94. cb75d02 board: lsxl: convert to DM_ETH by Michael Walle · 2 years, 2 months ago
  95. 7c9bd92 board: lsxl: convert to DM_GPIO by Michael Walle · 2 years, 2 months ago
  96. aa088be board: lsxl: make last resort recovery more reliable by Michael Walle · 2 years, 2 months ago
  97. 18794c1 board: lsxl: enable ATAGS support by Michael Walle · 2 years, 2 months ago
  98. f5631b2 board: lsxl: use proper *_r variables by Michael Walle · 2 years, 2 months ago
  99. 148b3ae board: lsxl: reorder image loading and remove ramdisk_len by Michael Walle · 2 years, 2 months ago
  100. 111e1e1 board: lsxl: use CONFIG_DEFAULT_FDT_FILE by Michael Walle · 2 years, 2 months ago