From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Mon, 11 Apr 2011 15:12:37 +0200 Subject: [U-Boot] [PATCH v3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules In-Reply-To: <1296613080-24426-1-git-send-email-ryan@bluewatersys.com> References: <1296613080-24426-1-git-send-email-ryan@bluewatersys.com> Message-ID: <4DA2FE45.4080701@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Ryan Mallon, > 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 > --- > Patches apply against the rework101229 branch of > git://git.denx.de/u-boot-atmel.git. > > Builds and runs. Tested Ethernet and NAND booting. WARNING: Use #include instead of #154: FILE: board/bluewater/snapper9260/snapper9260.c:25: +#include [ignored] ERROR: trailing whitespace #201: FILE: board/bluewater/snapper9260/snapper9260.c:72: +^Iwritel(AT91_RSTC_KEY | AT91_RSTC_MR_ERSTL(13) | $ [fixed manually] ERROR: trailing whitespace #320: FILE: include/configs/snapper9260.h:3: + * $ [fixed manually] WARNING: please, no space before tabs #356: FILE: include/configs/snapper9260.h:39: +#define CONFIG_SYS_HZ ^I^I^I1000$ [fixed manually] ERROR: space required after that close brace '}' #418: FILE: include/configs/snapper9260.h:101: +#define CONFIG_SYS_I2C_PCA953X_WIDTH {{0x28, 16}} [fixed manually] ERROR: trailing whitespace #440: FILE: include/configs/snapper9260.h:123: +#define I2C_SOFT_DECLARATIONS $ [fixed manually] ERROR: space prohibited after that open parenthesis '(' #485: FILE: include/configs/snapper9260.h:168: +#define CONFIG_SYS_MALLOC_LEN ( 1 << 20) [fixed manually] total: 5 errors, 2 warnings, 432 lines checked Applied to u-boot-atmel/next after fixing style problems. Thanks, Reinhard