* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL @ 2011-07-06 15:35 Dirk Behme 2011-08-03 14:43 ` Albert ARIBAUD 2011-08-03 19:13 ` Wolfgang Denk 0 siblings, 2 replies; 13+ messages in thread From: Dirk Behme @ 2011-07-06 15:35 UTC (permalink / raw) To: u-boot From: Dirk Behme <dirk.behme@googlemail.com> Add all missing boards with CPU==armv7 from boards.cfg to MAKEALL. Signed-off-by: Dirk Behme <dirk.behme@googlemail.com> --- 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 \ " ######################################################################### ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-07-06 15:35 [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL Dirk Behme @ 2011-08-03 14:43 ` Albert ARIBAUD 2011-08-03 14:49 ` Albert ARIBAUD ` (2 more replies) 2011-08-03 19:13 ` Wolfgang Denk 1 sibling, 3 replies; 13+ messages in thread From: Albert ARIBAUD @ 2011-08-03 14:43 UTC (permalink / raw) To: u-boot Hi Dirk, On 06/07/2011 17:35, Dirk Behme wrote: > From: Dirk Behme<dirk.behme@googlemail.com> > > Add all missing boards with CPU==armv7 from boards.cfg > to MAKEALL. > > Signed-off-by: Dirk Behme<dirk.behme@googlemail.com> > > --- > 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 and smdkv310 fail building with errors, and u8500 has warnings. 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, -- Albert. ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 14:43 ` Albert ARIBAUD @ 2011-08-03 14:49 ` Albert ARIBAUD 2011-08-03 14:53 ` Albert ARIBAUD 2011-08-03 14:56 ` Dirk Behme 2011-08-03 19:12 ` Wolfgang Denk 2 siblings, 1 reply; 13+ messages in thread From: Albert ARIBAUD @ 2011-08-03 14:49 UTC (permalink / raw) To: u-boot On 03/08/2011 16:43, Albert ARIBAUD wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: >> From: Dirk Behme<dirk.behme@googlemail.com> >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. >> >> Signed-off-by: Dirk Behme<dirk.behme@googlemail.com> >> >> --- >> 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 and smdkv310 fail building with errors, and > u8500 has warnings. > > 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). After Reinhard's remark on boards.cfg vs MAKEALL, I may have accepted the patch a bit hastily. All of these boards are already in boards.cfg, and need not be in makeall IIUC. Thus, I am rolling back master one notch and will mark the patch as Supersedes (could not find a better match for "not needed any more") Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 14:49 ` Albert ARIBAUD @ 2011-08-03 14:53 ` Albert ARIBAUD 2011-08-03 15:49 ` Reinhard Meyer 2011-08-03 19:15 ` Wolfgang Denk 0 siblings, 2 replies; 13+ messages in thread From: Albert ARIBAUD @ 2011-08-03 14:53 UTC (permalink / raw) To: u-boot On 03/08/2011 16:49, Albert ARIBAUD wrote: > On 03/08/2011 16:43, Albert ARIBAUD wrote: >> Hi Dirk, >> >> On 06/07/2011 17:35, Dirk Behme wrote: >>> From: Dirk Behme<dirk.behme@googlemail.com> >>> >>> Add all missing boards with CPU==armv7 from boards.cfg >>> to MAKEALL. >>> >>> Signed-off-by: Dirk Behme<dirk.behme@googlemail.com> >>> >>> --- >>> 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 and smdkv310 fail building with errors, and >> u8500 has warnings. >> >> 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). > > After Reinhard's remark on boards.cfg vs MAKEALL, I may have accepted > the patch a bit hastily. All of these boards are already in boards.cfg, > and need not be in makeall IIUC. > > Thus, I am rolling back master one notch and will mark the patch as > Supersedes (could not find a better match for "not needed any more") ... or not: here, adding this patch should have resulted in 12 more boards built and 12 more boards failing to build, but actuelly 9 succeed. Reinhard, are you sure that boards that are in boards.cfg *and* in MAKEALL will fail to build? This is not consistent with what I see here with this patch. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 14:53 ` Albert ARIBAUD @ 2011-08-03 15:49 ` Reinhard Meyer 2011-08-03 19:15 ` Wolfgang Denk 1 sibling, 0 replies; 13+ messages in thread From: Reinhard Meyer @ 2011-08-03 15:49 UTC (permalink / raw) To: u-boot Dear Albert, > > After Reinhard's remark on boards.cfg vs MAKEALL, I may have accepted > > the patch a bit hastily. All of these boards are already in boards.cfg, > > and need not be in makeall IIUC. > > > > Thus, I am rolling back master one notch and will mark the patch as > > Supersedes (could not find a better match for "not needed any more") > > ... or not: here, adding this patch should have resulted in 12 more > boards built and 12 more boards failing to build, but actuelly 9 succeed. > > Reinhard, are you sure that boards that are in boards.cfg *and* in > MAKEALL will fail to build? This is not consistent with what I see here > with this patch. When at91sam9261 was still in MAKEALL, it did build clean (no errors or warnings), but the report at the end of a MAKEALL run had it in the list of boards with problems. After removing it from MAKEALL the effect was gone. I also noticed that it was not build twice, as one might expect. Maybe the effect was only there with an explicit "MAKEALL at91", I don't know - and its not worth to experiment there :) On any account, however, boards in boards.cfg are automatically included in a MAKEALL run. Best Regards, Reinhard ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 14:53 ` Albert ARIBAUD 2011-08-03 15:49 ` Reinhard Meyer @ 2011-08-03 19:15 ` Wolfgang Denk 2011-08-03 19:21 ` Albert ARIBAUD 1 sibling, 1 reply; 13+ messages in thread From: Wolfgang Denk @ 2011-08-03 19:15 UTC (permalink / raw) To: u-boot Dear Albert ARIBAUD, In message <4E3960EA.9050406@aribaud.net> you wrote: > > Reinhard, are you sure that boards that are in boards.cfg *and* in > MAKEALL will fail to build? This is not consistent with what I see here > with this patch. They will be built twice - and both builds will either succeed or fail, in teh very same way. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de If the odds are a million to one against something occuring, chances are 50-50 it will. ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 19:15 ` Wolfgang Denk @ 2011-08-03 19:21 ` Albert ARIBAUD 0 siblings, 0 replies; 13+ messages in thread From: Albert ARIBAUD @ 2011-08-03 19:21 UTC (permalink / raw) To: u-boot Le 03/08/2011 21:15, Wolfgang Denk a ?crit : > Dear Albert ARIBAUD, > > In message<4E3960EA.9050406@aribaud.net> you wrote: >> >> Reinhard, are you sure that boards that are in boards.cfg *and* in >> MAKEALL will fail to build? This is not consistent with what I see here >> with this patch. > > They will be built twice - and both builds will either succeed or > fail, in teh very same way. Ok, so I'll rewind this commit. > Best regards, > > Wolfgang Denk > Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 14:43 ` Albert ARIBAUD 2011-08-03 14:49 ` Albert ARIBAUD @ 2011-08-03 14:56 ` Dirk Behme 2011-08-03 19:12 ` Wolfgang Denk 2 siblings, 0 replies; 13+ messages in thread From: Dirk Behme @ 2011-08-03 14:56 UTC (permalink / raw) To: u-boot On 03.08.2011 16:43, Albert ARIBAUD wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: >> From: Dirk Behme<dirk.behme@googlemail.com> >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. >> >> Signed-off-by: Dirk Behme<dirk.behme@googlemail.com> >> >> --- >> 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, ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 14:43 ` Albert ARIBAUD 2011-08-03 14:49 ` Albert ARIBAUD 2011-08-03 14:56 ` Dirk Behme @ 2011-08-03 19:12 ` Wolfgang Denk 2011-08-04 8:43 ` Albert ARIBAUD 2 siblings, 1 reply; 13+ messages in thread From: Wolfgang Denk @ 2011-08-03 19:12 UTC (permalink / raw) To: u-boot Dear Albert ARIBAUD, In message <4E395E7A.3020402@aribaud.net> you wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: > > From: Dirk Behme<dirk.behme@googlemail.com> > > > > Add all missing boards with CPU==armv7 from boards.cfg > > to MAKEALL. ... > Applied to u-boot-arm/master, thanks. Oh no, please not! We do not add any boards to MAKEALL any more. boards.cfg is the only and ultimate place to add a board. MAKEALL automatically pickt it up there. If you also add it to MAKEAL, you will build it TWICE. Please undo. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Blast medicine anyway! We've learned to tie into every organ in the human body but one. The brain! The brain is what life is all about. -- McCoy, "The Menagerie", stardate 3012.4 ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 19:12 ` Wolfgang Denk @ 2011-08-04 8:43 ` Albert ARIBAUD 0 siblings, 0 replies; 13+ messages in thread From: Albert ARIBAUD @ 2011-08-04 8:43 UTC (permalink / raw) To: u-boot Hi Wolfgang, On 03/08/2011 21:12, Wolfgang Denk wrote: > Dear Albert ARIBAUD, > > In message<4E395E7A.3020402@aribaud.net> you wrote: >> Hi Dirk, >> >> On 06/07/2011 17:35, Dirk Behme wrote: >>> From: Dirk Behme<dirk.behme@googlemail.com> >>> >>> Add all missing boards with CPU==armv7 from boards.cfg >>> to MAKEALL. > ... >> Applied to u-boot-arm/master, thanks. > > Oh no, please not! > > We do not add any boards to MAKEALL any more. boards.cfg is the only > and ultimate place to add a board. MAKEALL automatically pickt it up > there. Already rolled back and marked rejected, as per the rest of the thread. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-07-06 15:35 [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL Dirk Behme 2011-08-03 14:43 ` Albert ARIBAUD @ 2011-08-03 19:13 ` Wolfgang Denk 2011-08-04 15:35 ` Dirk Behme 1 sibling, 1 reply; 13+ messages in thread From: Wolfgang Denk @ 2011-08-03 19:13 UTC (permalink / raw) To: u-boot Dear Dirk Behme, In message <1309966526-4401-1-git-send-email-dirk.behme@gmail.com> you wrote: > > Add all missing boards with CPU==armv7 from boards.cfg > to MAKEALL. NAK. We don't add boards to MAKEALL any more. An entry in boards.cfg is all we need. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de The faster I go, the behinder I get. -- Lewis Carroll ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-03 19:13 ` Wolfgang Denk @ 2011-08-04 15:35 ` Dirk Behme 2011-08-04 19:39 ` Wolfgang Denk 0 siblings, 1 reply; 13+ messages in thread From: Dirk Behme @ 2011-08-04 15:35 UTC (permalink / raw) To: u-boot On 03.08.2011 21:13, Wolfgang Denk wrote: > Dear Dirk Behme, > > In message<1309966526-4401-1-git-send-email-dirk.behme@gmail.com> you wrote: >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. > > NAK. > > We don't add boards to MAKEALL any more. An entry in boards.cfg is > all we need. Ok, sorry for not being up to date. Do you want to say that I should use './MAKEALL -c armv7' [1] instead of './MAKEALL ARMV7' [2] ? Or even better, use a patch like [3]? If this is ok, I'd send it as an official patch. Best regards Dirk [1] ./MAKEALL -c armv7 Configuring for ca9x4_ct_vxp board... text data bss dec hex filename 169762 3068 223264 396094 60b3e ./u-boot Configuring for efikamx - Board: efikamx, Options: IMX_CONFIG=board/efikamx/imximage.cfg lowlevel_init.S:24:34: error: asm/arch/asm-offsets.h: No such file or directory text data bss dec hex filename 182253 4088 206520 392861 5fe9d ./u-boot Configuring for mx51evk - Board: mx51evk, Options: IMX_CONFIG=board/freescale/mx51evk/imximage.cfg text data bss dec hex filename 194514 4104 218464 417082 65d3a ./u-boot Configuring for mx53ard - Board: mx53ard, Options: IMX_CONFIG=board/freescale/mx53ard/imximage_dd3.cfg text data bss dec hex filename 194919 4328 218400 417647 65f6f ./u-boot Configuring for mx53evk - Board: mx53evk, Options: IMX_CONFIG=board/freescale/mx53evk/imximage.cfg text data bss dec hex filename 196093 4392 218400 418885 66445 ./u-boot Configuring for mx53loco - Board: mx53loco, Options: IMX_CONFIG=board/freescale/mx53loco/imximage.cfg text data bss dec hex filename 189438 4048 218376 411862 648d6 ./u-boot Configuring for mx53smd - Board: mx53smd, Options: IMX_CONFIG=board/freescale/mx53smd/imximage.cfg text data bss dec hex filename 194141 4356 218400 416897 65c81 ./u-boot Configuring for vision2 - Board: vision2, Options: IMX_CONFIG=board/ttcontrol/vision2/imximage_hynix.cfg text data bss dec hex filename 200934 4440 223480 428854 68b36 ./u-boot Configuring for cm_t35 board... text data bss dec hex filename 277227 8192 221052 506471 7ba67 ./u-boot Configuring for omap3_overo board... text data bss dec hex filename 248634 7592 212184 468410 725ba ./u-boot Configuring for omap3_pandora board... text data bss dec hex filename 357050 7992 206640 571682 8b922 ./u-boot Configuring for igep0020 board... text data bss dec hex filename 251650 6816 216080 474546 73db2 ./u-boot Configuring for igep0030 board... text data bss dec hex filename 226957 6636 203940 437533 6ad1d ./u-boot Configuring for am3517_crane board... text data bss dec hex filename 218896 7348 246508 472752 736b0 ./u-boot Configuring for am3517_evm board... text data bss dec hex filename 219027 7348 246512 472887 73737 ./u-boot Configuring for dig297 board... text data bss dec hex filename 326803 7492 214272 548567 85ed7 ./u-boot Configuring for omap3_zoom1 board... text data bss dec hex filename 235839 7748 202812 446399 6cfbf ./u-boot Configuring for omap3_zoom2 board... text data bss dec hex filename 204323 7264 201588 413175 64df7 ./u-boot Configuring for omap3_beagle board... text data bss dec hex filename 288822 8064 249712 546598 85726 ./u-boot Configuring for omap3_evm board... text data bss dec hex filename 244556 7532 257888 509976 7c818 ./u-boot Configuring for omap3_sdp3430 board... text data bss dec hex filename 219964 4384 216012 440360 6b828 ./u-boot Configuring for devkit8000 board... text data bss dec hex filename 258383 7596 215680 481659 7597b ./u-boot Configuring for omap4_panda board... text data bss dec hex filename 179504 4364 202820 386688 5e680 ./u-boot Configuring for omap4_sdp4430 board... text data bss dec hex filename 181069 4452 202820 388341 5ecf5 ./u-boot Configuring for s5p_goni board... text data bss dec hex filename 164935 5024 10200 180159 2bfbf ./u-boot Configuring for smdkc100 board... text data bss dec hex filename 184444 5768 217708 407920 63970 ./u-boot Configuring for s5pc210_universal board... text data bss dec hex filename 171684 5592 206824 384100 5dc64 ./u-boot Configuring for smdkv310 board... tools/mkv310_image.c: In function ???main???: tools/mkv310_image.c:67: error: ???S_IRUSR??? undeclared (first use in this function) tools/mkv310_image.c:67: error: (Each undeclared identifier is reported only once tools/mkv310_image.c:67: error: for each function it appears in.) tools/mkv310_image.c:67: error: ???S_IWUSR??? undeclared (first use in this function) tools/mkv310_image.c:67: error: ???S_IRGRP??? undeclared (first use in this function) tools/mkv310_image.c:67: error: ???S_IWGRP??? undeclared (first use in this function) tools/mkv310_image.c:67: error: ???S_IROTH??? undeclared (first use in this function) tools/mkv310_image.c:67: error: ???S_IWOTH??? undeclared (first use in this function) make[1]: *** [tools/mkv310_mmc_spl_exec] Error 1 make: *** [mmc_spl] Error 2 make: *** Waiting for unfinished jobs.... size: './u-boot': No such file Configuring for harmony board... text data bss dec hex filename 160688 3608 216880 381176 5d0f8 ./u-boot Configuring for seaboard board... text data bss dec hex filename 160754 3608 216884 381246 5d13e ./u-boot Configuring for u8500_href board... u8500_href.c: In function 'hrefplus_mmc_power_init': u8500_href.c:258: warning: implicit declaration of function 'prcmu_i2c_read' u8500_href.c:265: warning: implicit declaration of function 'prcmu_i2c_write' text data bss dec hex filename 140134 4248 221492 365874 59532 ./u-boot --------------------- SUMMARY ---------------------------- Boards compiled: 31 Boards with warnings or errors: 3 ( efikamx smdkv310 u8500_href ) ---------------------------------------------------------- [2] ./MAKEALL ARMV7 Configuring for am3517_crane board... text data bss dec hex filename 218896 7348 246508 472752 736b0 ./u-boot Configuring for am3517_evm board... text data bss dec hex filename 219027 7348 246512 472887 73737 ./u-boot Configuring for ca9x4_ct_vxp board... text data bss dec hex filename 169762 3068 223264 396094 60b3e ./u-boot Configuring for devkit8000 board... text data bss dec hex filename 258383 7596 215680 481659 7597b ./u-boot Configuring for dig297 board... text data bss dec hex filename 326803 7492 214272 548567 85ed7 ./u-boot Configuring for igep0020 board... text data bss dec hex filename 251650 6816 216080 474546 73db2 ./u-boot Configuring for igep0030 board... text data bss dec hex filename 226957 6636 203940 437533 6ad1d ./u-boot Configuring for mx51evk - Board: mx51evk, Options: IMX_CONFIG=board/freescale/mx51evk/imximage.cfg text data bss dec hex filename 194514 4104 218464 417082 65d3a ./u-boot Configuring for omap3_beagle board... text data bss dec hex filename 288822 8064 249712 546598 85726 ./u-boot Configuring for omap3_overo board... text data bss dec hex filename 248634 7592 212184 468410 725ba ./u-boot Configuring for omap3_evm board... text data bss dec hex filename 244556 7532 257888 509976 7c818 ./u-boot Configuring for omap3_pandora board... text data bss dec hex filename 357050 7992 206640 571682 8b922 ./u-boot Configuring for omap3_sdp3430 board... text data bss dec hex filename 219964 4384 216012 440360 6b828 ./u-boot Configuring for omap3_zoom1 board... text data bss dec hex filename 235839 7748 202812 446399 6cfbf ./u-boot Configuring for omap3_zoom2 board... text data bss dec hex filename 204323 7264 201588 413175 64df7 ./u-boot Configuring for omap4_panda board... text data bss dec hex filename 179504 4364 202820 386688 5e680 ./u-boot Configuring for omap4_sdp4430 board... text data bss dec hex filename 181069 4452 202820 388341 5ecf5 ./u-boot Configuring for s5p_goni board... text data bss dec hex filename 164935 5024 10200 180159 2bfbf ./u-boot Configuring for smdkc100 board... text data bss dec hex filename 184444 5768 217708 407920 63970 ./u-boot --------------------- SUMMARY ---------------------------- Boards compiled: 19 ---------------------------------------------------------- [3] Note: ARM10 systems don't seem to exist any more... --- MAKEALL | 134 ++++------------------------------------------------------------ 1 file changed, 9 insertions(+), 125 deletions(-) Index: u-boot.git/MAKEALL =================================================================== --- u-boot.git.orig/MAKEALL +++ u-boot.git/MAKEALL @@ -300,144 +300,28 @@ LIST_SA="$(boards_by_cpu sa1100)" ## ARM7 Systems ######################################################################### -LIST_ARM7=" \ - ap7 \ - ap720t \ - armadillo \ - B2 \ - ep7312 \ - evb4510 \ - impa7 \ - integratorap \ - lpc2292sodimm \ - modnet50 \ - SMN42 \ -" +LIST_ARM7="$(boards_by_cpu arm720t)" ######################################################################### ## ARM9 Systems ######################################################################### -LIST_ARM9=" \ - a320evb \ - ap920t \ - ap922_XA10 \ - ap926ejs \ - ap946es \ - ap966 \ - aspenite \ - cp920t \ - cp922_XA10 \ - cp926ejs \ - cp946es \ - cp966 \ - da830evm \ - da850evm \ - edb9301 \ - edb9302 \ - edb9302a \ - edb9307 \ - edb9307a \ - edb9312 \ - edb9315 \ - edb9315a \ - edminiv2 \ - guruplug \ - imx27lite \ - jadecpu \ - km_kirkwood \ - lpd7a400 \ - magnesium \ - mv88f6281gtw_ge \ - mx1ads \ - mx1fs2 \ - netstar \ - nhk8815 \ - nhk8815_onenand \ - omap1510inn \ - omap1610h2 \ - omap1610inn \ - omap5912osk \ - omap730p2 \ - openrd_base \ - openrd_client \ - openrd_ultimate \ - portl2 \ - rd6281a \ - sbc2410x \ - scb9328 \ - sheevaplug \ - smdk2400 \ - smdk2410 \ - spear300 \ - spear310 \ - spear320 \ - spear600 \ - VCMA9 \ - versatile \ - versatileab \ - versatilepb \ - voiceblue \ - davinci_dvevm \ - davinci_schmoogie \ - davinci_sffsdr \ - davinci_sonata \ - davinci_dm355evm \ - davinci_dm355leopard \ - davinci_dm365evm \ - davinci_dm6467evm \ -" - -######################################################################### -## ARM10 Systems -######################################################################### -LIST_ARM10=" \ - integratorcp \ - cp1026 \ -" +LIST_ARM9="$(boards_by_cpu arm920t) + $(boards_by_cpu arm925t) + $(boards_by_cpu arm926ejs)" ######################################################################### ## ARM11 Systems ######################################################################### -LIST_ARM11=" \ - cp1136 \ - omap2420h4 \ - apollon \ - imx31_litekit \ - imx31_phycore \ - imx31_phycore_eet \ - mx31ads \ - mx31pdk \ - mx31pdk_nand \ - qong \ - smdk6400 \ - tnetv107x_evm \ -" + +LIST_ARM11="$(boards_by_cpu arm1136) + $(boards_by_cpu arm1176)" ######################################################################### ## ARMV7 Systems ######################################################################### -LIST_ARMV7=" \ - am3517_crane \ - am3517_evm \ - ca9x4_ct_vxp \ - devkit8000 \ - dig297 \ - igep0020 \ - igep0030 \ - mx51evk \ - omap3_beagle \ - omap3_overo \ - omap3_evm \ - omap3_pandora \ - omap3_sdp3430 \ - omap3_zoom1 \ - omap3_zoom2 \ - omap4_panda \ - omap4_sdp4430 \ - s5p_goni \ - smdkc100 \ -" + +LIST_ARMV7="$(boards_by_cpu armv7)" ######################################################################### ## AT91 Systems ^ permalink raw reply [flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL 2011-08-04 15:35 ` Dirk Behme @ 2011-08-04 19:39 ` Wolfgang Denk 0 siblings, 0 replies; 13+ messages in thread From: Wolfgang Denk @ 2011-08-04 19:39 UTC (permalink / raw) To: u-boot Dear Dirk Behme, In message <4E3ABC2C.3030209@googlemail.com> you wrote: > > Do you want to say that I should use './MAKEALL -c armv7' [1] instead > of './MAKEALL ARMV7' [2] ? You should be able to do both, with the same results. > Or even better, use a patch like [3]? If this is ok, I'd send it as an > official patch. Yes, something like this is what is needed - when a board is moved from the topl evel Makefile to boards.cfg, it should be removed from MAKEALL as well, and a $(boards_by_soc ...) entry should take care to pick up these boards from boards.cfg. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Suffocating together ... would create heroic camaraderie. -- Khan Noonian Singh, "Space Seed", stardate 3142.8 ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2011-08-04 19:39 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-07-06 15:35 [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL Dirk Behme 2011-08-03 14:43 ` Albert ARIBAUD 2011-08-03 14:49 ` Albert ARIBAUD 2011-08-03 14:53 ` Albert ARIBAUD 2011-08-03 15:49 ` Reinhard Meyer 2011-08-03 19:15 ` Wolfgang Denk 2011-08-03 19:21 ` Albert ARIBAUD 2011-08-03 14:56 ` Dirk Behme 2011-08-03 19:12 ` Wolfgang Denk 2011-08-04 8:43 ` Albert ARIBAUD 2011-08-03 19:13 ` Wolfgang Denk 2011-08-04 15:35 ` Dirk Behme 2011-08-04 19:39 ` Wolfgang Denk
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.