Dear coreboot folks,
I cloned the source tree,
$ git describe 4.0-2410-g92ff934
did `make crossgcc` and run `make menuconfig`.
I chose ASRock E350M1 and SeaBIOS master.
At the end I got the following.
$ make […] Checking out SeaBIOS revision origin/master Switched to branch 'master' Deleted branch coreboot (was 347f294). Branch coreboot set up to track remote branch master from origin. Switched to a new branch 'coreboot' CONFIG SeaBIOS origin/master Working around non-functional -combine Build default config # # configuration written to /home/joe/coreboot/build/seabios/.config # MAKE SeaBIOS origin/master Working around non-functional -combine Build Kconfig config file /home/joe/coreboot/build/seabios/.config:89:warning: override: reassigning to symbol COREBOOT /home/joe/coreboot/build/seabios/.config:90:warning: override: reassigning to symbol DEBUG_SERIAL /home/joe/coreboot/build/seabios/.config:95:warning: override: reassigning to symbol VGAHOOKS # # configuration written to /home/joe/coreboot/build/seabios/.config # Compiling whole program /home/joe/coreboot/build/seabios/out/ccode32flat.o Compiling whole program /home/joe/coreboot/build/seabios/out/code32seg.o Compiling whole program /home/joe/coreboot/build/seabios/out/ccode16.o Compiling to assembler /home/joe/coreboot/build/seabios/out/asm-offsets.s Generating offset file /home/joe/coreboot/build/seabios/out/asm-offsets.h Compiling (16bit) /home/joe/coreboot/build/seabios/out/romlayout.o Building ld scripts fatal: No names found, cannot describe anything. * Version: -20120524_211503-asrock-e350m1 Fixed space: 0xe05b-0x10000 total: 8101 slack: 10 Percent slack: 0.1% 16bit size: 38848 32bit segmented size: 2307 32bit flat size: 17309 32bit flat init size: 40928 Lowmem size: 2144 Linking /home/joe/coreboot/build/seabios/out/rom16.o Stripping /home/joe/coreboot/build/seabios/out/rom16.strip.o Linking /home/joe/coreboot/build/seabios/out/rom32seg.o Stripping /home/joe/coreboot/build/seabios/out/rom32seg.strip.o Linking /home/joe/coreboot/build/seabios/out/rom.o Prepping /home/joe/coreboot/build/seabios/out/bios.bin […]
I guess it has to do with cloned SeaBIOS git tree.
Thanks,
Paul
Am Do 24 Mai 2012 22:09:18 CEST schrieb Paul Menzel:
I guess it has to do with cloned SeaBIOS git tree.
Indeed. I fixed it. Thanks for the heads up.
Patrick
Am Freitag, den 25.05.2012, 09:13 +0200 schrieb Patrick Georgi:
Am Do 24 Mai 2012 22:09:18 CEST schrieb Paul Menzel:
I guess it has to do with cloned SeaBIOS git tree.
Indeed. I fixed it. Thanks for the heads up.
I did `git remote update`, `git rebase origin/master` but I still get that error message.
CONFIG SeaBIOS origin/master Working around non-functional -combine Build default config # # configuration written to /opt/coreboot/build/seabios/.config # MAKE SeaBIOS origin/master Working around non-functional -combine Build Kconfig config file /opt/coreboot/build/seabios/.config:89:warning: override: reassigning to symbol COREBOOT /opt/coreboot/build/seabios/.config:90:warning: override: reassigning to symbol DEBUG_SERIAL /opt/coreboot/build/seabios/.config:95:warning: override: reassigning to symbol VGAHOOKS # # configuration written to /opt/coreboot/build/seabios/.config # Compiling whole program /opt/coreboot/build/seabios/out/ccode32flat.o Compiling whole program /opt/coreboot/build/seabios/out/code32seg.o Compiling whole program /opt/coreboot/build/seabios/out/ccode16.o Compiling to assembler /opt/coreboot/build/seabios/out/asm-offsets.s Generating offset file /opt/coreboot/build/seabios/out/asm-offsets.h Compiling (16bit) /opt/coreboot/build/seabios/out/romlayout.o Building ld scripts fatal: No names found, cannot describe anything. Version: -20120608_090941-xbmc Fixed space: 0xe05b-0x10000 total: 8101 slack: 10 Percent slack: 0.1% 16bit size: 38848 32bit segmented size: 2307 32bit flat size: 17309 32bit flat init size: 40928 Lowmem size: 2144 Linking /opt/coreboot/build/seabios/out/rom16.o Stripping /opt/coreboot/build/seabios/out/rom16.strip.o Linking /opt/coreboot/build/seabios/out/rom32seg.o Stripping /opt/coreboot/build/seabios/out/rom32seg.strip.o Linking /opt/coreboot/build/seabios/out/rom.o Prepping /opt/coreboot/build/seabios/out/bios.bin Total size: 104004 Fixed: 58464 Free: 27068 (used 79.3% of 128KiB rom) CBFS coreboot.rom PAYLOAD SeaBIOS (internal, compression: LZMA) CONFIG .config CBFSPRINT coreboot.rom
coreboot.rom: 4096 kB, bootblocksize 1008, romsize 4194304, offset 0x0 Alignment: 64 bytes
Name Offset Type Size cmos_layout.bin 0x0 cmos layout 1776 fallback/romstage 0x740 stage 339744 fallback/coreboot_ram 0x536c0 stage 189059 fallback/payload 0x81980 payload 53639 config 0x8eb40 raw 3371 (empty) 0x8f8c0 null 3605256
Thanks,
Paul