From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Thu, 13 Sep 2012 13:38:33 +0200 Subject: [U-Boot] =?utf-8?q?=5BPULL=5D_Please_pull_u-boot-avr32/master?= Message-ID: <1347536314-7089-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom Rini, these two patches should go into this release. The 'Fix strict-aliasing' is a very old patch which was a long time untested. The new board was posted way before merge window close but required a patch that came through u-boot-arm, therefore it is so late. The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at: git://git.denx.de/u-boot-avr32.git master for you to fetch changes up to a420dfe2b017db321ad9b4058d38e216b756465f: avr32: add atngw100mkii board (2012-09-13 13:33:11 +0200) ---------------------------------------------------------------- Andreas Bie?mann (1): avr32: add atngw100mkii board Simon Glass (1): Fix strict-aliasing warning in dlmalloc MAINTAINERS | 1 + board/atmel/atngw100mkii/Makefile | 40 ++++++ board/atmel/atngw100mkii/atngw100mkii.c | 156 +++++++++++++++++++++++ boards.cfg | 1 + common/dlmalloc.c | 10 +- include/configs/atngw100mkii.h | 209 +++++++++++++++++++++++++++++++ 6 files changed, 412 insertions(+), 5 deletions(-) create mode 100644 board/atmel/atngw100mkii/Makefile create mode 100644 board/atmel/atngw100mkii/atngw100mkii.c create mode 100644 include/configs/atngw100mkii.h Best regards Andreas Bie?mann