1. d3b0298 sunxi: pmic_bus: Clean up preprocessor conditions by Samuel Holland · 3 years ago
  2. 3227c85 i2c: Add a DM_I2C driver for the sun8i RSB controller by Samuel Holland · 3 years ago
  3. 104950a i2c: Add a DM_I2C driver for the sun6i P2WI controller by Samuel Holland · 3 years ago
  4. 4ab39e7 sunxi: pmic_bus: Fix Kconfig dependencies by Samuel Holland · 3 years ago
  5. abd2e78 sunxi: Select SUN8I_RSB more carefully by Samuel Holland · 3 years ago
  6. ea261fd sunxi: Only initialize legacy I2C when enabled by Samuel Holland · 3 years ago
  7. 526c4f2 power: pmic: Add a driver for X-Powers AXP PMICs by Samuel Holland · 3 years ago
  8. 3fd90e4 power: pmic: Consistently depend on SPL_DM_PMIC by Samuel Holland · 3 years ago
  9. 7f51b55 power: pmic: Consistently depend on DM_PMIC by Samuel Holland · 3 years ago
  10. e7510d2 sunxi: Add support for FriendlyARM NanoPi R1S H5 by Chukun Pan · 3 years ago
  11. 23c8336 clk: sunxi: Add drivers for A31 and H6 PRCM CCUs by Samuel Holland · 3 years, 1 month ago
  12. c61897b clk: sunxi: Add support for I2C gates/resets by Samuel Holland · 3 years, 1 month ago
  13. 8fe8ff3 sunxi: gpio: Remove bank-specific size macros by Samuel Holland · 3 years, 1 month ago
  14. 4d9958b sunxi: gpio: Remove name_to_gpio macro by Samuel Holland · 3 years, 1 month ago
  15. 4250846 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 1 month ago
  16. 0534153 pinephone_defconfig: add support for early-boot status LED by Arnaud Ferraris · 3 years, 1 month ago
  17. 8f872bb board: sunxi: enable status LED early by Arnaud Ferraris · 3 years, 1 month ago
  18. 14c8c63 gpio: sunxi: Remove the sunxi_name_to_gpio_bank function by Samuel Holland · 3 years, 1 month ago
  19. dda9fa7 sunxi: Simplify MMC pinmux selection by Samuel Holland · 3 years, 1 month ago
  20. 21d314a clk: sunxi: Move header out of arch directory by Samuel Holland · 3 years, 1 month ago
  21. 5427da0 configs: add PineTab defconfig by Arnaud Ferraris · 3 years, 2 months ago
  22. f331497 Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years ago WIP/09Oct2021
  23. 79c0533 video: move MXS to Kconfig by Anatolij Gustschin · 3 years, 1 month ago
  24. 450d937 video: remove not used mx3fb driver by Anatolij Gustschin · 3 years, 1 month ago
  25. de99e77 common: Kconfig: use 'vidconsole' name instead of old 'video' by Anatolij Gustschin · 3 years, 1 month ago
  26. 2a2d8e9 lz4: Use a private header for U-Boot by Simon Glass · 3 years ago
  27. 79f9def efi_loader: GOP: Fix 30bpp block transfer support by Mark Kettenis · 3 years, 1 month ago
  28. 2c2653d video: simplefb: Add 30bpp support by Mark Kettenis · 3 years, 1 month ago
  29. 01fcf0e efi_loader: GOP: Add 30bpp support by Mark Kettenis · 3 years, 1 month ago
  30. 0efe41c video: Add 30bpp support by Mark Kettenis · 3 years, 1 month ago
  31. 94e922c Merge branch '2021-10-08-image-cleanups' by Tom Rini · 3 years ago
  32. 4cb35b7 image: Split up boot_get_fdt() by Simon Glass · 3 years, 1 month ago
  33. a2198cd image: Reduce variable scope in boot_get_fdt() by Simon Glass · 3 years, 1 month ago
  34. b53541f image: Remove some #ifdefs from image-fit and image-fit-sig by Simon Glass · 3 years, 1 month ago
  35. f33a2c1 image: Remove #ifdefs from select_ramdisk() by Simon Glass · 3 years, 1 month ago
  36. e4c9287 image: Split up boot_get_ramdisk() by Simon Glass · 3 years, 1 month ago
  37. 78f8879 image: Reduce variable scope in boot_get_ramdisk() by Simon Glass · 3 years, 1 month ago
  38. 1df654a image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years, 1 month ago
  39. 78740bc image: Drop #ifdefs for fit_print_contents() by Simon Glass · 3 years, 1 month ago
  40. 13c133b image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 1 month ago
  41. 0ab5e02 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years, 1 month ago
  42. 1eccbb1 efi: Correct dependency on FIT_SIGNATURE by Simon Glass · 3 years, 1 month ago
  43. fa13940 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 1 month ago
  44. 3ac0f50 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years, 1 month ago
  45. 30ba282 image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years, 1 month ago
  46. 806d1ff image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years, 1 month ago
  47. e7d285b image: Use the correct checks for CRC32 by Simon Glass · 3 years, 1 month ago
  48. 2bbed3f image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 1 month ago
  49. e059157 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · 3 years, 1 month ago
  50. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 1 month ago
  51. bf371b4 image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years, 1 month ago
  52. d54f7e3 hash: Drop some #ifdefs in hash.c by Simon Glass · 3 years, 1 month ago
  53. 2c21256 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 1 month ago
  54. 603d15a spl: cypto: Bring back SPL_ versions of SHA by Simon Glass · 3 years, 1 month ago
  55. e02b3fd image: Add Kconfig options for FIT in the tools build by Simon Glass · 3 years, 1 month ago
  56. 5500a40 kconfig: Add tools support to CONFIG_IS_ENABLED() by Simon Glass · 3 years, 1 month ago
  57. c9d6b5b compiler: Rename host_build() to tools_build() by Simon Glass · 3 years, 1 month ago
  58. 4ed37ab image: Remove ifdefs around image_setup_linux() el at by Simon Glass · 3 years, 1 month ago
  59. c5a68d2 image: Avoid #ifdefs for manual relocation by Simon Glass · 3 years, 1 month ago
  60. 2ac00c0 image: Create a function to do manual relocation by Simon Glass · 3 years, 1 month ago
  61. 5d3248a image: Split host code out into its own file by Simon Glass · 3 years, 1 month ago
  62. 3d2a47f image: Fix up checkpatch warnings in image-board.c by Simon Glass · 3 years, 1 month ago
  63. 41506ff image: Split board code out into its own file by Simon Glass · 3 years, 1 month ago
  64. 458b30a image: Update image_decomp() to avoid ifdefs by Simon Glass · 3 years, 1 month ago
  65. 5a4f10d gzip: Avoid use of u64 by Simon Glass · 3 years, 1 month ago
  66. 02ace2c image: Update zstd to avoid reporting error twice by Simon Glass · 3 years, 1 month ago
  67. b876eb8 image: Avoid switch default in image_decomp() by Simon Glass · 3 years, 1 month ago
  68. 918adf8 btrfs: Use U-Boot API for decompression by Simon Glass · 3 years, 1 month ago
  69. 94d0a2e zstd: Create a function for use from U-Boot by Simon Glass · 3 years, 1 month ago
  70. c45b792 compiler: Add a comment to host_build() by Simon Glass · 3 years, 1 month ago
  71. 67bc59d Add support for an owned buffer by Simon Glass · 3 years, 1 month ago
  72. 930c887 lib: Add memdup() by Simon Glass · 3 years, 1 month ago
  73. 0caf37e Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years ago WIP/08Oct2021
  74. 1ead6c2 ARM: mvebu: x530: Remove custom kwbimage.cfg by Chris Packham · 3 years ago
  75. bdce212 arm: mvebu: mvebu_armada-8k: drop Puzzle M801 early init code by Robert Marko · 3 years, 1 month ago
  76. cfb7102 arm: mvebu: dts: m801: correct CP1 pinctrl by Robert Marko · 3 years, 1 month ago
  77. cf47a8c arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT by Stefan Roese · 3 years, 1 month ago
  78. 8247c90 arm: a37xx: pci: Update private structure documentation by Marek Behún · 3 years, 1 month ago
  79. 96a3c98 arm: a37xx: pci: Cosmetic change by Marek Behún · 3 years, 1 month ago
  80. 1d7ad68 arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port by Pali Rohár · 3 years, 1 month ago
  81. 95e101e arm: a37xx: pci: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years, 1 month ago
  82. cb05600 arm: a37xx: pci: Add support for accessing PCI Bridge on root bus by Pali Rohár · 3 years, 1 month ago
  83. 6b2771c arm: a37xx: pci: Fix pcie_advk_link_up() by Pali Rohár · 3 years, 1 month ago
  84. de72930 arm: mvebu: a38x: serdes: Update comment about PCIE*_ENABLE_* defines by Pali Rohár · 3 years, 1 month ago
  85. 28c935b arm: mvebu: a38x: serdes: Remove unused PCIe macros and functions by Pali Rohár · 3 years, 1 month ago
  86. 177ee6c arm: mvebu: a38x: serdes: Don't configure PCIe cards in SerDes init code by Pali Rohár · 3 years, 1 month ago
  87. db5ea81 arm: mvebu: a38x: serdes: Don't overwrite PCI device ID by Pali Rohár · 3 years, 1 month ago
  88. 3fc8b90 arm: mvebu: a38x: serdes: Don't set PCIe Common Clock Configuration by Pali Rohár · 3 years, 1 month ago
  89. 3bedbcc arm: mvebu: a38x: serdes: Don't overwrite read-only SAR PCIe registers by Pali Rohár · 3 years, 1 month ago
  90. 2d5f51f arm: mvebu: a38x: serdes: Add comments for hws_pex_config() code by Pali Rohár · 3 years, 1 month ago
  91. eb5d316 arm: mvebu: a38x: serdes: Remove duplicate macro SOC_CTRL_REG by Pali Rohár · 3 years, 1 month ago
  92. cfd4a8a arm: mvebu: a38x: serdes: Add comments and use macros in PCIe code by Pali Rohár · 3 years, 1 month ago
  93. 021a98a phy: marvell: a3700: Return correct error code when power up fails by Pali Rohár · 3 years, 1 month ago
  94. 4ca474d phy: marvell: a3700: Fix configuring polarity invert bits by Pali Rohár · 3 years, 1 month ago
  95. 4adb16b phy: marvell: a3700: Set TXDCLK_2X_SEL bit during PCIe initialization by Pali Rohár · 3 years, 1 month ago
  96. 646a152 arm: a37xx: pci: Increase PCIe IO size from 64 KiB to 1 MiB by Pali Rohár · 3 years, 1 month ago
  97. 7a508a7 Merge tag 'u-boot-amlogic-20211007' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years ago WIP/07Oct2021
  98. 11a69a9 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years ago
  99. 506fd30 doc: boards: amlogic: update for Radxa Zero by Christian Hewitt · 3 years, 1 month ago
  100. e294f64 boards: amlogic: add Radxa Zero defconfig by Christian Hewitt · 3 years, 1 month ago