aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/armada38x
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* arm mv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-7/+3
* mv_rtc_attach: eliminate write only unit variableWarner Losh2022-04-051-3/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-3/+0
* Add specific stub for ARMADA 8k SoC to Marvell RTC driver.Michal Meloun2020-06-191-27/+72
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* Use PLATFORM for initializing Marvell ArmadaXP and Armada38XMarcin Wojtas2018-04-044-9/+52
* Make get_tclk and get_cpu_freq generic for Marvell armv7 SoCsMarcin Wojtas2018-04-032-2/+3
* Split get_sar_value function for Marvell ArmadaXP and Armada38XMarcin Wojtas2018-04-031-3/+15
* o Move sdhci_fdt to the generic files list.Ruslan Bukin2018-01-251-1/+0
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-2/+0
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Add Armada 80x0/70x0 compatible to 38x RTC driverMarcin Wojtas2017-09-051-1/+7
* Change name of Marvell Armada38x RTC driverMarcin Wojtas2017-09-052-2/+2
* Enable pl310 coherent operation in platform init for Armada 38xMarcin Wojtas2017-08-091-0/+3
* Enhance Armada 38x SoC identification stringZbigniew Bodek2017-06-161-0/+28
* Enable MBUS bridge configuration in mv_rtc driverZbigniew Bodek2017-06-081-12/+41
* Add reset capability to mv_rtc driverZbigniew Bodek2017-06-081-0/+55
* Introduce separate watchdog driver for Armada to fix phony DELAYZbigniew Bodek2017-05-251-0/+1
* Enable SCU Speculative linefills to L2 on Armada 38xZbigniew Bodek2017-05-251-1/+5
* Fix boot up on ARMADA38X uniprocessor variantWojciech Macek2017-05-191-1/+1
* Add the Marvell SDHCI controller to the list of supported devices inLuiz Otavio O Souza2017-05-161-0/+1
* Optimize Armada38x low-level MBUS settingsZbigniew Bodek2017-04-181-0/+45
* Add PL310 platform initialization for Armada 38xZbigniew Bodek2017-04-182-0/+75
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* Introduce armada_thermal driver for Armada family platformsWojciech Macek2017-01-251-0/+2
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* Make MPIC compatible with ARM_INTRNGWojciech Macek2016-03-141-0/+1
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-7/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-7/+0
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-2/+3
* Introduce initial driver for PMSU on Armada38xZbigniew Bodek2016-01-204-0/+192
* Add initial support for SMP on Armada38xZbigniew Bodek2016-01-203-0/+167
* Open window to bootROM memory on Armada38x to allow CPU1 to bootZbigniew Bodek2016-01-201-1/+35
* Add a new RTC driver for Armada38xZbigniew Bodek2016-01-202-1/+236
* Enable SCU unit for Armada38xZbigniew Bodek2016-01-201-0/+23
* Set IO Sync Barrier flags for all Mbus devices on Armada38xZbigniew Bodek2016-01-201-0/+26
* Introduce initial support for Marvell Armada38xZbigniew Bodek2016-01-203-0/+68