summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-0/+60
2021-09-01arm: mvebu: Move get_boot_device() to cpu.c and make visibleMarek BehĂșn1-0/+60
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-07-11arm: mvebu: fix ahci mbus config in SPLBaruch Siach1-0/+4
2019-04-26mmc: mv_sdhci: add driver model supportPierre Bourdon1-1/+1
2019-04-12arm: mvebu: NAND clock support for MSYS devicesChris Packham1-0/+2
2019-04-12arm: mvebu: Add Marvell's integrated CPUsChris Packham1-2/+29
2019-04-12ARM: mvebu: define board_ahci_enable() for A38xBaruch Siach1-3/+10
2018-12-21ARM: mvebu: remove out of date commentChris Packham1-4/+2
2018-11-30ARM: mvebu: add revision id for Armada-385 B0Chris Packham1-0/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-16arm: mvebu: Add board_setup for xhci hardwareJon Nettleton1-0/+41
2017-09-26ARM: mvebu: add SAR frequency values for 1.8/2.0GHzChris Packham1-7/+9
2017-09-26ARM: mvebu: Add SoC IDs for Marvell's integrated CPUsChris Packham1-0/+14
2016-12-29mmc: move some SDHCI related options to KconfigMasahiro Yamada1-1/+1
2016-08-26arm: mvebu: Add support for NAND interface on A-38xChris Packham1-1/+8
2016-04-04arm: mvebu: Don't enable d-cache on A375Stefan Roese1-2/+9
2016-04-04arm: mvebu: Add basic support for the Marvell Armada 375 SoCStefan Roese1-3/+61
2016-01-14mvebu: Add rudimental MV78230 supportPhil Sutter1-5/+11
2016-01-14arm: mvebu: Make local structs static constStefan Roese1-2/+2
2016-01-14arm: mvebu: Move SAR register defines into headerStefan Roese1-16/+3
2016-01-14arm: mvebu: Print CPU and SDRAM frequency upon startupStefan Roese1-6/+94
2016-01-14arm: mvebu: Don't include "netdev.h" in cpu.cStefan Roese1-1/+0
2016-01-14arm: mvebu: Add support for MV78260Stefan Roese1-1/+4
2016-01-14arm: mvebu: Simplify code in setup_usb_phys() a bitStefan Roese1-5/+5
2016-01-14arm: mvebu: Don't disable cache at startup on Armada XP at allStefan Roese1-12/+13
2016-01-14arm: mvebu: Don't call arch_cpu_init() from SPL at allStefan Roese1-4/+3
2016-01-14arm: mvebu: Add v7_outer_cache_disable function for AXP & A38xStefan Roese1-0/+8
2016-01-14arm: mvebu: Enable L2 cache on Armada XPStefan Roese1-9/+25
2016-01-14net: mvneta: Convert to driver modelStefan Roese1-24/+0
2015-10-21arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPLStefan Roese1-12/+19
2015-10-01arm: mvebu: Fix internal register config on A38xStefan Roese1-14/+22
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert1-8/+0
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese1-0/+43
2015-08-17arm: mvebu: Enable NAND controller on MVEBU SoC'sStefan Roese1-0/+17
2015-08-17arm: mvebu: Disable MBUS error propagationStefan Roese1-0/+3
2015-08-17arm: mvebu: Flush caches and disable MMU only on A38xStefan Roese1-7/+19
2015-08-17arm: mvebu: Change MBUS base addresses and sizesStefan Roese1-6/+8
2015-07-23arm: mvebu: Disable MMU before changing register base addressStefan Roese1-0/+18
2015-07-10arm: mvebu: Add SATA/SCSI (AHCI) support for Armada A38xStefan Roese1-0/+55
2015-07-10arm: mvebu: Add SDIO/SDHCI support for Armada A38xStefan Roese1-0/+11
2015-06-14arm: mvebu: Update CBAR with SOC regs baseKevin Smith1-0/+7
2015-06-14arm: mvebu: Disable L2 cache before enabling d-cacheStefan Roese1-0/+8
2015-05-05arm: mvebu: Add d-cache invalidate before enabling the d-cacheStefan Roese1-0/+3
2015-05-05arm: mvebu: Change network init code to allow a more flexible setupStefan Roese1-4/+16