From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 3 Nov 2008 11:11:24 +0100 Subject: [U-Boot] new board SDRAM conf In-Reply-To: <000801c93d99$bc3413f0$349c3bd0$@com> References: <001901c93d83$cad90480$608b0d80$@com> <200811030847.15427.sr@denx.de> <000801c93d99$bc3413f0$349c3bd0$@com> Message-ID: <200811031111.24703.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 Steven, On Monday 03 November 2008, ??? wrote: > I Made my board config header, and using yosemite's init.S & u-boot.lds, > mft.c(Yosemite.c) Only change config header , but it's not working . You should create your own board port for this custom 440EP board. > 1. First The difference of my SDRAM configuration is > *** (PPC440EP supported four external DDR_SDRAM Banks.) *** > But Our used only external DDR_SDRAM Bank_0(BANKSEL_0) on the New design > Board. Yes. I already described how you should handle this DDR initialization in my last mail. Use the common code (cpu/ppc4xx/sdram.c). You probably need to change the CONFIG_SYS_SDRAM_TABLE for your board. Take a look at the p3p440.h header as an example. BTW: SDRAM configuration is a complex matter. You definitely need to take a look at the PPC users manual and the SDRAM datasheet for this. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================