[U-Boot] ARM Pull Request
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sat Aug 8 12:24:47 CEST 2009
HI,
The following changes since commit cb32ed1fc298875845f166d326a3f2704a0d5364:
Wolfgang Denk (1):
Merge branch 'next' of git://git.denx.de/u-boot-coldfire
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Albin Tonnerre (2):
Add driver for the ST M95xxx SPI EEPROM
Support for the Calao TNY-A9260/TNY-A9G20 boards
Alessandro Rubini (1):
kirkwood/gpio.h: remove duplicate definition
Ilya Yanok (1):
mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
Jean-Christophe PLAGNIOL-VILLARD (1):
ARM: Don't include libgcc anymore
Prafulla Wadaskar (1):
arm: Sheevaplug: Fixed NAND specific warning
MAINTAINERS | 4 +
MAKEALL | 1 +
Makefile | 19 ++
board/calao/tny_a9260/Makefile | 55 ++++
board/calao/tny_a9260/config.mk | 1 +
board/calao/tny_a9260/spi.c | 50 +++
board/calao/tny_a9260/tny_a9260.c | 110 +++++++
board/trab/u-boot.lds | 2 +-
cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +-
cpu/arm926ejs/mx27/generic.c | 16 +
drivers/mmc/Makefile | 1 +
drivers/mmc/mxcmmc.c | 523 ++++++++++++++++++++++++++++++
drivers/mtd/spi/Makefile | 1 +
drivers/mtd/spi/eeprom_m95xxx.c | 117 +++++++
include/asm-arm/arch-kirkwood/gpio.h | 2 -
include/asm-arm/arch-mx27/mxcmmc.h | 25 ++
include/asm-arm/assembler.h | 112 +++++++
include/asm-arm/linkage.h | 11 +
include/configs/sheevaplug.h | 1 +
include/configs/tny_a9260.h | 164 ++++++++++
include/linux/linkage.h | 95 ++++++
lib_arm/Makefile | 19 +-
lib_arm/_divsi3.S | 140 --------
lib_arm/_modsi3.S | 99 ------
lib_arm/_udivsi3.S | 77 -----
lib_arm/_umodsi3.S | 88 -----
lib_arm/{_ashldi3.S => ashldi3.S} | 9 +-
lib_arm/{_ashrdi3.S => ashrdi3.S} | 9 +-
lib_arm/config.mk | 2 +
lib_arm/lib1funcs.S | 344 ++++++++++++++++++++
lib_arm/{_ashrdi3.S => lshrdi3.S} | 13 +-
31 files changed, 1685 insertions(+), 427 deletions(-)
create mode 100644 board/calao/tny_a9260/Makefile
create mode 100644 board/calao/tny_a9260/config.mk
create mode 100644 board/calao/tny_a9260/spi.c
create mode 100644 board/calao/tny_a9260/tny_a9260.c
create mode 100644 drivers/mmc/mxcmmc.c
create mode 100644 drivers/mtd/spi/eeprom_m95xxx.c
create mode 100644 include/asm-arm/arch-mx27/mxcmmc.h
create mode 100644 include/asm-arm/assembler.h
create mode 100644 include/asm-arm/linkage.h
create mode 100644 include/configs/tny_a9260.h
create mode 100644 include/linux/linkage.h
delete mode 100644 lib_arm/_divsi3.S
delete mode 100644 lib_arm/_modsi3.S
delete mode 100644 lib_arm/_udivsi3.S
delete mode 100644 lib_arm/_umodsi3.S
rename lib_arm/{_ashldi3.S => ashldi3.S} (93%)
copy lib_arm/{_ashrdi3.S => ashrdi3.S} (93%)
create mode 100644 lib_arm/lib1funcs.S
rename lib_arm/{_ashrdi3.S => lshrdi3.S} (90%)
More information about the U-Boot
mailing list