From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Fri, 18 Jan 2008 09:58:52 +0100 Subject: [U-Boot-Users] [GIT PULL] AVR32 update Message-ID: <20080118095852.4b945a45@siona> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master are available in the git repository at: git://www.denx.de/git/u-boot-avr32.git master Yeah, I know it's one day too late, but since I haven't seen any announcement that the merge window has closed yet (nor any -rc announcement), I decided to make a run for it. Please feel free to reject it if you've already closed the merged window (without telling anyone ;) and I'll send you a new request with only the bug fix. Haavard Skinnemoen (2): AVR32: Initialize ipaddr, loadaddr and bootfile at startup AVR32: ATNGW100 board support MAINTAINERS | 1 + 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, 433 insertions(+), 0 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