From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 02 Jul 2003 08:36:24 +0200 Subject: [U-Boot-Users] U-Boot and MPC857T? References: <20030701164936.4E12CC592A@atlas.denx.de> Message-ID: <3F027D68.70606@imc-berlin.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: > In message <3F014BE5.3080906@imc-berlin.de> you wrote: > >>has someone patched U-Boot to "support" the MPC857T? >> >>AFAIK it's basicly a MPC855T. So the only change would be to avoid a >>boot message like: >> >>CPU: unknown MPC855 (0x07000003) at 80 MHz: 4 kB I-Cache 4 kB >>D-Cache FEC present > > > All you need to do is extend the list of types defined in > "cpu/mpc8xx/cpu.c" - a patch is welcome. I'd love to present a patch. Could you please give me a pointer where to find information about the values of k = (immr << 16) | *((ushort *) & immap->im_cpm.cp_dparam[0xB0]); ? I couldn't find some. Is it possible to find out if it's a 855, 857 or 860 at runtime? So that we don't have to rely on DEFINES? FAIK MPC855T and MPC857T are basicly the same. So could put both on my board without actually changing the firmware. Would be nice if u-boot could figure out which one is actually present. Thanks, Steven