summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Luiz Souza2017-09-061-1/+1
* Do no reuse sysctl OIDs.Luiz Souza2017-09-061-1/+1
* Declare the variable...Luiz Souza2017-09-061-0/+6
* Create root DMA tag and fix MBUS windows on DMA coherent platformszbb2017-09-061-2/+11
* Add a missing label.Luiz Souza2017-09-061-2/+2
* Enhance Armada 38x SoC identification stringzbb2017-09-061-2/+10
* Introduce Armada 38x/XP network controller supportzbb2017-09-061-0/+17
* Add function to dump PCIE MBUS decoding windows and barszbb2017-09-061-1/+20
* Fix PCIe window decoding on Armada 38xzbb2017-09-061-26/+65
* Add workaround for CESA MBUS windows with 4GB DRAMzbb2017-09-061-1/+16
* Fix PM recognition on recent Marvell boardszbb2017-09-061-5/+14
* Fix memory corruption while configuring CPU windows on Marvell SoCszbb2017-09-061-0/+12
* Enable proper configuration of CESA MBUS windowswma2017-09-061-1/+67
* Remove code for Marvell SoCs that lack a kernel config.andrew2017-09-061-22/+2
* Enable proper parsing of nested simlpe-buses on Marvell platformszbb2017-09-061-3/+4
* Parse EHCI windows on Marvell platformszbb2017-09-061-0/+1
* Add the SDHCI Address Decoder registers and routines for ARMADA 38X.loos2017-09-061-1/+65
* Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereandrew2017-09-061-1/+6
* Add dummy functions for Marvell SoC's not equipped with AHCIwma2017-09-061-3/+23
* Setup decoding windows for ARMADA38Xwma2017-09-061-0/+57
* Fix node detection for MBUS windows configurationwma2017-09-061-0/+4
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-061-6/+8
* Export more information about ARM CPUs and SoCs.Luiz Souza2017-07-201-1/+11
* Use nitems() macro instead of re-inventing itzbb2016-06-031-1/+1
* Configure CPU window to second CESA SRAMzbb2016-06-021-0/+31
* sys/arm: Minor spelling fixes.pfg2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Add support for USB3.0 on Armada38xwma2016-03-141-2/+103
* Make the fdt_get_mem_regions memsize argument optional. It's only used inandrew2016-03-011-2/+1
* Fix fdt_get_mem_regions() to work with 64-bit addresseswma2016-02-291-1/+2
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* Remove all remaining references to old and not more used structskra2016-02-021-1/+1
* Enhance remap capabilities for Armada38xzbb2016-01-201-0/+3
* Use GIC-specific decoding function in mv_common.czbb2016-01-201-0/+8
* Do not require strict compatibility on simplebuszbb2016-01-201-1/+1
* Introduce initial support for Marvell Armada38xzbb2016-01-201-2/+15
* Follow r275792 eliminating fdt_data_verify().br2014-12-151-2/+1
* opt_global.h is included automatically in the build. No need toimp2014-11-181-2/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-081-0/+2210
OpenPOWER on IntegriCloud