| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some more unused code. | Warner Losh | 2012-07-10 | 2 | -16/+0 |
* | Go ahead and disable the interrupts for the DBGU the boot loader may | Warner Losh | 2012-07-10 | 5 | -32/+9 |
* | Remove a useless bit of indirection. On all Atmel ARM products, irq 1 | Warner Losh | 2012-07-10 | 6 | -6/+1 |
* | Revert committal of local change accidentally swept up in r238329. | Warner Losh | 2012-07-10 | 1 | -3/+1 |
* | Pure style mischief. at91_$DEV_ rather than at91$DEV_ to match | Warner Losh | 2012-07-10 | 1 | -32/+32 |
* | Minor rework to eliminate at91rm9200reg.h dependency and possibly set the | Warner Losh | 2012-07-10 | 1 | -55/+99 |
* | Revert last change. It was accidental. | Warner Losh | 2012-07-10 | 1 | -8/+1 |
* | Collapse all copies of at91_add_child into at91.c. They were | Warner Losh | 2012-07-10 | 6 | -142/+42 |
* | Missed one of the special AT91SAM9xxx_BASE defines. This should be | Warner Losh | 2012-07-10 | 2 | -4/+2 |
* | The system IRQ is always IRQ 1. Make it so. | Warner Losh | 2012-07-10 | 5 | -8/+14 |
* | Eliminate the AT91XXXX_BASE for each SoC. AT91_BASE is the right way | Warner Losh | 2012-07-10 | 8 | -15/+11 |
* | Remove some unused variables/externs that have been copied too many times... | Warner Losh | 2012-07-10 | 12 | -55/+13 |
* | Not quite ready for this yet, so comment it out. | Warner Losh | 2012-07-10 | 1 | -1/+1 |
* | There's nothing AT91RM9200 specific about this file at all. | Warner Losh | 2012-07-10 | 1 | -8/+7 |
* | Create a generic way to support multiple boards within an | Warner Losh | 2012-07-07 | 13 | -22/+120 |
* | Fix LINT. | Marcel Moolenaar | 2012-07-05 | 1 | -1/+1 |
* | Create a pseudo-lint kernel for all at91 SoCs. This kernel will not | Warner Losh | 2012-07-01 | 2 | -0/+181 |
* | Opt-in rather than opt-out of the SoC. We don't really support | Warner Losh | 2012-07-01 | 7 | -10/+7 |
* | Exclude at91sam9x25 support, which just wastes space for Ethernut 5. | Marius Strobl | 2012-06-30 | 1 | -0/+1 |
* | Tweak comment. | Warner Losh | 2012-06-29 | 1 | -1/+1 |
* | Add PIOD, make at91sam9x25 a standard SoC, tweak some comments. | Warner Losh | 2012-06-29 | 3 | -4/+8 |
* | Ooops, replaced the at91sam9g20 interrupt list with the at91sam9x25 ones. | Warner Losh | 2012-06-29 | 1 | -26/+26 |
* | Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation | Warner Losh | 2012-06-29 | 6 | -0/+960 |
* | All xscale ports are armeb, so mark it here. This should reduce universe | Warner Losh | 2012-06-29 | 1 | -0/+1 |
* | Make the wchar_t type machine dependent. | Andrew Turner | 2012-06-24 | 2 | -6/+10 |
* | Implement mechanism to export some kernel timekeeping data to | Konstantin Belousov | 2012-06-22 | 1 | -0/+34 |
* | Fix a stray debug that I committed accidentally years ago... | Warner Losh | 2012-06-22 | 1 | -1/+0 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | Konstantin Belousov | 2012-06-22 | 1 | -0/+1 |
* | Move these #defines to at91reg.h (where I should have put them in the | Warner Losh | 2012-06-22 | 2 | -3/+3 |
* | Revert the part of r236495 that introduced checking of SPI_SR_TXEMPTY | Marius Strobl | 2012-06-18 | 1 | -14/+8 |
* | Try to bring this file closer to style(9). | Marius Strobl | 2012-06-18 | 1 | -26/+42 |
* | Unbreak after r236658 by comparing the right things. | Marius Strobl | 2012-06-18 | 1 | -2/+2 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | Alan Cox | 2012-06-16 | 1 | -0/+1 |
* | Throw this debug behind bootverbose. The information isn't all that | Warner Losh | 2012-06-16 | 1 | -3/+4 |
* | Remove stray line from merge. | Warner Losh | 2012-06-15 | 1 | -1/+0 |
* | Make it possible to link together a sam and an rm kernel. The results | Warner Losh | 2012-06-15 | 5 | -123/+149 |
* | These options are unused, and can safely be retired. | Warner Losh | 2012-06-15 | 1 | -1/+0 |
* | This hints file doesn't actually do anything, and besides it is commented | Warner Losh | 2012-06-15 | 1 | -1/+0 |
* | Collapse the files.at91 and files.at91sam9 back into files.at91. | Warner Losh | 2012-06-15 | 4 | -42/+24 |
* | Fix a global shadowing problem when LINUX_BOOT_ABI was defined. | Warner Losh | 2012-06-15 | 1 | -2/+2 |
* | Take half a step closer towards having a unified atmel kernel by | Warner Losh | 2012-06-15 | 3 | -34/+28 |
* | Fix missing straggler for the move to parse_boot_param() | Warner Losh | 2012-06-14 | 1 | -1/+1 |
* | Defines for parsing linux ATAGs lists. | Warner Losh | 2012-06-14 | 1 | -0/+129 |
* | More Linux boot support. Create arm_dump_avail_init() to initialize | Warner Losh | 2012-06-14 | 7 | -49/+54 |
* | Add support for parsing Linux ATAGs such as you'd see from uboot or | Warner Losh | 2012-06-14 | 2 | -23/+115 |
* | Create default_parse_boot_param which, if FreeBSD /boot/loader support | Warner Losh | 2012-06-14 | 4 | -37/+54 |
* | Modify all the arm platform files to call parse_boot_param passing in | Warner Losh | 2012-06-14 | 11 | -16/+34 |
* | Remove leakage of other patches into last commit. | Warner Losh | 2012-06-13 | 5 | -5/+5 |
* | Add ARM callchain support for hwpmc. | Fabien Thomas | 2012-06-13 | 1 | -3/+11 |
* | trim trailing whitespace | Warner Losh | 2012-06-13 | 21 | -36/+33 |