From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Malek Date: Fri, 27 Feb 2004 11:25:15 -0500 Subject: [U-Boot-Users] MPC8247 and others References: <20040227141712.CCA54C0655@atlas.denx.de> Message-ID: <403F6F6B.3040403@embeddededge.com> 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: > I don't think that differences are so big that a separate CPU > directory is justified. Please use the existing 8260 directory. There are minor CPM differences associated with the use of DPRAM by the FCCs, not properly documented :-) In particular, if you want to use the FCC Ethernet, you will have to change the value of CPM_FCC_SPECIAL_BASE to 0x9000 and ensure the DPRAM allocator knows there is only 8K of space (not 16, but this probably won't cause any trouble). -- Dan