Re: [coreboot] GIGABYTE GA-890GPA-UD3H seems to have the right rom chip to flash, but compiling cooreboot v4 fails

2011-06-07 Thread Cristian Măgherușan-Stanciu
Hi, A message with the log of your compilation failure might be more useful than an output of flashrom. ~Cristi -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] New patch to review: a02eb1b Added a basic .gitignore

2011-06-07 Thread gerrit
Dear list, Cristian Măgherușan-Stanciu (cristi.magheru...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10. You will also find it attached for your convenience. Regards, gerrit commit a02eb1bdd107e9a42a45aaabb30f88e6757324ba Author:

[coreboot] New patch to review: d138cb2 Drop 'git fetch' when building seabios so that coreboot could compile without an Internet connection

2011-06-07 Thread gerrit
Dear list, Cristian Măgherușan-Stanciu (cristi.magheru...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11. You will also find it attached for your convenience. Regards, gerrit commit d138cb2a592f0694d9f8c71df65f8421d9562eca Author:

[coreboot] Patch set updated: 954af2a Added a basic .gitignore

2011-06-07 Thread gerrit
Cristian Măgherușan-Stanciu (cristi.magheru...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10 -gerrit commit 954af2a61e8f2d6bf04878de6b76ab43d9e783c5 Author: Cristian Măgherușan-Stanciu cristi.magheru...@gmail.com Date: Tue Jun 7

[coreboot] Patch set updated: 6d35f03 SMM: add defines for APM_CNT register

2011-06-07 Thread gerrit
Sven Schnelle (sv...@stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4 -gerrit commit 6d35f03d8770939967951a1a0e882896cdf007b8 Author: Sven Schnelle sv...@stackframe.org Date: Sun Jun 5 11:33:41 2011 +0200 SMM: add defines for

[coreboot] Patch set updated: 965d13d i82801gx: enable ACPI during S3 resume

2011-06-07 Thread gerrit
Sven Schnelle (sv...@stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7 -gerrit commit 965d13d8627ac29782af2cc3db3e4fffeaa7fc76 Author: Sven Schnelle sv...@stackframe.org Date: Sun Jun 5 11:39:12 2011 +0200 i82801gx: enable ACPI

Re: [coreboot] [commit] r6627 - trunk/src/mainboard/asrock/e350m1

2011-06-07 Thread Marc Jones
On Tue, Jun 7, 2011 at 10:29 AM, Scott Duplichan sc...@notabs.org wrote: Kevin O'Connor wrote: ]I agree that no one would notice 7ms on it's own.  However, a handful ]of 7ms improvements can be noticed. ] ]I think of the bootblock as the place to fully map the flash device. ]So, why would

[coreboot] Patch merged into master: e75d028 Add gitconfig make target to simplify gerrit configuration

2011-06-07 Thread gerrit
the following patch was just integrated into master: commit e75d028c249067a8c59d2fc67d559046248245f3 Author: Patrick Georgi patr...@georgi-clan.de Date: Sun Jun 5 15:15:49 2011 +0200 Add gitconfig make target to simplify gerrit configuration make gitconfig installs the gerrit

[coreboot] Patch merged into master: 6d35f03 SMM: add defines for APM_CNT register

2011-06-07 Thread gerrit
the following patch was just integrated into master: commit 6d35f03d8770939967951a1a0e882896cdf007b8 Author: Sven Schnelle sv...@stackframe.org Date: Sun Jun 5 11:33:41 2011 +0200 SMM: add defines for APM_CNT register in the current code, the defines for the APM_CNT (0xb2) register

[coreboot] Patch merged into master: 965d13d i82801gx: enable ACPI during S3 resume

2011-06-07 Thread gerrit
the following patch was just integrated into master: commit 965d13d8627ac29782af2cc3db3e4fffeaa7fc76 Author: Sven Schnelle sv...@stackframe.org Date: Sun Jun 5 11:39:12 2011 +0200 i82801gx: enable ACPI during S3 resume disabling ACPI during S3 wakeup breaks ACPI wakeup, as the

[coreboot] Patch set updated: 77ac4d1 T60/PMH7: move 'touchpad' option to pmh7

2011-06-07 Thread gerrit
Sven Schnelle (sv...@stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6 -gerrit commit 77ac4d1a75e214e49e6770bd927a88c251b62e48 Author: Sven Schnelle sv...@stackframe.org Date: Sun Jun 5 21:32:51 2011 +0200 T60/PMH7: move 'touchpad'

[coreboot] Patch merged into master: 77ac4d1 T60/PMH7: move 'touchpad' option to pmh7

2011-06-07 Thread gerrit
the following patch was just integrated into master: commit 77ac4d1a75e214e49e6770bd927a88c251b62e48 Author: Sven Schnelle sv...@stackframe.org Date: Sun Jun 5 21:32:51 2011 +0200 T60/PMH7: move 'touchpad' option to pmh7 This option is PMH7 specific, and should be moved there,

Re: [coreboot] [ANN] New code repository and development workflow

2011-06-07 Thread David Hendricks
On Sun, Jun 5, 2011 at 1:48 PM, Patrick Georgi patr...@georgi-clan.dewrote: 4. Mail notification Mail notification to the mailing list is implemented from scratch. Right now it only reports on new patch submissions and on patches merged into the master branch. More events might/will follow in

Re: [coreboot] [ANN] New code repository and development workflow

2011-06-07 Thread Patrick Georgi
Am Dienstag, den 07.06.2011, 13:59 -0700 schrieb David Hendricks: I suggest squelching the Patch set updated messages on the mailing list. Reviewers will get the notifications anyway, so for those who are not reviewing a patch those notifications are excessive. Good suggestion, thanks.