summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.at91
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
* Merging projects/armv6, part 1gonzo2012-08-151-0/+1
| | | | | | | | | Cummulative patch of changes that are not vendor-specific: - ARMv6 and ARMv7 architecture support - ARM SMP support - VFP/Neon support - ARM Generic Interrupt Controller driver - Simplification of startup code for all platforms
* Opt-in rather than opt-out of the SoC. We don't really supportimp2012-07-011-1/+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.
* Collapse the files.at91 and files.at91sam9 back into files.at91.imp2012-06-151-0/+3
| | | | | | | | | | | 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.
* Whitespace nit.imp2008-11-251-2/+2
|
* Move some KB920x-specific options into the KB920x file.cognet2007-10-251-4/+0
|
* MFp4: Move the parameters that are basically dictated by the AT91imp2006-10-251-0/+5
| | | | organization to that file.
* Move some of the common parameters into the std. files for this platform.imp2006-07-141-0/+1
| | | | Also migrate from MD disk to NFS boot.
* These files apply to all the atmel parts that freebsd is going to run on,imp2006-02-171-0/+4
so name them more generically. If we do support the MMU-less ARM7 parts, then we'll need to, at that time, expand the files we have.
OpenPOWER on IntegriCloud