From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 25 Sep 2006 07:46:52 +0200 Subject: [U-Boot-Users] PPC440 and CONFIG_BOOKE In-Reply-To: <4516B378.40409@mock.com> References: <4516B378.40409@mock.com> Message-ID: <200609250746.53187.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jeff, On Sunday 24 September 2006 18:34, Jeff Mock wrote: > 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. OK. > 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? The first 440 U-Boot ports (including Ocotea) where done, long before the CONFIG_BOOKE define was added to U-Boot. All needed SPRN's should be defined in include/ppc440.h. Please let me know, if you spot a problem with any PPC4xx register definitions. Best regards, Stefan