aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-10-08qemu-arm64: Enable POSITION_INDEPENDENTAndre Przywara1-0/+1
2020-10-08qemu-arm: Drop ARCH_SUPPORT_TFABOOTAndre Przywara1-1/+0
2020-10-08arm64: PIE: Allow fixed stack pointerAndre Przywara1-1/+1
2020-10-08arm64: PIE: Skip fixups if distance is zeroAndre Przywara1-1/+2
2020-10-08arm64: PIE: Do not skip static relocationAndre Przywara1-1/+1
2020-10-08arm: Kconfig: Explain TFABOOTAndre Przywara1-2/+7
2020-10-08riscv: add DT binding for BOOT button on Maix boardHeinrich Schuchardt1-0/+11
2020-10-08riscv: Add pinmux and gpio bindings for Kendryte K210Sean Anderson2-0/+116
2020-10-08test: dm: Test for default led namingSean Anderson1-1/+1
2020-10-08test: pinmux: Add test for pin muxingSean Anderson1-7/+38
2020-10-08ram: move aspeed ram driver into drivers/ directoryDylan Hung2-440/+1
2020-10-07Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini21-14/+11033
2020-10-07mips: octeon: Add bootoctlinux commandAaron Williams3-0/+716
2020-10-07mips: octeon: Add bootmem supportAaron Williams3-0/+1994
2020-10-07mips: octeon: Add coremask supportAaron Williams3-0/+1119
2020-10-07mips: octeon: Add header cvmx-bootinfo.hAaron Williams1-0/+350
2020-10-07mips: octeon: Add header cvmx-fuse.hAaron Williams1-0/+71
2020-10-07mips: octeon: Add header octeon-feature.hAaron Williams1-0/+442
2020-10-07mips: octeon: Add header cvmx-regs.hAaron Williams1-0/+144
2020-10-07mips: octeon: lowlevel_init.S: Add NMI handling code for SMP Linux bootingStefan Roese1-0/+76
2020-10-07mips: octeon: octeon-model.h: Enable inclusion from assembler filesStefan Roese1-0/+4
2020-10-07mips: octeon: Add USB DT nodesStefan Roese2-0/+84
2020-10-07mips: octeon: cache.c: Flush all pending writes in flush_dcache_range()Stefan Roese1-6/+6
2020-10-07mips: octeon: Add mangle-port.hStefan Roese1-0/+56
2020-10-07mips: octeon: cpu.c: Add table for selective swappingStefan Roese1-0/+21
2020-10-07mips: octeon: dram.c: Add RAM driver supportStefan Roese1-8/+64
2020-10-07mips: octeon: Add octeon_ddr.h headerAaron Williams1-0/+982
2020-10-07mips: octeon Add cvmx/cvmx-lmcx-defs.h headerAaron Williams1-0/+4574
2020-10-07mips: octeon: Add octeon-model.h headerAaron Williams1-0/+313
2020-10-07mips: octeon: dts: mrvl, cn73xx.dtsi: Add memory controller DT nodeStefan Roese1-0/+17
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini5-74/+107
2020-10-06sandbox: avoid duplicate backslash inputHeinrich Schuchardt1-5/+15
2020-10-06sandbox: add missing SDL key scan codesHeinrich Schuchardt1-67/+89
2020-10-06test: dm: add test for phandle access functionsPatrick Delaunay1-0/+1
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass2-2/+2
2020-10-06Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini30-161/+988
2020-10-05Merge branch 'next'Tom Rini256-566/+17862
2020-10-05ARM: dts: sync amlogic G12A/SM1 DT from Linux 5.9-rc1Neil Armstrong5-24/+373
2020-10-05ARM: dts: meson-axg: add USB nodes for S400Neil Armstrong2-0/+74
2020-10-05arm: meson-axg: add board_usb_init()/cleanup() for USB gadgetNeil Armstrong1-0/+128
2020-10-05phy: meson-gxl: remove invalid USB3 PHY driverNeil Armstrong1-1/+0
2020-10-05ARM: mach-meson: use new DWC3 glue for GXL & GXMNeil Armstrong1-55/+72
2020-10-05usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong1-0/+2
2020-10-05ARM: dts: sync amlogic AXG/GXL/GXM DT from Linux 5.8-rc1Neil Armstrong20-81/+339
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini8-0/+1019
2020-10-02ARM: dts: stm32mp1: DT alignment with Linux kernel v5.9-rc4Patrick Delaunay7-19/+318
2020-10-02ARM: dts: stm32: Add missing dm-spl props for SPI NOR on AV96Marek Vasut1-0/+21
2020-10-01Merge branch 'next' of git://git.denx.de/u-boot-sh into nextTom Rini14-7/+4354
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere2-0/+23
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere2-0/+54