Difference between revisions of "OMAP"
From eLinux.org
m (Add category) |
|||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | == Processor Families == | |
| − | + | ||
| − | * | + | * OMAP2 |
| − | * | + | * OMAP3 |
| + | * [[OMAP4430|OMAP4]] | ||
| − | + | ||
| − | * http://en.wikipedia.org/wiki/Texas_Instruments_OMAP | + | == Linux kernel for OMAP == |
| − | * http://focus.ti.com/general/docs/wtbu/wtbugencontent.tsp?templateId=6123&navigationId=11988&contentId=4638 | + | * git kernel: http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary |
| − | * http://focus.ti.com/general/docs/gencontent.tsp?contentId=36915 | + | * Maintainer: Tony Lindgren: http://www.muru.com/linux/omap/ |
| − | * http://focus.ti.com/general/docs/wtbu/wtbugencontent.tsp?templateId=6123&navigationId=12013&contentId=4578 | + | * Mailing List: linux-omap@vger.kernel.org |
| + | * Mailing List archives: http://marc.info/?l=linux-omap&r=1&w=2 | ||
| + | * Mailing list etiquette: http://www.elinux.org/Netiquette | ||
| + | |||
| + | == Power Management == | ||
| + | * [[OMAP Power Management]]: in-kernel power management infrastructure | ||
| + | |||
| + | == Real-time Kernel == | ||
| + | * See the [[OMAP RT]] page. | ||
| + | |||
| + | == Misc. == | ||
| + | * [[OMAP wishlist]] | ||
| + | * [[OMAP patch merging process]] | ||
| + | * [[Debugging OMAP kernel]] | ||
| + | * [http://en.wikipedia.org/wiki/Texas_Instruments_OMAP wikipedia page on OMAP] | ||
| + | * [http://focus.ti.com/general/docs/wtbu/wtbugencontent.tsp?templateId=6123&navigationId=11988&contentId=4638 TI top level OMAP page] | ||
| + | * [http://focus.ti.com/general/docs/gencontent.tsp?contentId=36915 OMAP reference manual] | ||
| + | * [http://focus.ti.com/general/docs/wtbu/wtbugencontent.tsp?templateId=6123&navigationId=12013&contentId=4578 OMAP tools and software] | ||
* [[Application_XIP_Instructions_For_OMAP]] | * [[Application_XIP_Instructions_For_OMAP]] | ||
| + | |||
| + | [[Category:OMAP]] | ||
Latest revision as of 21:45, 27 October 2011
Contents |
Processor Families
- OMAP2
- OMAP3
- OMAP4
Linux kernel for OMAP
- git kernel: http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary
- Maintainer: Tony Lindgren: http://www.muru.com/linux/omap/
- Mailing List: linux-omap@vger.kernel.org
- Mailing List archives: http://marc.info/?l=linux-omap&r=1&w=2
- Mailing list etiquette: http://www.elinux.org/Netiquette
Power Management
- OMAP Power Management: in-kernel power management infrastructure
Real-time Kernel
- See the OMAP RT page.