Re: [coreboot] spkmodem

2013-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.01.2013 12:01, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to

[coreboot] Patch set updated for coreboot: fe4d2f2 armv7: add a wrapper for romstage's main() for ARM ISA

2013-01-18 Thread hun...@chromium.org
Hung-Te Lin (hun...@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2175 -gerrit commit fe4d2f2896efa1d5fc808510850b51f147ff6ecb Author: David Hendricks dhend...@chromium.org Date: Thu Jan 17 22:26:36 2013 -0800 armv7: add a wrapper

Re: [coreboot] spkmodem

2013-01-18 Thread Peter Stuge
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on

[coreboot] Big picture of recent ARM patches?

2013-01-18 Thread Paul Menzel
Dear coreboot folks, it is great to see the past and current development of coreboot. Even better that hardware/devices with coreboot installed can be bought. Thank you for making that possible. Google’s coreboot developers latest effort seems to be to port coreboot to an ARM system.

Re: [coreboot] spkmodem

2013-01-18 Thread Paul Menzel
Am Freitag, den 18.01.2013, 17:12 +0100 schrieb Peter Stuge: Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing

[coreboot] New patch to review for coreboot: 458599f Add more information to the cbfstool print

2013-01-18 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/2176 -gerrit commit 458599f0754c6b73a8b0293a906960a63891f720 Author: Ronald G. Minnich rminn...@gmail.com Date: Fri Jan 18 10:58:42 2013 -0600 Add more

[coreboot] Patch set updated for coreboot: de59280 WIP: armv7/snow patch dump

2013-01-18 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/2174 -gerrit commit de5928033384323251099d77d53c1fa155eb28b3 Author: David Hendricks dhend...@chromium.org Date: Thu Jan 17 20:52:21 2013 -0800 WIP: armv7/snow

[coreboot] Patch set updated for coreboot: a95a11a WIP: armv7/snow patch dump

2013-01-18 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/2174 -gerrit commit a95a11a0293d2be8090f6d39e9bd7cc8c97fd390 Author: David Hendricks dhend...@chromium.org Date: Thu Jan 17 20:52:21 2013 -0800 WIP: armv7/snow

Re: [coreboot] Big picture of recent ARM patches?

2013-01-18 Thread ron minnich
I'm delighted that you are interested! This is our first multi-arch port in 10 years. The platform we are porting to is not without its difficulties: - rom is not memory addressed - we don't own the first two stages of firmware, they are binary blobs and one of them is in the mask rom but we

[coreboot] New patch to review for coreboot: 9c9c32b Hudson: Cleanup - change SB800 references to hudson

2013-01-18 Thread martin.r...@se-eng.com
Martin Roth (martin.r...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2177 -gerrit commit 9c9c32b9cf6abc9cf6d3bcfcde451c138ba0f531 Author: Martin Roth martin.r...@se-eng.com Date: Fri Jan 18 12:55:40 2013 -0700 Hudson: Cleanup -

[coreboot] Patch set updated for coreboot: 8e1db5e armv7: add a wrapper for romstage's main() for ARM ISA

2013-01-18 Thread dhend...@chromium.org
David Hendricks (dhend...@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2175 -gerrit commit 8e1db5edc2cba795d3d17ef336c0b931a32281e4 Author: David Hendricks dhend...@chromium.org Date: Thu Jan 17 22:26:36 2013 -0800 armv7: add a

[coreboot] Patch set updated for coreboot: faf6bb0 WIP: armv7/snow patch dump

2013-01-18 Thread dhend...@chromium.org
David Hendricks (dhend...@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2174 -gerrit commit faf6bb02b90339194f40e32efb4eb34f5dd9dc4f Author: David Hendricks dhend...@chromium.org Date: Thu Jan 17 20:52:21 2013 -0800 WIP:

[coreboot] Patch set updated for coreboot: 2bc0f38 armv7: add a wrapper for romstage's main() for ARM ISA

2013-01-18 Thread dhend...@chromium.org
David Hendricks (dhend...@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2175 -gerrit commit 2bc0f387a8a3871351aa6e5974fff13ff26d9973 Author: Gabe Black gabebl...@chromium.com Date: Thu Jan 17 22:26:36 2013 -0800 armv7: add a

Re: [coreboot] spkmodem

2013-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.01.2013 17:18, Paul Menzel wrote: Am Freitag, den 18.01.2013, 17:12 +0100 schrieb Peter Stuge: Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it

[coreboot] Patch merged into coreboot/master: 929f9f1 armv7: add a wrapper for romstage's main() for ARM ISA

2013-01-18 Thread gerrit
the following patch was just integrated into master: commit 929f9f171944082240c04507b3f6ac1b0a2c6b1e Author: Gabe Black gabebl...@chromium.com Date: Thu Jan 17 22:26:36 2013 -0800 armv7: add a wrapper for romstage's main() for ARM ISA This adds a wrapper around main() in romstage

[coreboot] Patch set updated for coreboot: e728c1c AGESA F15tn: Move callouts into northbridge wrapper

2013-01-18 Thread martin.r...@se-eng.com
Martin Roth (martin.r...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2169 -gerrit commit e728c1c8245cc29140de737555b11f67a01acfac Author: Martin Roth martin.r...@se-eng.com Date: Thu Jan 17 12:04:08 2013 -0700 AGESA F15tn: Move

[coreboot] Patch set updated for coreboot: 3518997 AGESA F15tn: Move callouts into northbridge wrapper

2013-01-18 Thread martin.r...@se-eng.com
Martin Roth (martin.r...@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2169 -gerrit commit 35189978af7d44fe2771f3fa42a6dd65b10da63a Author: Martin Roth martin.r...@se-eng.com Date: Thu Jan 17 12:04:08 2013 -0700 AGESA F15tn: Move

[coreboot] Re : Re: Big picture of recent ARM patches?

2013-01-18 Thread echelon
Hello Ron, You said : .. - we don't own the first two stages of firmware, they are binary blobs and one of them is in the mask rom but we have to deal with it, this is how things are going to be on most CPUs in coming years. .. My questions : MOST or ALL? Will this be true for x86 too?

Re: [coreboot] Re : Re: Big picture of recent ARM patches?

2013-01-18 Thread ron minnich
On Fri, Jan 18, 2013 at 2:18 PM, eche...@free.fr wrote: Hello Ron, You said : .. - we don't own the first two stages of firmware, they are binary blobs and one of them is in the mask rom but we have to deal with it, this is how things are going to be on most CPUs in coming years. ..

[coreboot] Fwd: spkmodem

2013-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Original Message Subject: spkmodem Date: Fri, 18 Jan 2013 12:01:15 +0100 From: Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com To: coreboot@coreboot.org Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret

[coreboot] Patch set updated for coreboot: 6ba69f0 Add more information to the cbfstool print

2013-01-18 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/2176 -gerrit commit 6ba69f006a97099df53494a6c8d6e2e0b2fb6fe8 Author: Stefan Reinauer reina...@chromium.org Date: Fri Jan 18 15:53:22 2013 -0800 Add

[coreboot] Patch merged into coreboot/master: f572e1e Update gcov patch in documentation

2013-01-18 Thread gerrit
the following patch was just integrated into master: commit f572e1e5fca59215461bb9ba3de56882b762b345 Author: Stefan Reinauer stefan.reina...@coreboot.org Date: Wed Jan 16 09:47:54 2013 -0800 Update gcov patch in documentation .. to reflect the recent changes w.r.t avoiding

Re: [coreboot] spkmodem

2013-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.01.2013 17:12, Peter Stuge wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This

[coreboot] Patch set updated for coreboot: 10e9033 armv7/snow: get to romstage

2013-01-18 Thread dhend...@chromium.org
David Hendricks (dhend...@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2174 -gerrit commit 10e9033ed8324c3bdf217a7303f4c94350b5b3ee Author: David Hendricks dhend...@chromium.org Date: Thu Jan 17 20:52:21 2013 -0800 armv7/snow:

[coreboot] Patch merged into coreboot/master: 211a5d5 armv7/snow: get to romstage

2013-01-18 Thread gerrit
the following patch was just integrated into master: commit 211a5d56db2ecf580b722fab132d908a6ba84dde Author: David Hendricks dhend...@chromium.org Date: Thu Jan 17 20:52:21 2013 -0800 armv7/snow: get to romstage This patch does a few things to get us into romstage: - Add

[coreboot] Patch merged into coreboot/master: db5b893 Add more information to the cbfstool print

2013-01-18 Thread gerrit
the following patch was just integrated into master: commit db5b893569f0b0c17e8faf1905f7da2450984432 Author: Stefan Reinauer reina...@chromium.org Date: Fri Jan 18 15:53:22 2013 -0800 Add more information to the cbfstool print Show what's in a stage or payload. This will let people

Re: [coreboot] Big picture of recent ARM patches?

2013-01-18 Thread David Hendricks
On Fri, Jan 18, 2013 at 8:15 AM, Paul Menzel paulepan...@users.sourceforge.net wrote: Google’s coreboot developers latest effort seems to be to port coreboot to an ARM system. Unfortunately I am missing the big picture. I just see patches getting pushed to Gerrit and most of them getting