aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-06arm: iproc: Add higher speed configurationsChris Packham1-13/+16
2021-07-06ARM: integrator: Drop PCI supportLinus Walleij8-667/+0
2021-07-06mpc8379erdb: enable DM_USB DM_PCI DM_ETHSinan Akman4-10/+73
2021-07-06tools: Fix default target compile tools in Python toolsAlper Nebi Yasak1-2/+0
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak13-5/+164
2021-07-06remove struct uclass_driver::opsRasmus Villemoes2-6/+0
2021-07-06sandbox: don't refer to symbol _initHeinrich Schuchardt1-1/+3
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt1-3/+0
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt1-4/+8
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay77-0/+157
2021-07-06sandbox: Support signal handling only when requestedSimon Glass2-3/+16
2021-07-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/06Jul2021-v2Tom Rini31-6/+3167
2021-07-06Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini24-59/+614
2021-07-06board: sifive: support spl multi-dtb on unmatched boardZong Li2-2/+30
2021-07-06riscv: dts: add dts for unmatched rev1Zong Li4-1/+1501
2021-07-06board: sifive: Add an interface to get PCB revisionZong Li2-0/+47
2021-07-06riscv: sifive: fu740: Support i2c in splZong Li2-0/+5
2021-07-06riscv: sifive: fu740: kconfig: Enable support for Opencores I2C controllerZong Li2-0/+3
2021-07-06board: sifive: unmatched: add initial support for a platform ID EEPROMZong Li3-0/+549
2021-07-06ARM: dts: at91: fix the GPIO polarity for onewireEugen Hristev7-7/+10
2021-07-06w1: w1-gpio: claim the gpio with correct initial flagEugen Hristev1-1/+1
2021-07-06mmc: openpiton: add piton_mmc driverTianrui Wei3-0/+171
2021-07-06board: riscv: add openpiton-riscv64 SoC supportTianrui Wei13-0/+854
2021-07-06riscv: sifive: Set default fdtfile namesDimitri John Ledkov4-0/+4
2021-07-06drivers: clk: sifive: fu740-prci: replace 'pciaux' with 'pcieaux'Green Wan1-3/+3
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay1-2/+0
2021-07-06board: sl28: add DSA support for variant 2Michael Walle2-0/+47
2021-07-06net: enetc: propagate the return code from phy_startup() to eth_ops::startVladimir Oltean1-3/+1
2021-07-06net: enetc: force the RGMII MAC speed/duplex instead of using in-band signalingVladimir Oltean2-12/+39
2021-07-06net: enetc: require a PHY device when probingVladimir Oltean1-9/+6
2021-07-06arm: dts: ls1028a: disable enetc-2 by defaultVladimir Oltean1-1/+1
2021-07-06arm: dts: ls1028a: declare the fixed-link speeds for the internal ENETC portsVladimir Oltean1-0/+10
2021-07-06arm: dts: ls1028a: enable internal RGMII delays for the LS1028A-QDS AR8035 PHYVladimir Oltean1-1/+1
2021-07-06arm: dts: ls1028a: enable the switch CPU port for the LS1028A-QDSVladimir Oltean8-0/+72
2021-07-06net: smc911x: Determine bus width at runtimeAndre Przywara1-13/+20
2021-07-06net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbolAndre Przywara2-22/+7
2021-07-06cmd: net: add a 'net list' command to list network devsTim Harvey1-0/+46
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)6-0/+368
2021-07-05Merge branch '2021-07-01-update-CI-containers'Tom Rini10-146/+547
2021-07-05Docker/CI: Update to "focal" and latest buildTom Rini4-14/+12
2021-07-05test/py: rewrite sqfsls command test suiteJoao Marcos Costa1-19/+121
2021-07-05test/py: rewrite sqfsload command test suiteJoao Marcos Costa1-30/+138
2021-07-05test/py: rewrite common tools for SquashFS testsJoao Marcos Costa1-64/+193
2021-07-05Azure: Add loop devices and CAP_SYS_ADMIN for sandbox test.py testsAlper Nebi Yasak1-1/+15
2021-07-05Azure: Add fuse device for test.py testsAlper Nebi Yasak1-1/+2
2021-07-05tools: docker: Install a readable kernel for libguestfs-toolsAlper Nebi Yasak1-0/+4
2021-07-05test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak2-1/+48
2021-07-05test/py: Use loop mounts if guestmount fails in filesystem testsAlper Nebi Yasak1-16/+15
2021-07-05env: efi: fix a wrong address dereferenceAKASHI Takahiro1-2/+1
2021-07-05Merge branch 'next'Tom Rini481-4176/+30788