From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jian Luo Date: Mon, 31 Aug 2015 15:00:22 +0200 Subject: [U-Boot] [PATCH] arm: socfpga: dm: Fix DM initialization failure after warm reset In-Reply-To: <201508282348.04697.marex@denx.de> References: <55E01ECE.6020309@boschrexroth.de> <201508281401.39402.marex@denx.de> <55E04F6B.9020105@boschrexroth.de> <201508282348.04697.marex@denx.de> Message-ID: <55E44FE6.2030901@boschrexroth.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 28.08.2015 23:48, Marek Vasut wrote: > On Friday, August 28, 2015 at 02:09:15 PM, Jian Luo wrote: >> Hi Marek, > Hi, > >> On 28.08.2015 14:01, Marek Vasut wrote: >> > On Friday, August 28, 2015 at 01:40:08 PM, Jian Luo wrote: >> ----snip---- >> >> >> "Security policy". :( >> > >> > But thunderbird works ? Can't you just copy the SMTP settings from >> >> thunderbird >> >> > into gitconfig ? :) >> >> I tried w/o success. Might try again another time. > Try using msmtp and configure your git send-email to send through it > (and all your other MUAs too), it's really convenient :) It works. Thanks. :) > > btw is this a custom board you're porting here ? Yes, but this particular error can also be reproduced on Altera SoCDK. It seems to be a compiler and/or configuration error of gcc 4.8 generated by yocto dizzy. After I switched to gcc 4.9 shiped with Altera Soc EDS 15.0, there is no warm reset error anymore. > > Best regards, > Marek Vasut Best regards, Jian Luo