|
|
Here are the Linux patches for the TI OMAP730, 1510, 1610, 5912 and
1710 development boards such as TI Innovator and Spectrum Digital
OSK5912.
The OMAP1510 Linux port was originally done by RidgeRun, and then
improved by MontaVista in their HardHat Linux 2.1. The
current development for Linux 2.6 is done using the linux-omap
git tree here.
The mailing list for Linux OMAP developers is at
linux-omap@vger.kernel.org. To subscribe, please click here.
There is also searchable mailing list archive at here.
For Linux OMAP documentation, please see TI's site, OSK for Dummies and
CELF OSK wiki page.
You may also want to check out the devices running Linux on OMAP.
The current status for Linux-2.6 is:
- Supports OMAP730, OMAP1510, OMAP1610, OMAP5912, OMAP1710 OMAP2420
- Supports boards Perseus2, Innovator, OSK, H2, H3, H4 and generic
The current known issues are:
- Support for some drivers are still missing
All the patches currently available are available in patches.
You can also use git/cogito to pull the linux-omap tree.
The server space for linux-omap git tree is kindy sponsored
by MontaVista. Please read README_OMAP_GIT for more info.
When submitting patches, please see README_OMAP_PATCHES
Please note that you must run make clean and update your older .config
files for omap-generic boards that are older than 2.6.4-rc1-omap1.
Basically replace CONFIG_OMAP_GENERIC with CONFIG_MACH_OMAP_GENERIC
in your config files. This does not affect the Innovator boards.
Please note that as of 2.6.2-omap2, the IO addressing has changed.
Physical IO address != virtual IO address any longer. Please use
omap_read/write[bwl]() or __REG macros to access the IO ports. To
define a virtual IO address, use IO_ADDRESS(phys).
Some of the most recent patches are:
- Linux-2.6.25-omap1
- Linux-2.6.24-omap1
- Linux-2.6.23-omap1
- Linux-2.6.22-omap1
- Linux-2.6.21-omap1
- Linux-2.6.20-omap1
- Linux-2.6.19-omap1
- Linux-2.6.18-omap1
- Linux-2.6.17-omap2
For older Linux-2.4 patches see the older patches here. You may also want to
check out MontaVista's linux-2.4.21 OMAP patches here.
|