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

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 Makefiles. A big thanks to Masahiro Yamada for that!
As always, please speak up if something suddenly broke or you've found a problem of some sort. Thanks all!

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

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 commit for "cam_enc_4xx" board.
commit 68ec9c85a9d334c7598b4972af037de05c034f8d Author: Prabhakar Kushwaha prabhakar@freescale.com Date: Fri Oct 4 13:47:58 2013 +0530
mtd: move & update nand_ecclayout structure (plus board changes)
22ece0e2e23c5cc5a23a5b8aff3dc75c9832e82f is the first bad commit for "linkstation_HGLAN" board.
commit 22ece0e2e23c5cc5a23a5b8aff3dc75c9832e82f Author: Thierry Reding thierry.reding@gmail.com Date: Fri Sep 20 16:03:42 2013 +0200
net: rtl8169: Improve cache maintenance
Best Regards Masahiro Yamada

-----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_4xx and linkstation_HGLAN
I bisected and
68ec9c85a9d334c7598b4972af037de05c034f8d is the first bad commit for "cam_enc_4xx" board.
commit 68ec9c85a9d334c7598b4972af037de05c034f8d Author: Prabhakar Kushwaha prabhakar@freescale.com Date: Fri Oct 4 13:47:58 2013 +0530
mtd: move & update nand_ecclayout structure (plus board changes)\
This is toolchain specific. I've got an email out to Heiko about what the new settings should be so that the binary can be reduced in size again. I've also got an email to Scott asking if some of the changes he did there for other boards are intentional or thinkos.
22ece0e2e23c5cc5a23a5b8aff3dc75c9832e82f is the first bad commit for "linkstation_HGLAN" board.
commit 22ece0e2e23c5cc5a23a5b8aff3dc75c9832e82f Author: Thierry Reding thierry.reding@gmail.com Date: Fri Sep 20 16:03:42 2013 +0200
net: rtl8169: Improve cache maintenance
I've emailed the board maintainer as the problem is that mpc824x lacks cache support and is an EOL'd family from Freescale. We'll either drop the board or someone will have to add the
- -- Tom

Hi Tom,
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@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'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):
http://patchwork.ozlabs.org/patch/275442/ http://patchwork.ozlabs.org/patch/275441/ http://patchwork.ozlabs.org/patch/275444/ http://patchwork.ozlabs.org/patch/275443/
And I see they are marked as "Superseded" in patchwork, what does that mean ? Thank you.
Miao

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 11/27/2013 04:33 AM, Yan, Miao wrote:
Hi Tom,
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@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'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):
http://patchwork.ozlabs.org/patch/275442/ http://patchwork.ozlabs.org/patch/275441/ http://patchwork.ozlabs.org/patch/275444/ http://patchwork.ozlabs.org/patch/275443/
And I see they are marked as "Superseded" in patchwork, what does that mean ? Thank you.
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.
- -- Tom

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 sent out emails. Please apply. Thank you very much.
Miao
participants (4)
-
Masahiro Yamada
-
Tom Rini
-
Wolfgang Denk
-
Yan, Miao