aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-08arm: mvebu: env_sf_get_env_addr() missing check for CONFIG_ENV_IS_IN_SPI_FLASHTony Dinh1-1/+1
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06arm: mvebu: Remove <common.h> and add needed includesTom Rini1-1/+1
2024-04-04arm: mvebu: system-controller: Add support for SYSRESETMarek Behún1-0/+2
2023-11-07scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini1-9/+0
2023-05-06drivers: fix debug string with fdt_addr_t inputJohan Jonker1-1/+1
2023-03-30arm: mvebu: Convert BOOT_FROM_* constants to function macrosPali Rohár1-10/+10
2023-03-30arm: mvebu: Remove A38x BOOT_FROM_SATA 0x22 constantPali Rohár1-1/+0
2023-03-30arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constantPali Rohár1-3/+0
2023-03-30arm: mvebu: Cleanup get_boot_device() codePali Rohár1-5/+10
2023-03-02mvebu: Drop empty arch_misc_initTom Rini1-11/+0
2023-03-01arm: mvebu: Define env_sf_get_env_addr() also for Proper U-BootPali Rohár1-0/+9
2023-03-01arm: mvebu: Fix comment about CPU_ATTR_BOOTROM mappingPali Rohár1-1/+1
2022-12-23global: Migrate CONFIG_SAR_REG to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_SAR2_REG to CFGTom Rini1-2/+2
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-09-13arm: mvebu: Fix moving internal registersPali Rohár1-13/+0
2022-09-13arm: mvebu: Enable L2 cache also on Armada 38xPali Rohár1-7/+15
2022-09-13arm: mvebu: Guard non-AXP code by checking for AXPPali Rohár1-1/+1
2022-09-13arm: mvebu: Fix function enable_cachesPali Rohár1-1/+1
2022-09-13arm: mvebu: Mark constant data with const keywordPali Rohár1-1/+1
2022-07-21arm: mvebu: Avoid reading MVEBU_REG_PCIE_DEVID register too many timesPali Rohár1-41/+26
2022-05-16arm: mvebu: Move internal registers in arch_very_early_init() functionPali Rohár1-31/+0
2022-04-08mvebu: Move BOOTROM_ERR_REG out of CONFIG namespaceTom Rini1-1/+1
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-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-12-02common: 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