summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* MFC r256932, r256938, r256966, r256953, r256967, r256969, r257015:ian2014-05-131-4/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r257669, r257672, r257673, r257676, r257678:ian2013-12-141-4/+8
* MFC r257648, r257649, r257660:ian2013-12-133-7/+10
* MFC r257201, r257202ian2013-12-131-1/+1
* MFC r257199, r257200, r257217:ian2013-12-134-5/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Fix the passing of time on Armada XP.gber2013-06-042-1/+12
* decode_win_sdram_fixup() function should be declared, defined and usedgber2013-05-071-0/+4
* Disable decoding windows with no FDT entry.gber2013-05-063-0/+61
* Properly initialize Armada XP MP subsystem.gber2013-05-063-85/+117
* Initialize L2 cache for Armada XP.gber2013-05-063-0/+109
* Move initialization of CESA decoding windows from common sectiongber2013-05-063-158/+48
* MFcalloutng:mav2013-02-281-20/+11
* Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias,ian2013-01-274-53/+19
* Allow building LINT by defining both SAMPLE_AT_RESET on the one handmarcel2012-11-271-3/+4
* Merge the FDT versions of initarm.andrew2012-11-031-490/+6
* Fix build for SMP.cognet2012-11-011-1/+1
* Merge r242125 into the other ARMv6 copies of initarm.andrew2012-10-311-0/+5
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-231-21/+42
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-221-6/+6
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-19/+0
* Implement MSI support.gber2012-09-141-2/+101
* Add support for MSI in interrupt controlller.gber2012-09-142-18/+113
* Remove unused structure fieldsgber2012-09-141-2/+0
* Enable PCI for Armada XPgber2012-09-141-8/+0
* pci: Implement new memory and io space allocator for PCI.gber2012-09-142-110/+235
* Add support for Armada XP A0.gber2012-09-146-11/+202
* - Calculate the I2C baud rate to keep them <100 kHz under different TCLKhrs2012-08-211-13/+122
* Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283.hrs2012-08-182-0/+179
* Sort IDs.hrs2012-08-181-1/+1
* - MV_DEV_88F6282 has 256KB 4-way L2 cache.hrs2012-08-181-6/+14
* Fix a bug that could fail to initialize GPIO pins specified in "gpios" becausehrs2012-08-181-1/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-182-0/+2
* Merging of projects/armv6, part 7gonzo2012-08-1519-185/+1364
* Add support for Marvell 88F6282.hrs2012-07-286-4/+22
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-6/+0
* Fix LINT.marcel2012-07-051-1/+1
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-6/+1
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportimp2012-06-142-33/+9
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-2/+2
* Trim trailing whitespace...imp2012-06-132-2/+2
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-10/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+3
* Unbreak LINT for ARM: DEBUG is a kernel configuration option.marcel2012-05-191-3/+0
* Add localbus driver for Marvell's platforms.gber2012-05-181-0/+493
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-184-28/+82
* Fix error check.raj2012-03-151-1/+1
* Remove unused #defines. All this is now retrieved from the device tree.raj2012-03-041-126/+0
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,cognet2012-02-291-3/+13
OpenPOWER on IntegriCloud