]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
authorBartlomiej Sieka <tur@semihalf.com>
Fri, 3 Aug 2007 10:08:16 +0000 (12:08 +0200)
committerBartlomiej Sieka <tur@semihalf.com>
Fri, 3 Aug 2007 10:08:16 +0000 (12:08 +0200)
commit86b116b1b1e165ca4840daefed36d2e3b8460173
tree8c11635599ffb0783a24e6f38f9ad4fb93442626
parentb1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.

Add the ability for modules from the Schindler cm5200 family to use a
single U-Boot image:
- rename cm1_qp1 to cm5200
- add run-time module detection
- parametrize SDRAM configuration according to the module we are running on

Few minor, board-specific fixes included in this patch:
- better MAC address handling
- updated default environment ('update' command uses +{filesize} now)
- improved error messages in the auto-update code
- allow booting U-Boot from RAM (CFG_RAMBOOT)

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13 files changed:
MAKEALL
Makefile
board/cm1_qp1/cm1_qp1.c [deleted file]
board/cm5200/Makefile [moved from board/cm1_qp1/Makefile with 96% similarity]
board/cm5200/cm5200.c [new file with mode: 0644]
board/cm5200/cm5200.h [new file with mode: 0644]
board/cm5200/cmd_cm5200.c [moved from board/cm1_qp1/cmd_cm1_qp1.c with 98% similarity]
board/cm5200/config.mk [moved from board/cm1_qp1/config.mk with 100% similarity]
board/cm5200/fwupdate.c [moved from board/cm1_qp1/fwupdate.c with 90% similarity]
board/cm5200/fwupdate.h [moved from board/cm1_qp1/fwupdate.h with 95% similarity]
board/cm5200/u-boot.lds [moved from board/cm1_qp1/u-boot.lds with 100% similarity]
cpu/mpc5xxx/fec.c
include/configs/cm5200.h [moved from include/configs/cm1_qp1.h with 93% similarity]