summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for ARM11 cpufuncgonzo2012-08-263-17/+233
* Grammar fix: s/NIC's/NICs/gjb2012-08-264-4/+4
* Call set_pcpu for ARMv6 architecture toogonzo2012-08-261-1/+1
* Merge fix for hang on ARM11 from NetBSDgonzo2012-08-261-0/+2
* Piggyback MIPS changes and add ARM syscons support for devices withgonzo2012-08-252-0/+161
* Style cleanupgonzo2012-08-251-4/+1
* ARM11 might have more then 32 interrupts, e.g. BCM2835: 72 interruptsgonzo2012-08-251-0/+2
* Add clrex, strex , ldrex, strex and variantsgonzo2012-08-251-0/+11
* Fetch the chip select in the bridge driver, like all the other spiimp2012-08-231-5/+9
* Use proper resource type when freeing.imp2012-08-231-1/+1
* Do not change "cachable" attribute for DMA memory allocated withgonzo2012-08-221-4/+0
* After r239366, fix the ti_edma3.c driver to use thekientzle2012-08-221-1/+1
* Make some at91_pcm_xxx() functions NULL safe.hselasky2012-08-211-1/+6
* - 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
* Fix build when DEBUG is defined.hrs2012-08-181-2/+5
* - 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
* Remove machine from the LN2410SBC config, it is set by std.s3c2410andrew2012-08-181-1/+0
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-1820-13/+22
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
OpenPOWER on IntegriCloud