Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-28 Thread Yan, Miao
Hi Tom, > You said you would be doing a v2 to make them apply cleanly again so I > marked the old ones as Superseded under that expectation. > I did re-tested patches and they can be applied cleanly at that time. I should've said that more clearly. Anyway, I did a rebase on 2014.01-rc1 and s

Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-27 Thread Tom Rini
26, 2013 5:59 AM >> To: u-boot@lists.denx.de >> Subject: [U-Boot] [ANN] v2014.01-rc1 >> >> Hey all, >> >> I've put v2014.01-rc1 out and and we should have a tarball out soon. > > Could you pick my patches here(device tree support for vxworks): > > h

Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-27 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/27/2013 02:03 AM, Masahiro Yamada wrote: > Hello. > >> As always, please speak up if something suddenly broke or you've found a >> problem of some sort. Thanks all! > > I noticed at least two boards got broken by v2014.01-rc release: > cam_enc

Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-27 Thread Yan, Miao
Hi Tom, > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Tom Rini > Sent: Tuesday, November 26, 2013 5:59 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [ANN] v2014.01-rc1 > > Hey all, > > I&#

Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-26 Thread Masahiro Yamada
Hello. > As always, please speak up if something suddenly broke or you've found a > problem of some sort. Thanks all! I noticed at least two boards got broken by v2014.01-rc release: cam_enc_4xx and linkstation_HGLAN I bisected and 68ec9c85a9d334c7598b4972af037de05c034f8d is the first bad com

Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-26 Thread Wolfgang Denk
Dear Tom, In message <20131125215854.GW420@bill-the-cat> you wrote: > > I've put v2014.01-rc1 out and and we should have a tarball out soon. The tarball is on the FTP server. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Muni

[U-Boot] [ANN] v2014.01-rc1

2013-11-25 Thread Tom Rini
Hey all, I've put v2014.01-rc1 out and and we should have a tarball out soon. Lots of changes here, but the biggest one is a change to Kbuild style Makefile rules, which means: obj-$(CONFIG_FOO) += bar.o rather than: COBJS-$(CONFIG_FOO) += bar.o or even: COBJS += bar.o And much simpiler Makefile