public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91
@ 2010-10-19 14:29 Reinhard Meyer
  2010-10-19 18:42 ` Reinhard Meyer
  2010-10-19 20:11 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Reinhard Meyer @ 2010-10-19 14:29 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60:
  Joakim Tjernlund (1):
        dlmalloc.c: Fix gcc alias warning

are available in the git repository at:

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

Andreas Bie?mann (3):
      at91rm9200ek: convert to at91
      at91rm9200: enable USB support
      at91rm9200ek: enbable USB support

Reinhard Meyer (1):
      AT91 clock/timer: move static data to global_data struct

 MAINTAINERS                               |    4 +
 arch/arm/cpu/arm926ejs/at91/clock.c       |   55 +++---
 arch/arm/cpu/arm926ejs/at91/timer.c       |   85 +++++-----
 arch/arm/include/asm/arch-at91/hardware.h |    1 +
 arch/arm/include/asm/global_data.h        |   14 ++
 board/atmel/at91rm9200ek/Makefile         |    5 -
 board/atmel/at91rm9200ek/at91rm9200ek.c   |   60 ++-----
 board/atmel/at91rm9200ek/config.mk        |    3 +-
 board/atmel/at91rm9200ek/led.c            |   58 +++---
 board/atmel/at91rm9200ek/misc.c           |   50 -----
 board/atmel/at91rm9200ek/mux.c            |   38 ----
 board/atmel/at91rm9200ek/partition.c      |   38 ----
 boards.cfg                                |    2 +-
 include/configs/at91rm9200ek.h            |  286 +++++++++--------------------
 14 files changed, 221 insertions(+), 478 deletions(-)
 delete mode 100644 board/atmel/at91rm9200ek/misc.c
 delete mode 100644 board/atmel/at91rm9200ek/mux.c
 delete mode 100644 board/atmel/at91rm9200ek/partition.c

Best Regards,
Reinhard

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

* [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91
  2010-10-19 14:29 [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91 Reinhard Meyer
@ 2010-10-19 18:42 ` Reinhard Meyer
  2010-10-19 18:51   ` Wolfgang Denk
  2010-10-20  6:54   ` Andreas Bießmann
  2010-10-19 20:11 ` Wolfgang Denk
  1 sibling, 2 replies; 5+ messages in thread
From: Reinhard Meyer @ 2010-10-19 18:42 UTC (permalink / raw)
  To: u-boot

Hello,

I just noticed that:

>   board/atmel/at91rm9200ek/config.mk        |    3 +-

This file should/could be removed by moving the text base define to
the board config file.

Simplest way is that you send an incremental patch and I squash it in before
Wolfgang pulls. Or, if its OK for Wolfgang to fix this later, stuff can be
pulled now anyway.

Best Regards,
Reinhard

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

* [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91
  2010-10-19 18:42 ` Reinhard Meyer
@ 2010-10-19 18:51   ` Wolfgang Denk
  2010-10-20  6:54   ` Andreas Bießmann
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-10-19 18:51 UTC (permalink / raw)
  To: u-boot

Dear Reinhard Meyer,

In message <4CBDE68E.2000605@emk-elektronik.de> you wrote:
> 
> This file should/could be removed by moving the text base define to
> the board config file.
> 
> Simplest way is that you send an incremental patch and I squash it in before
> Wolfgang pulls. Or, if its OK for Wolfgang to fix this later, stuff can be
> pulled now anyway.

Feel free to try to fix it before I pull - but you don't have much
time, as I'm starting my night shift now :-)

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
######## This message was made from 100% recycled electrons. ########

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

* [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91
  2010-10-19 14:29 [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91 Reinhard Meyer
  2010-10-19 18:42 ` Reinhard Meyer
@ 2010-10-19 20:11 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-10-19 20:11 UTC (permalink / raw)
  To: u-boot

Dear Reinhard Meyer,

In message <4CBDAB40.3040109@emk-elektronik.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60:
>   Joakim Tjernlund (1):
>         dlmalloc.c: Fix gcc alias warning
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git at91
> 
> Andreas Bie?mann (3):
>       at91rm9200ek: convert to at91
>       at91rm9200: enable USB support
>       at91rm9200ek: enbable USB support
> 
> Reinhard Meyer (1):
>       AT91 clock/timer: move static data to global_data struct
> 
>  MAINTAINERS                               |    4 +
>  arch/arm/cpu/arm926ejs/at91/clock.c       |   55 +++---
>  arch/arm/cpu/arm926ejs/at91/timer.c       |   85 +++++-----
>  arch/arm/include/asm/arch-at91/hardware.h |    1 +
>  arch/arm/include/asm/global_data.h        |   14 ++
>  board/atmel/at91rm9200ek/Makefile         |    5 -
>  board/atmel/at91rm9200ek/at91rm9200ek.c   |   60 ++-----
>  board/atmel/at91rm9200ek/config.mk        |    3 +-
>  board/atmel/at91rm9200ek/led.c            |   58 +++---
>  board/atmel/at91rm9200ek/misc.c           |   50 -----
>  board/atmel/at91rm9200ek/mux.c            |   38 ----
>  board/atmel/at91rm9200ek/partition.c      |   38 ----
>  boards.cfg                                |    2 +-
>  include/configs/at91rm9200ek.h            |  286 +++++++++--------------------
>  14 files changed, 221 insertions(+), 478 deletions(-)
>  delete mode 100644 board/atmel/at91rm9200ek/misc.c
>  delete mode 100644 board/atmel/at91rm9200ek/mux.c
>  delete mode 100644 board/atmel/at91rm9200ek/partition.c

Applied to u-boot-arm, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Nobody will ever need more than 640k RAM!"       -- Bill Gates, 1981
"Windows 95 needs at least 8 MB RAM."             -- Bill Gates, 1996
"Nobody will ever need Windows 95."             -- logical conclusion

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

* [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91
  2010-10-19 18:42 ` Reinhard Meyer
  2010-10-19 18:51   ` Wolfgang Denk
@ 2010-10-20  6:54   ` Andreas Bießmann
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Bießmann @ 2010-10-20  6:54 UTC (permalink / raw)
  To: u-boot

Dear Reinhard Meyer,
Am 19.10.2010 um 20:42 schrieb Reinhard Meyer:

> Hello,
> 
> I just noticed that:
> 
>>  board/atmel/at91rm9200ek/config.mk        |    3 +-
> 
> This file should/could be removed by moving the text base define to
> the board config file.

Good Idea, I just thought about that before. I will remove this in a future patch, I plan to support different boot-strategies with different config parameters eg. at91rm9200ek_ram, at91rm9200ek_dataflash ...

> Simplest way is that you send an incremental patch and I squash it in before
> Wolfgang pulls.
If this was not changed by Wolfgang last night I will send a patch near beginning of next week.

regards

Andreas Bie?mann

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

end of thread, other threads:[~2010-10-20  6:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 14:29 [U-Boot] [GIT PULL] Pull request: u-boot-atmel at91 Reinhard Meyer
2010-10-19 18:42 ` Reinhard Meyer
2010-10-19 18:51   ` Wolfgang Denk
2010-10-20  6:54   ` Andreas Bießmann
2010-10-19 20:11 ` Wolfgang Denk

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