summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/armadaxp
Commit message (Expand)AuthorAgeFilesLines
* Enhance Armada 38x SoC identification stringzbb2017-09-061-0/+7
* Use our nitems() macro when param.h is available.pfg2016-04-201-2/+2
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-5/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-7/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-2/+0
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-1/+2
* ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),mmel2016-02-012-2/+2
* Mark gpio as "optional" in files.mv and edit Marvell's kernconfszbb2016-01-201-7/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-10/+0
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-3/+2
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+1
* Use pmap_mapdev()/unmapdev() to temporarily map on-chip sram while copyingian2015-03-261-7/+3
* Avoid using hard-coded SoC's register address in mptramp code for Armada XPzbb2014-06-052-4/+16
* Fix broken SMP startup on Armada XP after r265694zbb2014-06-052-3/+4
* Move the mptramp code which is specific to the Marvell ArmadaXP SoC out ofian2014-05-082-0/+58
* Move the declaration for mpentry() into a header file instead of pastingian2014-02-231-1/+0
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* Change Armada XP kernel load address to the u-boot's end addresszbb2013-10-281-6/+6
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Properly initialize Armada XP MP subsystem.gber2013-05-062-85/+112
* Initialize L2 cache for Armada XP.gber2013-05-062-0/+103
* Fix build for SMP.cognet2012-11-011-1/+1
* Enable PCI for Armada XPgber2012-09-141-8/+0
* Add support for Armada XP A0.gber2012-09-141-2/+99
* Merging of projects/armv6, part 7gonzo2012-08-155-0/+307
OpenPOWER on IntegriCloud