summaryrefslogtreecommitdiff
path: root/board/omap730p2
Commit message (Collapse)AuthorAgeLines
* Fix REG_MPU_LOAD_TIMER definition in multiple OMAP portsStefan Roese2006-05-10-1/+1
| | | | Patch by Hiroki Kaminaga, 11 Mar 2006
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-4/+2
|
* Update make target for ARM supported boards.Wolfgang Denk2005-10-06-3/+3
| | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+1
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Patch by George G. Davis, 24 Aug 2004:wdenk2004-10-10-1/+1
| | | | - update ARM boards to use constants from mach-types.h
* * Code cleanup (ARM mostly)wdenk2004-07-01-5/+0
| | | | | | * Patch by Curt Brune, 17 May 2004: - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC) - Add support for ESPD-Inc. EVB4510 Board
* * Patch by Rishi Bhattacharya, 08 May 2004:wdenk2004-06-08-24/+24
| | | | | | | Add support for TI OMAP5912 OSK Board * Patch by Sam Song May, 07 May 2004: Fix typo of UPM table for rmu board
* * Patch by Dave Peverley, 30 Apr 2004:wdenk2004-06-06-0/+1267
Add support for OMAP730 Perseus2 Development board * Patch by Alan J. Luse, 29 Apr 2004: Fix flash chip-select (OR0) option register setting on FADS boards. * Patch by Alan J. Luse, 29 Apr 2004: Report MII network speed and duplex setting properly when auto-negotiate is not enabled. * Patch by Jarrett Redd, 29 Apr 2004: Fix hang on reset on Ocotea board due to flash in wrong mode.