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