summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | pci: synquacer: Add SynQuacer ECAM based PCIe driverMasami Hiramatsu2021-07-063-0/+613
| * | gpio: Introduce CONFIG_GPIO_EXTRA_HEADER to cleanup #ifdefsMasami Hiramatsu2021-07-062-7/+95
| * | dm: pci: Skip setting VGA bridge bits if parent device is the host busMasami Hiramatsu2021-07-061-0/+3
| * | ata: ahci-pci: Use scsi_ops to initialize opsMasami Hiramatsu2021-07-061-0/+2
| * | arm: iproc: Add higher speed configurationsChris Packham2021-07-061-13/+16
| * | ARM: integrator: Drop PCI supportLinus Walleij2021-07-068-667/+0
| * | mpc8379erdb: enable DM_USB DM_PCI DM_ETHSinan Akman2021-07-064-10/+73
| |/
* | Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-07-0631-6/+3167
|\ \
| * | board: sifive: support spl multi-dtb on unmatched boardZong Li2021-07-062-2/+30
| * | riscv: dts: add dts for unmatched rev1Zong Li2021-07-064-1/+1501
| * | board: sifive: Add an interface to get PCB revisionZong Li2021-07-062-0/+47
| * | riscv: sifive: fu740: Support i2c in splZong Li2021-07-062-0/+5
| * | riscv: sifive: fu740: kconfig: Enable support for Opencores I2C controllerZong Li2021-07-062-0/+3
| * | board: sifive: unmatched: add initial support for a platform ID EEPROMZong Li2021-07-063-0/+549
| * | mmc: openpiton: add piton_mmc driverTianrui Wei2021-07-063-0/+171
| * | board: riscv: add openpiton-riscv64 SoC supportTianrui Wei2021-07-0613-0/+854
| * | riscv: sifive: Set default fdtfile namesDimitri John Ledkov2021-07-064-0/+4
| * | drivers: clk: sifive: fu740-prci: replace 'pciaux' with 'pcieaux'Green Wan2021-07-061-3/+3
| |/
* | Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-07-0624-59/+614
|\ \ | |/ |/|
| * net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay2021-07-061-2/+0
| * board: sl28: add DSA support for variant 2Michael Walle2021-07-062-0/+47
| * net: enetc: propagate the return code from phy_startup() to eth_ops::startVladimir Oltean2021-07-061-3/+1
| * net: enetc: force the RGMII MAC speed/duplex instead of using in-band signalingVladimir Oltean2021-07-062-12/+39
| * net: enetc: require a PHY device when probingVladimir Oltean2021-07-061-9/+6
| * arm: dts: ls1028a: disable enetc-2 by defaultVladimir Oltean2021-07-061-1/+1
| * arm: dts: ls1028a: declare the fixed-link speeds for the internal ENETC portsVladimir Oltean2021-07-061-0/+10
| * arm: dts: ls1028a: enable internal RGMII delays for the LS1028A-QDS AR8035 PHYVladimir Oltean2021-07-061-1/+1
| * arm: dts: ls1028a: enable the switch CPU port for the LS1028A-QDSVladimir Oltean2021-07-068-0/+72
| * net: smc911x: Determine bus width at runtimeAndre Przywara2021-07-061-13/+20
| * net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbolAndre Przywara2021-07-062-22/+7
| * cmd: net: add a 'net list' command to list network devsTim Harvey2021-07-061-0/+46
| * phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)2021-07-066-0/+368
|/
* Merge branch '2021-07-01-update-CI-containers'Tom Rini2021-07-0510-146/+547
|\
| * Docker/CI: Update to "focal" and latest buildTom Rini2021-07-054-14/+12
| * test/py: rewrite sqfsls command test suiteJoao Marcos Costa2021-07-051-19/+121
| * test/py: rewrite sqfsload command test suiteJoao Marcos Costa2021-07-051-30/+138
| * test/py: rewrite common tools for SquashFS testsJoao Marcos Costa2021-07-051-64/+193
| * Azure: Add loop devices and CAP_SYS_ADMIN for sandbox test.py testsAlper Nebi Yasak2021-07-051-1/+15
| * Azure: Add fuse device for test.py testsAlper Nebi Yasak2021-07-051-1/+2
| * tools: docker: Install a readable kernel for libguestfs-toolsAlper Nebi Yasak2021-07-051-0/+4
| * test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak2021-07-052-1/+48
| * test/py: Use loop mounts if guestmount fails in filesystem testsAlper Nebi Yasak2021-07-051-16/+15
| * env: efi: fix a wrong address dereferenceAKASHI Takahiro2021-07-051-2/+1
|/
* Merge branch 'next'Tom Rini2021-07-05481-4176/+30788
|\
| * Merge branch '2021-07-01-buildtime-gd-sanity-check' into nextTom Rini2021-07-012-0/+24
| |\
| | * global-data.h: add build-time sanity check of sizeof(struct global_data)Rasmus Villemoes2021-07-011-0/+5
| | * build_bug.h: add wrapper for _Static_assertRasmus Villemoes2021-07-011-0/+19
| |/
| * Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-07-0166-918/+2295
| |\
| | * xilinx: zynqmp: Add support for 67dr siliconT Karthik Reddy2021-07-011-0/+5
| | * watchdog: cadence: Add expire_now methodMichal Simek2021-07-011-1/+40