public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 0/2] AVR32 patches for next merge window
@ 2008-01-10  8:24 Haavard Skinnemoen
  2008-01-10  8:24 ` [U-Boot-Users] [PATCH 1/2] AVR32: Initialize ipaddr, loadaddr and bootfile at startup Haavard Skinnemoen
  0 siblings, 1 reply; 10+ messages in thread
From: Haavard Skinnemoen @ 2008-01-10  8:24 UTC (permalink / raw)
  To: u-boot

Hi all,

I'm planning to merge the next two patches before the merge window
closes. This includes support for the ATNGW100 board (long overdue;
it's been waiting for the CFI flash changes that were merged
recently) and a bug fix that somehow got left out in the previous
merge request.

Please review. If nothing comes up, I'll send a merge request early
next week.

Also, please let me know if I've missed any patches.

Haavard Skinnemoen (2):
      AVR32: Initialize ipaddr, loadaddr and bootfile at startup
      AVR32: ATNGW100 board support

 MAINTAINERS                     |   11 ++-
 MAKEALL                         |    1 +
 Makefile                        |    3 +
 board/atmel/atngw100/Makefile   |   40 +++++++++
 board/atmel/atngw100/atngw100.c |   73 ++++++++++++++++
 board/atmel/atngw100/config.mk  |    3 +
 board/atmel/atngw100/eth.c      |   36 ++++++++
 board/atmel/atngw100/u-boot.lds |   80 +++++++++++++++++
 include/configs/atngw100.h      |  182 +++++++++++++++++++++++++++++++++++++++
 lib_avr32/board.c               |   10 ++
 net/eth.c                       |    4 +
 11 files changed, 438 insertions(+), 5 deletions(-)
 create mode 100644 board/atmel/atngw100/Makefile
 create mode 100644 board/atmel/atngw100/atngw100.c
 create mode 100644 board/atmel/atngw100/config.mk
 create mode 100644 board/atmel/atngw100/eth.c
 create mode 100644 board/atmel/atngw100/u-boot.lds
 create mode 100644 include/configs/atngw100.h

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

end of thread, other threads:[~2008-01-11  9:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-10  8:24 [U-Boot-Users] [PATCH 0/2] AVR32 patches for next merge window Haavard Skinnemoen
2008-01-10  8:24 ` [U-Boot-Users] [PATCH 1/2] AVR32: Initialize ipaddr, loadaddr and bootfile at startup Haavard Skinnemoen
2008-01-10  8:24   ` [U-Boot-Users] [PATCH 2/2] AVR32: ATNGW100 board support Haavard Skinnemoen
2008-01-10  8:33     ` Haavard Skinnemoen
2008-01-10 16:53     ` Ben Warren
2008-01-10 17:05       ` Stefan Roese
2008-01-10 17:36         ` Ben Warren
2008-01-10 17:28       ` Haavard Skinnemoen
2008-01-10 22:41     ` Wolfgang Denk
2008-01-11  9:15       ` Haavard Skinnemoen

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