summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-06-17board/km: add support for expu1 design based on nxpAleksandar Gerasimovski3-0/+149
2021-06-17arm: dts: ls1021a.dtsi: Fix invalid reg on gpio nodesLasse Klok Mikkelsen1-4/+4
2021-06-17arm: dts: lx2162aqds: support eMMC HS400 mode on esdhc1Yangbo Lu4-4/+28
2021-06-17armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam1-1/+149
2021-06-17armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162AYangbo Lu1-0/+4
2021-06-17armv8: layerscape: add PSCI support for cpu releaseJiafei Pan3-16/+36
2021-06-16board: sl28: fix RGMII clock and voltageMichael Walle2-2/+4
2021-06-11Merge tag 'xilinx-for-v2021.07-rc5' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+5
2021-06-11arm64: zynqmp: Writing correct value to ANALOG_BUSAdrian Fiergolski1-0/+5
2021-06-10arm: mvebu: dts: turris_mox: add nodes for SPI NOR partitionsMarek Behún1-0/+31
2021-06-10arm: mvebu: dts: turris_mox: add button and LED nodesMarek Behún1-0/+24
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt1-1/+4
2021-06-04arm: a37xx: pci: Increase PCIe MEM size from 16 MiB to 127 MiBPali Rohár1-3/+10
2021-06-04arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() functionPali Rohár1-14/+60
2021-06-04arm: a37xx: pci: Find PCIe controller node by compatible instead of pathPali Rohár1-3/+1
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár1-1/+1
2021-05-31Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini19-1/+2525
2021-05-31riscv: cpu: fu740: clear feature disable CSRGreen Wan1-0/+15
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-0/+4
2021-05-31riscv: dts: add SiFive Unmatched board supportGreen Wan4-0/+1790
2021-05-31riscv: dts: add fu740 supportGreen Wan2-0/+434
2021-05-31drivers: clk: add fu740 supportGreen Wan1-1/+1
2021-05-31riscv: cpu: fu740: Add support for cpu fu740Green Wan12-0/+281
2021-05-31sunxi: Bring back SD card as MMC device 0Andre Przywara1-0/+1
2021-05-28arm: dts: stm32mp157c-odyssey-som: enable the RNG1Grzegorz Szymaszek1-0/+4
2021-05-27Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini3-0/+16
2021-05-27arm: dts: k3-am642-sk: Add sysreset controller nodeSuman Anna1-0/+4
2021-05-27arm: dts: k3-am642-evm: Add sysreset controller nodeSuman Anna1-0/+4
2021-05-27arm: dts: k3-j721e: Fix up MAIN R5FSS cluster mode back to Split-modeSuman Anna1-0/+8
2021-05-27powerpc: fix regression in arch_initr_trap()Matt Merhar1-0/+1
2021-05-25MIPS: remove deprecated qemu_mips boardDaniel Schwierzeck1-11/+0
2021-05-24ARM: don't use --gc-sections with LTO when using private libgccMarek Behún1-0/+2
2021-05-24ARM: don't use -ffunction-sections/-fdata-sections with LTO buildMarek Behún1-2/+6
2021-05-24ARM: make LTO availableMarek Behún2-0/+3
2021-05-24armv8: SPL: discard relocation informationMarek Behún1-0/+1
2021-05-24ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)Marek Behún1-0/+1
2021-05-24ARM: fix LTO for rockchip and samsungMarek Behún1-1/+1
2021-05-24ARM: fix LTO for seaboardMarek Behún1-0/+1
2021-05-24ARM: imx8m: fix imx_eqos_txclk_set_rate() type mismatch for LTOMarek Behún1-1/+1
2021-05-24ARM: kona: fix clk_bsc_enable() type mismatch for LTOMarek Behún1-1/+1
2021-05-24ARM: fix LTO for keystoneMarek Behún1-0/+1
2021-05-24ARM: fix LTO for imx28_xeaMarek Behún2-2/+2
2021-05-24ARM: fix LTO build for some thumb-interwork casesMarek Behún2-0/+3
2021-05-24ARM: make gd a function call for LTO and set via set_gd()Marek Behún5-12/+12
2021-05-24ARM: global_data: make set_gd() work for armv5 and armv6Marek Behún1-1/+3
2021-05-24sandbox: enable LTO by defaultMarek Behún1-0/+1
2021-05-24sandbox: make LTO availableMarek Behún2-0/+5
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek Behún5-11/+32
2021-05-24build: use thin archives instead of incremental linkingMarek Behún1-3/+7
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún29-65/+68