All of lore.kernel.org
 help / color / mirror / Atom feed
From: Reinhard Meyer <u-boot@emk-elektronik.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL REQUEST] u-boot-atmel/master
Date: Wed,  3 Aug 2011 10:45:13 +0000	[thread overview]
Message-ID: <1312368313-32160-1-git-send-email-u-boot@emk-elektronik.de> (raw)

Dear Albert,

those "bug fix" patches bring the number of "broken" at91 boards down to 10.
I hope this can be brought down even more before -rc1, but what has been done so
far should be mainlined as soon as possible:)

The Patch "avr32: add grasshopper (ICnova AP7000) board" was submitted before the
merge window was closed, so it can go in as well.

Best Regards,
Reinhard

The following changes since commit 49df40a25f44b261183a790a8e4ccfef8c6c66e5:

  Merge git://git.denx.de/u-boot-arm into master-arm (2011-08-03 08:03:52 +0000)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

Andreas Bie?mann (8):
      ARM: remove obsolete at91rm9200
      MAKEALL: remove obsolete at91rm9200 soc
      a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning
      README.at91-soc: remove AT91(RM9200) joining notice
      net/eth.c: drop obsolete at91rm9200 support
      README: fix arm920t/at91 path
      a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART
      avr32: add grasshopper (ICnova AP7000) board

Asen Dimov (1):
      AT91: change common at91sam9261 files to compile with new scheme

Reinhard Meyer (3):
      AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init)
      MAKEALL: remove AT91 boards that are in boards.cfg
      AT91/SPI: fix atmel_dataflash_spi.c to allow building without warnings

Xu, Hong (6):
      AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master
      AT91: Makes AT91SAM9RL-EK build correctly against u-boot-atmel/master
      AT91: SoC fix at91sam9261_matrix.h
      AT91: Board fix for AT91SAM9261-EK
      AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master
      AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/master

 MAINTAINERS                                        |    1 +
 MAKEALL                                            |    7 -
 Makefile                                           |   54 --
 README                                             |    2 +-
 arch/arm/cpu/arm920t/at91/reset.c                  |    4 -
 arch/arm/cpu/arm920t/at91rm9200/bcm5221.c          |  232 ------
 arch/arm/cpu/arm920t/at91rm9200/dm9161.c           |  225 ------
 arch/arm/cpu/arm920t/at91rm9200/ether.c            |  316 --------
 arch/arm/cpu/arm920t/at91rm9200/i2c.c              |  192 -----
 arch/arm/cpu/arm920t/at91rm9200/ks8721.c           |  249 ------
 arch/arm/cpu/arm920t/at91rm9200/lowlevel_init.S    |  169 ----
 arch/arm/cpu/arm920t/at91rm9200/lxt972.c           |  192 -----
 arch/arm/cpu/arm920t/at91rm9200/reset.c            |   71 --
 arch/arm/cpu/arm920t/at91rm9200/spi.c              |  152 ----
 arch/arm/cpu/arm920t/at91rm9200/timer.c            |  142 ----
 arch/arm/cpu/arm920t/at91rm9200/usb.c              |   53 --
 arch/arm/cpu/arm920t/cpu.c                         |    4 -
 arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c  |    2 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c  |   76 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c  |   38 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c   |   74 +-
 arch/arm/cpu/arm926ejs/at91/lowlevel_init.S        |    2 +-
 arch/arm/include/asm/arch-at91/at91_spi.h          |    2 +-
 arch/arm/include/asm/arch-at91/at91sam9261.h       |    3 +-
 .../arm/include/asm/arch-at91/at91sam9261_matrix.h |   77 +-
 arch/arm/include/asm/arch-at91/at91sam9263.h       |   13 +
 .../arm/include/asm/arch-at91/at91sam9263_matrix.h |  146 +---
 arch/arm/include/asm/arch-at91/at91sam9rl.h        |  185 +++---
 arch/arm/include/asm/arch-at91/at91sam9rl_matrix.h |  121 +--
 arch/arm/include/asm/arch-at91rm9200/AT91RM9200.h  |  812 --------------------
 arch/arm/include/asm/arch-at91rm9200/hardware.h    |   75 --
 board/atmel/at91sam9261ek/at91sam9261ek.c          |  136 ++--
 board/atmel/at91sam9261ek/config.mk                |    1 -
 board/atmel/at91sam9261ek/led.c                    |    7 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c          |   56 +-
 board/atmel/at91sam9263ek/config.mk                |    1 -
 board/atmel/at91sam9263ek/led.c                    |   23 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c            |   73 ++-
 board/atmel/at91sam9rlek/config.mk                 |    1 -
 board/atmel/at91sam9rlek/led.c                     |    6 +-
 .../in-circuit/grasshopper}/Makefile               |   29 +-
 board/in-circuit/grasshopper/grasshopper.c         |  112 +++
 boards.cfg                                         |   14 +
 doc/README.at91-soc                                |   22 -
 drivers/spi/atmel_dataflash_spi.c                  |   16 +-
 include/configs/at91sam9261ek.h                    |  133 ++--
 include/configs/at91sam9263ek.h                    |   83 ++-
 include/configs/at91sam9rlek.h                     |   85 ++-
 include/configs/grasshopper.h                      |  198 +++++
 net/eth.c                                          |    4 -
 50 files changed, 1015 insertions(+), 3676 deletions(-)
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/bcm5221.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/dm9161.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/ether.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/i2c.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/ks8721.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/lowlevel_init.S
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/lxt972.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/reset.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/spi.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/timer.c
 delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/usb.c
 delete mode 100644 arch/arm/include/asm/arch-at91rm9200/AT91RM9200.h
 delete mode 100644 arch/arm/include/asm/arch-at91rm9200/hardware.h
 delete mode 100644 board/atmel/at91sam9261ek/config.mk
 delete mode 100644 board/atmel/at91sam9263ek/config.mk
 delete mode 100644 board/atmel/at91sam9rlek/config.mk
 rename {arch/arm/cpu/arm920t/at91rm9200 => board/in-circuit/grasshopper}/Makefile (73%)
 create mode 100644 board/in-circuit/grasshopper/grasshopper.c
 create mode 100644 include/configs/grasshopper.h

             reply	other threads:[~2011-08-03 10:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-03 10:45 Reinhard Meyer [this message]
2011-08-03 10:53 ` [U-Boot] [PULL REQUEST] u-boot-atmel/master Reinhard Meyer
2011-08-03 11:05   ` Albert ARIBAUD
2011-08-03 13:15 ` Albert ARIBAUD
2011-08-03 13:35   ` Reinhard Meyer
2011-08-03 14:45     ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2011-08-05  0:37 Reinhard Meyer
2011-08-05  6:40 ` Albert ARIBAUD
2011-06-30  9:06 [U-Boot] [PULL request] u-boot-atmel/master Reinhard Meyer
2011-06-30 10:55 ` Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312368313-32160-1-git-send-email-u-boot@emk-elektronik.de \
    --to=u-boot@emk-elektronik.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.