summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preliminary Embest ATEB9200 support.imp2012-08-165-0/+194
* Hmmm, somehow this file was completely deleted, rather than justimp2012-08-161-0/+48
* Remove unused hints.imp2012-08-161-68/+0
* Unbreak build for the rest of AT91 platformsgonzo2012-08-152-0/+2
* Switch lpc initarm() to use struct arm_boot_params and therefore fixjceel2012-08-151-33/+7
* Unbreak ATMEL kernel buildgonzo2012-08-151-0/+1
* Specify architecture for assemblergonzo2012-08-151-0/+2
* Merging of projects/armv6, part 10gonzo2012-08-1561-0/+19383
* Merging of projects/armv6, part 9gonzo2012-08-155-0/+971
* Merging of projects/armv6, intermissiongonzo2012-08-153-0/+202
* Merging of projects/armv6, part 8gonzo2012-08-1520-0/+6692
* Merging of projects/armv6, part 7gonzo2012-08-1519-185/+1364
* Merging projects/armv6, part 1gonzo2012-08-1561-685/+9908
OpenPOWER on IntegriCloud