| Commit message (Expand) | Author | Age | Files | Lines |
* | Go ahead and disable the interrupts for the DBGU the boot loader may | imp | 2012-07-10 | 5 | -32/+9 |
* | Remove a useless bit of indirection. On all Atmel ARM products, irq 1 | imp | 2012-07-10 | 6 | -6/+1 |
* | Pure style mischief. at91_$DEV_ rather than at91$DEV_ to match | imp | 2012-07-10 | 1 | -32/+32 |
* | Minor rework to eliminate at91rm9200reg.h dependency and possibly set the | imp | 2012-07-10 | 1 | -55/+99 |
* | Collapse all copies of at91_add_child into at91.c. They were | imp | 2012-07-10 | 6 | -142/+42 |
* | Missed one of the special AT91SAM9xxx_BASE defines. This should be | imp | 2012-07-10 | 2 | -4/+2 |
* | The system IRQ is always IRQ 1. Make it so. | imp | 2012-07-10 | 5 | -8/+14 |
* | Eliminate the AT91XXXX_BASE for each SoC. AT91_BASE is the right way | imp | 2012-07-10 | 8 | -15/+11 |
* | Remove some unused variables/externs that have been copied too many times... | imp | 2012-07-10 | 1 | -5/+0 |
* | There's nothing AT91RM9200 specific about this file at all. | imp | 2012-07-10 | 1 | -8/+7 |
* | Create a generic way to support multiple boards within an | imp | 2012-07-07 | 11 | -14/+49 |
* | Create a pseudo-lint kernel for all at91 SoCs. This kernel will not | imp | 2012-07-01 | 1 | -0/+15 |
* | Opt-in rather than opt-out of the SoC. We don't really support | imp | 2012-07-01 | 7 | -10/+7 |
* | Exclude at91sam9x25 support, which just wastes space for Ethernut 5. | marius | 2012-06-30 | 1 | -0/+1 |
* | Tweak comment. | imp | 2012-06-29 | 1 | -1/+1 |
* | Add PIOD, make at91sam9x25 a standard SoC, tweak some comments. | imp | 2012-06-29 | 3 | -4/+8 |
* | Ooops, replaced the at91sam9g20 interrupt list with the at91sam9x25 ones. | imp | 2012-06-29 | 1 | -26/+26 |
* | Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation | imp | 2012-06-29 | 4 | -0/+796 |
* | Fix a stray debug that I committed accidentally years ago... | imp | 2012-06-22 | 1 | -1/+0 |
* | Move these #defines to at91reg.h (where I should have put them in the | imp | 2012-06-22 | 2 | -3/+3 |
* | Revert the part of r236495 that introduced checking of SPI_SR_TXEMPTY | marius | 2012-06-18 | 1 | -14/+8 |
* | Try to bring this file closer to style(9). | marius | 2012-06-18 | 1 | -26/+42 |
* | Unbreak after r236658 by comparing the right things. | marius | 2012-06-18 | 1 | -2/+2 |
* | Throw this debug behind bootverbose. The information isn't all that | imp | 2012-06-16 | 1 | -3/+4 |
* | Make it possible to link together a sam and an rm kernel. The results | imp | 2012-06-15 | 5 | -123/+149 |
* | Collapse the files.at91 and files.at91sam9 back into files.at91. | imp | 2012-06-15 | 4 | -42/+24 |
* | Take half a step closer towards having a unified atmel kernel by | imp | 2012-06-15 | 3 | -34/+28 |
* | More Linux boot support. Create arm_dump_avail_init() to initialize | imp | 2012-06-14 | 1 | -13/+2 |
* | Modify all the arm platform files to call parse_boot_param passing in | imp | 2012-06-14 | 1 | -1/+1 |
* | Strip trailing whitespace before other changes. | imp | 2012-06-13 | 17 | -63/+62 |
* | Remove an unneeded increment from initarm. The variable is uninitialised, | andrew | 2012-06-10 | 1 | -1/+0 |
* | Pull out the common code to initialise proc0 & thread0 from initarm to a | andrew | 2012-06-10 | 1 | -9/+1 |
* | Remove stray break; that resulted from a last-minute, untested change. | imp | 2012-06-06 | 1 | -1/+0 |
* | Enhance the Atmel SoC chip identification routines to account for more | imp | 2012-06-06 | 9 | -82/+255 |
* | Remove dead code. | imp | 2012-06-05 | 1 | -140/+0 |
* | Eliminate the now-unused AT91C_MASTER_CLOCK option and change the one | imp | 2012-06-04 | 1 | -1/+1 |
* | Minor rearrangement of the locore <-> initarm interface. Pass in a | imp | 2012-06-03 | 1 | -6/+1 |
* | Remove stray repeated line... | imp | 2012-06-03 | 1 | -1/+0 |
* | - Prepend the device description with "AT91" to reflect its nature. [1] | marius | 2012-06-03 | 2 | -72/+193 |
* | Revert debug and other immature code accidentally committed in r236372. | imp | 2012-06-01 | 5 | -60/+12 |
* | Initialize the clocks before we call cninit() so that the serial | imp | 2012-06-01 | 6 | -20/+68 |
* | Compute the master clock frequency, so we no longer need to have it | imp | 2012-05-29 | 13 | -44/+36 |
* | Be a little less magical, not that these values are likely to change... | imp | 2012-05-21 | 2 | -4/+7 |
* | Another minor re-arrangement of the code: calcualte the master clock | imp | 2012-05-21 | 1 | -52/+64 |
* | Minor cleanup before some more major changes: | imp | 2012-05-20 | 1 | -15/+11 |
* | Add glue/support for the SAM9XE512-based Ethernut 5 boards. Currently, | marius | 2012-05-12 | 3 | -0/+161 |
* | Hack to unbreak boot2 for at91rm9200 boot loader. When the at91sam | imp | 2012-05-11 | 1 | -0/+2 |
* | Fix comment about what board this is really for left over from early | imp | 2012-05-02 | 1 | -5/+1 |
* | The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn't | imp | 2012-05-02 | 1 | -1/+1 |
* | - Add missing locking in at91_usart_getc(). | marius | 2012-05-01 | 1 | -117/+157 |