1. b821e0d rockchip: rk3328: Add support for FriendlyARM NanoPi R2S by David Bauer · 4 years, 1 month ago
  2. a475bef configs: rk3399: enable rng on firefly/rock960/rockpro64 by Peter Robinson · 4 years, 2 months ago
  3. 5972c57 arm: dts: rockchip: rk3399: enable rng at the SoC level by Peter Robinson · 4 years, 2 months ago
  4. 09b053c rockchip: leez-rk3399: Provide init voltage by Kever Yang · 4 years, 2 months ago
  5. ec0f08c rockchip: firefly-rk3399: Provide init voltage by Kever Yang · 4 years, 2 months ago
  6. 2a6eb3b rockchip: evb-rk3399: Provide init voltage by Kever Yang · 4 years, 2 months ago
  7. a2ca3c6 rockchip: puma-haikou: default to SPI bus 1 for SPI-flash by Hugh Cole-Baker · 4 years, 2 months ago
  8. acc57ec rockchip: rk3399-roc-pc: default to SPI bus 1 for SPI-flash by Hugh Cole-Baker · 4 years, 2 months ago
  9. 83433fd Merge branch '2021-01-20-fs-fixes' by Tom Rini · 4 years ago
  10. 81f5627 ubifs: do not decide upon uninitialized variable by Heinrich Schuchardt · 4 years, 1 month ago
  11. 3b00a6b fs: btrfs: simplify close_ctree_fs_info() by Heinrich Schuchardt · 4 years, 1 month ago
  12. 9dba07f Fix squashfs failing to load sparse files by Campbell Suter · 4 years, 2 months ago
  13. 3b72612 fs: btrfs: volumes: prevent overflow for multiplying by Qu Wenruo · 4 years, 3 months ago
  14. 404bbc8 Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  15. 63f2607 Merge tag 'xilinx-for-v2021.04-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years ago
  16. 4e3fc5e env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENT by Michal Simek · 4 years, 1 month ago
  17. a672b98 xilinx: common: Do not touch CONFIG_XILINX_OF_BOARD_DTB_ADDR in SPL by Michal Simek · 4 years, 1 month ago
  18. 506009f xilinx: common: Change macro handling in board_fdt_blob_setup() by Michal Simek · 4 years, 1 month ago
  19. 2784bef xilinx: zynqmp: Save bootseq number for SD/EMMC boot modes by Michal Simek · 4 years, 1 month ago
  20. b2e35a6 mmc: xenon_sdhci: Remove duplicated macros by Michal Simek · 4 years, 1 month ago
  21. 7f2d57a arm64: zynqmp: Enable seps and related video configs by Michal Simek · 4 years, 1 month ago
  22. 53e54bf efi_loader: Avoid emitting efi_var_buf to .GOT by Ilias Apalodimas · 4 years, 1 month ago
  23. 0a7e516 efi_loader: efi_size_in_pages() missing parentheses by Heinrich Schuchardt · 4 years, 1 month ago
  24. d56013d efi_selftest: use CRLF as line endings in dtbdump by Heinrich Schuchardt · 4 years ago
  25. 65ab48d efi_selftest: provide initrddump test tool by Heinrich Schuchardt · 4 years, 1 month ago
  26. 8644af7 efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLE by Heinrich Schuchardt · 4 years, 1 month ago
  27. b6f6080 efi_selftest: ask before overwriting in dtbdump.efi by Heinrich Schuchardt · 4 years, 1 month ago
  28. 19ea5e6 efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
  29. 59593a5 efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable by Heinrich Schuchardt · 4 years, 1 month ago
  30. 4cb07d8 efi_loader: make EFI_DT_FIXUP_PROTOCOL configurable by Heinrich Schuchardt · 4 years, 1 month ago
  31. 535c473 efi_loader: fixup protocol, avoid forward declaration by Heinrich Schuchardt · 4 years, 1 month ago
  32. ff2f532 efi_loader: make the UEFI boot manager configurable by Heinrich Schuchardt · 4 years, 1 month ago
  33. 26e85bf Revert "net: eth-uclass: Change uclass driver name to ethernet" by Tom Rini · 4 years ago
  34. 9d13cd9 Merge branch '2021-01-19-networking-improvements' by Tom Rini · 4 years ago
  35. 2363eff efi_loader: move load options to new module by Heinrich Schuchardt · 4 years, 1 month ago
  36. 1231184 net: eth-uclass: Change uclass driver name to ethernet by David Wu · 4 years, 1 month ago
  37. 6f1e668 net: dwc_eth_qos: Pad descriptors to cacheline size by Marek Vasut · 4 years, 1 month ago
  38. dd70ff4 net: ks8851: Reset internal RXFC count on bad packet by Marek Vasut · 4 years, 1 month ago
  39. ea707dc net: Use NDRNG device in srand_mac() by Matthias Brugger · 4 years, 2 months ago
  40. 92fdad2 lib: uuid: use RNG device if present by Matthias Brugger · 4 years, 2 months ago
  41. 0be3d1f net: ftgmac100: Read and retain MAC address by Hongwei Zhang · 4 years, 2 months ago
  42. c1ab738 net: eth_legacy - fix build CMD_PCAP by Jorge Ramirez-Ortiz · 4 years, 2 months ago
  43. beb61e1 net: tftp: Fix incorrect tftp_next_ack on no OACK by Harm Berntsen · 4 years, 2 months ago
  44. 51723c5 net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP address by David Rivshin · 4 years, 3 months ago
  45. 3f8905a net: e1000: implement eth_write_hwaddr for DM_ETH by Ian Ray · 4 years, 3 months ago
  46. fa795f4 net: eth-uclass: avoid running start() twice without stop() by Matthias Schiffer · 4 years, 3 months ago
  47. db0dd72 Merge branch '2021-01-18-assorted-platform-updates' by Tom Rini · 4 years ago
  48. ac7a51c dts: mt7622: use accurate clock source fot mtk_timer by Weijie Gao · 4 years, 1 month ago
  49. 63779b2 timer: mtk_timer: initialize the timer before use by Weijie Gao · 4 years, 1 month ago
  50. 97bf737 pinctrl: mediatek: correct error handling by Heinrich Schuchardt · 4 years, 1 month ago
  51. c65b7d1 mtd: remove drivers/mtd/mw_eeprom.c by Heinrich Schuchardt · 4 years, 1 month ago
  52. 80b1ef9 drivers: qe: avoid double free() by Heinrich Schuchardt · 4 years, 1 month ago
  53. f11b38e mmc: fsl_esdhc_spl: remove superfluous free() by Heinrich Schuchardt · 4 years, 1 month ago
  54. 1396e41 doc: board: freescale: advise to use newer atf and firmware by Andrey Zhizhikin · 4 years, 2 months ago
  55. 4908067 dma: bcm6348: incorrect buffer allocation by Heinrich Schuchardt · 4 years, 1 month ago
  56. 9e9a530 cmd: Add a pwm command by Pragnesh Patel · 4 years, 1 month ago
  57. 2767d88 power: pmic: add driver for Monolithic Power mp5416 by Tim Harvey · 4 years, 1 month ago
  58. ccdb58d configs: aspeed: Add defconfig for AST2600 EVB by Chia-Wei, Wang · 4 years, 2 months ago
  59. 4a84cf0 aspeed: Add AST2600 platform support by Chia-Wei, Wang · 4 years, 2 months ago
  60. ec55a1d ARM: dts: aspeed: Add AST2600 SoC support by Chia-Wei, Wang · 4 years, 2 months ago
  61. 9fc2108 reset: aspeed: Add AST2600 reset support by Chia-Wei, Wang · 4 years, 2 months ago
  62. 337d95c wdt: aspeed: Add AST2600 watchdog support by Chia-Wei, Wang · 4 years, 2 months ago
  63. fde9314 ram: aspeed: Add AST2600 DRAM control support by Dylan Hung · 4 years, 2 months ago
  64. a3c8599 clk: aspeed: Add AST2600 clock support by Ryan Chen · 4 years, 2 months ago
  65. 34a5add board: presidio: Add Parallel NAND support by Kate Liu · 4 years, 2 months ago
  66. 161df94 mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support by Kate Liu · 4 years, 2 months ago
  67. 49fd12d km/arm: cleanup defconfig files by Holger Brunck · 4 years, 3 months ago
  68. cbfc3b7 km/kirkwood: enable USB support and the host controller driver by Holger Brunck · 4 years, 3 months ago
  69. 7b4fe6d mmc: Only retrieve cd pin when GPIO is enabled by Harm Berntsen · 4 years, 3 months ago
  70. e8fcb61 acpi: Add missing ARM acpi_table header by Harm Berntsen · 4 years, 3 months ago
  71. 30569b4 gpio: do not include <asm/arch/gpio.h> on ARCH_QEMU by Harm Berntsen · 4 years, 3 months ago
  72. c9d7e79 clk: mediatek: Add MT8183 clock driver by Fabien Parent · 4 years, 4 months ago
  73. 44165e4 tools: mtk_image: add support for booting ARM64 images by Fabien Parent · 4 years, 4 months ago
  74. 9f6322b configs: pumpkin: enable fastboot by Fabien Parent · 4 years, 4 months ago
  75. d673935 configs: pumpkin: enable USB gadget by Fabien Parent · 4 years, 4 months ago
  76. c2984eb board: mediatek: pumpkin: initialize usb device by Fabien Parent · 4 years, 4 months ago
  77. 3dbff96 arm: dts: mt8516-pumpkin: enable usb port by Fabien Parent · 4 years, 4 months ago
  78. 9fe7493 arm: dts: mt8516: add support for USB by Fabien Parent · 4 years, 4 months ago
  79. ae3d8b6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 1 month ago
  80. 59e4e39 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 1 month ago
  81. b5b0237 Merge tag 'doc-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  82. 19c5fdf Merge branch '2021-01-16-assorted-improvements' by Tom Rini · 4 years, 1 month ago
  83. 67704d6 ARM: dts: renesas: Remove leading 0x from rpc node by Lad Prabhakar · 4 years, 2 months ago
  84. 8096e24 pinctrl: renesas: Implement get_pin_muxing() callback by Lad Prabhakar · 4 years, 2 months ago
  85. cc6aa80 pinctrl: renesas: Make sure the pin type is updated after setting the MUX by Lad Prabhakar · 4 years, 2 months ago
  86. 9e550e1 doc: board: Add Microchip MPFS Icicle Kit doc by Padmarao Begari · 4 years, 1 month ago
  87. 64413e1 riscv: Add Microchip MPFS Icicle Kit support by Padmarao Begari · 4 years, 1 month ago
  88. dd4ee41 riscv: dts: Add device tree for Microchip Icicle Kit by Padmarao Begari · 4 years, 1 month ago
  89. 2f27c92 clk: Add Microchip PolarFire SoC clock driver by Padmarao Begari · 4 years, 1 month ago
  90. 1b45938 net: macb: Add phy address to read it from device tree by Padmarao Begari · 4 years, 1 month ago
  91. 6f0b237 net: macb: Add DMA 64-bit address support for macb by Padmarao Begari · 4 years, 1 month ago
  92. 5af3574 riscv: Add DMA 64-bit address support by Padmarao Begari · 4 years, 1 month ago
  93. bc8d12b riscv: timer: Add support for an early timer by Pragnesh Patel · 4 years, 1 month ago
  94. a80f851 trace: select TIMER_EARLY to avoid infinite recursion by Pragnesh Patel · 4 years, 1 month ago
  95. 8f78e52 riscv: Add support for SPI on Kendryte K210 by Sean Anderson · 4 years, 1 month ago
  96. 24c5689 doc: qemu-riscv: Fix opensbi build instructions by Atish Patra · 4 years, 1 month ago
  97. ad80a8d cmd: disk: Remove fit_print_contents API by Ravik Hasija · 4 years, 1 month ago
  98. 6205bbb lib: cosmetic update of CONFIG_LIB_ELF description by Patrick Delaunay · 4 years, 1 month ago
  99. c548a38 test: unit test for pr_err(), pr_cont() by Heinrich Schuchardt · 4 years, 1 month ago
  100. 2496796 log: provide missing macros by Heinrich Schuchardt · 4 years, 1 month ago