[coreboot] Patch merged into coreboot/master: d0ef387 armv7: Fix entry point in ram stage.

2013-02-01 Thread gerrit
the following patch was just integrated into master: commit d0ef387033c0f55dea4019475db06493e6fdb679 Author: Hung-Te Lin hun...@chromium.org Date: Fri Feb 1 15:27:39 2013 +0800 armv7: Fix entry point in ram stage. Eliminate the warning message: ld: warning: cannot find entry

Re: [coreboot] Guide lines: Prepend commit summary with component

2013-02-01 Thread David Hendricks
On Thu, Jan 31, 2013 at 2:24 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Mittwoch, den 30.01.2013, 21:47 +0100 schrieb Peter Stuge: David Hendricks wrote: If you wish to focus only on a particular part of the codebase It's more about getting an overview of what has

[coreboot] Patch merged into coreboot/master: c07fb15 libpayload: add EHCI QH/qTD debugging

2013-02-01 Thread gerrit
the following patch was just integrated into master: commit c07fb15f17c7da73ec3bb97fe565f7740a879987 Author: Anton Kochkov anton.koch...@gmail.com Date: Wed Dec 19 12:32:32 2012 +0400 libpayload: add EHCI QH/qTD debugging Improve USB debugging for EHCI by adding dump_qh and

[coreboot] cross gcc 4.7.2 bit filed issue

2013-02-01 Thread WANG Siyuan
Hi, I found an issue of cross gcc built by util/crossgcc/buildgcc take this piece of code as an example struct st{ unsigned int a:12; }; then I declare a variable: struct st m; This is my test result: 1) If I compile it by host gcc, sizeof(m) is 4. 2) If I put these codes in a coreboot

[coreboot] New patch to review for coreboot: 300422e AMD/Persimmon: LVDS assignment was made to wrong DPx

2013-02-01 Thread dave.fro...@se-eng.com
Dave Frodin (dave.fro...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2259 -gerrit commit 300422e3da810eb4f6fc4d87a0e627a29a47d928 Author: Dave Frodin dave.fro...@se-eng.com Date: Fri Feb 1 08:21:50 2013 -0700 AMD/Persimmon: LVDS

[coreboot] Patch merged into coreboot/master: 2d5c0e6 AMD/Persimmon: LVDS assignment was made to wrong DPx

2013-02-01 Thread gerrit
the following patch was just integrated into master: commit 2d5c0e6885baff21d345e63c7521a7899f9485ac Author: Dave Frodin dave.fro...@se-eng.com Date: Fri Feb 1 08:21:50 2013 -0700 AMD/Persimmon: LVDS assignment was made to wrong DPx The LVDS is on DP0, not DP1. Change-Id:

[coreboot] New patch to review for coreboot: 4074040 Add MMCONF resource to AMD fam15tn PCI_DOMAIN

2013-02-01 Thread steven.sh...@se-eng.com
Steven Sherk (steven.sh...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2260 -gerrit commit 4074040d87f202d6448c69abccbb2fd12c5cc707 Author: Steven Sherk steven.sh...@se-eng.com Date: Fri Feb 1 09:22:35 2013 -0700 Add MMCONF

[coreboot] New patch to review for coreboot: 634f38a Fix libpayload xcompile xgcc path

2013-02-01 Thread marcj...@gmail.com
Marc Jones (marcj...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2261 -gerrit commit 634f38ab57f33ab0ec9dc6a0dd270039161af8cc Author: Marc Jones marc.jo...@se-eng.com Date: Fri Feb 1 10:43:19 2013 -0700 Fix libpayload xcompile xgcc

[coreboot] Patch set updated for coreboot: 8c710f6 Add MMCONF resource to AMD fam15tn PCI_DOMAIN

2013-02-01 Thread steven.sh...@se-eng.com
Steven Sherk (steven.sh...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2260 -gerrit commit 8c710f65d0cd57aacaf8c20f4f748c4e76fa5337 Author: Steven Sherk steven.sh...@se-eng.com Date: Fri Feb 1 09:22:35 2013 -0700 Add MMCONF

[coreboot] Patch set updated for coreboot: f824186 Family 15: Update for string portability

2013-02-01 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/2234 -gerrit commit f8241862bc405e35c3a0816e3d6f2ff1e180034d Author: Mike Loptien mike.lopt...@se-eng.com Date: Wed Jan 30 14:12:01 2013 -0700 Family 15:

[coreboot] Patch merged into coreboot/master: e876819 Fix libpayload xcompile xgcc path

2013-02-01 Thread gerrit
the following patch was just integrated into master: commit e876819975087654c1d3325928b044acf7f89b20 Author: Marc Jones marc.jo...@se-eng.com Date: Fri Feb 1 10:43:19 2013 -0700 Fix libpayload xcompile xgcc path The libpaylaod xcompile script path to xgcc should look for

[coreboot] New patch to review for coreboot: a95b5ab PIANO: Add FV debug utility

2013-02-01 Thread stefan.reina...@coreboot.org
Stefan Reinauer (stefan.reina...@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2262 -gerrit commit a95b5ab4be61f59479f6d0644e1268a4d2d88074 Author: Stefan Reinauer reina...@chromium.org Date: Fri Feb 1 13:19:47 2013 -0800 PIANO:

[coreboot] Coreboot Seabios's Makefile.inc build issue.

2013-02-01 Thread WANG Siyuan
Hi, I build coreboot and seabios separately , and then add a payload in coreboot , no err occurs. By the way, I think seabios should have a method to use cross compile tool chain like coreboot. I have to modify makefile now. On Wednesday, January 30, 2013, Denis 'GNUtoo' Carikli wrote: Hi,

Re: [coreboot] Coreboot Seabios's Makefile.inc build issue.

2013-02-01 Thread WANG Siyuan
Hi, I build coreboot and seabios separately , and then add a payload in coreboot , no err occurs. By the way, I think seabios should have a method to use cross compile tool chain like coreboot. I have to modify makefile. On Wednesday, January 30, 2013, Denis 'GNUtoo' Carikli wrote: Hi, When