[U-Boot] Please pull u-boot-ppc4xx/master

The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0:
FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200)
are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (4): ppc4xx: Change tsr/tcr macros to upper case ppc4xx/POST: Add board specific UART POST test to lwmon5 ppc4xx: Enable NOR flash support in sequoia_ramboot target ppc4xx: Fix default environment for AMCC boards
arch/powerpc/cpu/ppc4xx/cpu_init.c | 8 ++++---- arch/powerpc/cpu/ppc4xx/interrupts.c | 7 ------- arch/powerpc/cpu/ppc4xx/traps.c | 11 +---------- board/amcc/sequoia/sequoia.c | 6 ++++-- include/configs/amcc-common.h | 15 ++------------- include/configs/lwmon5.h | 11 +++++++++++ post/tests.c | 4 ++++ 7 files changed, 26 insertions(+), 36 deletions(-)

Dear Stefan Roese,
In message 201010201042.24780.sr@denx.de you wrote:
The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0:
FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200)
are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (4): ppc4xx: Change tsr/tcr macros to upper case ppc4xx/POST: Add board specific UART POST test to lwmon5 ppc4xx: Enable NOR flash support in sequoia_ramboot target ppc4xx: Fix default environment for AMCC boards
arch/powerpc/cpu/ppc4xx/cpu_init.c | 8 ++++---- arch/powerpc/cpu/ppc4xx/interrupts.c | 7 ------- arch/powerpc/cpu/ppc4xx/traps.c | 11 +---------- board/amcc/sequoia/sequoia.c | 6 ++++-- include/configs/amcc-common.h | 15 ++------------- include/configs/lwmon5.h | 11 +++++++++++ post/tests.c | 4 ++++ 7 files changed, 26 insertions(+), 36 deletions(-)
Thanks, applied.
Um... I have a few more ppc4xx related patches on my list; could you please check about their state? Thanks.
8218 09/14 Stefan Roese [U-Boot] [PATCH] ppc4xx: POST UART: Use in/out_8() io-accessor functions http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84391 8219 09/14 Stefan Roese [U-Boot] [PATCH] ppc4xx: UART: Use NS16550 struct instead of offset macros http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84392 8526 09/20 Stefan Roese [PATCH v2] ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84698 8570 09/21 Matthias Fuchs [U-Boot] [PATCH] ppx4xx: remove unused functionality for DU405 boards http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84738 8747 09/23 Stefan Roese [U-Boot] [RFC PATCH] ppc4xx: Use gc-sections to reduce image size http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84923 9591 10/05 Tim Rachman [U-Boot] ppc4xx:DDR SDRAM test http://article.gmane.org/gmane.comp.boot-loaders.u-boot/85766
Best regards,
Wolfgang Denk

Hi Wolfgang,
On Wednesday 20 October 2010 21:21:30 Wolfgang Denk wrote:
Um... I have a few more ppc4xx related patches on my list; could you please check about their state? Thanks.
8218 09/14 Stefan Roese [U-Boot] [PATCH] ppc4xx: POST UART: Use in/out_8() io-accessor functions http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84391
Already available in mainline: ab25e880
8219 09/14 Stefan Roese [U-Boot] [PATCH] ppc4xx: UART: Use NS16550 struct instead of offset macros http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84392
Superseded by: 550650dd [ppc4xx: Use common NS16550 driver for PPC4xx UART]
8526 09/20 Stefan Roese [PATCH v2] ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84698
Already available in mainline: 8a805df1
8570 09/21 Matthias Fuchs [U-Boot] [PATCH] ppx4xx: remove unused functionality for DU405 boards http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84738
Already available in mainline: 5b914463
8747 09/23 Stefan Roese [U-Boot] [RFC PATCH] ppc4xx: Use gc-sections to reduce image size http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84923
Not applied yet (was RFC). Needs further work since there are some 4xx boards that have board specific linker scripts that also need fixup.
9591 10/05 Tim Rachman [U-Boot] ppc4xx:DDR SDRAM test http://article.gmane.org/gmane.comp.boot-loaders.u-boot/85766
This is no patch, only a question.
Cheers, Stefan
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de

Dear Stefan,
In message 201010210644.44653.sr@denx.de you wrote:
On Wednesday 20 October 2010 21:21:30 Wolfgang Denk wrote:
Um... I have a few more ppc4xx related patches on my list; could you please check about their state? Thanks.
Thanks for checking.
8747 09/23 Stefan Roese [U-Boot] [RFC PATCH] ppc4xx: Use gc-sections to reduce image size http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84923
Not applied yet (was RFC). Needs further work since there are some 4xx boards that have board specific linker scripts that also need fixup.
Maybe we can include this for the boards supported so far, and then add the remaining boards incrementally?
Best regards,
Wolfgang Denk

Hi Wolfgang,
On Thursday 21 October 2010 08:08:58 Wolfgang Denk wrote:
8747 09/23 Stefan Roese [U-Boot] [RFC PATCH] ppc4xx: Use gc-sections to reduce image size
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84 923
Not applied yet (was RFC). Needs further work since there are some 4xx boards that have board specific linker scripts that also need fixup.
Maybe we can include this for the boards supported so far, and then add the remaining boards incrementally?
Not so easy. The added linker/compiler options are valid for all ppc4xx boards (arch/powerpc/config.mk). But I'll try to work on this in the near future.
Cheers, Stefan
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
participants (2)
-
Stefan Roese
-
Wolfgang Denk