summaryrefslogtreecommitdiff
path: root/include/configs/omap2420h4.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-05include/configs: Use new CONFIG_CMD_* in various o* named board config files.Jon Loeliger1-5/+17
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-0/+1
Some more NAND cleanup and small fixes.
2005-09-25CleanupWolfgang Denk1-6/+1
2005-09-25OMAP242x H4 board updateWolfgang Denk1-12/+23
- fix for ES2 differences. - switch to using the cfi_flash driver. - fix SRAM build address. - fix for GP device operation. - unlock SRAM for GP devices. - display more device information. - fix potential deadlock in omap24xx_i2c driver. - fix DLL load values to match dpllout*1 operation. - fix 2nd chip select init for combo DDR device. - add support for CFI Intel 28F256L18 on H4 board. Patch by Richard Woodruff, 03 Mar 2005
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-4/+17
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
2005-01-12* Patch by Robin Getz, 13 Oct 2004:wdenk1-3/+3
Add standalone application to change SMC91C111 MAC addresses, see examples/README.smc91111_eeprom * Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004: Fix Flash support for ARM Integrator CP.
2005-01-12* Some Cleanup.wdenk1-6/+67
* Patch by Richard Woodruff, 10 Jan 2005: Update support for OMAP2420 (ARM11) and H4 board: o clean up and add new types to H4 memory probe code. o fix to work with internal boot. o added PRCM config III operation. o fix marginal flash timings. o add revison ATAG usage. o enable voltage scaling at power chip. o fix compile error for i2c. * Fix network problem (error when receiving multiple ARP packets)
2005-01-10Coding Style cleanupwdenk1-6/+6
2005-01-10* Patches by Richard Woodruff, 01 Oct 2004:wdenk1-0/+213
add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.