From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew McClintock Date: Tue, 27 Jun 2006 14:34:59 -0500 Subject: [U-Boot-Users] [PATCH 0/11] MPC85xx platform updates Message-ID: <1151436899.5505.109.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following is a series of patches to update the MPC85xx platforms. It changes the method flat device trees are stored/obtained by U-Boot. With these patches, U-Boot will update and boot from a flat device tree stored in memory. It also contains refactored patches posted over the last year to reflect this change. -Matthew