summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove OF_instance_to_package() hack for FDT and replace with use of thenwhitehorn2013-10-231-4/+1
* Corrects the Kirkwood dreamplug to userrs2013-10-192-2/+19
* Remove unsigned comparison < 0kevlo2013-10-151-1/+1
* 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
OpenPOWER on IntegriCloud