summaryrefslogtreecommitdiffstats
path: root/sys/arch/beagle/dev/omap_com.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce autoconf(4) overuse on beagleuwe2011-11-101-58/+12
| | | | | | | | | | | | Renamed `ahb' to `omap' and extended it to configure the on-chip devices directly, based a board-specific table instead of trying to maintain addresses, interrupt numbers and such for two OMAP variants in the same config file. This may be an intermediate step, but should provide us some relief already. :) Suggestions from deraadt and drahn; ok drahn@
* Add gumstix overo support. It's very similar to be beagleboard at thismatthieu2011-11-101-1/+2
| | | | | point. So add it's card id and handle it like the beagleboard. ok drahn@, miod@
* Introduce a pluggable interrupt controller infrastructure for beagle,drahn2011-10-241-2/+2
| | | | to allow panda to share the port.
* Pile of diffs to improve beagle/panda status. fetching u-boot parametersdrahn2011-10-211-24/+38
| | | | | | out of the register input. (with a beagle_start.S fix from uwe@) Devices now detect device_id from u-boot and decide to enable/disable themselves in the device match routine. ok uwe@
* no need for a xxxpower function; ok drahnderaadt2011-03-221-10/+1
|
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-5/+1
| | | | | traversal code to suspend/resume ok oga kettenis blambert
* lend a hand keeping beagle up-to-date with what is going on in powerhookderaadt2010-08-301-10/+19
| | | | vs activate. It compiles.
* More killing of PWR_STANDBY. cvs skipped these filesderaadt2010-08-271-2/+1
|
* Initial effort on a port to the omap35xx platform specifically beagleboard,drahn2009-05-081-0/+150
however other omap system may be supportable. Not functional until armv7 core changes are complete.