[U-Boot-Users] Uboot on IXP2400

Hi all
Can anyone guide me steps to follow for uboot customization for ixp2400 based board. Is ixp2400 processor supported by uboot?
-Thanks
-Rahul Hirve

On May 7, 2006, at 6:11 AM, Rahul Hirve wrote:
Can anyone guide me steps to follow for uboot customization for ixp2400 based board. Is ixp2400 processor supported by uboot?
I've been doing work on both IXP2800 and IXP2350 lately. The first thing we need to do is set up the cpu/ixp directory to accommodate these variations of processor, or create unique directories to support them. From there, it's just a standard board support.
What I'm tempted to do is create a callout from the start.S to board specific low level set up files. I don't like all of that DDR set up in hard coded assembly language, but maybe if we can make it parameter driven it can be processor specific and contained in the cpu/ixp directory. There don't seem to be many boards that use SPD EEPROM, they are just copies of old Intel evaluation boards that solder the memory down rather than use DIMMs.
Thanks.
-- Dan
participants (2)
-
Dan Malek
-
Rahul Hirve