powerpc: mpc824x: remove MPC824X cpu supportAll the MPC824X boards are still non-generic boards:A3000, CPC45, CU824, eXalion, MVBLUE, MUSENKI, Sandpoint824x, utx8245Signed-off-by: Masahiro Yamad
powerpc: mpc824x: remove MPC824X cpu supportAll the MPC824X boards are still non-generic boards:A3000, CPC45, CU824, eXalion, MVBLUE, MUSENKI, Sandpoint824x, utx8245Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>Cc: Wolfgang Denk <wd@denx.de>Cc: Josef Wagner <Wagner@Microsys.de>Cc: Torsten Demke <torsten.demke@fci.com>Cc: Jim Thompson <jim@musenki.com>Cc: Greg Allen <gallen@arlut.utexas.edu>
show more ...
Fix IDE stability problems on CPC45 board.
* Code cleanup, mostly for GCC-3.3.x* Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresse
* Code cleanup, mostly for GCC-3.3.x* Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses.* Cleanup drivers/i82365.c - avoid duplication of code* Fix bogus "cannot span across banks" flash error message* Add support for CompactFlash for the CPC45 Board.
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)* Patches by Kenneth Johansson, 25 Jun 2003: -
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)* Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
Add support for CompactFlash on ATC board(includes support for Intel 82365 and compatible PC Card controllers,and Yenta-compatible PCI-to-CardBus controllers)