[U-Boot] Pull request: u-boot-atmel/at91
Reinhard Meyer
u-boot at emk-elektronik.de
Fri Sep 3 16:29:51 CEST 2010
The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:
Wolfgang Denk (1):
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
are available in the git repository at:
git://git.denx.de/u-boot-atmel at91
Alexander Stein (1):
at91_pit: Fix AT91_PIT_MR_PIV_MASK macro
Daniel Gorsulowski (3):
at91: Defined main clock frequency on esd at91 boards
at91: Update meesc board to new SoC access
at91: Enabeling USB host on meesc board
Eric Bénard (2):
cpuat91: convert to new at91 soc architecture
cpuat91: update defaut environement
Jens Scharsig (1):
AT91 Fix: return value of get_tbclk
Reinhard Meyer (7):
AT91: MCI: add SD/MMC driver using mmc framework
AT91: add RTT and GPBR based RTC
AT91SAM9XE: add embedded flash support
AT91: fix at91sam9260.h for AT91SAM9XE
AT91: reset.c: fix comments, add option
AT91/AVR32: atmel_spi.c: flush RDR before next SPI transaction
AT91: add option to enable pullups in at91sam9260_devices.c
Makefile | 2 +-
arch/arm/cpu/arm926ejs/at91/Makefile | 1 +
arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 56 +++-
arch/arm/cpu/arm926ejs/at91/eflash.c | 271 ++++++++++++++++
arch/arm/cpu/arm926ejs/at91/reset.c | 21 +-
arch/arm/cpu/arm926ejs/at91/timer.c | 5 +-
arch/arm/include/asm/arch-at91/at91_common.h | 1 +
arch/arm/include/asm/arch-at91/at91_dbu.h | 41 +++
arch/arm/include/asm/arch-at91/at91_eefc.h | 51 +++
arch/arm/include/asm/arch-at91/at91_gpbr.h | 45 +++
arch/arm/include/asm/arch-at91/at91_pit.h | 2 +-
arch/arm/include/asm/arch-at91/at91_rtt.h | 36 ++
arch/arm/include/asm/arch-at91/at91sam9260.h | 18 +-
arch/arm/include/asm/arch-at91/clk.h | 5 +
arch/arm/include/asm/arch-at91/hardware.h | 1 +
board/esd/meesc/meesc.c | 116 ++++----
board/eukrea/cpuat91/cpuat91.c | 53 ++--
doc/README.atmel_mci | 86 +++++
drivers/mmc/Makefile | 5 +-
drivers/mmc/atmel_mci.h | 48 +++-
drivers/mmc/gen_atmel_mci.c | 353 +++++++++++++++++++++
drivers/rtc/Makefile | 1 +
drivers/rtc/at91sam9_rtt.c | 100 ++++++
drivers/spi/atmel_spi.c | 13 +-
include/configs/cpuat91.h | 53 ++-
include/configs/meesc.h | 26 +-
include/configs/otc570.h | 1 +
include/mmc.h | 15 +-
28 files changed, 1278 insertions(+), 148 deletions(-)
create mode 100644 arch/arm/cpu/arm926ejs/at91/eflash.c
create mode 100644 arch/arm/include/asm/arch-at91/at91_dbu.h
create mode 100644 arch/arm/include/asm/arch-at91/at91_eefc.h
create mode 100644 arch/arm/include/asm/arch-at91/at91_gpbr.h
create mode 100644 arch/arm/include/asm/arch-at91/at91_rtt.h
create mode 100644 doc/README.atmel_mci
create mode 100644 drivers/mmc/gen_atmel_mci.c
create mode 100644 drivers/rtc/at91sam9_rtt.c
More information about the U-Boot
mailing list