[U-Boot] Some PowerPC boards are broken

Hi.
I found 6 PowerPC boards are broken: MPC8572DS MPC8572DS_36BIT dlvision-10g io iocon neo
Section overlap error occurrs.
powerpc-linux-ld.bfd: section .resetvec loaded at [00000000fffffffc,00000000ffffffff] overlaps section .u_boot_list loaded at [00000000fffffaec,00000001000002ef] powerpc-linux-ld.bfd: u-boot: section .resetvec lma 0xfffffffc adjusted to 0x1000002f0
The result of git-bisect is as follows:
2842c1c24269a05142802d25520e7cb9035e456c is the first bad commit commit 2842c1c24269a05142802d25520e7cb9035e456c Author: Heiko Schocher hs@denx.de Date: Mon Mar 3 12:19:25 2014 +0100
fit: add sha256 support
add sha256 support to fit images
Signed-off-by: Heiko Schocher hs@denx.de Acked-by: Simon Glass sjg@chromium.org
Best Regards Masahiro Yamada

Hello Masahiro,
Am 22.04.2014 07:31, schrieb Masahiro Yamada:
Hi.
I found 6 PowerPC boards are broken: MPC8572DS MPC8572DS_36BIT dlvision-10g io iocon neo
Section overlap error occurrs.
powerpc-linux-ld.bfd: section .resetvec loaded at [00000000fffffffc,00000000ffffffff] overlaps section .u_boot_list loaded at [00000000fffffaec,00000001000002ef] powerpc-linux-ld.bfd: u-boot: section .resetvec lma 0xfffffffc adjusted to 0x1000002f0
Thanks for detecting this. I think, the board maintainer should fix this, add Dirk (for the dlvision-10g io iocon neo boards) to this EMail.
In boards.cfg there is no Maintainer for the MPC8572DS and MPC8572DS_36BIT boards...
bye, Heiko
participants (2)
-
Heiko Schocher
-
Masahiro Yamada