summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) isalc2012-09-273-51/+69
* Create the new initarm_ functions to reduce the diff to the other FDTandrew2012-09-261-11/+25
* Use arm_dump_avail_init to build the dump_avail arrayandrew2012-09-261-6/+1
* Start to clean up the lpc initarm as it also uses FDT.andrew2012-09-261-12/+18
* Eliminate an unused declaration.alc2012-09-252-2/+0
* Clean up the bcm2835 initarm. It is now identical to the other ARMv6 copiesandrew2012-09-231-10/+8
* Fix a typo in a Broadcom initarm debug printfandrew2012-09-231-1/+1
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-235-28/+118
* Update different versions of physmap_init to be identical in preparationandrew2012-09-234-13/+53
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-225-20/+25
* Since UMA_ZONE_NOFREE is specified when l2zone and l2table_zone are created,alc2012-09-222-86/+36
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-2216-197/+39
* Add a kernel config for the Toshiba AC100. The AC100 is an ARM laptop withandrew2012-09-171-0/+96
* fix the kernel files to match our standard "option<space><tab>" formatjmg2012-09-1617-93/+93
* remove some unnecessary debugging statements, dead code and incorrectjmg2012-09-161-5/+1
* Start to clean up ARMv6 initarm implementations by making the Tegra 2andrew2012-09-161-160/+86
* In the Tegra 2 standard config:andrew2012-09-161-2/+2
* The cpu_reset function is noreturn, make sure this is true on Tegra 2.andrew2012-09-161-1/+3
* Eliminate an unused malloc type.alc2012-09-151-2/+0
* Correct double "the the"eadler2012-09-141-1/+1
* Implement MSI support.gber2012-09-141-2/+101
* Add support for MSI in interrupt controlller.gber2012-09-143-19/+119
* Remove unused structure fieldsgber2012-09-141-2/+0
* Enable PCI for Armada XPgber2012-09-142-8/+3
* pci: Implement new memory and io space allocator for PCI.gber2012-09-142-110/+235
* Add support for Armada XP A0.gber2012-09-148-12/+205
* Support identification of new PJ4B cores.gber2012-09-143-6/+10
* Add basic USB support to Raspberry PI target.hselasky2012-09-141-7/+13
* Simplify the kernel pmap locking in pmap_enter_pv(). While I'm here, tidyalc2012-09-131-17/+10
* Add device entry for DWC OTG.hselasky2012-09-111-0/+1
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-09-101-49/+55
* Add support for DWC OTG.hselasky2012-09-091-0/+211
* Eliminate an unused macro.alc2012-09-071-7/+0
* Dynamically allocate the S/G lists passed to callback routines rather thanjhb2012-09-061-25/+35
* There is no need to release the pvh global lock around calls toalc2012-09-061-20/+15
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-08-311-52/+59
* Add barebone Raspberry Pi port. Supported parts:gonzo2012-08-3013-0/+2670
* 4-wire mode isn't working quite right, so turn it off for a bit.imp2012-08-291-1/+1
* Make this work on the AT91SAM9G20:imp2012-08-291-9/+22
* When copying data, use memcpy instead of bcopy. It matches theimp2012-08-291-7/+7
* Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz toimp2012-08-281-86/+89
* Clip the upper end to 31MHz for slow clock speeds. On fasterimp2012-08-281-5/+6
* Move to using a flag instead of checking the CPU type eachimp2012-08-281-2/+9
* Style: Move these routines to be before the forward declared functionsimp2012-08-281-12/+12
* Bring in the multi-block patches for mci. These required extensiveimp2012-08-281-193/+664
* Correctly fetch the MAC address.kientzle2012-08-271-11/+9
* Add hint and sysctl support for 4 wire mode.imp2012-08-271-7/+13
* Minor style(9) nit.imp2012-08-271-1/+2
* Don't puprosely overclock the SD bus to 30MHz, make the userimp2012-08-271-11/+91
* Add ARM11 support for elf trampolinegonzo2012-08-261-0/+2
OpenPOWER on IntegriCloud