From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Mock Date: Sun, 24 Sep 2006 09:34:00 -0700 Subject: [U-Boot-Users] PPC440 and CONFIG_BOOKE Message-ID: <4516B378.40409@mock.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm porting u-boot to a new piece of hardware using a 440GX processor. My hardware looks a little bit like an Ocotea board so I'm using this as my starting point. The Ocotea configuration (and the other PPC4xx boards) doesn't define CONFIG_BOOKE in the config file. The 440GX is a Book-E processor, this appears to define some of the SPRNs incorrectly. Is this done intentionally? thanks, jeff