summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESSian2015-10-181-1/+5
* An IPI must be cleared before it is handled otherwise next IPI could beandrew2015-10-011-6/+6
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+1
* Move the definition of fdt_localbus_devmap to a Marvell specific file asandrew2015-04-042-0/+2
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-042-2/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-6/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.andrew2015-03-291-1/+0
* Use pmap_mapdev()/unmapdev() to temporarily map on-chip sram while copyingian2015-03-261-7/+3
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-242-878/+0
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* The mv/bus_space.c file is essentially identical to arm/bus_space-v6.c,ian2015-01-212-162/+1
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-211-8/+7
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Rename pic_ipi_get to pic_ipi_read for intrng.andrew2014-12-241-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* Fix typo.br2014-12-151-1/+1
* Follow r275792 eliminating fdt_data_verify().br2014-12-152-5/+3
* Fix buffer overflow in Marvell PCI/PCIe driverzbb2014-12-071-1/+1
* opt_global.h is included automatically in the build. No need toimp2014-11-181-2/+0
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* 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
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-6/+7
* Rename platform_gpio_init to be platform specific, and make it static asandrew2014-05-102-4/+4
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-104-11/+11
* Move the mptramp code which is specific to the Marvell ArmadaXP SoC out ofian2014-05-082-0/+58
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* Replace many pasted identical definitions of cpu_initclocks() with a commonian2014-02-261-7/+0
* Move the declaration for mpentry() into a header file instead of pastingian2014-02-231-1/+0
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-2/+2
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-028-0/+24
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-5/+7
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-285-5/+0
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-053-6/+181
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-052-0/+2
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-171-2/+1
* Use the common Open Firmware PCI interrupt routing code instead of thenwhitehorn2013-12-161-31/+31
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* platform_devmap_init() was renamed initarm_devmap_init() in r257669, updategavin2013-11-241-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-052-2/+2
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-4/+8
* Move remaining code and data related to static device mapping into theian2013-11-043-7/+10
* Change Armada XP kernel load address to the u-boot's end addresszbb2013-10-281-6/+6
* Fix-up DTB for Armada XP registers' base according to the actual settingszbb2013-10-282-0/+83
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-272-2/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-273-3/+0
* Enable SATA interface on Armada XPzbb2013-10-261-0/+1
* Typo while reviewing diffs. Sorry for the breakage!nwhitehorn2013-10-231-1/+1
OpenPOWER on IntegriCloud