aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/mvvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Move Marvell specific fdt code to sys/arm/mvAndrew Turner2025-04-081-0/+3
* arm/mv: Remove the unused get_l2clkAndrew Turner2025-04-081-1/+0
* arm/mv: Remove pre-armv7 supportAndrew Turner2025-03-271-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Move fdt_is_type to be a Marvell specific function. It's not used by anyAndrew Turner2018-04-081-0/+1
* Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call toAndrew Turner2018-04-041-0/+2
* Improve interrupt and resource allocation in Marvell GPIO driverMarcin Wojtas2018-04-041-9/+0
* Introduce port debouncing mechanism in mv_gpio driverMarcin Wojtas2018-04-041-0/+1
* Make get_tclk and get_cpu_freq generic for Marvell armv7 SoCsMarcin Wojtas2018-04-031-0/+5
* Make mv_common.c generic for Marvell Armada38X and ArmadaXPMarcin Wojtas2018-04-031-3/+8
* Split get_sar_value function for Marvell ArmadaXP and Armada38XMarcin Wojtas2018-04-031-1/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Enhance Armada 38x SoC identification stringZbigniew Bodek2017-06-161-0/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-3/+3
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Introduce initial support for Marvell Armada38xZbigniew Bodek2016-01-201-1/+1
* Move the definition of fdt_localbus_devmap to a Marvell specific file asAndrew Turner2015-04-041-0/+1
* Rename platform_gpio_init to be platform specific, and make it static asAndrew Turner2014-05-101-1/+0
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,Ian Lepore2014-01-051-0/+7
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* Disable decoding windows with no FDT entry.Grzegorz Bernacki2013-05-061-0/+1
* Add support for MSI in interrupt controlller.Grzegorz Bernacki2012-09-141-0/+2
* Add support for Armada XP A0.Grzegorz Bernacki2012-09-141-0/+8
* Merging of projects/armv6, part 7Oleksandr Tymoshenko2012-08-151-2/+27
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-131-72/+1
* Properly handle initial state of power mgmt.Rafal Jaworowski2009-08-251-0/+1
* Eliminate platform_pmap_init() to simplify Marvell bootstrap code.Rafal Jaworowski2009-08-251-1/+5
* Improve Marvell SOCs PCI/PCIE driver.Rafal Jaworowski2009-01-091-3/+7
* Improve and extend Marvell SOCs platform code.Rafal Jaworowski2009-01-081-0/+14
* Improve style(9) and other cosmetics in Marvell SOCs code.Rafal Jaworowski2008-11-191-30/+30
* PCI/PCI-Express support for Marvell systems.Rafal Jaworowski2008-11-191-0/+30
* Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski2008-10-131-0/+122