summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Merging projects/armv6, part 1gonzo2012-08-1561-685/+9908
* Move the decoding of the swi instruction to the syscall function. With theandrew2012-08-111-7/+4
* Correct the PLLA setting functions and centralize.imp2012-08-115-70/+41
* Update comments about setting PLLA and refernce the tables in theimp2012-08-111-6/+15
* Don't use C++ comments.imp2012-08-111-11/+12
* More comments about setting PLLA, or rather that we never do.imp2012-08-101-7/+12
* Add charge pump current register.imp2012-08-101-0/+5
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-1/+1
* Correctly return EFAULT in copyin & copyout on a fault. This fixes NFSandrew2012-08-042-1/+4
* Ensure we align the stack to 8 bytes in system calls.andrew2012-08-041-0/+3
* Prefer ate over macb. macb doesn't work anymore, and ate has moreimp2012-07-314-4/+1
* Note about where we can boot this.imp2012-07-311-1/+2
* Allow chip selects other than 0. The SAM9260EK boardimp2012-07-311-4/+14
* macb doesn't work, switch to ate.imp2012-07-311-2/+1
* These files will support the whole at91sam9x5 family when done,imp2012-07-305-8/+7
* List the members of the AT91SAM9G45 family.imp2012-07-301-1/+4
* Fix a couple of comments about the rm9200, and fix a couple of indentationimp2012-07-301-12/+12
* Commit the dci (gadget) support to the one ATMEL kernel config whereimp2012-07-291-0/+6
* Add usb_template for the gadget support. Even though this isn't aimp2012-07-291-0/+1
* Add support for Marvell 88F6282.hrs2012-07-286-4/+22
* Add gadget devices. Not yet added to the child lists, but here toimp2012-07-271-0/+5
* Add the usb device (gadget) side of things. Also add ehci bindingsimp2012-07-271-1/+4
* Neither of these systems has PCI, but they do have ohci interface, soimp2012-07-272-2/+2
* Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel.imp2012-07-273-1/+3
* Document the dataflash/mmc-sd issue. Add umass driver and usb. Bootimp2012-07-271-18/+26
* Turns out the ETHERNUT5 isn't anything like the SAM9260-EK. Make thisimp2012-07-271-30/+50
* Add (back?) ohci atmel attachment.imp2012-07-271-0/+4
* Trim read/write sizes to 128 bytes. Pages are only 128 bytes in size.imp2012-07-261-4/+3
* Add support for the DesignA Electronics Snapper9g45 System on Module.andrew2012-07-264-0/+198
* Add support for the Atmel AT91SAM9G45 CPU.andrew2012-07-268-4/+844
* Some models have 6 USARTS + DBGU. Set a consistent name.imp2012-07-261-0/+6
* Fix typo in comment.imp2012-07-262-2/+2
* Update partitions to reflect "sam9 demo" defaults.imp2012-07-262-41/+39
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-176-10/+6
* These were never used, remove them.imp2012-07-152-135/+0
* Configure the peripheral pins for MCI devices. Eliminate the now-unusedimp2012-07-157-221/+54
* Add preliminary support for Atmel SAM9260-EK evaluation kit.imp2012-07-146-0/+371
* uboot should be telling us it is an ETHERNUT5 for this board. Tag itimp2012-07-141-1/+1
* Create common routines for configuring the serial ports and use themimp2012-07-146-88/+102
* For our at91rm9200 boards, register which subtype of SoC is on theimp2012-07-137-5/+120
* This file is no longer AT91RM9200 specific, but now is generic to allimp2012-07-122-2/+1
* Remember where we found the DBGU and use that for our console.imp2012-07-123-2/+5
* Fix whitespace divot.imp2012-07-121-1/+1
* Complete the transition away from newbus to populate the children toimp2012-07-126-219/+20
* Create the children devices for the SoC in atmelarm bus node, not inimp2012-07-126-83/+26
* Export the interrupt status vector via soc_data. Set the interruptimp2012-07-126-140/+37
* Make the SoC stuff a little more modular, and start to move away fromimp2012-07-1112-61/+239
* at91pit->at91_pit for consistnecy with other drivers.imp2012-07-112-21/+22
* at91$DEV->at91_$DEV to match other Atmel drivers. Also, exportimp2012-07-112-34/+37
* Remove some more unused code.imp2012-07-102-16/+0
OpenPOWER on IntegriCloud