All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL request] u-boot-atmel/master
@ 2011-06-30  9:06 Reinhard Meyer
  2011-06-30 10:55 ` Albert ARIBAUD
  0 siblings, 1 reply; 10+ messages in thread
From: Reinhard Meyer @ 2011-06-30  9:06 UTC (permalink / raw)
  To: u-boot

Dear Albert,

The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
  Matthias Weisser (1):
        arm: Update jadecpu board

are available in the git repository at:

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

Andreas Bie??mann (1):
      atstk100x: switch to common cfi driver

andreas.devel at googlemail.com (8):
      at91rm9200.h: fix ATMEL_PMX_AA_TXD2
      arm920t/at91: add clock.c
      arm920t/at91: use new clock.c features
      arm920t/at91: add at91rm9200_devices.c
      at91rm9200ek: use atmel_usart
      eb_cpux9k2: use atmel_usart
      cpuat91: use atmel_usart
      driver/serial: delete at91rm9200_usart

esw at bus-elektronik.de (1):
      Fix compiler error for cpu at91sam9, if lowlevel init is enabled

 arch/arm/cpu/arm920t/at91/Makefile               |    3 +
 arch/arm/cpu/arm920t/at91/at91rm9200_devices.c   |   85 ++++++++
 arch/arm/cpu/arm920t/at91/clock.c                |  160 +++++++++++++++
 arch/arm/cpu/arm920t/at91/cpu.c                  |   43 ++++
 arch/arm/cpu/arm926ejs/at91/clock.c              |   35 +----
 arch/arm/include/asm/arch-at91/at91rm9200.h      |   12 +-
 arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |    2 +-
 arch/arm/include/asm/arch-at91/clk.h             |   42 ++++-
 board/BuS/eb_cpux9k2/cpux9k2.c                   |    7 +
 board/atmel/at91rm9200ek/at91rm9200ek.c          |    7 +
 board/atmel/atstk1000/Makefile                   |    1 -
 board/atmel/atstk1000/flash.c                    |  232 ----------------------
 board/eukrea/cpuat91/cpuat91.c                   |    8 +
 drivers/serial/Makefile                          |    1 -
 drivers/serial/at91rm9200_usart.c                |  126 ------------
 include/configs/at91rm9200ek.h                   |   10 +-
 include/configs/atstk1002.h                      |    9 +-
 include/configs/atstk1003.h                      |    9 +-
 include/configs/atstk1004.h                      |    9 +-
 include/configs/atstk1006.h                      |    9 +-
 include/configs/cpuat91.h                        |   12 +-
 include/configs/eb_cpux9k2.h                     |   10 +-
 22 files changed, 389 insertions(+), 443 deletions(-)
 create mode 100644 arch/arm/cpu/arm920t/at91/at91rm9200_devices.c
 create mode 100644 arch/arm/cpu/arm920t/at91/clock.c
 create mode 100644 arch/arm/cpu/arm920t/at91/cpu.c
 delete mode 100644 board/atmel/atstk1000/flash.c
 delete mode 100644 drivers/serial/at91rm9200_usart.c

Best Regards,
Reinhard

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

* [U-Boot] [PULL request] u-boot-atmel/master
  2011-06-30  9:06 [U-Boot] [PULL request] u-boot-atmel/master Reinhard Meyer
@ 2011-06-30 10:55 ` Albert ARIBAUD
  0 siblings, 0 replies; 10+ messages in thread
From: Albert ARIBAUD @ 2011-06-30 10:55 UTC (permalink / raw)
  To: u-boot

Hi Reinhard,

Le 30/06/2011 11:06, Reinhard Meyer a ?crit :
> Dear Albert,
>
> The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
>    Matthias Weisser (1):
>          arm: Update jadecpu board
>
> are available in the git repository at:
>
>    git://git.denx.de/u-boot-atmel.git master
>
> Andreas Bie??mann (1):
>        atstk100x: switch to common cfi driver
>
> andreas.devel at googlemail.com (8):
>        at91rm9200.h: fix ATMEL_PMX_AA_TXD2
>        arm920t/at91: add clock.c
>        arm920t/at91: use new clock.c features
>        arm920t/at91: add at91rm9200_devices.c
>        at91rm9200ek: use atmel_usart
>        eb_cpux9k2: use atmel_usart
>        cpuat91: use atmel_usart
>        driver/serial: delete at91rm9200_usart
>
> esw at bus-elektronik.de (1):
>        Fix compiler error for cpu at91sam9, if lowlevel init is enabled
>
>   arch/arm/cpu/arm920t/at91/Makefile               |    3 +
>   arch/arm/cpu/arm920t/at91/at91rm9200_devices.c   |   85 ++++++++
>   arch/arm/cpu/arm920t/at91/clock.c                |  160 +++++++++++++++
>   arch/arm/cpu/arm920t/at91/cpu.c                  |   43 ++++
>   arch/arm/cpu/arm926ejs/at91/clock.c              |   35 +----
>   arch/arm/include/asm/arch-at91/at91rm9200.h      |   12 +-
>   arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |    2 +-
>   arch/arm/include/asm/arch-at91/clk.h             |   42 ++++-
>   board/BuS/eb_cpux9k2/cpux9k2.c                   |    7 +
>   board/atmel/at91rm9200ek/at91rm9200ek.c          |    7 +
>   board/atmel/atstk1000/Makefile                   |    1 -
>   board/atmel/atstk1000/flash.c                    |  232 ----------------------
>   board/eukrea/cpuat91/cpuat91.c                   |    8 +
>   drivers/serial/Makefile                          |    1 -
>   drivers/serial/at91rm9200_usart.c                |  126 ------------
>   include/configs/at91rm9200ek.h                   |   10 +-
>   include/configs/atstk1002.h                      |    9 +-
>   include/configs/atstk1003.h                      |    9 +-
>   include/configs/atstk1004.h                      |    9 +-
>   include/configs/atstk1006.h                      |    9 +-
>   include/configs/cpuat91.h                        |   12 +-
>   include/configs/eb_cpux9k2.h                     |   10 +-
>   22 files changed, 389 insertions(+), 443 deletions(-)
>   create mode 100644 arch/arm/cpu/arm920t/at91/at91rm9200_devices.c
>   create mode 100644 arch/arm/cpu/arm920t/at91/clock.c
>   create mode 100644 arch/arm/cpu/arm920t/at91/cpu.c
>   delete mode 100644 board/atmel/atstk1000/flash.c
>   delete mode 100644 drivers/serial/at91rm9200_usart.c

Applied to u-boot-arm/master, thanks.

> Best Regards,
> Reinhard

Amicalement,
-- 
Albert.

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
  2011-08-05  0:37 Reinhard Meyer
@ 2011-08-05  6:40 ` Albert ARIBAUD
  0 siblings, 0 replies; 10+ messages in thread
From: Albert ARIBAUD @ 2011-08-05  6:40 UTC (permalink / raw)
  To: u-boot

Hi Reinhard,

Le 05/08/2011 02:37, Reinhard Meyer a ?crit :
> Dear Albert,
>
> more boards are fixed. I doubt I will get fixes for at91cap9adk.
>
> MAKEALL at91:
>
> --------------------- SUMMARY ----------------------------
> Boards compiled: 55
> Boards with warnings or errors: 1 ( at91cap9adk )
> ----------------------------------------------------------
>
>
> Best Regards,
> Reinhard
>
> ---
>
>
> The following changes since commit 7a619ab30a0db64c22fb053702c41a94f05cf648:
>
>    arm: auto gen asm-offsets.h for mb86r0x (2011-08-04 13:56:55 +0200)
>
> are available in the git repository at:
>    git://git.denx.de/u-boot-atmel.git master
>
> Asen Dimov (3):
>        pm9261: compiles with the AT91 reworked scheme
>        make pm9263 buildable for v2011.06 release
>        make pm9g45 buildable for v2011.06 release
>
> Matthias Fuchs (1):
>        at91: reworked support for meesc board
>
> Reinhard Meyer (1):
>        AT91: fix at91sam9g45.h to include USB Host defines
>
> Thomas Petazzoni (4):
>        sbc35_a9g20: update board to the new AT91 organization
>        tny_a9260/tny_a9g20: update board to the new AT91 organization
>        atmel: update at91sam9m10g45 SoC support to new style
>        atmel: Update support of board AT91SAM9M10G45-EK to new style
>
>   MAKEALL                                            |    8 +-
>   Makefile                                           |   46 -----
>   .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c    |  114 ++++++------
>   arch/arm/include/asm/arch-at91/at91sam9g45.h       |   16 ++-
>   .../arm/include/asm/arch-at91/at91sam9g45_matrix.h |  194 +++++++------------
>   board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |  115 ++++++-----
>   board/atmel/at91sam9m10g45ek/led.c                 |    6 +-
>   board/calao/sbc35_a9g20/sbc35_a9g20.c              |   88 +++++----
>   board/calao/tny_a9260/tny_a9260.c                  |   55 +++---
>   board/esd/meesc/config.mk                          |    1 -
>   board/esd/meesc/meesc.c                            |   49 +++---
>   board/ronetix/pm9261/led.c                         |    9 +-
>   board/ronetix/pm9261/pm9261.c                      |   38 ++--
>   board/ronetix/pm9263/led.c                         |    9 +-
>   board/ronetix/pm9263/pm9263.c                      |   42 ++--
>   board/ronetix/pm9g45/pm9g45.c                      |   32 ++--
>   boards.cfg                                         |   12 +-
>   include/configs/at91sam9m10g45ek.h                 |  193 +++++++++----------
>   include/configs/meesc.h                            |  202 ++++++++++++--------
>   include/configs/pm9261.h                           |   18 +-
>   include/configs/pm9263.h                           |   17 +-
>   include/configs/pm9g45.h                           |   16 +-
>   include/configs/sbc35_a9g20.h                      |   87 ++++-----
>   include/configs/tny_a9260.h                        |   85 ++++----
>   24 files changed, 694 insertions(+), 758 deletions(-)
>   delete mode 100644 board/esd/meesc/config.mk

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
@ 2011-08-05  0:37 Reinhard Meyer
  2011-08-05  6:40 ` Albert ARIBAUD
  0 siblings, 1 reply; 10+ messages in thread
From: Reinhard Meyer @ 2011-08-05  0:37 UTC (permalink / raw)
  To: u-boot

Dear Albert,

more boards are fixed. I doubt I will get fixes for at91cap9adk.

MAKEALL at91:

--------------------- SUMMARY ----------------------------
Boards compiled: 55
Boards with warnings or errors: 1 ( at91cap9adk )
----------------------------------------------------------


Best Regards,
Reinhard

---


The following changes since commit 7a619ab30a0db64c22fb053702c41a94f05cf648:

  arm: auto gen asm-offsets.h for mb86r0x (2011-08-04 13:56:55 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-atmel.git master

Asen Dimov (3):
      pm9261: compiles with the AT91 reworked scheme
      make pm9263 buildable for v2011.06 release
      make pm9g45 buildable for v2011.06 release

Matthias Fuchs (1):
      at91: reworked support for meesc board

Reinhard Meyer (1):
      AT91: fix at91sam9g45.h to include USB Host defines

Thomas Petazzoni (4):
      sbc35_a9g20: update board to the new AT91 organization
      tny_a9260/tny_a9g20: update board to the new AT91 organization
      atmel: update at91sam9m10g45 SoC support to new style
      atmel: Update support of board AT91SAM9M10G45-EK to new style

 MAKEALL                                            |    8 +-
 Makefile                                           |   46 -----
 .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c    |  114 ++++++------
 arch/arm/include/asm/arch-at91/at91sam9g45.h       |   16 ++-
 .../arm/include/asm/arch-at91/at91sam9g45_matrix.h |  194 +++++++------------
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |  115 ++++++-----
 board/atmel/at91sam9m10g45ek/led.c                 |    6 +-
 board/calao/sbc35_a9g20/sbc35_a9g20.c              |   88 +++++----
 board/calao/tny_a9260/tny_a9260.c                  |   55 +++---
 board/esd/meesc/config.mk                          |    1 -
 board/esd/meesc/meesc.c                            |   49 +++---
 board/ronetix/pm9261/led.c                         |    9 +-
 board/ronetix/pm9261/pm9261.c                      |   38 ++--
 board/ronetix/pm9263/led.c                         |    9 +-
 board/ronetix/pm9263/pm9263.c                      |   42 ++--
 board/ronetix/pm9g45/pm9g45.c                      |   32 ++--
 boards.cfg                                         |   12 +-
 include/configs/at91sam9m10g45ek.h                 |  193 +++++++++----------
 include/configs/meesc.h                            |  202 ++++++++++++--------
 include/configs/pm9261.h                           |   18 +-
 include/configs/pm9263.h                           |   17 +-
 include/configs/pm9g45.h                           |   16 +-
 include/configs/sbc35_a9g20.h                      |   87 ++++-----
 include/configs/tny_a9260.h                        |   85 ++++----
 24 files changed, 694 insertions(+), 758 deletions(-)
 delete mode 100644 board/esd/meesc/config.mk

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
  2011-08-03 13:35   ` Reinhard Meyer
@ 2011-08-03 14:45     ` Albert ARIBAUD
  0 siblings, 0 replies; 10+ messages in thread
From: Albert ARIBAUD @ 2011-08-03 14:45 UTC (permalink / raw)
  To: u-boot

Hi Reinhard,

On 03/08/2011 15:35, Reinhard Meyer wrote:
> Dear Albert,
>
>> Overall ARM builds (./MAKEALL arm) went from 199 boards
>> built, 119 with warnings or errors before applying, to 201 boards,
>  > 97 with warnings or errors once applied.
>
> When boards were defined in the MAKEALL apparently only one variant
> was built and counted, whereas in boards.cfg every variant is built.
>
> Amongst that 199 some Atmel boards had been in MAKEALL *and* boards.cfg
> Removing those duplicates but getting more variants tested leads to
> that increase of 2.
>
> On a side note one should make sure that boards are not left in
> MAKEALL when they are moved from Makefile to boards.cfg. Otherwise
> one gets them counted as broken although there is no error or
> warning message seen.

You do well to point this out -- I've just applied a patch that adds 
boards to MAKEALL, but haven't throughly checked boards.cfg, and some 
boards are there as well.

> Best Regards,
> Reinhard
>
>


Amicalement,
-- 
Albert.

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
  2011-08-03 13:15 ` Albert ARIBAUD
@ 2011-08-03 13:35   ` Reinhard Meyer
  2011-08-03 14:45     ` Albert ARIBAUD
  0 siblings, 1 reply; 10+ messages in thread
From: Reinhard Meyer @ 2011-08-03 13:35 UTC (permalink / raw)
  To: u-boot

Dear Albert,

> Overall ARM builds (./MAKEALL arm) went from 199 boards
> built, 119 with warnings or errors before applying, to 201 boards,
 > 97 with warnings or errors once applied.

When boards were defined in the MAKEALL apparently only one variant
was built and counted, whereas in boards.cfg every variant is built.

Amongst that 199 some Atmel boards had been in MAKEALL *and* boards.cfg
Removing those duplicates but getting more variants tested leads to
that increase of 2.

On a side note one should make sure that boards are not left in
MAKEALL when they are moved from Makefile to boards.cfg. Otherwise
one gets them counted as broken although there is no error or
warning message seen.

Best Regards,
Reinhard

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
  2011-08-03 10:45 [U-Boot] [PULL REQUEST] u-boot-atmel/master Reinhard Meyer
  2011-08-03 10:53 ` Reinhard Meyer
@ 2011-08-03 13:15 ` Albert ARIBAUD
  2011-08-03 13:35   ` Reinhard Meyer
  1 sibling, 1 reply; 10+ messages in thread
From: Albert ARIBAUD @ 2011-08-03 13:15 UTC (permalink / raw)
  To: u-boot

Hi Reinhard,

On 03/08/2011 12:45, Reinhard Meyer wrote:
> 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

Applied to u-boot-arm/master, thanks!

Overall ARM builds (./MAKEALL arm) went from 199 boards built, 119 with 
warnings or errors before applying, to 201 boards, 97 with warnings or 
errors once applied.

Amicalement,
-- 
Albert.

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
  2011-08-03 10:53 ` Reinhard Meyer
@ 2011-08-03 11:05   ` Albert ARIBAUD
  0 siblings, 0 replies; 10+ messages in thread
From: Albert ARIBAUD @ 2011-08-03 11:05 UTC (permalink / raw)
  To: u-boot

Hi Reinhard,

On 03/08/2011 12:53, Reinhard Meyer wrote:
> 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
>
> [snip]
>
>>   rename {arch/arm/cpu/arm920t/at91rm9200 =>  board/in-circuit/grasshopper}/Makefile (73%)
>
> An interesting bug in "git request-pull". If you look at the commits,
> clearly one Makefile is _deleted_, and later the other is _created_...

Renames/moves are not tracked as such, they are more detectd by git, 
based on create+delete+similarity. Since the makefiles are quite 
similar, git thinks this is a rename/move. Not a bug, a feature. :)

> Amusement,

:)

> Reinhard

I've pulled the changes in and am running a MAKEALL to make sure things 
are correct before I update u-boot-arm, at which point I'll do a first 
pull req for ARM so that we get this mainlined in rc1 -- board removal 
and other patches will be in a subsequent pull req.

Amicalement,
-- 
Albert.

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
  2011-08-03 10:45 [U-Boot] [PULL REQUEST] u-boot-atmel/master Reinhard Meyer
@ 2011-08-03 10:53 ` Reinhard Meyer
  2011-08-03 11:05   ` Albert ARIBAUD
  2011-08-03 13:15 ` Albert ARIBAUD
  1 sibling, 1 reply; 10+ messages in thread
From: Reinhard Meyer @ 2011-08-03 10:53 UTC (permalink / raw)
  To: u-boot

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

[snip]

>  rename {arch/arm/cpu/arm920t/at91rm9200 => board/in-circuit/grasshopper}/Makefile (73%)

An interesting bug in "git request-pull". If you look at the commits,
clearly one Makefile is _deleted_, and later the other is _created_...

Amusement,
Reinhard

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

* [U-Boot] [PULL REQUEST] u-boot-atmel/master
@ 2011-08-03 10:45 Reinhard Meyer
  2011-08-03 10:53 ` Reinhard Meyer
  2011-08-03 13:15 ` Albert ARIBAUD
  0 siblings, 2 replies; 10+ messages in thread
From: Reinhard Meyer @ 2011-08-03 10:45 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2011-08-05  6:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-30  9:06 [U-Boot] [PULL request] u-boot-atmel/master Reinhard Meyer
2011-06-30 10:55 ` Albert ARIBAUD
2011-08-03 10:45 [U-Boot] [PULL REQUEST] u-boot-atmel/master Reinhard Meyer
2011-08-03 10:53 ` 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
2011-08-05  0:37 Reinhard Meyer
2011-08-05  6:40 ` Albert ARIBAUD

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.