summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.at91sam9
Commit message (Collapse)AuthorAgeFilesLines
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-0/+1
| | | | | | when building each kernel. Reviewed by: imp
* Unbreak build for the rest of AT91 platformsgonzo2012-08-151-0/+1
|
* Opt-in rather than opt-out of the SoC. We don't really supportimp2012-07-011-5/+1
| | | | | | running with multiple SoCs compiled in very well anyway, so this just wastes space. As more and more SoCs arrive in the tree, it is better to edit one master file that builds them all than many board files.
* Add PIOD, make at91sam9x25 a standard SoC, tweak some comments.imp2012-06-291-0/+1
|
* Collapse the files.at91 and files.at91sam9 back into files.at91.imp2012-06-151-3/+6
| | | | | | | | | | | Create a new option for at91rm9200 support. Set this option in std.at91. Create a new option for the at91sam9 standard devices. Set this option in std.at91sam9. Retire files.at91sam9. Add options for at91sam9x25 SoC and SAM9X25EK board, but don't connect it just yet as the supporting files aren't quite ready. Note: device at91rm9200 and device at91sam9 are presently mutually exclusive.
* Revert debug and other immature code accidentally committed in r236372.imp2012-06-011-1/+0
|
* Initialize the clocks before we call cninit() so that the serialimp2012-06-011-0/+1
| | | | | | | console so initialized will work upon return from cninit. While this is the very next line, other platforms setup all this stuff before calling cninit. Also, initialize the SDRAM base register in the inner block in at91_ramsize().
* Add support for the AT91SAM9260cognet2010-10-061-0/+1
| | | | Submitted by: Greg Ansley
* if_ate.c:cognet2010-10-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | * Support for sam9 "EMAC" controller. * Support for rmii interface to phy. at91.c & at91sam9.c: * Eliminate separate at91sam9.c file. * Add new devices to at91sam9_devs table. at91_machdep.c & at at91sam9_machdep.c: * Automatic chip type determination. * Remove compile time chip dependencies. * Eliminate separate at91sam9_machdep.c file. at91_pmc.c: * Corrected support for all of the sam926? and sam9g20 chips. * Remove compile time chip dependencies. My apologies to Greg for taking so long to take care of it.
* Import preliminary support for Atmel AT91SAM9G20 cpu, and the Hot-e HL201.cognet2010-07-141-0/+6
This fine work was done by Yohanes Nugroho <yohanes a gmail dot com> Many thanks to John Nicholls and Thinlinx for providing sample hardware.
OpenPOWER on IntegriCloud