Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "myles" checked in revision 4184 to the coreboot repository. This caused the following changes:
Change Log: This patch adds the target hp/dl145_g3 together with the appropriate mainboard sources.
Signed-off-by: Mondrian nuessle nuessle@uni-hd.de Acked-by: Samuel Verstraete samuel.verstraete@gmail.com
I updated some whitespace and the Config files. - Myles
Build Log: Compilation of hp:dl145_g3 is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=4184&device=dl145_g3&am...
If something broke during this checkin please be a pain in myles'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
On Wed, Apr 22, 2009 at 3:47 PM, coreboot information info@coresystems.de wrote:
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "myles" checked in revision 4184 to the coreboot repository. This caused the following changes:
Change Log: This patch adds the target hp/dl145_g3 together with the appropriate mainboard sources.
Signed-off-by: Mondrian nuessle nuessle@uni-hd.de Acked-by: Samuel Verstraete samuel.verstraete@gmail.com
I updated some whitespace and the Config files. - Myles
Build Log: Compilation of hp:dl145_g3 is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=4184&device=dl145_g3&am...
gcc -m32 -nostdlib -nostartfiles -static -o coreboot -T ldscript.ld crt0.o /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: section .id [00000000ffffffd8 -> 00000000ffffffef] overlaps section .rom [00000000ffff6aa7 -> 00000001000005df] /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[1]: Leaving directory `coreboot-v2-4184/util/abuild/coreboot-builds/hp_dl145_g3/fallback' make: *** [fallback/coreboot.rom] Error 1
It looks like a size issue. I have ROM_IMAGE_SIZE=XIP_ROM_SIZE=0x20000. That seems plenty big. 0x18000 works on my machine. Suggestions for a new value?
Thanks, Myles