From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Wed, 03 Aug 2011 16:56:26 +0200 Subject: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL In-Reply-To: <4E395E7A.3020402@aribaud.net> References: <1309966526-4401-1-git-send-email-dirk.behme@gmail.com> <4E395E7A.3020402@aribaud.net> Message-ID: <4E39619A.5060802@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 On 03.08.2011 16:43, Albert ARIBAUD wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: >> From: Dirk Behme >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. >> >> Signed-off-by: Dirk Behme >> >> --- >> MAKEALL | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> >> Index: u-boot.git/MAKEALL >> =================================================================== >> --- u-boot.git.orig/MAKEALL >> +++ u-boot.git/MAKEALL >> @@ -423,11 +423,18 @@ LIST_ARMV7=" \ >> am3517_crane \ >> am3517_evm \ >> ca9x4_ct_vxp \ >> + cm_t35 \ >> devkit8000 \ >> dig297 \ >> + efikamx \ >> + harmony \ >> igep0020 \ >> igep0030 \ >> mx51evk \ >> + mx53ard \ >> + mx53evk \ >> + mx53loco \ >> + mx53smd \ >> omap3_beagle \ >> omap3_overo \ >> omap3_evm \ >> @@ -437,8 +444,13 @@ LIST_ARMV7=" \ >> omap3_zoom2 \ >> omap4_panda \ >> omap4_sdp4430 \ >> + s5pc210_universal \ >> s5p_goni \ >> + seaboard \ >> smdkc100 \ >> + smdkv310 \ >> + u8500_href \ >> + vision2 \ >> " >> >> ######################################################################### >> >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot >> >> > Applied to u-boot-arm/master, thanks. > > This raises the number of boards built / built with errors or warnings > from 201 / 97 to 213 / 100 -- which means three of these new boards do > not build cleanly: cm_t53 I have to look for cm_t53. Maybe this is new? I can't remember that I saw that while testing this patch. > and smdkv310 http://lists.denx.de/pipermail/u-boot/2011-July/095959.html > fail building with errors, and > u8500 http://lists.denx.de/pipermail/u-boot/2011-July/095791.html Best regards Dirk > The boards which are still in error at the time of the release will be > removed by way of an additional patch above Wolfgang's 'card deck' of > 52 board removal patches (well actually less than 52 now since several > boards have been made to build since). > > Amicalement,