From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 21 Mar 2010 17:44:55 +0100 Subject: [U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board In-Reply-To: <4B6B0058.2090809@indefia.com> References: <4B2A2E3A.4070908@indefia.com> <20100117231747.765FCC88AE@gemini.denx.de> <4B5852FF.5080709@indefia.com> <20100125223107.C3B56D334C9@gemini.denx.de> <4B6B0058.2090809@indefia.com> Message-ID: <20100321164455.A1BC54C022@gemini.denx.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 Semih Hazar, In message <4B6B0058.2090809@indefia.com> you wrote: > Nimbus Cloud is an AVR32 based single board computer with > 256MiB NAND, 64MiB SDRAM, battery backed RTC, LCD/touch > screen support, VGA Output, Ethernet and offers seamless > integration with Indefia's Zigbee transceivers. > > --- > CREDITS | 4 + > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 3 + > board/indefia/nimbuscloud/Makefile | 40 +++++++ > board/indefia/nimbuscloud/config.mk | 3 + > board/indefia/nimbuscloud/nimbuscloud.c | 165 +++++++++++++++++++++++++++ > board/indefia/nimbuscloud/nimbuscloud.h | 8 ++ > board/indefia/nimbuscloud/u-boot.lds | 72 ++++++++++++ > include/configs/nimbuscloud.h | 184 +++++++++++++++++++++++++++++++ > 10 files changed, 484 insertions(+), 0 deletions(-) I am not sure how this patch addresses the previously discussed topic of cached/uncached accesses to the NOR flash. It does not mention the topic anywhere in the commit message or other comments, which I consider a serious flaw of the patch.