summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91sam9260reg.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix AT91SAM9260 to work with PA rather than VA device addresses.imp2014-02-011-4/+4
|
* Missed one of the special AT91SAM9xxx_BASE defines. This should beimp2012-07-101-2/+0
| | | | AT91_BASE.
* Strip trailing whitespace before other changes.imp2012-06-131-6/+5
|
* Compute the master clock frequency, so we no longer need to have itimp2012-05-291-4/+0
| | | | | | | | | | | compiled into the kernel. This allows us to boot the same kernel on machines with different master clock frequencies, so long as we can determine the main clock frequency accurately. Cleanup the pmc clock init function so it can be called in early boot so we can use the serial port just after we call cninit. # We have two calls to at91_pmc_clock_init for reasons unknown, that will # be fixed later -- it is harmless for now.
* Add support for the AT91SAM9260cognet2010-10-061-0/+310
Submitted by: Greg Ansley
OpenPOWER on IntegriCloud