summaryrefslogtreecommitdiffstats
path: root/board/omap5912osk
Commit message (Collapse)AuthorAgeFilesLines
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-8/+12
| | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
* OMAP 5912/OSK: update EMIFS CS1 timings:Stefan Roese2006-05-101-1/+1
| | | | | | | Problems have been seen in the linux kernel's smc91x network driver due to improper bus timings. The latest 2.6 OMAP kernels currently have a workaround, but this fix belongs in u-boot. Patch by Kevin Hilman, 13 Oct 2005
* Update omap5912osk board supportStefan Roese2006-05-102-74/+127
| | | | | | | | | | | - Fix OMAP support that omap5912osk compiles in current source tree - Update with code from "http://omap.spectrumdigital.com/osk5912" to fix problems with DDR initialization - Fix timer setup - Use CFI flash driver and support complete 32MB of onboard flash - Add "print_cpuinfo()" and "checkboard()" functions to display CPU (with frequency) and Board infos Patch by Stefan Roese, 10 May 2006
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
|
* Update make target for ARM supported boards.Wolfgang Denk2005-10-062-3/+3
| | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* Update omap5912osk board:Wolfgang Denk2005-09-252-508/+1
| | | | | | | Use drivers/cfi_flash.c instead of private flash driver; Remove hardcoded personalized settings from omap5912osk.h; Fix spacing with (RO) marks in 'flinfo' output. Patch by Michael Bendzick, 14 Jan 2005
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-311-0/+1
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* * Fix debug code in omap5912osk flash driverwdenk2005-05-121-2/+2
| | | | * Add support for MPC8247 based "IDS8247" board.
* Patch by George G. Davis, 24 Aug 2004:wdenk2004-10-101-3/+1
| | | | - update ARM boards to use constants from mach-types.h
* * Patch by Rishi Bhattacharya, 08 May 2004:wdenk2004-06-086-0/+1371
Add support for TI OMAP5912 OSK Board * Patch by Sam Song May, 07 May 2004: Fix typo of UPM table for rmu board
OpenPOWER on IntegriCloud