Re: [coreboot] i915tool

2013-02-22 Thread Christian Gmeiner
2013/2/21 ron minnich rminn...@gmail.com: I just updated it. https://code.google.com/p/i915tool/ I had to wait, starting some time ago, because there was too much info appearing in it about this: http://techland.time.com/2013/02/21/googles-chomebook-pixel-the-chromebook-goes-high-end/ and I

[coreboot] Patch merged into coreboot/master: 39d497d Update 3rdparty mark to latest repository

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit 39d497d5cfe62457bcacdd3826663c544b8bab37 Author: Stefan Reinauer reina...@chromium.org Date: Thu Feb 21 15:39:01 2013 -0800 Update 3rdparty mark to latest repository Change-Id: Ied5515a332e3f2f9abbed1c015cad76f7bb4cd9f

[coreboot] Patch merged into coreboot/master: 58fd5e1 libcbfs: Fix legacy CBFS API, typos

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit 58fd5e1d3d4153ae86a997fcc9b0cfc5fd85e4b7 Author: Hung-Te Lin hun...@chromium.org Date: Wed Feb 20 15:43:47 2013 +0800 libcbfs: Fix legacy CBFS API, typos Pulling CBFS fix from libpayload:

[coreboot] Patch merged into coreboot/master: fbf0783 libpayload: cbfs: Fix CBFS max size calculation.

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit fbf078311f37ae392b1c97dd5271035f1a056486 Author: Hung-Te Lin hun...@chromium.org Date: Wed Feb 20 15:50:06 2013 +0800 libpayload: cbfs: Fix CBFS max size calculation. Cherry-picking CBFS fix from

[coreboot] New patch to review for coreboot: de80b9e src/arch/x86/boot/acpigen.c: Small coding style and comment fixes

2013-02-22 Thread paulepan...@users.sourceforge.net
Paul Menzel (paulepan...@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2484 -gerrit commit de80b9e34eca0ffae25634164f0f7c193291af2a Author: Paul Menzel paulepan...@users.sourceforge.net Date: Fri Feb 22 12:33:08 2013 +0100

[coreboot] Patch set updated for coreboot: 4109da0 AMD based boards: platform_cfg.h: Replace `_*BOARDNAME*_CFG_H_` with `_PLATFORM_CFG_H_`

2013-02-22 Thread paulepan...@users.sourceforge.net
Paul Menzel (paulepan...@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2464 -gerrit commit 4109da0b0f9b281f83b64f5cb94c3561e0b2d742 Author: Jens Rottmann jrottm...@lippertembedded.de Date: Wed Feb 20 21:24:20 2013 +0100

[coreboot] Patch set updated for coreboot: b00a042 AMD Fam14 boards: Set P_BLK length to 6 for all processors

2013-02-22 Thread paulepan...@users.sourceforge.net
Paul Menzel (paulepan...@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2189 -gerrit commit b00a042319821812ee1e1e8b7f567caa218a4ccf Author: Paul Menzel paulepan...@users.sourceforge.net Date: Mon Jan 21 18:43:12 2013 +0100

[coreboot] New patch to review for coreboot: 97b58e8 nvramtool: reduce memory mapping

2013-02-22 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/2485 -gerrit commit 97b58e84dfcf4b3b543ac3d75f77c5d66c91fe30 Author: Patrick Georgi patrick.geo...@secunet.com Date: Thu Feb 21 14:03:47 2013 +0100 nvramtool:

[coreboot] Patch merged into coreboot/master: 1278142 nvramtool: reduce memory mapping

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit 12781422d5ee2afcfe8da6a3f1b4f6c9d257dec8 Author: Patrick Georgi patrick.geo...@secunet.com Date: Thu Feb 21 14:03:47 2013 +0100 nvramtool: reduce memory mapping Instead of trying to map the first megabyte, only map what is

[coreboot] Patch set updated for coreboot: f769f44 google/snow: enable GPIO entries and CHROMEOS in building

2013-02-22 Thread rminn...@gmail.com
Ronald G. Minnich (rminn...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2467 -gerrit commit f769f440135d83781e17e63bf301a14c68b36670 Author: Ronald G. Minnich rminn...@gmail.com Date: Wed Feb 20 15:46:46 2013 -0800 google/snow:

[coreboot] New patch to review for coreboot: 7520e4a */acpi_tables.c: Use ALIGN macro

2013-02-22 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/2487 -gerrit commit 7520e4a6f817f15af9e5e942e2f15dd8ceffdbb5 Author: Patrick Georgi patr...@georgi-clan.de Date: Fri Feb 22 20:19:20 2013 +0100

[coreboot] Patch merged into coreboot/master: 50f313c */acpi_tables.c: Use ALIGN macro

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit 50f313c8b2cae372d3d3868940c445aeb221ec1e Author: Patrick Georgi patr...@georgi-clan.de Date: Fri Feb 22 20:19:20 2013 +0100 */acpi_tables.c: Use ALIGN macro At the request of Paul Menzel, I reran an old classic of a

Re: [coreboot] New patch to review for coreboot: 7520e4a */acpi_tables.c: Use ALIGN macro

2013-02-22 Thread Peter Stuge
Patrick Georgi wrote: */acpi_tables.c: Use ALIGN macro At the request of Paul Menzel, I reran an old classic of a coccinelle script: @@ expression E; @@ -(E + 7) -8 +ALIGN(E, 8) Thanks for that! This is another really simple thing that we

[coreboot] Patch set updated for coreboot: 615a10b AMD/Persimmon: Add RTC init to CIMX SB800

2013-02-22 Thread mike.lopt...@se-eng.com
Mike Loptien (mike.lopt...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2444 -gerrit commit 615a10be4efd0213cd6383506e4c63adf309031d Author: Mike Loptien mike.lopt...@se-eng.com Date: Fri Feb 22 13:18:31 2013 -0700 AMD/Persimmon:

[coreboot] Patch set updated for coreboot: 8ec0db8 AMD Fam14 boards: Set P_BLK length to 6 for all processors

2013-02-22 Thread paulepan...@users.sourceforge.net
Paul Menzel (paulepan...@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2189 -gerrit commit 8ec0db849fa195c187280d25815a9389164ce724 Author: Paul Menzel paulepan...@users.sourceforge.net Date: Mon Jan 21 18:43:12 2013 +0100

[coreboot] New patch to review for coreboot: 52e3ac4 AMD/Persimmon: Add RTC init to CIMX SB800

2013-02-22 Thread mike.lopt...@se-eng.com
Mike Loptien (mike.lopt...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2488 -gerrit commit 52e3ac4bacae29ca444c9f750e133774b0b5aa2a Author: Mike Loptien mike.lopt...@se-eng.com Date: Fri Feb 22 13:18:31 2013 -0700 AMD/Persimmon:

[coreboot] Patch merged into coreboot/master: d6682e8 Add support for Google ChromeEC

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit d6682e88afc31f0d05f74638c28f6cc60fa2ba69 Author: Stefan Reinauer reina...@chromium.org Date: Thu Feb 21 15:39:35 2013 -0800 Add support for Google ChromeEC Google ChromeEC is an EC with completely open source firmware.

[coreboot] Patch set updated for coreboot: c4d3d45 AMD/Persimmon: Add RTC init to CIMX SB800

2013-02-22 Thread mike.lopt...@se-eng.com
Mike Loptien (mike.lopt...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2488 -gerrit commit c4d3d4517331a5fa735cfa05c43265f260dbd5d6 Author: Mike Loptien mike.lopt...@se-eng.com Date: Fri Feb 22 13:18:31 2013 -0700 AMD/Persimmon:

Re: [coreboot] New patch to review for coreboot: 0f25d3c Add support for Google ChromeEC

2013-02-22 Thread Peter Stuge
Stefan Reinauer wrote: +++ b/src/ec/google/chromeec/ec.c .. +/* an internal API to send a command to the EC and wait for response. */ +struct chromeec_command { + u8 cmd_code; /* command code in, status out */ + u8 cmd_version; /* command version */ + const

[coreboot] Patch set updated for coreboot: 85a0ae3 src/arch/x86/boot/acpigen.c: Small coding style and comment fixes

2013-02-22 Thread paulepan...@users.sourceforge.net
Paul Menzel (paulepan...@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2484 -gerrit commit 85a0ae394b952164cf24c8884db17236a962695c Author: Paul Menzel paulepan...@users.sourceforge.net Date: Fri Feb 22 12:33:08 2013 +0100

[coreboot] New patch to review for coreboot: 0dd9d5b ASRock E350M1: BiosCallOuts.c: Let `BiosGnbPcieSlotReset()` return `AGESA_UNSUPPORTED`

2013-02-22 Thread paulepan...@users.sourceforge.net
Paul Menzel (paulepan...@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2489 -gerrit commit 0dd9d5b4d6b0a5ad3f0281e0961f84b06db69d64 Author: Paul Menzel paulepan...@users.sourceforge.net Date: Sat Feb 23 00:15:49 2013 +0100

[coreboot] Patch merged into coreboot/master: ac529b1 AMD/Persimmon: Add RTC init to CIMX SB800

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit ac529b1e15a2872b6e2894b0661fb49b11c95169 Author: Mike Loptien mike.lopt...@se-eng.com Date: Fri Feb 22 13:18:31 2013 -0700 AMD/Persimmon: Add RTC init to CIMX SB800 Adding RTC init code to the Southbridge initialization

[coreboot] Patch merged into coreboot/master: 940095f AMD based boards: platform_cfg.h: Replace `_*BOARDNAME*_CFG_H_` with `_PLATFORM_CFG_H_`

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit 940095fe5e4181f1708ff2298f17f7056b8e18ff Author: Jens Rottmann jrottm...@lippertembedded.de Date: Wed Feb 20 21:24:20 2013 +0100 AMD based boards: platform_cfg.h: Replace `_*BOARDNAME*_CFG_H_` with `_PLATFORM_CFG_H_`

[coreboot] Patch merged into coreboot/master: 49428d8 Add support for Google's Chromebook Pixel

2013-02-22 Thread gerrit
the following patch was just integrated into master: commit 49428d840323210433c96740545246296d65b3f2 Author: Stefan Reinauer reina...@chromium.org Date: Thu Feb 21 15:48:37 2013 -0800 Add support for Google's Chromebook Pixel Ladies and gentlemen, I'm very happy to announce

[coreboot] Patch set updated for coreboot: d884827 google/snow: enable GPIO entries and CHROMEOS in building

2013-02-22 Thread rminn...@gmail.com
Ronald G. Minnich (rminn...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2467 -gerrit commit d884827fc73108ff3005cb45b33af05b1d1c30a4 Author: Ronald G. Minnich rminn...@gmail.com Date: Wed Feb 20 15:46:46 2013 -0800 google/snow: