[U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx

Kavin Lau liujingwencn at gmail.com
Fri Mar 4 10:00:53 CET 2011


From c56044d16f8ee5804d3048fe2c37028d5c963f1b Mon Sep 17 
00:00:00 2001                                                                                       
From: Kavin Lau <liujingwencn at gmail.com>
Date: Fri, 4 Mar 2011 12:58:47 +0800
Subject: [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx

S3C6400, S3C6410 and S3C6430 are both pin and software 
compatible with 
each other, changed s3c6400 to s3c64xx to support those chips.
---
 arch/arm/cpu/arm1176/s3c64xx/Makefile       |    2 +- 
 arch/arm/cpu/arm1176/s3c64xx/cpu_init.S     |    2 +- 
 arch/arm/cpu/arm1176/s3c64xx/reset.S        |    2 +- 
 arch/arm/cpu/arm1176/s3c64xx/speed.c        |    4 +- 
 arch/arm/cpu/arm1176/s3c64xx/timer.c        |    2 +- 
 arch/arm/include/asm/arch-s3c64xx/s3c6400.h |  895 
---------------------------
 arch/arm/include/asm/arch-s3c64xx/s3c64x0.h |    8 +- 
 arch/arm/include/asm/arch-s3c64xx/s3c64xx.h |  895 
+++++++++++++++++++++++++++
 board/samsung/smdk6400/lowlevel_init.S      |    8 +- 
 board/samsung/smdk6400/smdk6400.c           |    2 +- 
 drivers/mtd/nand/s3c64xx.c                  |    2 +- 
 drivers/serial/s3c64xx.c                    |    4 +- 
 drivers/usb/host/ohci-hcd.c                 |    2 +- 
 drivers/usb/host/s3c64xx-hcd.c              |    2 +- 
 include/common.h                            |    2 +- 
 15 files changed, 916 insertions(+), 916 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-s3c64xx/s3c6400.h
 create mode 100644 arch/arm/include/asm/arch-s3c64xx/s3c64xx.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-s3c64xx-upgrade-s3c6400-to-s3c64xx.patch
Type: text/x-patch
Size: 80853 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110304/3c78b0c3/attachment.bin 


More information about the U-Boot mailing list