summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Go ahead and disable the interrupts for the DBGU the boot loader mayimp2012-07-105-32/+9
* Remove a useless bit of indirection. On all Atmel ARM products, irq 1imp2012-07-106-6/+1
* Pure style mischief. at91_$DEV_ rather than at91$DEV_ to matchimp2012-07-101-32/+32
* Minor rework to eliminate at91rm9200reg.h dependency and possibly set theimp2012-07-101-55/+99
* Collapse all copies of at91_add_child into at91.c. They wereimp2012-07-106-142/+42
* Missed one of the special AT91SAM9xxx_BASE defines. This should beimp2012-07-102-4/+2
* The system IRQ is always IRQ 1. Make it so.imp2012-07-105-8/+14
* Eliminate the AT91XXXX_BASE for each SoC. AT91_BASE is the right wayimp2012-07-108-15/+11
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* There's nothing AT91RM9200 specific about this file at all.imp2012-07-101-8/+7
* Create a generic way to support multiple boards within animp2012-07-0711-14/+49
* Create a pseudo-lint kernel for all at91 SoCs. This kernel will notimp2012-07-011-0/+15
* Opt-in rather than opt-out of the SoC. We don't really supportimp2012-07-017-10/+7
* Exclude at91sam9x25 support, which just wastes space for Ethernut 5.marius2012-06-301-0/+1
* Tweak comment.imp2012-06-291-1/+1
* Add PIOD, make at91sam9x25 a standard SoC, tweak some comments.imp2012-06-293-4/+8
* Ooops, replaced the at91sam9g20 interrupt list with the at91sam9x25 ones.imp2012-06-291-26/+26
* Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluationimp2012-06-294-0/+796
* Fix a stray debug that I committed accidentally years ago...imp2012-06-221-1/+0
* Move these #defines to at91reg.h (where I should have put them in theimp2012-06-222-3/+3
* Revert the part of r236495 that introduced checking of SPI_SR_TXEMPTYmarius2012-06-181-14/+8
* Try to bring this file closer to style(9).marius2012-06-181-26/+42
* Unbreak after r236658 by comparing the right things.marius2012-06-181-2/+2
* Throw this debug behind bootverbose. The information isn't all thatimp2012-06-161-3/+4
* Make it possible to link together a sam and an rm kernel. The resultsimp2012-06-155-123/+149
* Collapse the files.at91 and files.at91sam9 back into files.at91.imp2012-06-154-42/+24
* Take half a step closer towards having a unified atmel kernel byimp2012-06-153-34/+28
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-13/+2
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-1/+1
* Strip trailing whitespace before other changes.imp2012-06-1317-63/+62
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-9/+1
* Remove stray break; that resulted from a last-minute, untested change.imp2012-06-061-1/+0
* Enhance the Atmel SoC chip identification routines to account for moreimp2012-06-069-82/+255
* Remove dead code.imp2012-06-051-140/+0
* Eliminate the now-unused AT91C_MASTER_CLOCK option and change the oneimp2012-06-041-1/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-6/+1
* Remove stray repeated line...imp2012-06-031-1/+0
* - Prepend the device description with "AT91" to reflect its nature. [1]marius2012-06-032-72/+193
* Revert debug and other immature code accidentally committed in r236372.imp2012-06-015-60/+12
* Initialize the clocks before we call cninit() so that the serialimp2012-06-016-20/+68
* Compute the master clock frequency, so we no longer need to have itimp2012-05-2913-44/+36
* Be a little less magical, not that these values are likely to change...imp2012-05-212-4/+7
* Another minor re-arrangement of the code: calcualte the master clockimp2012-05-211-52/+64
* Minor cleanup before some more major changes:imp2012-05-201-15/+11
* Add glue/support for the SAM9XE512-based Ethernut 5 boards. Currently,marius2012-05-123-0/+161
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samimp2012-05-111-0/+2
* Fix comment about what board this is really for left over from earlyimp2012-05-021-5/+1
* The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn'timp2012-05-021-1/+1
* - Add missing locking in at91_usart_getc().marius2012-05-011-117/+157
OpenPOWER on IntegriCloud