aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
...
* Stop adding an extra null terminator to strings, OF_getprop already returnsAndrew Turner2016-02-121-4/+2
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-052-3/+5
* Remove all remaining references to old and not more used structSvatopluk Kraus2016-02-023-3/+3
* Remove not needed <machine/pte.h> includes.Svatopluk Kraus2016-02-011-1/+0
* ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),Michal Meloun2016-02-012-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-4/+4
* Remove an extra '!' found by clang 3.8.Andrew Turner2016-01-211-1/+1
* Introduce initial driver for PMSU on Armada38xZbigniew Bodek2016-01-205-0/+193
* Add initial support for SMP on Armada38xZbigniew Bodek2016-01-204-1/+188
* Open window to bootROM memory on Armada38x to allow CPU1 to bootZbigniew Bodek2016-01-203-1/+60
* Support watchdog depending on "mrvl,has-wdt" propertyZbigniew Bodek2016-01-201-2/+9
* Add support for watchdog on Armada38xZbigniew Bodek2016-01-202-9/+54
* Add support for I2C on Armada38xZbigniew Bodek2016-01-201-1/+7
* Add a new RTC driver for Armada38xZbigniew Bodek2016-01-202-1/+236
* Correct MV_DDR_CADR_BASE definiton in mvwin.hZbigniew Bodek2016-01-201-1/+1
* Improve definitions of CPU/PCIe windows for Armada38xZbigniew Bodek2016-01-201-2/+8
* Fix invalid root link detection in mv_pci driverZbigniew Bodek2016-01-202-3/+23
* Enhance remap capabilities for Armada38xZbigniew Bodek2016-01-201-0/+3
* Enable SCU unit for Armada38xZbigniew Bodek2016-01-203-0/+39
* Set IO Sync Barrier flags for all Mbus devices on Armada38xZbigniew Bodek2016-01-203-0/+45
* Use GIC-specific decoding function in mv_common.cZbigniew Bodek2016-01-201-0/+8
* Do not require strict compatibility on simplebusZbigniew Bodek2016-01-201-1/+1
* Introduce initial support for Marvell Armada38xZbigniew Bodek2016-01-208-14/+105
* Mark gpio as "optional" in files.mv and edit Marvell's kernconfsZbigniew Bodek2016-01-202-8/+1
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner2015-12-223-6/+0
* Change KERNVIRTADDR to 0xc0000000 since the low-order bits no longer need toIan Lepore2015-12-201-12/+2
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-201-10/+0
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thisTijl Coosemans2015-11-081-3/+2
* Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESSIan Lepore2015-10-181-1/+5
* An IPI must be cleared before it is handled otherwise next IPI could beAndrew Turner2015-10-011-6/+6
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+1
* Move the definition of fdt_localbus_devmap to a Marvell specific file asAndrew Turner2015-04-042-0/+2
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-042-2/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-6/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.Andrew Turner2015-03-291-1/+0
* Use pmap_mapdev()/unmapdev() to temporarily map on-chip sram while copyingIan Lepore2015-03-261-7/+3
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-242-878/+0
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* The mv/bus_space.c file is essentially identical to arm/bus_space-v6.c,Ian Lepore2015-01-212-162/+1
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-211-8/+7
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadIan Lepore2015-01-011-1/+1
* Rename pic_ipi_get to pic_ipi_read for intrng.Andrew Turner2014-12-241-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.Ian Lepore2014-12-211-0/+1
* Fix typo.Ruslan Bukin2014-12-151-1/+1
* Follow r275792 eliminating fdt_data_verify().Ruslan Bukin2014-12-152-5/+3
* Fix buffer overflow in Marvell PCI/PCIe driverZbigniew Bodek2014-12-071-1/+1
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-181-2/+0
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1