From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Gautam Date: Thu, 18 Apr 2013 16:38:08 +0530 Subject: [U-Boot] [PATCH v3 0/8] usb: ss: Some fixes and cleanup for USB super-speed support In-Reply-To: References: <1365764680-10917-1-git-send-email-gautam.vivek@samsung.com> <201304142013.37415.marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de HI Marek, On Thu, Apr 18, 2013 at 4:29 PM, Vivek Gautam wrote: > On Thu, Apr 18, 2013 at 11:54 AM, Vivek Gautam > wrote: >> Hi Marek, >> >> >> On Sun, Apr 14, 2013 at 11:43 PM, Marek Vasut wrote: >>> Dear Vivek Gautam, >>> >>>> Based on 'u-boot-usb' master branch. >>>> >>>> This patch-series includes majorly some clean-up, few fixes and >>>> then some basic super-speed usb infrastructure addition, to help >>>> put support for XHCI in near future. >>> >>> btw can you test your patches with MAKEALL -a arm? I get this: >>> >>> --------------------- SUMMARY ---------------------------- >>> Boards compiled: 306 >>> Boards with errors: 65 ( qong mx35pdk gplugd at91sam9m10g45ek_nandflash pogo_e02 >>> dns325 iconnect lschlv2 lsxhl d2net_v2 inetspace_v2 net2big_v2 netspace_lite_v2 >>> netspace_max_v2 netspace_v2 wireless_space dreamplug guruplug mv88f6281gtw_ge >>> openrd_base openrd_client openrd_ultimate rd6281a sheevaplug ib62x0 dockstar >>> tk71 zmx25 mx23_olinuxino apx4devkit mx23evk m28evk mx28evk sc_sps_1 edminiv2 >>> mx51_efikamx mx51_efikasb mx51evk mx53loco mx6qsabreauto mx6qsabrelite >>> nitrogen6dl nitrogen6dl2g nitrogen6q nitrogen6q2g nitrogen6s nitrogen6s1g cm_t35 >>> mt_ventoux omap3_beagle mcx twister omap4_panda snow smdk5250 harmony seaboard >>> ventana whistler colibri_t20_iris plutux medcom-wide tec paz00 trimslice ) >>> ---------------------------------------------------------- >> >> Tried with MAKEALL >> got following result >> >> --------------------- SUMMARY ---------------------------- >> Boards compiled: 306 >> Boards with errors: 1 ( omap3_evm ) >> Boards with warnings but no errors: 17 ( VCMA9 smdk2410 kzm9g balloon3 >> h2200 lubbock palmld palmtc polaris pxa255_idp trizepsiv >> vpac270_nor_128 vpac270_nor_256 vpac270_ond_256 xaeniax zipitz2 >> colibri_pxa270 ) >> ---------------------------------------------------------- I actually checked now just for omap3_evm configuration by trying out: make distclean make omap3_evm_config make But strangely i didn't get any build errros for omap3_evm board on explicitly compiling for it. Any clue ? > > > **Without my patches i get following result > > --------------------- SUMMARY ---------------------------- > Boards compiled: 306 > Boards with warnings but no errors: 17 ( VCMA9 smdk2410 kzm9g balloon3 > h2200 lubbock palmld palmtc polaris pxa255_idp trizepsiv > vpac270_nor_128 vpac270_nor_256 vpac270_ond_256 xaeniax zipitz2 > colibri_pxa270 ) > ---------------------------------------------------------- > >> >> There's something to do with Cross Compiler version ?? >> btw what environment are you compiling the source with. I am using "arm-2011.09" cross toolchain. -- Thanks & Regards Vivek