summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Revert committal of local change accidentally swept up in r238329.imp2012-07-101-3/+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
* Revert last change. It was accidental.imp2012-07-101-8/+1
* 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-1012-55/+13
* Not quite ready for this yet, so comment it out.imp2012-07-101-1/+1
* 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-0713-22/+120
* Fix LINT.marcel2012-07-051-1/+1
* Create a pseudo-lint kernel for all at91 SoCs. This kernel will notimp2012-07-012-0/+181
* 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-296-0/+960
* All xscale ports are armeb, so mark it here. This should reduce universeimp2012-06-291-0/+1
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+10
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+34
* Fix a stray debug that I committed accidentally years ago...imp2012-06-221-1/+0
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* 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
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* Throw this debug behind bootverbose. The information isn't all thatimp2012-06-161-3/+4
* Remove stray line from merge.imp2012-06-151-1/+0
* Make it possible to link together a sam and an rm kernel. The resultsimp2012-06-155-123/+149
* These options are unused, and can safely be retired.imp2012-06-151-1/+0
* This hints file doesn't actually do anything, and besides it is commentedimp2012-06-151-1/+0
* Collapse the files.at91 and files.at91sam9 back into files.at91.imp2012-06-154-42/+24
* Fix a global shadowing problem when LINUX_BOOT_ABI was defined.imp2012-06-151-2/+2
* Take half a step closer towards having a unified atmel kernel byimp2012-06-153-34/+28
* Fix missing straggler for the move to parse_boot_param()imp2012-06-141-1/+1
* Defines for parsing linux ATAGs lists.imp2012-06-141-0/+129
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-147-49/+54
* Add support for parsing Linux ATAGs such as you'd see from uboot orimp2012-06-142-23/+115
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportimp2012-06-144-37/+54
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-1411-16/+34
OpenPOWER on IntegriCloud