]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Cleanup lowboot code for MPC5200
authorwdenk <wdenk>
Fri, 2 Jan 2004 14:00:00 +0000 (14:00 +0000)
committerwdenk <wdenk>
Fri, 2 Jan 2004 14:00:00 +0000 (14:00 +0000)
commitd4ca31c40e8888b36635967522ec7ea03fd7e70b
tree126385a917df4665532dc33cff5fee2977e8fc0e
parentc18960049f8ea9b0a8ad0a05c93e23fbab025da0
* Cleanup lowboot code for MPC5200

* Minor code cleanup (coding style)

* Patch by Reinhard Meyer, 30 Dec 2003:
  - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
  - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
  - turned debug print of PHY registers into a function (called in two places)
  - added support for EMK MPC5200 based modules

* Fix MPC8xx PLPRCR_MFD_SHIFT typo

* Add support for TQM866M modules

* Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)

* Fix a few compiler warnings
53 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/bubinga405ep/bubinga405ep.c
board/emk/top5200/config.mk
board/emk/top5200/flash.c
board/emk/top5200/top5200.c
board/icecube/icecube.c
board/incaip/memsetup.S
board/mpl/common/common_util.c
board/mvblue/mvblue.c
board/snmc/qs850/flash.c
board/snmc/qs860t/flash.c
board/tqm8260/tqm8260.c
board/tqm8xx/flash.c
board/tqm8xx/tqm8xx.c
board/trab/auto_update.c
common/cmd_bootm.c
common/cmd_flash.c
common/cmd_fpga.c
common/cmd_ide.c
common/cmd_mem.c
cpu/coldfire/Makefile
cpu/coldfire/fec.c
cpu/coldfire/start.S
cpu/mpc5xxx/fec.c
cpu/mpc5xxx/start.S
cpu/mpc8xx/speed.c
cpu/ppc4xx/interrupts.c
drivers/rtl8019.h
include/asm-m68k/ptrace.h
include/asm-m68k/u-boot.h
include/asm-mips/addrspace.h
include/common.h
include/commproc.h
include/configs/IceCube.h
include/configs/MVBLUE.h
include/configs/QS860T.h
include/configs/TOP5200.h
include/configs/TQM855M.h
include/configs/TQM866M.h [new file with mode: 0644]
include/configs/dbau1x00.h
include/dataflash.h
include/flash.h
include/mpc8xx.h
include/pci_ids.h
lib_m68k/board.c
lib_nios/board.c
lib_ppc/board.c
lib_ppc/interrupts.c
net/eth.c