uboot-mt623x/common
Sergey Kubushyn c74b2108e3 [ARM] TI DaVinci support, hopefully final
Add support for the following DaVinci boards:
- DV_EVM
- SCHMOOGIE
- SONATA

Changes:

- Split into separate board directories
- Removed changes to MTD_DEBUG (or whatever it's called)
- New CONFIG_CMD party line followed
- Some cosmetic fixes, cleanup etc.
- Patches against the latest U-Boot tree as of now.
- Fixed CONFIG_CMD_NET in net files.
- Fixed CONFIG_CMD_EEPROM for schmoogie.
- Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
   DV_EVM. Can't check if it works on SONATA, don't have a board any more,
   but it at least compiles.

Here is an excerpt from session log on SCHMOOGIE...

U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)

DRAM:  128 MB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
ARM Clock : 297MHz
DDR Clock : 162MHz
ETH PHY   : DP83848 @ 0x01
U-Boot > iprobe
Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
U-Boot > ping 192.168.253.10
host 192.168.253.10 is alive
U-Boot >

Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
Acked-by: Dirk Behme <dirk.behme@gmail.com>
Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
Acked-by: Stefan Roese <sr@denx.de>
2007-08-10 20:26:18 +02:00
..
ACEX1K.c * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
Makefile Merge with /home/git/u-boot 2007-05-17 00:06:11 +02:00
altera.c Merge with /home/stefan/git/u-boot/denx 2006-09-18 10:48:03 +02:00
bedbug.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
circbuf.c Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
cmd_autoscript.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_bdinfo.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_bedbug.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_bmp.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
cmd_boot.c Undo commit 3033ebb2: reset command does not take any arguments 2007-01-13 11:17:10 +01:00
cmd_bootm.c Merge with /home/wd/git/u-boot/custodian/u-boot-testing 2007-08-06 01:11:08 +02:00
cmd_cache.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_console.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_date.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_dcr.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_diag.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_display.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_doc.c Merge with /home/wd/git/u-boot/custodian/u-boot-testing 2007-08-06 01:11:08 +02:00
cmd_dtt.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
cmd_eeprom.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_elf.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_ext2.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
cmd_fat.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_fdc.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
cmd_fdos.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
cmd_fdt.c Moved fdt command support code to fdt_support.c 2007-04-06 14:19:43 -04:00
cmd_flash.c Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup 2007-07-11 23:03:06 +02:00
cmd_fpga.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
cmd_i2c.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_ide.c Merge with /home/wd/git/u-boot/custodian/u-boot-testing 2007-08-06 01:11:08 +02:00
cmd_immap.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_itest.c common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:02:23 -05:00
cmd_jffs2.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_load.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_log.c Coding stylke cleanup; rebuild CHANGELOG 2007-06-22 23:59:00 +02:00
cmd_mac.c Add support for reading and writing mac addresses to or from ID EEPROM. 2006-07-13 10:57:37 -05:00
cmd_mem.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_mfsl.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_mii.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_misc.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_mmc.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_nand.c Merge with /home/wd/git/u-boot/custodian/u-boot-testing 2007-08-06 01:11:08 +02:00
cmd_net.c Merge with /home/wd/git/u-boot/custodian/u-boot-testing 2007-08-06 01:11:08 +02:00
cmd_nvedit.c [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
cmd_pci.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
cmd_pcmcia.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
cmd_portio.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_reginfo.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
cmd_reiser.c Merge branch 'testing' into working 2007-08-03 02:23:23 -05:00
cmd_sata.c Fix S-ATA support. 2007-06-30 18:50:48 +02:00
cmd_scsi.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
cmd_spi.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_universe.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
cmd_usb.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
cmd_vfd.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_ximg.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
command.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
console.c [PATCH] simplify silent console 2007-05-05 21:34:19 +02:00
crc16.c Code cleanup 2006-07-21 11:56:05 +02:00
cyclon2.c Add FPGA Altera Cyclone 2 support 2006-08-15 14:15:51 +02:00
devices.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
dlmalloc.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
dlmalloc.src * Code cleanup: 2003-06-27 21:31:46 +00:00
docecc.c common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 2007-07-08 18:10:08 -05:00
env_common.c make show_boot_progress () weak. 2007-07-13 09:54:17 +02:00
env_dataflash.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
env_eeprom.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
env_flash.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
env_nand.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
env_nowhere.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
env_nvram.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
environment.c Preliminary support for the iDMR board (ColdFire). 2006-12-20 00:27:32 +01:00
exports.c Add functions to list of exported functions 2007-08-06 00:45:40 +02:00
fdt_support.c Fix serious pointer bug with bootm and reserve map. 2007-04-19 23:14:39 -04:00
flash.c Merge with /home/m8/git/u-boot 2005-10-15 18:23:43 +02:00
fpga.c Merge with /home/stefan/git/u-boot/denx 2006-09-18 10:48:03 +02:00
ft_build.c [PATCH 4_4] Remove local implementation of isprint() in ft_build.c 2007-02-20 09:05:07 +01:00
hush.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
kgdb.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
lcd.c common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 2007-07-08 18:10:08 -05:00
lists.c Initial revision 2002-08-17 09:36:01 +00:00
lynxkdi.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
main.c Merge with /home/wd/git/u-boot/custodian/u-boot-testing 2007-08-06 01:11:08 +02:00
memsize.c Sequential accesses to non-existent memory must be synchronized, 2006-11-06 17:06:36 +01:00
miiphybb.c Cleanup compile warnings. Prepare for release 1.1.5 2006-10-20 17:54:33 +02:00
miiphyutil.c common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 2007-07-08 18:10:08 -05:00
s_record.c Initial revision 2002-08-17 09:36:01 +00:00
serial.c [PATCH] Clean up 40EZ/Acadia support 2007-03-24 15:45:34 +01:00
soft_i2c.c New board SMN42 branch 2007-05-09 11:37:56 +01:00
soft_spi.c * Code cleanup: 2003-06-27 21:31:46 +00:00
spartan2.c * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
spartan3.c Cleanup 2005-09-25 18:49:35 +02:00
usb.c common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 2007-07-08 18:10:08 -05:00
usb_kbd.c USB event poll support 2007-06-06 10:08:13 +02:00
usb_storage.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
virtex2.c Add support for AMD's Pb1x00 eval board; 2005-09-25 00:53:22 +02:00
xilinx.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
xyzModem.c Coding Style cleanup. 2006-08-31 16:46:53 +02:00