Re: [coreboot] barbarians at the gates

2011-09-12 Thread Patrick Georgi
Am 09.09.2011 15:22, schrieb Peter Schmidt: seems like more and more dongle-functionality is going into UEFI: http://www.h-online.com/security/news/item/Windows-8-to-include-secure-boot-using-UEFI-2-3-1-1335246.html

Re: [coreboot] barbarians at the gates

2011-09-12 Thread Peter Schmidt
seems like more and more dongle-functionality is going into UEFI: http://www.h-online.com/security/news/item/Windows-8-to-include-secure-boot-using-UEFI-2-3-1-1335246.html http://vr-zone.com/articles/the-upgrade-path-to-ivy-bridge-might-be-blocked-by-changes-to-uefi/13513.html How is this

[coreboot] Patch merged into coreboot/master: c2b6a77 Miscellaneous AMD F14 warning fixes

2011-09-12 Thread gerrit
the following patch was just integrated into master: commit c2b6a778ca9c1b3a3cdee18b8d60c35891123d9e Author: efdesign98 efdesig...@gmail.com Date: Thu Aug 4 16:18:16 2011 -0600 Miscellaneous AMD F14 warning fixes This commit adds in some more fixes to AMD F14 compile warnings.

Re: [coreboot] Patrick, ARM SoC

2011-09-12 Thread tiho taskov
Well, I heard that a possible solution would be including a standard formatted device ID string in silico. Would coreboot be useful for implementing this by passing it as a boot parameter? -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] Patch merged into coreboot/master: 0e277fb Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods

2011-09-12 Thread gerrit
the following patch was just integrated into master: commit 0e277fb131ed9eee75c1b1c6641b2ac7c2635165 Author: Tobias Diedrich ranma+coreb...@tdiedrich.de Date: Mon Dec 13 22:39:46 2010 +0100 Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods Build fix for

[coreboot] Patch set updated for coreboot: 936fb7f inteltool: added more device IDs

2011-09-12 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/185 -gerrit commit 936fb7f5689917bbed45a9e21eda6685b27d0f9a Author: Ruud Schramp schr...@holmes.nl Date: Mon Apr 4 07:53:19 2011 +0200 inteltool: added more

[coreboot] Trac reminder: list of new ticket(s)

2011-09-12 Thread coreboot tracker
Ticket Owner Status Description #180 ste...@coresystems.de new ASRock E350M1 Gigabit Ethernet Problem #179 ste...@coresystems.de new Coreboot on GigaByte GA-8IEXP ver. 1.2 #178 ste...@coresystems.de new linux

[coreboot] Patch merged into coreboot/master: 936fb7f inteltool: added more device IDs

2011-09-12 Thread gerrit
the following patch was just integrated into master: commit 936fb7f5689917bbed45a9e21eda6685b27d0f9a Author: Ruud Schramp schr...@holmes.nl Date: Mon Apr 4 07:53:19 2011 +0200 inteltool: added more device IDs Change-Id: I6f2272ae4071025e671638e83bade6a96aac658b Signed-off-by:

[coreboot] I am reading the source code of coreboot, how do I understand the functions

2011-09-12 Thread Jianmin Pan
I am a newbie to coreboot, I am wondering is there an easy approach to understand the functions. For instance, when I am reading fallback_boot.c, it's very difficult for me to understand such functions as inb(), outb(),RTC_PORT(). The method I am using now is to grep the function name and find out

Re: [coreboot] barbarians at the gates

2011-09-12 Thread Patrick Georgi
Am Mo 12 Sep 2011 13:06:07 CEST schrieb Peter Schmidt: Coreboot is the alternative to UEFI. It's complementary. UEFI (or what the consumer understands by it) barely covers hardware initialization, while coreboot doesn't really concern itself with firmware APIs. With Linux there are already

Re: [coreboot] I am reading the source code of coreboot, how do I understand the functions

2011-09-12 Thread Patrick Georgi
Am Mo 12 Sep 2011 17:48:07 CEST schrieb Jianmin Pan: I am used to use vim. So, anybody have good suggestions? Install ctags, run ctags -R src in the toplevel directory, which creates the tags file. Then in vi, use :ta identifier to look up the declaration of identifier, ctrl-] to look up the

Re: [coreboot] ARM SoC ID

2011-09-12 Thread David Hendricks
On Sun, Sep 11, 2011 at 3:53 PM, tiho taskov tihokibert...@gmail.comwrote: I want to know what stance the coreboot community is taking on the issue with identifying basic initialization parameters for a pre-compiled linux kernel booting on a random SoC. From Coreboot's perspective, this sort

Re: [coreboot] I am reading the source code of coreboot, how do I understand the functions

2011-09-12 Thread Tom Sylla
If you want to browse around a bit, there is an LXR cross reference of coreboot available here: http://lxr.linux.no/coreboot Tom On Mon, Sep 12, 2011 at 8:48 AM, Jianmin Pan dsp...@gmail.com wrote: I am a newbie to coreboot, I am wondering is there an easy approach to understand the functions.

Re: [coreboot] I am reading the source code of coreboot, how do I understand the functions

2011-09-12 Thread She, Kerry
-Original Message- From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] On Behalf Of Patrick Georgi Sent: Tuesday, September 13, 2011 3:18 AM To: coreboot@coreboot.org Subject: Re: [coreboot] I am reading the source code of coreboot, how do I understand the

[coreboot] Patch set updated for coreboot: 5d309cb Add IT8721F support

2011-09-12 Thread wangqing...@gmail.com
QingPei Wang (wangqing...@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/204 -gerrit commit 5d309cb75821600495e77769b225b89476de8493 Author: QingPei Wang wangqing...@gmail.com Date: Tue Sep 13 13:35:43 2011 +0800 Add IT8721F support