wdenk [Thu, 17 Aug 2000 13:27:04 +0000 (13:27 +0000)]
Modifications while porting PPCBoot to the ETX_094 prototype hardware:
- Changed configuring: don't use symlinks any more, don't need to
edit files for supported standard configurations (Thanks to Dan A.
Dickey for many suggestions).
- Cleanup: separate CPU dependend parts to make porting to other
CPU's easier (Thanks to Stefan Roese for his input).
- Removed manual clock configuration, added automatic detection of
bus clock
- Added check for monitor size
- Fix several flash related functions when configured for more flash
banks that actually present
- Fix flash_get_size() not to exceed configured maximum number of
flash sectors
- Added configuration and board specific code for ETX_094 board (Siemens)
Change the file holding the dependencies to ".depend".
This is about the best choice of all, and hopefully - this will
be the last change to which filename we use. :)
Modify the Makefiles to store dependencies on the "outside": In Makefile.cc
instead. This allows us to *not* keep dependencies in CVS. Dependencies
are, as the name implies - too dependent on specific systems.