aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/07Jul2021Tom Rini4-10/+40
2021-07-07Merge branch '2021-07-06-update-to-gcc11-clang11'Tom Rini2-0/+4
2021-07-07Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-2/+2
2021-07-07x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng1-0/+2
2021-07-07bootstage: Eliminate when not enabledTom Rini1-0/+2
2021-07-07Merge tag 'u-boot-atmel-fixes-2021.10-a' of https://source.denx.de/u-boot/cus...Tom Rini7-7/+10
2021-07-07riscv: dts: add OpenPiton RISC-V board dts supportTianrui Wei1-2/+2
2021-07-06Merge branch '2021-07-06-platform-updates'Tom Rini19-31/+1793
2021-07-06arm: dts: db410c: Add missing cd-gpios for SD card detectionStephan Gerhold1-1/+3
2021-07-06arm: snapdragon: Fix typo in clk_bcr_update()Sheep Sun1-5/+5
2021-07-06arm: snapdragon: Use correct GICC register on APQ8016Sheep Sun1-1/+1
2021-07-06arm: lpc32xx: add EA LPC3250 DevKitv2 board supportTrevor Woerner3-0/+21
2021-07-06lpc32xx: import device tree from LinuxTrevor Woerner2-0/+781
2021-07-06lpc32xx: Kconfig: switch to CONFIG_CONS_INDEXTrevor Woerner2-4/+3
2021-07-06board: synquacer: Add DeveloperBox 96boards EE supportMasami Hiramatsu1-0/+14
2021-07-06ARM: dts: synquacer: Add device trees for DeveloperBoxMasami Hiramatsu5-0/+800
2021-07-06gpio: Introduce CONFIG_GPIO_EXTRA_HEADER to cleanup #ifdefsMasami Hiramatsu2-7/+95
2021-07-06arm: iproc: Add higher speed configurationsChris Packham1-13/+16
2021-07-06mpc8379erdb: enable DM_USB DM_PCI DM_ETHSinan Akman2-0/+54
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak2-0/+16
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-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 Rini9-1/+1681
2021-07-06riscv: dts: add dts for unmatched rev1Zong Li4-1/+1501
2021-07-06board: sifive: Add an interface to get PCB revisionZong Li1-0/+15
2021-07-06riscv: sifive: fu740: Support i2c in splZong Li2-0/+5
2021-07-06riscv: sifive: fu740: kconfig: Enable support for Opencores I2C controllerZong Li1-0/+2
2021-07-06ARM: dts: at91: fix the GPIO polarity for onewireEugen Hristev7-7/+10
2021-07-06board: riscv: add openpiton-riscv64 SoC supportTianrui Wei3-0/+158
2021-07-06board: sl28: add DSA support for variant 2Michael Walle2-0/+47
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-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...WIP/01Jul2021-nextTom Rini47-859/+1065
2021-06-28Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh int...WIP/28Jun2021-nextTom Rini11-1/+1308
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini69-97/+2149
2021-06-28arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi1-0/+5
2021-06-28arm64: dts: zynqmp: Add psgtr and phy entry for USB and SATA nodePiyush Mehta1-0/+26
2021-06-25Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-12/+6
2021-06-24ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boardsAdam Ford1-0/+3
2021-06-24ARM: rmobile: Add basic PSCI support for R8A779A0 V3U FalconHai Pham2-0/+53
2021-06-24ARM: renesas: Add R8A779A0 V3U Falcon board codeHai Pham3-1/+41
2021-06-24ARM: renesas: Add R8A779A0 V3U platform codeHai Pham3-0/+7
2021-06-24ARM: dts: renesas: Add RPC node to R8A779A0 V3UMarek Vasut1-0/+13
2021-06-24ARM: dts: renesas: Add R8A779A0 V3U DT extrasHai Pham1-0/+12
2021-06-24ARM: dts: renesas: Add R8A779A0 V3U Falcon DTsMarek Vasut2-0/+212
2021-06-24ARM: dts: renesas: Add R8A779A0 V3U DTs and headersMarek Vasut1-0/+970
2021-06-23Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/23Jun2021Tom Rini3-0/+3