From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Harper Date: Mon, 28 Jun 2004 15:05:45 -0700 Subject: [U-Boot-Users] Re: MPPC8560ADS and U-Boot 1.1.1 problems ? Message-ID: <200406281505.45303.scott@lassen.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I am working with the MPPC8540ADS and I am having problems. I have followed the discussion about the MPPC8560ADS and have tried the top of the CVS tree. I have the following undefined. Note I have defined these in include/asm-ppc/processor.h > #define SVR_MAJ SVR_MJREV > #define SVR_MIN SVR_MNREV > #define SVR_8540 0x80300010 > #define SVR_8560 0x80700010 > #define SVR_8541 0x80b00010 // Just guesses > #define SVR_8555 0x80f00010 // Just guesses > > #define PVR_85xx_REV1 0x80200010 > #define PVR_85xx_REV2 0x80200020 > #define PVR_85xx 0x80200020 My problem is that I am stuck looping through at 0xfff81400 I have other software working on the board so I am pretty sure that the board works. My chip is a REV2. I would appreciate any help any one has. Scott