[coreboot] New patch to review for coreboot: e89ffee libpayload: Add reset function for OHCI USB driver

2012-07-06 Thread anton.koch...@gmail.com
Anton Kochkov (anton.koch...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1177 -gerrit commit e89ffeebb93b987c833beaad39651cdd44f00cc5 Author: Anton Kochkov a.koch...@securitycode.ru Date: Fri Jul 6 11:54:17 2012 +0400 libpayload:

[coreboot] Patch merged into coreboot/master: f419483 superiotool: Add support for git-based version number

2012-07-06 Thread gerrit
the following patch was just integrated into master: commit f41948308c9360389680c1d12c5c1d406354048b Author: Guenter Roeck li...@roeck-us.net Date: Fri Jun 29 12:25:46 2012 -0700 superiotool: Add support for git-based version number The superiotool Makefile extracts a version

[coreboot] New patch to review for coreboot: 29cadf1 i945: Reset IGD on boot

2012-07-06 Thread patr...@georgi-clan.de
Patrick Georgi (patr...@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1178 -gerrit commit 29cadf18204929842781120325b7301e6dbe1612 Author: Patrick Georgi patrick.geo...@secunet.com Date: Fri Jul 6 11:31:39 2012 +0200 i945: Reset

[coreboot] Patch merged into coreboot/master: 29cadf1 i945: Reset IGD on boot

2012-07-06 Thread gerrit
the following patch was just integrated into master: commit 29cadf18204929842781120325b7301e6dbe1612 Author: Patrick Georgi patrick.geo...@secunet.com Date: Fri Jul 6 11:31:39 2012 +0200 i945: Reset IGD on boot This is mostly necessary for reboot, but it doesn't hurt the boot

[coreboot] SIGILL on an ASUS A8V-E Deluxe

2012-07-06 Thread Michael Büchler
Hi, I'm trying to run coreboot on an ASUS A8V-E Deluxe. It stops with a SIGILL after saying the following (tail of the log I got over serial): POST: 0x9d Adding CBMEM entry as no. 5 Writing high table forward entry at 0x0500 Wrote coreboot table at: 0500, 0x10 bytes, checksum efdf New

[coreboot] Patch merged into coreboot/master: bbe21b5 IEI PM-LX-800-R11: Added preliminary mainboard support

2012-07-06 Thread gerrit
the following patch was just integrated into master: commit bbe21b5c3d7625a2a3d6417d3b844884ebd84eeb Author: Ricardo Martins rasmart...@gmail.com Date: Wed Jul 4 03:09:49 2012 +0100 IEI PM-LX-800-R11: Added preliminary mainboard support Details for this board are available at

[coreboot] Patch set updated for coreboot: 4c8a557 IEI PM-LX2-800-R10: Added preliminary mainboard support

2012-07-06 Thread rasmart...@gmail.com
Ricardo Martins (rasmart...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1152 -gerrit commit 4c8a557d3ea3728773e1d9dcd59edb22436199ec Author: Ricardo Martins rasmart...@gmail.com Date: Fri Jul 6 13:44:41 2012 +0100 IEI

[coreboot] New patch to review for coreboot: 9da2d37 IEI PM-LX2-800-R10: Removed bogus Kconfig option

2012-07-06 Thread rasmart...@gmail.com
Ricardo Martins (rasmart...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1179 -gerrit commit 9da2d3700d0b4d98327bbca9cace5f7bccf2ae17 Author: Ricardo Martins rasmart...@gmail.com Date: Fri Jul 6 13:49:52 2012 +0100 IEI

[coreboot] New patch to review for coreboot: 9ca4f70 Drop invalid device ops on Agesa northbridge

2012-07-06 Thread kyosti.mal...@gmail.com
Kyösti Mälkki (kyosti.mal...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1180 -gerrit commit 9ca4f704ef9e79459d14c6aa27cf5568a98fd4bb Author: Kyösti Mälkki kyosti.mal...@gmail.com Date: Fri Jul 6 17:27:37 2012 +0300 Drop invalid

Re: [coreboot] SIGILL on an ASUS A8V-E Deluxe

2012-07-06 Thread Michael Büchler
On Fri, 2012-07-06 at 13:10 +0200, Michael Büchler wrote: I'm trying to run coreboot on an ASUS A8V-E Deluxe. It stops with a SIGILL after saying the following (tail of the log I got over serial): I was able to get around this by using gcc-4.4.6 instead of gcc-4.6.2. In detail: The SIGILL

[coreboot] Patch set updated for coreboot: f3ef4c4 IEI PM-LX-800-R11: Removed bogus Kconfig option

2012-07-06 Thread rasmart...@gmail.com
Ricardo Martins (rasmart...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1179 -gerrit commit f3ef4c4e3777c08694dce20dd6e3a657bb8489e8 Author: Ricardo Martins rasmart...@gmail.com Date: Fri Jul 6 17:41:29 2012 +0100 IEI

Re: [coreboot] SIGILL on an ASUS A8V-E Deluxe

2012-07-06 Thread Michael Büchler
On Fri, 2012-07-06 at 13:10 +0200, Michael Büchler wrote: I'm trying to run coreboot on an ASUS A8V-E Deluxe. It stops with a SIGILL after saying the following (tail of the log I got over serial): I was able to get around this by using gcc-4.4.6 instead of gcc-4.6.2. In detail: The SIGILL

Re: [coreboot] SIGILL on an ASUS A8V-E Deluxe

2012-07-06 Thread Patrick Georgi
Am 06.07.2012 18:00, schrieb Michael Büchler: It's working for me now so as a user I will just accept that I have to use gcc-4.4.6, but please tell me if I can help fixing this issue. We were once considering to restrict the code to 486 level, ie. -mcpu=486. That should avoid such issues.

Re: [coreboot] SIGILL on an ASUS A8V-E Deluxe

2012-07-06 Thread Idwer Vollering
2012/7/6 Michael Büchler mbuechle...@gmail.com: On Fri, 2012-07-06 at 13:10 +0200, Michael Büchler wrote: I'm trying to run coreboot on an ASUS A8V-E Deluxe. It stops with a SIGILL after saying the following (tail of the log I got over serial): I was able to get around this by using gcc-4.4.6

Re: [coreboot] SIGILL on an ASUS A8V-E Deluxe

2012-07-06 Thread Peter Stuge
Idwer Vollering wrote: The SIGILL occured with this version of gcc: $ gcc --version gcc (Gentoo 4.6.2 p1.4, pie-0.5.0) 4.6.2 It doesn't happen on this version of gcc (I get to FILO at least): $ gcc --version gcc (Gentoo 4.4.6-r1 p1.0, pie-0.4.5) 4.4.6 You should retry with