From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Thu, 29 Nov 2007 15:20:50 -0600 Subject: [U-Boot-Users] [PATCH 00/18] MPC85xx Updates In-Reply-To: 8544 References: 8544 Message-ID: <11963712683331-git-send-email-galak@kernel.crashing.org> 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 patchset is updates to the mpc85xx boards. High level changes: * Moved freescale boards under boards/freescale * removed immap_t and immr * coverted to using libfdt * some config.h cleanup All these patches are in the following git tree: git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git mpc85xx Be warned the file movement patches may not be 100% correct because of how git detects movemement. - k