From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 14 Feb 2011 08:10:10 +0100 Subject: [U-Boot] [PATCH V4] Add support for Bluewater Systems Snapper9260/9G20 modules In-Reply-To: <4D584123.9080501@bluewatersys.com> References: <4D584123.9080501@bluewatersys.com> Message-ID: <4D58D552.9050107@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 13/02/2011 21:37, Ryan Mallon a ?crit : > Add support for Bluewater Systems AT91 based Snapper 9260 and 9G20 > single board computer modules. Includes NAND flash and Ethernet > support. > > Signed-off-by: Ryan Mallon > --- > Build and run tested with new changes. > > Changes for v4: > - Rebased on atmel/rework110202 branch > - Changed text base to 0x20000000 due to new relocation rules. > > Changes for v3: > - Replaced SZ_ macros with shifts > - Remove defined values from CONFIG_ defines > - Moved boards.cfg entry to correct place > - Added MAINTAINERS entry > > Changes for v2: > - Updated for recent at91 changes > - Use CONFIG_AT91FAMILY in soft_i2c driver > - Fixed missing snapper9260.h config file > - Add config to boards.cfg not Makefile > - Removed config.mk (now in snapper9260.h) > --- > > diff --git a/MAINTAINERS b/MAINTAINERS Uhm... Is it me or should there be a summing-up of files modified before this? It would help knowing at once which files are touched and hence, if/which Custodians are to be involved. > diff --git a/board/bluewater/snapper9260/Makefile b/board/bluewater/snapper9260/Makefile > diff --git a/board/bluewater/snapper9260/snapper9260.c b/board/bluewater/snapper9260/snapper9260.c > diff --git a/boards.cfg b/boards.cfg > diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h Amicalement, -- Albert.