mkdir -p build/cbfs/fallback build/generated GEN build.h rm -f build/build.h printf "/* build system definitions (autogenerated) */\n" > build/build.ht printf "#ifndef __BUILD_H\n" >> build/build.ht printf "#define __BUILD_H\n\n" >> build/build.ht printf "#define COREBOOT_VERSION \"4.0-4568-g2059420-dirty\"\n" >> build/build.ht printf "#define COREBOOT_EXTRA_VERSION \"\"\n" >> build/build.ht printf "#define COREBOOT_BUILD \"`LANG= date`\"\n" >> build/build.ht printf "#define COREBOOT_BUILD_YEAR_BCD 0x`LANG= date +"%y"`\n" >> build/build.ht printf "#define COREBOOT_BUILD_MONTH_BCD 0x`LANG= date +"%m"`\n" >> build/build.ht printf "#define COREBOOT_BUILD_DAY_BCD 0x`LANG= date +"%d"`\n" >> build/build.ht printf "#define COREBOOT_BUILD_WEEKDAY_BCD 0x`LANG= date +"%w"`\n" >> build/build.ht printf "#define COREBOOT_DMI_DATE \"`LANG= date +"%m/%d/%Y"`\"\n" >> build/build.ht printf "\n" >> build/build.ht printf "#define COREBOOT_COMPILER \"gcc (GCC) 4.8.1 20130603 (Red Hat 4.8.1-1)\"\n" >> build/build.ht printf "#define COREBOOT_ASSEMBLER \"GNU assembler version 2.23.52.0.1-9.fc19 20130226\"\n" >> build/build.ht printf "#define COREBOOT_LINKER \"GNU ld version 2.23.52.0.1-9.fc19 20130226\"\n" >> build/build.ht printf "#define COREBOOT_COMPILE_TIME \"`LANG= date +%T`\"\n" >> build/build.ht printf "#define COREBOOT_COMPILE_BY \"john\"\n" >> build/build.ht printf "#define COREBOOT_COMPILE_HOST \"john-samsung-550-chromebook\"\n" >> build/build.ht printf "#define COREBOOT_COMPILE_DOMAIN \"\"\n" >> build/build.ht printf "#endif\n" >> build/build.ht mv build/build.ht build/build.h CC romstage.inc gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -D__PRE_RAM__ -Isrc -I. -Ibuild -c -S src/mainboard/samsung/lumpy/romstage.c -o build/mainboard/samsung/lumpy/romstage.pre.inc POST romstage.inc sed -e 's/\.rodata/.rom.data/g' -e 's/\^\.text/.section .rom.text/g' \ -e 's/\^\.section \.text/.section .rom.text/g' build/mainboard/samsung/lumpy/romstage.pre.inc > build/mainboard/samsung/lumpy/romstage.inc.tmp mv build/mainboard/samsung/lumpy/romstage.inc.tmp build/mainboard/samsung/lumpy/romstage.inc GEN generated/crt0.romstage.S printf '#include "src/arch/x86/init/prologue.inc"\n #include "src/cpu/x86/32bit/entry32.inc"\n #include "src/cpu/x86/fpu_enable.inc"\n #include "src/cpu/x86/sse_enable.inc"\n #include "src/cpu/intel/model_206ax/cache_as_ram.inc"\n #include "mainboard/samsung/lumpy/romstage.inc"\n' > build/generated/crt0.romstage.S CC generated/crt0.s gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -x assembler-with-cpp -E -Isrc/include -Isrc/arch/x86/include -Ibuild -include build/config.h -include build/build.h -I. -Isrc build/generated/crt0.romstage.S -o build/generated/crt0.s CC generated/crt0.romstage.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -Wa,-acdlns -c -o build/generated/crt0.romstage.o build/generated/crt0.s > build/generated/crt0.romstage.disasm CC console/console.romstage.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -D__PRE_RAM__ -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -c -o build/console/console.romstage.o src/console/console.c CC generated/bootblock.s gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -x assembler-with-cpp -E -Isrc/include -Isrc/arch/x86/include -Ibuild -include build/build.h -include build/config.h -I. -Isrc build/generated/bootblock_inc.S -o build/generated/bootblock.s CC generated/bootblock.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -Wa,-acdlns -c -o build/generated/bootblock.o build/generated/bootblock.s > build/generated/bootblock.disasm LINK cbfs/fallback/bootblock.debug gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -nostdlib -nostartfiles -static -o build/cbfs/fallback/bootblock.debug -Lbuild -T build/generated/bootblock.ld build/generated/bootblock.o OBJCOPY cbfs/fallback/bootblock.elf cp build/cbfs/fallback/bootblock.debug build/cbfs/fallback/bootblock.elf.tmp nm -n build/cbfs/fallback/bootblock.elf.tmp | sort > build/cbfs/fallback/bootblock.map objcopy --strip-debug build/cbfs/fallback/bootblock.elf.tmp objcopy --add-gnu-debuglink=build/cbfs/fallback/bootblock.debug build/cbfs/fallback/bootblock.elf.tmp mv build/cbfs/fallback/bootblock.elf.tmp build/cbfs/fallback/bootblock.elf OBJCOPY cbfs/fallback/bootblock.bin objcopy -O binary build/cbfs/fallback/bootblock.elf build/cbfs/fallback/bootblock.bin build/cbfstool build/coreboot.pre1.tmp create -m x86 -s 8192K \ -B build/cbfs/fallback/bootblock.bin -a 64 \ -o $(( 0x800000 - 0x100000 )) Created CBFS image (capacity = 1046888 bytes) build/cbfstool build/coreboot.pre1.tmp add -f build/cmos_layout.bin -n cmos_layout.bin -t 0x01aa && build/cbfstool build/coreboot.pre1.tmp add -f 3rdparty/mainboard/samsung/lumpy/snm_2130_coreboot.bin -n pci8086,0106.rom -t optionrom && build/cbfstool build/coreboot.pre1.tmp add -f build/spd.bin -n spd.bin -t 0xab -b 0xfffdc000 && build/cbfstool build/coreboot.pre1.tmp add -f 3rdparty/northbridge/intel/sandybridge/systemagent-r6.bin -n mrc.bin -t 0xab -b 0xfffa0000 && build/cbfstool build/coreboot.pre1.tmp add -f build/mrc.cache -n mrc.cache -t 0xac -b 0xfff80000 && true build/cbfstool build/coreboot.pre1.tmp locate -f build/cpu_microcode_blob.bin -n cpu_microcode_blob.bin -a 16 | xargs build/cbfstool build/coreboot.pre1.tmp add -n cpu_microcode_blob.bin -f build/cpu_microcode_blob.bin -t 0x53 -b mv build/coreboot.pre1.tmp build/coreboot.pre1 LINK cbfs/fallback/romstage_null.debug gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -nostdlib -nostartfiles -static -o build/cbfs/fallback/romstage_null.debug -Lbuild -T build/generated/romstage_null.ld -Wl,--wrap,__divdi3 -Wl,--wrap,__udivdi3 -Wl,--wrap,__moddi3 -Wl,--wrap,__umoddi3 -Wl,--start-group build/generated/crt0.romstage.o build/mainboard/samsung/lumpy/static.romstage.o build/arch/x86/lib/cbfs_and_run.romstage.o build/arch/x86/lib/memcpy.romstage.o build/arch/x86/lib/memmove.romstage.o build/arch/x86/lib/memset.romstage.o build/arch/x86/lib/rom_media.romstage.o build/arch/x86/lib/romstage_console.romstage.o build/arch/x86/lib/walkcbfs.romstage.o build/console/console.romstage.o build/console/die.romstage.o build/console/post.romstage.o build/console/vtxprintf.romstage.o build/cpu/x86/lapic/apic_timer.romstage.o build/device/device_romstage.romstage.o build/drivers/pc80/tpm.romstage.o build/lib/cbfs.romstage.o build/lib/cbmem.romstage.o build/lib/cbmem_console.romstage.o build/lib/compute_ip_checksum.romstage.o build/lib/gcc.romstage.o build/lib/lzma.romstage.o build/lib/memchr.romstage.o build/lib/memcmp.romstage.o build/lib/ramtest.romstage.o build/mainboard/samsung/lumpy/chromeos.romstage.o build/northbridge/intel/sandybridge/early_init.romstage.o build/northbridge/intel/sandybridge/mrccache.romstage.o build/northbridge/intel/sandybridge/raminit.romstage.o build/northbridge/intel/sandybridge/report_platform.romstage.o build/southbridge/intel/bd82x6x/early_me.romstage.o build/southbridge/intel/bd82x6x/early_smbus.romstage.o build/southbridge/intel/bd82x6x/early_spi.romstage.o build/southbridge/intel/bd82x6x/early_usb.romstage.o build/southbridge/intel/bd82x6x/gpio.romstage.o build/southbridge/intel/bd82x6x/me_status.romstage.o build/southbridge/intel/bd82x6x/reset.romstage.o build/vendorcode/google/chromeos/chromeos.romstage.o build/vendorcode/google/chromeos/fmap.romstage.o build/vendorcode/google/chromeos/vbnv.romstage.o build/vendorcode/google/chromeos/vboot.romstage.o /usr/lib/gcc/x86_64-redhat-linux/4.8.1/32/libgcc.a -Wl,--end-group nm build/cbfs/fallback/romstage_null.debug | grep -q " [DdBb] "; if [ $? -eq 0 ]; then \ echo "Forbidden global variables in romstage:"; \ nm build/cbfs/fallback/romstage_null.debug | grep " [DdBb] "; test "" = y; \ else true; fi OBJCOPY cbfs/fallback/romstage_null.elf cp build/cbfs/fallback/romstage_null.debug build/cbfs/fallback/romstage_null.elf.tmp nm -n build/cbfs/fallback/romstage_null.elf.tmp | sort > build/cbfs/fallback/romstage_null.map objcopy --strip-debug build/cbfs/fallback/romstage_null.elf.tmp objcopy --add-gnu-debuglink=build/cbfs/fallback/romstage_null.debug build/cbfs/fallback/romstage_null.elf.tmp mv build/cbfs/fallback/romstage_null.elf.tmp build/cbfs/fallback/romstage_null.elf OBJCOPY cbfs/fallback/romstage_null.bin objcopy -O binary build/cbfs/fallback/romstage_null.elf build/cbfs/fallback/romstage_null.bin rm -f build/cbfs/fallback/base_xip.txt build/cbfstool build/coreboot.pre1 locate -T -f build/cbfs/fallback/romstage_null.bin -n "fallback"/romstage -P 0x10000 > build/cbfs/fallback/base_xip.txt.tmp \ || { echo "The romstage is larger than XIP size. Please expand the CONFIG_XIP_ROM_SIZE" ; exit 1; } mv build/cbfs/fallback/base_xip.txt.tmp build/cbfs/fallback/base_xip.txt GEN generated/romstage_xip.ld rm -f build/generated/romstage_xip.ld sed -e 's/^/ROMSTAGE_BASE = /g' -e 's/$/;/g' build/cbfs/fallback/base_xip.txt > build/generated/romstage_xip.ld.tmp sed -e '/ROMSTAGE_BASE/d' build/generated/romstage_null.ld >> build/generated/romstage_xip.ld.tmp mv build/generated/romstage_xip.ld.tmp build/generated/romstage_xip.ld LINK cbfs/fallback/romstage_xip.debug gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -nostdlib -nostartfiles -static -o build/cbfs/fallback/romstage_xip.debug -Lbuild -T build/generated/romstage_xip.ld -Wl,--wrap,__divdi3 -Wl,--wrap,__udivdi3 -Wl,--wrap,__moddi3 -Wl,--wrap,__umoddi3 -Wl,--start-group build/generated/crt0.romstage.o build/mainboard/samsung/lumpy/static.romstage.o build/arch/x86/lib/cbfs_and_run.romstage.o build/arch/x86/lib/memcpy.romstage.o build/arch/x86/lib/memmove.romstage.o build/arch/x86/lib/memset.romstage.o build/arch/x86/lib/rom_media.romstage.o build/arch/x86/lib/romstage_console.romstage.o build/arch/x86/lib/walkcbfs.romstage.o build/console/console.romstage.o build/console/die.romstage.o build/console/post.romstage.o build/console/vtxprintf.romstage.o build/cpu/x86/lapic/apic_timer.romstage.o build/device/device_romstage.romstage.o build/drivers/pc80/tpm.romstage.o build/lib/cbfs.romstage.o build/lib/cbmem.romstage.o build/lib/cbmem_console.romstage.o build/lib/compute_ip_checksum.romstage.o build/lib/gcc.romstage.o build/lib/lzma.romstage.o build/lib/memchr.romstage.o build/lib/memcmp.romstage.o build/lib/ramtest.romstage.o build/mainboard/samsung/lumpy/chromeos.romstage.o build/northbridge/intel/sandybridge/early_init.romstage.o build/northbridge/intel/sandybridge/mrccache.romstage.o build/northbridge/intel/sandybridge/raminit.romstage.o build/northbridge/intel/sandybridge/report_platform.romstage.o build/southbridge/intel/bd82x6x/early_me.romstage.o build/southbridge/intel/bd82x6x/early_smbus.romstage.o build/southbridge/intel/bd82x6x/early_spi.romstage.o build/southbridge/intel/bd82x6x/early_usb.romstage.o build/southbridge/intel/bd82x6x/gpio.romstage.o build/southbridge/intel/bd82x6x/me_status.romstage.o build/southbridge/intel/bd82x6x/reset.romstage.o build/vendorcode/google/chromeos/chromeos.romstage.o build/vendorcode/google/chromeos/fmap.romstage.o build/vendorcode/google/chromeos/vbnv.romstage.o build/vendorcode/google/chromeos/vboot.romstage.o /usr/lib/gcc/x86_64-redhat-linux/4.8.1/32/libgcc.a -Wl,--end-group OBJCOPY cbfs/fallback/romstage_xip.elf cp build/cbfs/fallback/romstage_xip.debug build/cbfs/fallback/romstage_xip.elf.tmp nm -n build/cbfs/fallback/romstage_xip.elf.tmp | sort > build/cbfs/fallback/romstage_xip.map objcopy --strip-debug build/cbfs/fallback/romstage_xip.elf.tmp objcopy --add-gnu-debuglink=build/cbfs/fallback/romstage_xip.debug build/cbfs/fallback/romstage_xip.elf.tmp mv build/cbfs/fallback/romstage_xip.elf.tmp build/cbfs/fallback/romstage_xip.elf CBFS coreboot.pre cp build/coreboot.pre1 build/coreboot.pre.tmp build/cbfstool build/coreboot.pre.tmp add-stage -f build/cbfs/fallback/romstage_xip.elf \ -n "fallback"/romstage -c none \ -b 0xfff15614 mv build/coreboot.pre.tmp build/coreboot.pre CC northbridge/intel/sandybridge/acpi.ramstage.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -c -o build/northbridge/intel/sandybridge/acpi.ramstage.o src/northbridge/intel/sandybridge/acpi.c ld.bfd -b elf32-i386 -melf_i386 -o build/northbridge/intel/sandybridge/ramstage.o -r build/northbridge/intel/sandybridge/acpi.ramstage.o build/northbridge/intel/sandybridge/gma.ramstage.o build/northbridge/intel/sandybridge/mrccache.ramstage.o build/northbridge/intel/sandybridge/northbridge.ramstage.o CC lib/version.ramstage.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -c -o build/lib/version.ramstage.o src/lib/version.c ld.bfd -b elf32-i386 -melf_i386 -o build/lib/ramstage.o -r build/lib/cbfs.ramstage.o build/lib/cbmem.ramstage.o build/lib/cbmem_console.ramstage.o build/lib/cbmem_info.ramstage.o build/lib/clog2.ramstage.o build/lib/compute_ip_checksum.ramstage.o build/lib/coreboot_table.ramstage.o build/lib/delay.ramstage.o build/lib/fallback_boot.ramstage.o build/lib/gcc.ramstage.o build/lib/hardwaremain.ramstage.o build/lib/lzma.ramstage.o build/lib/malloc.ramstage.o build/lib/memchr.ramstage.o build/lib/memcmp.ramstage.o build/lib/memrange.ramstage.o build/lib/rmodule.ramstage.o build/lib/selfboot.ramstage.o build/lib/stack.ramstage.o build/lib/version.ramstage.o CC drivers/pc80/mc146818rtc.ramstage.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -c -o build/drivers/pc80/mc146818rtc.ramstage.o src/drivers/pc80/mc146818rtc.c ld.bfd -b elf32-i386 -melf_i386 -o build/drivers/pc80/ramstage.o -r build/drivers/pc80/i8254.ramstage.o build/drivers/pc80/i8259.ramstage.o build/drivers/pc80/isa-dma.ramstage.o build/drivers/pc80/keyboard.ramstage.o build/drivers/pc80/mc146818rtc.ramstage.o CC drivers/pc80/mc146818rtc.smm.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -D__SMM__ -fpic -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -c -o build/drivers/pc80/mc146818rtc.smm.o src/drivers/pc80/mc146818rtc.c gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -nostdlib -r -o build/cpu/x86/smm/smm.o -Wl,--wrap,__divdi3 -Wl,--wrap,__udivdi3 -Wl,--wrap,__moddi3 -Wl,--wrap,__umoddi3 -Wl,--start-group build/arch/x86/lib/memcpy.smm.o build/arch/x86/lib/memmove.smm.o build/arch/x86/lib/memset.smm.o build/arch/x86/lib/rom_media.smm.o build/console/die.smm.o build/console/printk.smm.o build/console/vtxprintf.smm.o build/cpu/intel/model_206ax/finalize.smm.o build/cpu/x86/smm/smihandler.smm.o build/cpu/x86/smm/smiutil.smm.o build/cpu/x86/smm/smmhandler_tseg.smm.o build/drivers/pc80/mc146818rtc.smm.o build/ec/smsc/mec1308/ec.smm.o build/lib/cbfs.smm.o build/lib/gcc.smm.o build/lib/malloc.smm.o build/lib/memcmp.smm.o build/mainboard/samsung/lumpy/smihandler.smm.o build/northbridge/intel/sandybridge/finalize.smm.o build/northbridge/intel/sandybridge/udelay.smm.o build/southbridge/intel/bd82x6x/finalize.smm.o build/southbridge/intel/bd82x6x/me.smm.o build/southbridge/intel/bd82x6x/me_8.x.smm.o build/southbridge/intel/bd82x6x/pch.smm.o build/southbridge/intel/bd82x6x/smihandler.smm.o build/vendorcode/google/chromeos/fmap.smm.o /usr/lib/gcc/x86_64-redhat-linux/4.8.1/32/libgcc.a -Wl,--end-group gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -pie -nostdlib -nostartfiles -static -o build/cpu/x86/smm/smm.elf -T src/cpu/x86/smm/smm_tseg.ld build/cpu/x86/smm/smm.o nm -n build/cpu/x86/smm/smm.elf | sort > build/cpu/x86/smm/smm.map objcopy -O binary build/cpu/x86/smm/smm.elf build/cpu/x86/smm/smm OBJCOPY cpu/x86/smm/smm_wrap.ramstage.o cd build/cpu/x86/smm; objcopy -I binary smm -O elf32-i386 -B i386 smm_wrap.ramstage.o ld.bfd -b elf32-i386 -melf_i386 -o build/cpu/x86/smm/ramstage.o -r build/cpu/x86/smm/smm_wrap.ramstage.o build/cpu/x86/smm/smmrelocate.ramstage.o CC console/console.ramstage.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -c -o build/console/console.ramstage.o src/console/console.c ld.bfd -b elf32-i386 -melf_i386 -o build/console/ramstage.o -r build/console/cbmem_console.ramstage.o build/console/console.ramstage.o build/console/die.ramstage.o build/console/post.ramstage.o build/console/printk.ramstage.o build/console/vsprintf.ramstage.o build/console/vtxprintf.ramstage.o CC arch/x86/boot/smbios.ramstage.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -MMD -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -c -o build/arch/x86/boot/smbios.ramstage.o src/arch/x86/boot/smbios.c ld.bfd -b elf32-i386 -melf_i386 -o build/arch/x86/boot/ramstage.o -r build/arch/x86/boot/acpi.ramstage.o build/arch/x86/boot/acpigen.ramstage.o build/arch/x86/boot/boot.ramstage.o build/arch/x86/boot/gdt.ramstage.o build/arch/x86/boot/mpspec.ramstage.o build/arch/x86/boot/multiboot.ramstage.o build/arch/x86/boot/smbios.ramstage.o build/arch/x86/boot/tables.ramstage.o build/arch/x86/boot/wakeup.ramstage.o CC generated/coreboot_ram.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -Isrc -Isrc/include -Ibuild -Isrc/arch/x86/include -Isrc/device/oprom/include -include src/include/kconfig.h -Os -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -Werror -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -DMOCK_TPM=0 -nostdlib -r -o build/generated/coreboot_ram.o -Wl,--wrap,__divdi3 -Wl,--wrap,__udivdi3 -Wl,--wrap,__moddi3 -Wl,--wrap,__umoddi3 -Wl,--start-group build/vendorcode/google/chromeos/ramstage.o build/superio/smsc/mec1308/ramstage.o build/superio/common/ramstage.o build/southbridge/intel/bd82x6x/ramstage.o build/northbridge/intel/sandybridge/ramstage.o build/mainboard/samsung/lumpy/ramstage.o build/lib/ramstage.o build/ec/smsc/mec1308/ramstage.o build/drivers/spi/ramstage.o build/drivers/pc80/ramstage.o build/drivers/generic/ioapic/ramstage.o build/device/ramstage.o build/cpu/x86/smm/ramstage.o build/cpu/x86/name/ramstage.o build/cpu/x86/mtrr/ramstage.o build/cpu/x86/lapic/ramstage.o build/cpu/x86/cache/ramstage.o build/cpu/intel/turbo/ramstage.o build/cpu/intel/socket_rPGA989/ramstage.o build/cpu/intel/model_206ax/ramstage.o build/cpu/intel/microcode/ramstage.o build/console/ramstage.o build/arch/x86/lib/ramstage.o build/arch/x86/boot/ramstage.o /usr/lib/gcc/x86_64-redhat-linux/4.8.1/32/libgcc.a -Wl,--end-group CC cbfs/fallback/coreboot_ram.debug gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -nostdlib -nostartfiles -static -o build/cbfs/fallback/coreboot_ram.debug -Lbuild -T src/arch/x86/coreboot_ram.ld build/generated/coreboot_ram.o OBJCOPY cbfs/fallback/coreboot_ram.elf cp build/cbfs/fallback/coreboot_ram.debug build/cbfs/fallback/coreboot_ram.elf.tmp nm -n build/cbfs/fallback/coreboot_ram.elf.tmp | sort > build/cbfs/fallback/coreboot_ram.map objcopy --strip-debug build/cbfs/fallback/coreboot_ram.elf.tmp objcopy --add-gnu-debuglink=build/cbfs/fallback/coreboot_ram.debug build/cbfs/fallback/coreboot_ram.elf.tmp mv build/cbfs/fallback/coreboot_ram.elf.tmp build/cbfs/fallback/coreboot_ram.elf make -C payloads/external/SeaBIOS -f Makefile.inc \ HOSTCC="gcc" \ CC="gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none" LD="ld.bfd -b elf32-i386 -melf_i386" OBJDUMP="objdump" \ OBJCOPY="objcopy" STRIP="strip" \ CONFIG_SEABIOS_MASTER=y \ CONFIG_SEABIOS_STABLE= \ OUT=/home/john/coreboot/build IASL="iasl" cd /home/john/coreboot/build/seabios; git show origin/master >/dev/null 2>&1 ; if [ $? -ne 0 ]; \ then echo " Fetching new commits from the SeaBIOS git repo"; git fetch; fi echo " Checking out SeaBIOS revision origin/master" Checking out SeaBIOS revision origin/master cd /home/john/coreboot/build/seabios; git checkout master; git branch -D coreboot 2>/dev/null; git checkout -b coreboot origin/master M src/Kconfig M src/boot.c Switched to branch 'master' Deleted branch coreboot (was 7093aa5). M src/Kconfig M src/boot.c Branch coreboot set up to track remote branch master from origin. Switched to a new branch 'coreboot' echo " CONFIG SeaBIOS origin/master" CONFIG SeaBIOS origin/master make -C /home/john/coreboot/build/seabios defconfig OUT=/home/john/coreboot/build/seabios/out/ mkdir -p /home/john/coreboot/build/seabios/out//tools/kconfig/lxdialog mkdir -p /home/john/coreboot/build/seabios/out//include/config make -C /home/john/coreboot/build/seabios/out/ -f /home/john/coreboot/build/seabios/tools/kconfig/Makefile srctree=/home/john/coreboot/build/seabios src=tools/kconfig obj=tools/kconfig Q= Kconfig=/home/john/coreboot/build/seabios/src/Kconfig defconfig Build default config tools/kconfig/conf --defconfig=/dev/null /home/john/coreboot/build/seabios/src/Kconfig # # configuration written to /home/john/coreboot/build/seabios/.config # echo "CONFIG_COREBOOT=y" >> /home/john/coreboot/build/seabios/.config echo "CONFIG_DEBUG_SERIAL=y" >> /home/john/coreboot/build/seabios/.config echo "CONFIG_DEBUG_SERIAL_PORT=0x3f8" >> /home/john/coreboot/build/seabios/.config echo "CONFIG_COREBOOT_FLASH=y" >> /home/john/coreboot/build/seabios/.config echo "CONFIG_LZMA=y" >> /home/john/coreboot/build/seabios/.config echo "CONFIG_FLASH_FLOPPY=y" >> /home/john/coreboot/build/seabios/.config echo "CONFIG_VGAHOOKS=y" >> /home/john/coreboot/build/seabios/.config # This shows how to force a previously set .config option *off* #echo "# CONFIG_SMBIOS is not set" >> /home/john/coreboot/build/seabios/.config echo " MAKE SeaBIOS origin/master" MAKE SeaBIOS origin/master make -C /home/john/coreboot/build/seabios OUT=/home/john/coreboot/build/seabios/out/ mkdir -p /home/john/coreboot/build/seabios/out//tools/kconfig/lxdialog mkdir -p /home/john/coreboot/build/seabios/out//include/config make -C /home/john/coreboot/build/seabios/out/ -f /home/john/coreboot/build/seabios/tools/kconfig/Makefile srctree=/home/john/coreboot/build/seabios src=tools/kconfig obj=tools/kconfig Q= Kconfig=/home/john/coreboot/build/seabios/src/Kconfig silentoldconfig Build Kconfig config file mkdir -p include/generated tools/kconfig/conf --silentoldconfig /home/john/coreboot/build/seabios/src/Kconfig /home/john/coreboot/build/seabios/.config:96:warning: override: reassigning to symbol COREBOOT /home/john/coreboot/build/seabios/.config:96:warning: override: COREBOOT changes choice state /home/john/coreboot/build/seabios/.config:97:warning: override: reassigning to symbol DEBUG_SERIAL /home/john/coreboot/build/seabios/.config:102:warning: override: reassigning to symbol VGAHOOKS * * Restart config... * * * Debugging * Debug level (DEBUG_LEVEL) [1] 1 Serial port debugging (DEBUG_SERIAL) [Y/n/?] y Serial port base address (DEBUG_SERIAL_PORT) [0x3f8] 0x3f8 Special IO port debugging (DEBUG_IO) [Y/n/?] y coreboot cbmem debug logging (DEBUG_COREBOOT) [N/y/?] (NEW) n # # configuration written to /home/john/coreboot/build/seabios/.config # Compile checking /home/john/coreboot/build/seabios/out/misc.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/misc.c -o /home/john/coreboot/build/seabios/out/misc.o Compile checking /home/john/coreboot/build/seabios/out/stacks.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/stacks.c -o /home/john/coreboot/build/seabios/out/stacks.o Compile checking /home/john/coreboot/build/seabios/out/output.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/output.c -o /home/john/coreboot/build/seabios/out/output.o Compile checking /home/john/coreboot/build/seabios/out/util.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/util.c -o /home/john/coreboot/build/seabios/out/util.o Compile checking /home/john/coreboot/build/seabios/out/block.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/block.c -o /home/john/coreboot/build/seabios/out/block.o Compile checking /home/john/coreboot/build/seabios/out/floppy.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/floppy.c -o /home/john/coreboot/build/seabios/out/floppy.o Compile checking /home/john/coreboot/build/seabios/out/ata.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/ata.c -o /home/john/coreboot/build/seabios/out/ata.o Compile checking /home/john/coreboot/build/seabios/out/mouse.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/mouse.c -o /home/john/coreboot/build/seabios/out/mouse.o Compile checking /home/john/coreboot/build/seabios/out/kbd.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/kbd.c -o /home/john/coreboot/build/seabios/out/kbd.o Compile checking /home/john/coreboot/build/seabios/out/pci.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/pci.c -o /home/john/coreboot/build/seabios/out/pci.o Compile checking /home/john/coreboot/build/seabios/out/serial.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/serial.c -o /home/john/coreboot/build/seabios/out/serial.o Compile checking /home/john/coreboot/build/seabios/out/timer.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/timer.c -o /home/john/coreboot/build/seabios/out/timer.o Compile checking /home/john/coreboot/build/seabios/out/clock.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/clock.c -o /home/john/coreboot/build/seabios/out/clock.o Compile checking /home/john/coreboot/build/seabios/out/pic.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/pic.c -o /home/john/coreboot/build/seabios/out/pic.o Compile checking /home/john/coreboot/build/seabios/out/cdrom.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/cdrom.c -o /home/john/coreboot/build/seabios/out/cdrom.o Compile checking /home/john/coreboot/build/seabios/out/ps2port.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/ps2port.c -o /home/john/coreboot/build/seabios/out/ps2port.o Compile checking /home/john/coreboot/build/seabios/out/smp.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/smp.c -o /home/john/coreboot/build/seabios/out/smp.o Compile checking /home/john/coreboot/build/seabios/out/resume.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/resume.c -o /home/john/coreboot/build/seabios/out/resume.o Compile checking /home/john/coreboot/build/seabios/out/pnpbios.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/pnpbios.c -o /home/john/coreboot/build/seabios/out/pnpbios.o Compile checking /home/john/coreboot/build/seabios/out/vgahooks.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/vgahooks.c -o /home/john/coreboot/build/seabios/out/vgahooks.o Compile checking /home/john/coreboot/build/seabios/out/ramdisk.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/ramdisk.c -o /home/john/coreboot/build/seabios/out/ramdisk.o Compile checking /home/john/coreboot/build/seabios/out/pcibios.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/pcibios.c -o /home/john/coreboot/build/seabios/out/pcibios.o Compile checking /home/john/coreboot/build/seabios/out/blockcmd.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/blockcmd.c -o /home/john/coreboot/build/seabios/out/blockcmd.o Compile checking /home/john/coreboot/build/seabios/out/usb.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb.c -o /home/john/coreboot/build/seabios/out/usb.o Compile checking /home/john/coreboot/build/seabios/out/usb-uhci.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb-uhci.c -o /home/john/coreboot/build/seabios/out/usb-uhci.o Compile checking /home/john/coreboot/build/seabios/out/usb-ohci.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb-ohci.c -o /home/john/coreboot/build/seabios/out/usb-ohci.o Compile checking /home/john/coreboot/build/seabios/out/usb-ehci.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb-ehci.c -o /home/john/coreboot/build/seabios/out/usb-ehci.o Compile checking /home/john/coreboot/build/seabios/out/usb-hid.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb-hid.c -o /home/john/coreboot/build/seabios/out/usb-hid.o Compile checking /home/john/coreboot/build/seabios/out/usb-msc.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb-msc.c -o /home/john/coreboot/build/seabios/out/usb-msc.o Compile checking /home/john/coreboot/build/seabios/out/virtio-ring.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/virtio-ring.c -o /home/john/coreboot/build/seabios/out/virtio-ring.o Compile checking /home/john/coreboot/build/seabios/out/virtio-pci.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/virtio-pci.c -o /home/john/coreboot/build/seabios/out/virtio-pci.o Compile checking /home/john/coreboot/build/seabios/out/virtio-blk.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/virtio-blk.c -o /home/john/coreboot/build/seabios/out/virtio-blk.o Compile checking /home/john/coreboot/build/seabios/out/virtio-scsi.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/virtio-scsi.c -o /home/john/coreboot/build/seabios/out/virtio-scsi.o Compile checking /home/john/coreboot/build/seabios/out/apm.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/apm.c -o /home/john/coreboot/build/seabios/out/apm.o Compile checking /home/john/coreboot/build/seabios/out/ahci.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/ahci.c -o /home/john/coreboot/build/seabios/out/ahci.o Compile checking /home/john/coreboot/build/seabios/out/usb-uas.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb-uas.c -o /home/john/coreboot/build/seabios/out/usb-uas.o Compile checking /home/john/coreboot/build/seabios/out/lsi-scsi.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/lsi-scsi.c -o /home/john/coreboot/build/seabios/out/lsi-scsi.o Compile checking /home/john/coreboot/build/seabios/out/esp-scsi.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/esp-scsi.c -o /home/john/coreboot/build/seabios/out/esp-scsi.o Compile checking /home/john/coreboot/build/seabios/out/megasas.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/megasas.c -o /home/john/coreboot/build/seabios/out/megasas.o Compile checking /home/john/coreboot/build/seabios/out/post.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/post.c -o /home/john/coreboot/build/seabios/out/post.o Compile checking /home/john/coreboot/build/seabios/out/shadow.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/shadow.c -o /home/john/coreboot/build/seabios/out/shadow.o Compile checking /home/john/coreboot/build/seabios/out/memmap.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/memmap.c -o /home/john/coreboot/build/seabios/out/memmap.o Compile checking /home/john/coreboot/build/seabios/out/pmm.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/pmm.c -o /home/john/coreboot/build/seabios/out/pmm.o Compile checking /home/john/coreboot/build/seabios/out/coreboot.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/coreboot.c -o /home/john/coreboot/build/seabios/out/coreboot.o Compile checking /home/john/coreboot/build/seabios/out/boot.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/boot.c -o /home/john/coreboot/build/seabios/out/boot.o Compile checking /home/john/coreboot/build/seabios/out/acpi.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/acpi.c -o /home/john/coreboot/build/seabios/out/acpi.o Compile checking /home/john/coreboot/build/seabios/out/smm.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/smm.c -o /home/john/coreboot/build/seabios/out/smm.o Compile checking /home/john/coreboot/build/seabios/out/mptable.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/mptable.c -o /home/john/coreboot/build/seabios/out/mptable.o Compile checking /home/john/coreboot/build/seabios/out/pirtable.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/pirtable.c -o /home/john/coreboot/build/seabios/out/pirtable.o Compile checking /home/john/coreboot/build/seabios/out/smbios.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/smbios.c -o /home/john/coreboot/build/seabios/out/smbios.o Compile checking /home/john/coreboot/build/seabios/out/pciinit.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/pciinit.c -o /home/john/coreboot/build/seabios/out/pciinit.o Compile checking /home/john/coreboot/build/seabios/out/optionroms.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/optionroms.c -o /home/john/coreboot/build/seabios/out/optionroms.o Compile checking /home/john/coreboot/build/seabios/out/mtrr.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/mtrr.c -o /home/john/coreboot/build/seabios/out/mtrr.o Compile checking /home/john/coreboot/build/seabios/out/lzmadecode.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/lzmadecode.c -o /home/john/coreboot/build/seabios/out/lzmadecode.o Compile checking /home/john/coreboot/build/seabios/out/bootsplash.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/bootsplash.c -o /home/john/coreboot/build/seabios/out/bootsplash.o Compile checking /home/john/coreboot/build/seabios/out/jpeg.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/jpeg.c -o /home/john/coreboot/build/seabios/out/jpeg.o Compile checking /home/john/coreboot/build/seabios/out/usb-hub.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/usb-hub.c -o /home/john/coreboot/build/seabios/out/usb-hub.o Compile checking /home/john/coreboot/build/seabios/out/paravirt.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/paravirt.c -o /home/john/coreboot/build/seabios/out/paravirt.o Compile checking /home/john/coreboot/build/seabios/out/biostables.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/biostables.c -o /home/john/coreboot/build/seabios/out/biostables.o Compile checking /home/john/coreboot/build/seabios/out/xen.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/xen.c -o /home/john/coreboot/build/seabios/out/xen.o Compile checking /home/john/coreboot/build/seabios/out/bmp.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/bmp.c -o /home/john/coreboot/build/seabios/out/bmp.o Compile checking /home/john/coreboot/build/seabios/out/romfile.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/romfile.c -o /home/john/coreboot/build/seabios/out/romfile.o Compile checking /home/john/coreboot/build/seabios/out/csm.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/csm.c -o /home/john/coreboot/build/seabios/out/csm.o Compiling whole program /home/john/coreboot/build/seabios/out/ccode32flat.o printf '#include "/home/john/coreboot/build/seabios/src/misc.c"\n #include "/home/john/coreboot/build/seabios/src/stacks.c"\n #include "/home/john/coreboot/build/seabios/src/output.c"\n #include "/home/john/coreboot/build/seabios/src/util.c"\n #include "/home/john/coreboot/build/seabios/src/block.c"\n #include "/home/john/coreboot/build/seabios/src/floppy.c"\n #include "/home/john/coreboot/build/seabios/src/ata.c"\n #include "/home/john/coreboot/build/seabios/src/mouse.c"\n #include "/home/john/coreboot/build/seabios/src/kbd.c"\n #include "/home/john/coreboot/build/seabios/src/pci.c"\n #include "/home/john/coreboot/build/seabios/src/serial.c"\n #include "/home/john/coreboot/build/seabios/src/timer.c"\n #include "/home/john/coreboot/build/seabios/src/clock.c"\n #include "/home/john/coreboot/build/seabios/src/pic.c"\n #include "/home/john/coreboot/build/seabios/src/cdrom.c"\n #include "/home/john/coreboot/build/seabios/src/ps2port.c"\n #include "/home/john/coreboot/build/seabios/src/smp.c"\n #include "/home/john/coreboot/build/seabios/src/resume.c"\n #include "/home/john/coreboot/build/seabios/src/pnpbios.c"\n #include "/home/john/coreboot/build/seabios/src/vgahooks.c"\n #include "/home/john/coreboot/build/seabios/src/ramdisk.c"\n #include "/home/john/coreboot/build/seabios/src/pcibios.c"\n #include "/home/john/coreboot/build/seabios/src/blockcmd.c"\n #include "/home/john/coreboot/build/seabios/src/usb.c"\n #include "/home/john/coreboot/build/seabios/src/usb-uhci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-ohci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-ehci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-hid.c"\n #include "/home/john/coreboot/build/seabios/src/usb-msc.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-ring.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-pci.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-blk.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-scsi.c"\n #include "/home/john/coreboot/build/seabios/src/apm.c"\n #include "/home/john/coreboot/build/seabios/src/ahci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-uas.c"\n #include "/home/john/coreboot/build/seabios/src/lsi-scsi.c"\n #include "/home/john/coreboot/build/seabios/src/esp-scsi.c"\n #include "/home/john/coreboot/build/seabios/src/megasas.c"\n #include "/home/john/coreboot/build/seabios/src/post.c"\n #include "/home/john/coreboot/build/seabios/src/shadow.c"\n #include "/home/john/coreboot/build/seabios/src/memmap.c"\n #include "/home/john/coreboot/build/seabios/src/pmm.c"\n #include "/home/john/coreboot/build/seabios/src/coreboot.c"\n #include "/home/john/coreboot/build/seabios/src/boot.c"\n #include "/home/john/coreboot/build/seabios/src/acpi.c"\n #include "/home/john/coreboot/build/seabios/src/smm.c"\n #include "/home/john/coreboot/build/seabios/src/mptable.c"\n #include "/home/john/coreboot/build/seabios/src/pirtable.c"\n #include "/home/john/coreboot/build/seabios/src/smbios.c"\n #include "/home/john/coreboot/build/seabios/src/pciinit.c"\n #include "/home/john/coreboot/build/seabios/src/optionroms.c"\n #include "/home/john/coreboot/build/seabios/src/mtrr.c"\n #include "/home/john/coreboot/build/seabios/src/lzmadecode.c"\n #include "/home/john/coreboot/build/seabios/src/bootsplash.c"\n #include "/home/john/coreboot/build/seabios/src/jpeg.c"\n #include "/home/john/coreboot/build/seabios/src/usb-hub.c"\n #include "/home/john/coreboot/build/seabios/src/paravirt.c"\n #include "/home/john/coreboot/build/seabios/src/biostables.c"\n #include "/home/john/coreboot/build/seabios/src/xen.c"\n #include "/home/john/coreboot/build/seabios/src/bmp.c"\n #include "/home/john/coreboot/build/seabios/src/romfile.c"\n #include "/home/john/coreboot/build/seabios/src/csm.c"\n' > /home/john/coreboot/build/seabios/out/ccode32flat.o.tmp.c gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -fwhole-program -DWHOLE_PROGRAM -c /home/john/coreboot/build/seabios/out/ccode32flat.o.tmp.c -o /home/john/coreboot/build/seabios/out/ccode32flat.o Compiling whole program /home/john/coreboot/build/seabios/out/code32seg.o printf '#include "/home/john/coreboot/build/seabios/src/util.c"\n #include "/home/john/coreboot/build/seabios/src/output.c"\n #include "/home/john/coreboot/build/seabios/src/pci.c"\n #include "/home/john/coreboot/build/seabios/src/pcibios.c"\n #include "/home/john/coreboot/build/seabios/src/apm.c"\n #include "/home/john/coreboot/build/seabios/src/stacks.c"\n' > /home/john/coreboot/build/seabios/out/code32seg.o.tmp.c gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODESEGMENT=1 -fno-defer-pop -fno-jump-tables -fno-tree-switch-conversion -DMODE16=0 -fomit-frame-pointer -fwhole-program -DWHOLE_PROGRAM -c /home/john/coreboot/build/seabios/out/code32seg.o.tmp.c -o /home/john/coreboot/build/seabios/out/code32seg.o Compile checking /home/john/coreboot/build/seabios/out/system.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/system.c -o /home/john/coreboot/build/seabios/out/system.o Compile checking /home/john/coreboot/build/seabios/out/disk.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/disk.c -o /home/john/coreboot/build/seabios/out/disk.o Compile checking /home/john/coreboot/build/seabios/out/font.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c src/font.c -o /home/john/coreboot/build/seabios/out/font.o Compiling whole program /home/john/coreboot/build/seabios/out/ccode16.o printf '#include "/home/john/coreboot/build/seabios/src/misc.c"\n #include "/home/john/coreboot/build/seabios/src/stacks.c"\n #include "/home/john/coreboot/build/seabios/src/output.c"\n #include "/home/john/coreboot/build/seabios/src/util.c"\n #include "/home/john/coreboot/build/seabios/src/block.c"\n #include "/home/john/coreboot/build/seabios/src/floppy.c"\n #include "/home/john/coreboot/build/seabios/src/ata.c"\n #include "/home/john/coreboot/build/seabios/src/mouse.c"\n #include "/home/john/coreboot/build/seabios/src/kbd.c"\n #include "/home/john/coreboot/build/seabios/src/pci.c"\n #include "/home/john/coreboot/build/seabios/src/serial.c"\n #include "/home/john/coreboot/build/seabios/src/timer.c"\n #include "/home/john/coreboot/build/seabios/src/clock.c"\n #include "/home/john/coreboot/build/seabios/src/pic.c"\n #include "/home/john/coreboot/build/seabios/src/cdrom.c"\n #include "/home/john/coreboot/build/seabios/src/ps2port.c"\n #include "/home/john/coreboot/build/seabios/src/smp.c"\n #include "/home/john/coreboot/build/seabios/src/resume.c"\n #include "/home/john/coreboot/build/seabios/src/pnpbios.c"\n #include "/home/john/coreboot/build/seabios/src/vgahooks.c"\n #include "/home/john/coreboot/build/seabios/src/ramdisk.c"\n #include "/home/john/coreboot/build/seabios/src/pcibios.c"\n #include "/home/john/coreboot/build/seabios/src/blockcmd.c"\n #include "/home/john/coreboot/build/seabios/src/usb.c"\n #include "/home/john/coreboot/build/seabios/src/usb-uhci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-ohci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-ehci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-hid.c"\n #include "/home/john/coreboot/build/seabios/src/usb-msc.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-ring.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-pci.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-blk.c"\n #include "/home/john/coreboot/build/seabios/src/virtio-scsi.c"\n #include "/home/john/coreboot/build/seabios/src/apm.c"\n #include "/home/john/coreboot/build/seabios/src/ahci.c"\n #include "/home/john/coreboot/build/seabios/src/usb-uas.c"\n #include "/home/john/coreboot/build/seabios/src/lsi-scsi.c"\n #include "/home/john/coreboot/build/seabios/src/esp-scsi.c"\n #include "/home/john/coreboot/build/seabios/src/megasas.c"\n #include "/home/john/coreboot/build/seabios/src/system.c"\n #include "/home/john/coreboot/build/seabios/src/disk.c"\n #include "/home/john/coreboot/build/seabios/src/font.c"\n' > /home/john/coreboot/build/seabios/out/ccode16.o.tmp.c gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODESEGMENT=1 -fno-defer-pop -fno-jump-tables -fno-tree-switch-conversion -DMODE16=1 -Wa,src/code16gcc.s --param large-stack-frame=4 -fomit-frame-pointer -fwhole-program -DWHOLE_PROGRAM -c /home/john/coreboot/build/seabios/out/ccode16.o.tmp.c -o /home/john/coreboot/build/seabios/out/ccode16.o Compiling to assembler /home/john/coreboot/build/seabios/out/asm-offsets.s gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODESEGMENT=1 -fno-defer-pop -fno-jump-tables -fno-tree-switch-conversion -DMODE16=1 -Wa,src/code16gcc.s --param large-stack-frame=4 -fomit-frame-pointer -S -c src/asm-offsets.c -o /home/john/coreboot/build/seabios/out/asm-offsets.s Generating offset file /home/john/coreboot/build/seabios/out/asm-offsets.h ./tools/gen-offsets.sh /home/john/coreboot/build/seabios/out/asm-offsets.s /home/john/coreboot/build/seabios/out/asm-offsets.h Compiling (16bit) /home/john/coreboot/build/seabios/out/romlayout.o gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODESEGMENT=1 -fno-defer-pop -fno-jump-tables -fno-tree-switch-conversion -DMODE16=1 -Wa,src/code16gcc.s --param large-stack-frame=4 -fomit-frame-pointer -c -D__ASSEMBLY__ src/romlayout.S -o /home/john/coreboot/build/seabios/out/romlayout.o Building ld scripts ./tools/buildversion.sh /home/john/coreboot/build/seabios/out/version.c Version: rel-1.7.3-18-g7093aa5-dirty-20130731_155100-john-samsung-550-chromebook gcc -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -Wno-unused-but-set-variable -fuse-ld=bfd -Wa,--divide -fno-stack-protector -Wl,--build-id=none -I/home/john/coreboot/build/seabios/out/ -Os -MD -g -Wall -Wno-strict-aliasing -Wold-style-definition -Wtype-limits -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 -minline-all-stringops -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks -ffunction-sections -fdata-sections -fno-common -fno-stack-protector -DMODE16=0 -DMODESEGMENT=0 -fomit-frame-pointer -c /home/john/coreboot/build/seabios/out/version.c -o /home/john/coreboot/build/seabios/out/version.o ld.bfd -b elf32-i386 -melf_i386 -melf_i386 -r /home/john/coreboot/build/seabios/out/ccode32flat.o /home/john/coreboot/build/seabios/out/version.o -o /home/john/coreboot/build/seabios/out/code32flat.o ld.bfd -b elf32-i386 -melf_i386 -melf_i386 -r /home/john/coreboot/build/seabios/out/ccode16.o /home/john/coreboot/build/seabios/out/romlayout.o -o /home/john/coreboot/build/seabios/out/code16.o objdump -thr /home/john/coreboot/build/seabios/out/code32flat.o > /home/john/coreboot/build/seabios/out/code32flat.o.objdump objdump -thr /home/john/coreboot/build/seabios/out/code32seg.o > /home/john/coreboot/build/seabios/out/code32seg.o.objdump objdump -thr /home/john/coreboot/build/seabios/out/code16.o > /home/john/coreboot/build/seabios/out/code16.o.objdump python ./tools/layoutrom.py /home/john/coreboot/build/seabios/out/code16.o.objdump /home/john/coreboot/build/seabios/out/code32seg.o.objdump /home/john/coreboot/build/seabios/out/code32flat.o.objdump /home/john/coreboot/build/seabios/out/romlayout16.lds /home/john/coreboot/build/seabios/out/romlayout32seg.lds /home/john/coreboot/build/seabios/out/romlayout32flat.lds Fixed space: 0xe05b-0x10000 total: 8101 slack: 10 Percent slack: 0.1% 16bit size: 28612 32bit segmented size: 2301 32bit flat size: 11536 32bit flat init size: 40112 Lowmem size: 2128 f-segment var size: 1183 Linking /home/john/coreboot/build/seabios/out/rom16.o ld.bfd -b elf32-i386 -melf_i386 -T /home/john/coreboot/build/seabios/out/romlayout16.lds /home/john/coreboot/build/seabios/out/code16.o -o /home/john/coreboot/build/seabios/out/rom16.o Stripping /home/john/coreboot/build/seabios/out/rom16.strip.o strip /home/john/coreboot/build/seabios/out/rom16.o -o /home/john/coreboot/build/seabios/out/rom16.strip.o Linking /home/john/coreboot/build/seabios/out/rom32seg.o ld.bfd -b elf32-i386 -melf_i386 -T /home/john/coreboot/build/seabios/out/romlayout32seg.lds /home/john/coreboot/build/seabios/out/code32seg.o -o /home/john/coreboot/build/seabios/out/rom32seg.o Stripping /home/john/coreboot/build/seabios/out/rom32seg.strip.o strip /home/john/coreboot/build/seabios/out/rom32seg.o -o /home/john/coreboot/build/seabios/out/rom32seg.strip.o Linking /home/john/coreboot/build/seabios/out/rom.o ld.bfd -b elf32-i386 -melf_i386 -T /home/john/coreboot/build/seabios/out/romlayout32flat.lds /home/john/coreboot/build/seabios/out/rom16.strip.o /home/john/coreboot/build/seabios/out/rom32seg.strip.o /home/john/coreboot/build/seabios/out/code32flat.o -o /home/john/coreboot/build/seabios/out/rom.o Prepping /home/john/coreboot/build/seabios/out/bios.bin objdump -thr /home/john/coreboot/build/seabios/out/rom.o > /home/john/coreboot/build/seabios/out/rom.o.objdump objcopy -O binary /home/john/coreboot/build/seabios/out/rom.o /home/john/coreboot/build/seabios/out/bios.bin.raw python ./tools/checkrom.py /home/john/coreboot/build/seabios/out/rom.o.objdump /home/john/coreboot/build/seabios/out/bios.bin.raw /home/john/coreboot/build/seabios/out/bios.bin Total size: 87760 Fixed: 43643 Free: 43312 (used 67.0% of 128KiB rom) strip -R .comment /home/john/coreboot/build/seabios/out/rom.o -o /home/john/coreboot/build/seabios/out/bios.bin.elf printf " DD Adding Intel Firmware Descriptor\n" DD Adding Intel Firmware Descriptor dd if="3rdparty/mainboard/samsung/lumpy/descriptor.bin" \ of=build/coreboot.pre conv=notrunc >/dev/null 2>&1 printf " IFDTOOL me.bin -> coreboot.pre\n" IFDTOOL me.bin -> coreboot.pre build/util/ifdtool/ifdtool \ -i ME:"3rdparty/mainboard/samsung/lumpy/me.bin" \ build/coreboot.pre File build/coreboot.pre is 8388608 bytes Found Flash Descriptor signature at 0x00000010 File 3rdparty/mainboard/samsung/lumpy/me.bin is 1568768 bytes Adding 3rdparty/mainboard/samsung/lumpy/me.bin as the Intel ME section of build/coreboot.pre Writing new image to build/coreboot.pre.new mv build/coreboot.pre.new build/coreboot.pre printf " IFDTOOL Unlocking Management Engine\n" IFDTOOL Unlocking Management Engine build/util/ifdtool/ifdtool -u build/coreboot.pre File build/coreboot.pre is 8388608 bytes Found Flash Descriptor signature at 0x00000010 Writing new image to build/coreboot.pre.new mv build/coreboot.pre.new build/coreboot.pre CBFS coreboot.rom cp build/coreboot.pre build/coreboot.rom.tmp build/cbfstool build/coreboot.rom.tmp add-stage -f build/cbfs/fallback/coreboot_ram.elf -n "fallback"/coreboot_ram -c none PAYLOAD SeaBIOS (internal, compression: none) build/cbfstool build/coreboot.rom.tmp add-payload -f "build/seabios/out/bios.bin.elf" -n "fallback"/payload -c none mv build/coreboot.rom.tmp build/coreboot.rom CBFSPRINT coreboot.rom build/cbfstool build/coreboot.rom print coreboot.rom: 8192 kB, bootblocksize 1552, romsize 8388608, offset 0x700000 alignment: 64 bytes Name Offset Type Size cmos_layout.bin 0x700000 cmos_layout 1120 pci8086,0106.rom 0x7004c0 optionrom 65536 cpu_microcode_blob.bin 0x710500 microcode 20544 fallback/romstage 0x7155c0 stage 36438 fallback/coreboot_ram 0x71e480 stage 294016 fallback/payload 0x766140 payload 87816 (empty) 0x77b880 null 18200 mrc.cache 0x77ffc0 (unknown) 0 (empty) 0x780000 null 130968 mrc.bin 0x79ffc0 (unknown) 195732 (empty) 0x7cfcc0 null 49880 spd.bin 0x7dbfc0 (unknown) 1536 (empty) 0x7dc600 null 144280 rm build/cbfs/fallback/romstage_null.elf build/cbfs/fallback/bootblock.elf