summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-8/+8
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Initial version of cesa(4) driver for Marvell crypto engine and securityraj2011-11-191-0/+1
* Fix build when DEBUG is defined in the kernel configuration file (e.g.marcel2011-10-042-6/+0
* Do not call platform_gpio_init() early. It doesn't work because we domarcel2011-07-152-26/+2
* Set preload_addr_relocate accordingly so that preloaded modules andmarcel2011-07-151-0/+1
* Typokevlo2011-06-291-1/+1
OpenPOWER on IntegriCloud