From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Koller Date: Fri, 01 Feb 2008 14:24:28 +0100 Subject: [U-Boot-Users] mpc8544 u-boot support In-Reply-To: <406A31B117F2734987636D6CCC93EE3C025291B0@ehost011-3.exch011.intermedia.net> References: <406A31B117F2734987636D6CCC93EE3C025291B0@ehost011-3.exch011.intermedia.net> Message-ID: <47A31D8C.9040704@anagramm.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Leonid schrieb: > Hi: > > I am not new in u-boot, but this is the first time I must deal with > Freescale CPU, namely mpc8544 (I have been working so far with > Microblaze, ARM9, ppc440 and ppc405). My board is going to be very close > to Interpid reference design. > > If somebody of you folks can point me to the best u-boot and Linux > resources for this CPU and board, I would really appreciate that. Depending on board hardware-compatibility, it's best to use the latest U-Boot release from: ftp://ftp.denx.de/pub/u-boot/ or the latest git-tree: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary I am fine (for mpc8540 and mpc8548) with Linus' 2.6.24 tree from kernel.org. For development purposes, however, checkout the latest paulus.git from: http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=summary YMMV. For a toolchain, you can go with the Denx' ELDK or use my native CRUX Linux distro which will be published, when I'll find some spare time. :-) Regards, Clemens