[U-Boot] Please pull u-boot-samsung/master
Minkyu Kang
mk7.kang at samsung.com
Fri Mar 5 11:03:42 CET 2010
Dear Tom,
The following changes since commit f687ebf82dbe44dcde5901232ade4f19ecedbf58:
Minkyu Kang (1):
Merge branch 'master' of git://git.denx.de/u-boot-arm
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Joonyoung Shim (1):
s3c64xx: Add ifdef at the S3C64XX only codes
Minkyu Kang (2):
s5pc1xx: support the GPIO interface
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Naveen Krishna CH (4):
S5PC100: Moves the Macros to a common header file
S5PC100: Memory SubSystem Header file, register description(SROMC).
S5PC100: Function to configure the SROMC registers.
SAMSUNG: SMDKC100: Adds ethernet support.
board/samsung/smdkc100/smdkc100.c | 39 ++++++++++
cpu/arm1176/cpu.c | 2 +
cpu/arm1176/start.S | 4 +
cpu/arm_cortexa8/s5pc1xx/Makefile | 2 +
cpu/arm_cortexa8/s5pc1xx/clock.c | 7 +--
cpu/arm_cortexa8/s5pc1xx/gpio.c | 143 +++++++++++++++++++++++++++++++++++
cpu/arm_cortexa8/s5pc1xx/sromc.c | 53 +++++++++++++
doc/README.s5pc1xx | 18 ++++-
include/asm-arm/arch-s5pc1xx/clk.h | 6 ++
include/asm-arm/arch-s5pc1xx/gpio.h | 29 +++++++
include/asm-arm/arch-s5pc1xx/smc.h | 53 +++++++++++++
include/configs/smdkc100.h | 12 +++-
12 files changed, 360 insertions(+), 8 deletions(-)
create mode 100644 cpu/arm_cortexa8/s5pc1xx/gpio.c
create mode 100644 cpu/arm_cortexa8/s5pc1xx/sromc.c
create mode 100644 include/asm-arm/arch-s5pc1xx/smc.h
More information about the U-Boot
mailing list