aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91/at91sam9g20.c
Commit message (Expand)AuthorAgeFilesLines
* Move AIC related stuff to own file.Warner Losh2014-03-081-0/+1
* Add data so we can convert a PIO unit number into a base address.Warner Losh2014-01-151-0/+8
* Correct the PLLA setting functions and centralize.Warner Losh2012-08-111-26/+2
* Complete the transition away from newbus to populate the children toWarner Losh2012-07-121-61/+3
* Create the children devices for the SoC in atmelarm bus node, not inWarner Losh2012-07-121-18/+2
* Export the interrupt status vector via soc_data. Set the interruptWarner Losh2012-07-121-38/+3
* Make the SoC stuff a little more modular, and start to move away fromWarner Losh2012-07-111-1/+11
* Go ahead and disable the interrupts for the DBGU the boot loader mayWarner Losh2012-07-101-8/+0
* Remove a useless bit of indirection. On all Atmel ARM products, irq 1Warner Losh2012-07-101-1/+0
* Collapse all copies of at91_add_child into at91.c. They wereWarner Losh2012-07-101-35/+0
* The system IRQ is always IRQ 1. Make it so.Warner Losh2012-07-101-2/+3
* Eliminate the AT91XXXX_BASE for each SoC. AT91_BASE is the right wayWarner Losh2012-07-101-2/+2
* Strip trailing whitespace before other changes.Warner Losh2012-06-131-4/+4
* Enhance the Atmel SoC chip identification routines to account for moreWarner Losh2012-06-061-8/+5
* Add support for the AT91SAM9260Olivier Houchard2010-10-061-0/+26
* if_ate.c:Olivier Houchard2010-10-061-0/+317