Re: [coreboot] error building coreboot

2015-04-28 Thread Patrick Georgi via coreboot
2015-04-28 8:42 GMT+02:00 c...@posteo.de: after running make im getting the following error and the building process is stopped: - /coreboot/util/cbfstool/cbfs_image.c:451:59: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

[coreboot] build failure on amd64 host:- help

2015-04-28 Thread sibu
Greetings, I am new to this list. I am trying to learn how to compile coreboot. My host has these: ---cpu: AMD64 3 cores ---OS: linux (BLFS) linux-3.10.32, ( pure 64-bit ), gcc-4.8.1. IASL ( downloaded as tbb41_201305160ss ) A ) I fetched coreboot fron the git repository B ) I unpacked

Re: [coreboot] build failure on amd64 host:- help

2015-04-28 Thread ron minnich
coreboot is a 32 bit binary on x86, still. You should always build the coreboot toolchain and use it to compile coreboot. What you are reporting is a common problem for those who do not use the coreboot toolchain. On Tue, Apr 28, 2015 at 9:03 PM sibu sib...@btconnect.com wrote: Greetings, I

[coreboot] ASUS KFSN4-DRE Automated Test Failure

2015-04-28 Thread Raptor Engineering Automated Test Stand
The ASUS KFSN4-DRE fails verification as of commit 595ee7282249b13c3d7f8a45178e76798690 The following tests failed: BOOT_FAILURE Commits since last successful test: 595e777 Kconfig whitespace fixes See attached boot log for details This message was automatically generated from Raptor

Re: [coreboot] ASUS KFSN4-DRE Automated Test Failure

2015-04-28 Thread Timothy Pearson
On 04/28/2015 03:26 PM, Raptor Engineering Automated Test Stand wrote: The ASUS KFSN4-DRE fails verification as of commit 595ee7282249b13c3d7f8a45178e76798690 The following tests failed: BOOT_FAILURE Commits since last successful test: 595e777 Kconfig whitespace fixes See attached boot

Re: [coreboot] Google Panther: coreboot has to wait for Intel’s ME (Management Engine)

2015-04-28 Thread Berth-Olof Bergman
That’s truly amazing! So the FSP + coreboot part only takes a quarter of a second? Intel FSP must be on steroids!! The total boot time is the sum of components time, so if you fix that problem you will have close to a quarter of second boot time!! Can we see a video clip of that boot? 27 apr

Re: [coreboot] Google Panther: coreboot has to wait for Intel’s ME (Management Engine)

2015-04-28 Thread Berth-Olof Bergman
Anyway, this is very good!! Good work!! 28 apr 2015 kl. 09:16 skrev Matt DeVillier matt.devill...@gmail.com: On 4/28/2015 1:22 AM, Berth-Olof Bergman wrote: That’s truly amazing! So the FSP + coreboot part only takes a quarter of a second? Intel FSP must be on steroids!! The total boot

Re: [coreboot] Google Panther: coreboot has to wait for Intel’s ME (Management Engine)

2015-04-28 Thread Matt DeVillier
On 4/28/2015 1:22 AM, Berth-Olof Bergman wrote: That’s truly amazing! So the FSP + coreboot part only takes a quarter of a second? Intel FSP must be on steroids!! The total boot time is the sum of components time, so if you fix that problem you will have close to a quarter of second boot

[coreboot] error building coreboot

2015-04-28 Thread chp
hi, i am trying to build coreboot according to https://github.com/bibanon/Coreboot-ThinkPads/wiki/T60p-Build-Coreboot#build-coreboot make crossgcc worked fine. after running make im getting the following error and the building process is stopped: -