
michael trimarchi@gandalf.sssup.it schrieb am 07.10.2008 13:43:44:
h.sattler@erhardt-leimer.com wrote:
michael trimarchi@gandalf.sssup.it schrieb am 07.10.2008 12:14:48:
Hi,
h.sattler@erhardt-leimer.com wrote:
Hi,
on the matter of getting u-boot work with the ADI Sidewinder
Reference
Platform, I found the previously posted patches and used them as
starting
point for my own patch set. The Sidewinder board works with this patch, including ECC
(optional).
There is a minimum set of ifdefs in cpu/ixp/start.S and no
board-specific
low-level.S and thus no endless code-duplication. The SDRAM parameters are handled by configuration definitions. The ixp425.h and ixp465.h header files should be merged but that can
follow in a different patch, possibly renaming the defines and
fixing
all
board specific code.
I think that you use my patchset. It is true?
Almost. I used it as base but modified it quite a bit. There is almost
no
difference between IXP465 and IXP425 anymore (except header files), no
lowlevel-init.S anymore and correct CPU info display.
Ok, It was Walfgang ask to my version, but I don't have spare time to work on it.
Here are my patches. Maybe you want to test them. I didn't use or update the ixdp465 but you can use the sidewinder_config as starting point. Order is: ixp425_rework.patch ixp465.patch npe_less_fw.patch sidewinder.patch
HS