[U-Boot] Please pull u-boot-samsung/master

Minkyu Kang mk7.kang at samsung.com
Fri Nov 20 11:45:13 CET 2009


Dear Tom,

The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
  Wolfgang Denk (1):
        Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

  git://git.denx.de/u-boot-samsung master

Minkyu Kang (2):
      s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
      s5pc1xx: serial: fix the error check logic

Seunghyeon Rhee (1):
      S3C6400/SMDK6400: fix stack_setup in start.S

kevin.morfitt at fearnside-systems.co.uk (3):
      Move s3c24x0 header files to asm-arm/arch-s3c24x0/
      Clean-up of s3c24x0 header files
      Add a unified s3c24x0 header file

 board/mpl/vcma9/vcma9.c                      |    2 +-
 board/mpl/vcma9/vcma9.h                      |   16 +-
 board/samsung/smdk2400/smdk2400.c            |    2 +-
 board/samsung/smdk2410/smdk2410.c            |    2 +-
 board/samsung/smdk6400/lowlevel_init.S       |    2 +-
 board/samsung/smdk6400/smdk6400.c            |    2 +-
 board/sbc2410x/sbc2410x.c                    |    2 +-
 board/trab/cmd_trab.c                        |    2 +-
 board/trab/rs485.c                           |    2 +-
 board/trab/rs485.h                           |    2 +-
 board/trab/trab.c                            |    2 +-
 board/trab/trab_fkt.c                        |    2 +-
 board/trab/tsc2000.c                         |    2 +-
 board/trab/vfd.c                             |    2 +-
 cpu/arm1176/cpu.c                            |    2 +-
 cpu/arm1176/s3c64xx/cpu_init.S               |    2 +-
 cpu/arm1176/s3c64xx/reset.S                  |    2 +-
 cpu/arm1176/s3c64xx/speed.c                  |    2 +-
 cpu/arm1176/s3c64xx/timer.c                  |    2 +-
 cpu/arm1176/start.S                          |    9 +-
 cpu/arm920t/s3c24x0/interrupts.c             |    6 +-
 cpu/arm920t/s3c24x0/speed.c                  |   13 +-
 cpu/arm920t/s3c24x0/timer.c                  |   15 +-
 cpu/arm920t/s3c24x0/usb.c                    |   17 +-
 cpu/arm920t/s3c24x0/usb_ohci.c               |   11 +-
 cpu/arm920t/start.S                          |    4 +-
 drivers/i2c/s3c24x0_i2c.c                    |    6 +-
 drivers/mtd/nand/s3c2410_nand.c              |    2 +-
 drivers/mtd/nand/s3c64xx.c                   |    2 +-
 drivers/net/smc911x.c                        |    6 +
 drivers/rtc/s3c24x0_rtc.c                    |    6 +-
 drivers/serial/s3c64xx.c                     |    2 +-
 drivers/serial/serial_s3c24x0.c              |    6 +-
 drivers/serial/serial_s5pc1xx.c              |   24 +-
 drivers/usb/host/ohci-hcd.c                  |    3 +-
 drivers/usb/host/s3c64xx-hcd.c               |    2 +-
 include/{ => asm-arm/arch-s3c24x0}/s3c2400.h |   18 +-
 include/{ => asm-arm/arch-s3c24x0}/s3c2410.h |   19 +-
 include/asm-arm/arch-s3c24x0/s3c24x0.h       |  652 +++++++++++++++++++++++++
 include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h   |   27 +
 include/{ => asm-arm/arch-s3c64xx}/s3c6400.h |    0 
 include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h |    0 
 include/common.h                             |    5 +-
 include/configs/VCMA9.h                      |    7 +-
 include/configs/sbc2410x.h                   |    7 +-
 include/configs/smdk2400.h                   |    7 +-
 include/configs/smdk2410.h                   |    7 +-
 include/configs/smdk6400.h                   |    2 -
 include/configs/trab.h                       |    9 +-
 include/s3c24x0.h                            |  656 --------------------------
 50 files changed, 816 insertions(+), 786 deletions(-)
 rename include/{ => asm-arm/arch-s3c24x0}/s3c2400.h (98%)
 rename include/{ => asm-arm/arch-s3c24x0}/s3c2410.h (98%)
 create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0.h
 create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h
 rename include/{ => asm-arm/arch-s3c64xx}/s3c6400.h (100%)
 rename include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h (100%)
 delete mode 100644 include/s3c24x0.h


More information about the U-Boot mailing list