From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 30 Mar 2012 09:08:11 +0200 Subject: [U-Boot] [ARM] Status for 2012.03 In-Reply-To: <4F72208E.8070207@aribaud.net> References: <4F72208E.8070207@aribaud.net> Message-ID: <4F755BDB.8000105@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 27/03/2012 22:18, Albert ARIBAUD a ?crit : > Hi all, > > I have been away from the list quite a few days, and will have a very > tricky time catching up, so with my apologies, I ask people who need me > to apply patches or pull requests for the upcoming release to please > send me a private e-mail and point me to the list message that I should > be acting upon. FWIW, ./MAKEALL arm on current u-boot-arm/master with CS toolchain 2010q1 builds 277 boards, of which none has errors and 167 have warnings. The total count of warnings is 248, distributed as: 4 post.c:503: warning: #warning "Not implemented yet" 79 mmc.c:132: warning: no return statement in function returning non-void 165 ohci-hcd.c:{1307,1310,1313}: warning: dereferencing pointer 'pretmp.NNN' does break strict-aliasing rules (the last one is actually 3 * 51 warnings) The first one is obvious and should be dealt with, but I consider it not to be a blocker, for only 4 boards. The second one seems straightforward to fix today, if not already submitted. The third one may be an issue, but it could also be a zealous warning from the specific CS toolchain version I am using. Anyway, it does not seem ARM related as such. Therefore I will issue the ARM pull request right away. Amicalement, -- Albert.