Dear coreboot readers!
This is the automated build check service of coreboot.
The developer "stepan" checked in revision 3590 to the coreboot source repository and caused the following changes:
Change Log: Patch for AMD DBM690T board.
Signed-off-by: Michael Xie Michael.Xie@amd.com Reviewed-by: Marc Jones marc.jones@amd.com Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of amd:dbm690t is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3590&device=dbm690t&... Compilation of jetway:j7f24 is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3590&device=j7f24&v... Compilation of via:epia-cn is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3590&device=epia-cn&...
If something broke during this checkin please be a pain in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should be backed out.
Best regards, coreboot automatic build system
Hi,
the dbm690t breaks with abuild due to section overlap (0x2600 more room needed). Maybe we need a Config-abuild.lb?
On 22.09.2008 17:19, coreboot information wrote:
This is the automated build check service of coreboot.
The developer "stepan" checked in revision 3590
Change Log: Patch for AMD DBM690T board.
Signed-off-by: Michael Xie Michael.Xie@amd.com Reviewed-by: Marc Jones marc.jones@amd.com Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of amd:dbm690t is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3590&device=dbm690t&...
input/output = 172916/61032 = 2.833 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: section .id [00000000fffbffd8 -> 00000000fffbffef] overlaps section .rom [00000000fffb7e6c -> 00000000fffc21cf] /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .id vma 0xfffbffd8 overlaps previous sections /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .reset vma 0xfffbfff0 overlaps previous sections collect2: ld returned 1 exit status make[1]: *** [coreboot] Error 1 make: *** [normal/coreboot.rom] Error 1 make: *** Waiting for unfinished jobs.... input/output = 172916/61034 = 2.833 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: section .id [00000000ffffffd8 -> 00000000ffffffef] overlaps section .rom [00000000ffff7e6e -> 000000010000252f] /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .id vma 0xffffffd8 overlaps previous sections /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .reset vma 0xfffffff0 overlaps previous sections collect2: ld returned 1 exit status make[1]: *** [coreboot] Error 1 make: *** [fallback/coreboot.rom] Error 1
Regards, Carl-Daniel
Carl-Daniel Hailfinger wrote:
Hi,
the dbm690t breaks with abuild due to section overlap (0x2600 more room needed). Maybe we need a Config-abuild.lb?
On 22.09.2008 17:19, coreboot information wrote:
This is the automated build check service of coreboot.
The developer "stepan" checked in revision 3590
Change Log: Patch for AMD DBM690T board.
Signed-off-by: Michael Xie Michael.Xie@amd.com Reviewed-by: Marc Jones marc.jones@amd.com Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of amd:dbm690t is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3590&device=dbm690t&...
input/output = 172916/61032 = 2.833 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: section .id [00000000fffbffd8 -> 00000000fffbffef] overlaps section .rom [00000000fffb7e6c -> 00000000fffc21cf] /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .id vma 0xfffbffd8 overlaps previous sections /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .reset vma 0xfffbfff0 overlaps previous sections collect2: ld returned 1 exit status make[1]: *** [coreboot] Error 1 make: *** [normal/coreboot.rom] Error 1 make: *** Waiting for unfinished jobs.... input/output = 172916/61034 = 2.833 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: section .id [00000000ffffffd8 -> 00000000ffffffef] overlaps section .rom [00000000ffff7e6e -> 000000010000252f] /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .id vma 0xffffffd8 overlaps previous sections /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .reset vma 0xfffffff0 overlaps previous sections collect2: ld returned 1 exit status make[1]: *** [coreboot] Error 1 make: *** [fallback/coreboot.rom] Error 1
Regards, Carl-Daniel
I am working one up. A bug has snuck in here somewhere. I am investigating.
Thanks, Marc