summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
...
* Support watchdog depending on "mrvl,has-wdt" propertyzbb2016-01-201-2/+9
* Add support for watchdog on Armada38xzbb2016-01-202-9/+54
* Add support for I2C on Armada38xzbb2016-01-201-1/+7
* Add a new RTC driver for Armada38xzbb2016-01-202-1/+236
* Correct MV_DDR_CADR_BASE definiton in mvwin.hzbb2016-01-201-1/+1
* Improve definitions of CPU/PCIe windows for Armada38xzbb2016-01-201-2/+8
* Fix invalid root link detection in mv_pci driverzbb2016-01-202-3/+23
* Enhance remap capabilities for Armada38xzbb2016-01-201-0/+3
* Enable SCU unit for Armada38xzbb2016-01-203-0/+39
* Set IO Sync Barrier flags for all Mbus devices on Armada38xzbb2016-01-203-0/+45
* 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-208-14/+105
* Mark gpio as "optional" in files.mv and edit Marvell's kernconfszbb2016-01-202-8/+1
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeandrew2015-12-223-6/+0
* Change KERNVIRTADDR to 0xc0000000 since the low-order bits no longer need toian2015-12-201-12/+2
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+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
* 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
OpenPOWER on IntegriCloud