[U-Boot-Users] [GIT PULL] AVR32 update
Haavard Skinnemoen
hskinnemoen at atmel.com
Mon Dec 17 11:18:20 CET 2007
Hi Wolfgang,
The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
Wolfgang Denk (1):
Release v1.3.1
are available in the git repository at:
git://www.denx.de/git/u-boot-avr32.git master
This adds support for two new daughterboards for the ATSTK1000:
ATSTK1003 and ATSTK1004. No ATNGW100 support yet, unfortunately, but
the major blocker for ATNGW100 support, the cfi_flash driver, has been
resolved so I'll submit the ATNGW100 addition for review shortly after
the cfi_flash changes have been merged.
Haavard Skinnemoen (10):
atmel_mci: Show SR when block read fails
AVR32: Rename at32ap7000 -> at32ap700x
AVR32: Make some AT32AP700x peripherals optional
AVR32: Add support for the ATSTK1003 board
AVR32: Add support for the ATSTK1004 board
Add ATSTK100[234] to MAINTAINERS
README: Remove ATSTK1000 daughterboard list
AVR32: Fix wrong pin setup for USART3
AVR32: Enable interrupts at bootup
AVR32: Fix logic inversion in disable_interrupts()
MAINTAINERS | 5 +-
MAKEALL | 2 +
Makefile | 8 +-
README | 4 +-
cpu/at32ap/{at32ap7000 => at32ap700x}/Makefile | 0
cpu/at32ap/{at32ap7000 => at32ap700x}/gpio.c | 9 +-
cpu/at32ap/atmel_mci.c | 13 +-
include/asm-avr32/arch-at32ap700x/chip-features.h | 34 ++++
.../{arch-at32ap7000 => arch-at32ap700x}/clk.h | 8 +
.../{arch-at32ap7000 => arch-at32ap700x}/gpio.h | 8 +
.../hmatrix2.h | 0
.../memory-map.h | 0
.../{arch-at32ap7000 => arch-at32ap700x}/mmc.h | 0
include/configs/atstk1003.h | 184 +++++++++++++++++++
include/configs/atstk1004.h | 185 ++++++++++++++++++++
lib_avr32/board.c | 2 +
lib_avr32/interrupts.c | 2 +-
17 files changed, 451 insertions(+), 13 deletions(-)
rename cpu/at32ap/{at32ap7000 => at32ap700x}/Makefile (100%)
rename cpu/at32ap/{at32ap7000 => at32ap700x}/gpio.c (95%)
create mode 100644 include/asm-avr32/arch-at32ap700x/chip-features.h
rename include/asm-avr32/{arch-at32ap7000 => arch-at32ap700x}/clk.h (92%)
rename include/asm-avr32/{arch-at32ap7000 => arch-at32ap700x}/gpio.h (98%)
rename include/asm-avr32/{arch-at32ap7000 => arch-at32ap700x}/hmatrix2.h (100%)
rename include/asm-avr32/{arch-at32ap7000 => arch-at32ap700x}/memory-map.h (100%)
rename include/asm-avr32/{arch-at32ap7000 => arch-at32ap700x}/mmc.h (100%)
create mode 100644 include/configs/atstk1003.h
create mode 100644 include/configs/atstk1004.h
More information about the U-Boot
mailing list