From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhong Hongbo Date: Sun, 08 Jul 2012 07:49:04 +0800 Subject: [U-Boot] S3c64xx: Switch all I/O to use readl/writel function In-Reply-To: <1341655032-30201-1-git-send-email-bocui107@gmail.com> References: <1341655032-30201-1-git-send-email-bocui107@gmail.com> Message-ID: <4FF8CAF0.8010603@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add Guennadi to the loop. Thanks, hongbo On 07/07/2012 05:56 PM, Zhong Hongbo wrote: > This serial patch intent to: > 1. Switch all I/O to use readl/writel function > 2. Change nand_spl to use SPL framework > 3. S3C64XX serial includes s3c6400 and s3c6410, > Here seprate cpu and board file to support to board's of s3c6410. > > > I test this patch on my s3c6410 development board. the log as following: > > U-Boot 2012.04.01-10905-g9fa0c77 (Jul 07 2012 - 15:50:57) for SMDK6400 > > > CPU: S3C64XX at 532MHz > Fclk = 532MHz, Hclk = 133MHz, Pclk = 66MHz (ASYNC Mode) > Board: DMATEK6410 > DRAM: 128 MiB > WARNING: Caches not enabled > NAND: 128 MiB > *** Warning - bad CRC, using default environment > > In: serial > Out: serial > Err: serial > Net: dm9000 > Hit any key to stop autoboot: 0 > DMATEK6410 # > >