From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Thu, 03 Feb 2011 16:37:04 +0100 Subject: [U-Boot] [STATUS] v2011.03-rc1 released In-Reply-To: <20110202215519.7F04ECDE29B@gemini.denx.de> References: <20110202215519.7F04ECDE29B@gemini.denx.de> Message-ID: <4D4ACBA0.9030607@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Hello everybody: > > * U-Boot v2011.03-rc1 was released on Wed, 02 Feb 2011. > > * Release "v2011.03" is scheduled in 39 days - on March 13, 2011. > > Please help testing, and check if all your relevant patches have been > included. > > > Note that still a large number of ARM boards are broken. I hope many > people join the efforts and fix all the currently broken boards. > Thanks in advance to everybody who lends a helping hand. > What is the time frame? I think I have IXP425 mostly in shape - my own boards work, and IXDP425 boots up and basically works. PCI is still a working area: I pulled out most of the old, IXP-specific code and changed the PCI code to use u-boot's PCI infrastructure. This works fine for configuration, and I can dump and modify memory (eg. the bootrom on a E1000 card), but I can't get any of the ethernet drivers to work - possibly due to endian issues, but this might take some time to sort out. Would it be OK to commit this as-is, knowing it may require some further fixups? At least it does work better than before. Otherwise, I could leave out the whole PCI area and only provide patches for the boards without PCI, leaving IXP PCI in its current broken state. cu Michael