public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 0/4] AVR32: Add support for ATSTK1003 and ATSTK1004
@ 2007-10-30  8:59 Haavard Skinnemoen
  2007-10-30  8:59 ` [U-Boot-Users] [PATCH 1/4] AVR32: Rename at32ap7000 -> at32ap700x Haavard Skinnemoen
  0 siblings, 1 reply; 10+ messages in thread
From: Haavard Skinnemoen @ 2007-10-30  8:59 UTC (permalink / raw)
  To: u-boot

ATSTK1003 and ATSTK1004 are CPU daughterboards for the ATSTK1000,
featuring the AT32AP7001 and AT32AP7002 CPUs respectively. These CPUs
are both derivatives of the AT32AP7000, so the actual code required to
support them is minimal.

The following four patches will first refactor the AP7000 code so that
it works for all the three CPUs. Then, support for the ATSTK1003 and
ATSTK1004 board is trivially added.

I'm posting this for review so that it can be merged as soon as the
next merge window opens. Combined diffstat, summary and shortlog
below.

Haavard

 Makefile                                           |    8 +-
 cpu/at32ap/{at32ap7000 => at32ap700x}/Makefile     |    0 
 cpu/at32ap/{at32ap7000 => at32ap700x}/gpio.c       |    7 +
 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 ++++++++++++++++++++
 11 files changed, 433 insertions(+), 1 deletions(-)
 rename cpu/at32ap/{at32ap7000 => at32ap700x}/Makefile (100%)
 rename cpu/at32ap/{at32ap7000 => at32ap700x}/gpio.c (96%)
 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

Haavard Skinnemoen (4):
      AVR32: Rename at32ap7000 -> at32ap700x
      AVR32: Make some AT32AP700x peripherals optional
      AVR32: Add support for the ATSTK1003 board
      AVR32: Add support for the ATSTK1004 board

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-10-30 17:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30  8:59 [U-Boot-Users] [PATCH 0/4] AVR32: Add support for ATSTK1003 and ATSTK1004 Haavard Skinnemoen
2007-10-30  8:59 ` [U-Boot-Users] [PATCH 1/4] AVR32: Rename at32ap7000 -> at32ap700x Haavard Skinnemoen
2007-10-30  8:59   ` [U-Boot-Users] [PATCH 2/4] AVR32: Make some AT32AP700x peripherals optional Haavard Skinnemoen
2007-10-30  8:59     ` [U-Boot-Users] [PATCH 3/4] AVR32: Add support for the ATSTK1003 board Haavard Skinnemoen
2007-10-30  8:59       ` [U-Boot-Users] [PATCH 4/4] AVR32: Add support for the ATSTK1004 board Haavard Skinnemoen
2007-10-30  9:34       ` [U-Boot-Users] [PATCH 3/4] AVR32: Add support for the ATSTK1003 board Stefan Roese
2007-10-30 12:34         ` Haavard Skinnemoen
2007-10-30 12:44           ` Stefan Roese
2007-10-30 13:40             ` Haavard Skinnemoen
2007-10-30 17:22               ` Kim Phillips

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox