Re: [coreboot] [PATCH] add PC87382 to superiotool

2011-02-03 Thread Sven Schnelle
Uwe Hermann u...@hermann-uwe.de writes: Thanks, committed as r6327 with minor whitespace and consistency changes. +{0xf4, PC87382, { +{ NOLDN, NULL, +{ 0x20, 0x21, 0x22, 0x26, 0x27, 0x29, EOT }, +{ 0xf2, 0x11, 0x63, 0x00, 0x00, 0x00,

Re: [coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-03 Thread Josef Kellermann
Am 02.02.2011 22:20, schrieb Rudolf Marek: While we are at it. I'm attaching some very old patch (r2978 ;) which contains some errata fixes too, if you have some spare time please try to check if it is correct. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Thanks, Rudolf Hi, are you

[coreboot] [commit] r6329 - in trunk/src: devices include/device southbridge/intel/i82801gx

2011-02-03 Thread repository service
Author: oxygene Date: Thu Feb 3 10:14:40 2011 New Revision: 6329 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6329 Log: Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions This is so that boards can determine them on runtime based on hardware properties, if so

Re: [coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-03 Thread Alex G.
On 02/03/2011 10:17 AM, Josef Kellermann wrote: e are at it. I'm attaching some very old patch (r2978 ;) which contains some errata fixes too, if you have some spare time please try to check if it is correct. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Thanks, Rudolf Hi, are you

[coreboot] (no subject)

2011-02-03 Thread Craig Magee
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [commit] r6330 - trunk/src/southbridge/amd/rs690

2011-02-03 Thread repository service
Author: oxygene Date: Thu Feb 3 10:29:57 2011 New Revision: 6330 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6330 Log: Fix subvendor/subdevice programming on RS690 Some RS690 devices require subvendor/subdevice IDs to be programmed at locations other than default 0x2c.

[coreboot] build service results for r6329

2011-02-03 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer oxygene checked in revision 6329 to the coreboot repository. This caused the following changes: Change Log: Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions This is so that boards can

[coreboot] build service results for r6330

2011-02-03 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer oxygene checked in revision 6330 to the coreboot repository. This caused the following changes: Change Log: Fix subvendor/subdevice programming on RS690 Some RS690 devices require subvendor/subdevice IDs to

Re: [coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-03 Thread Josef Kellermann
Am 03.02.2011 10:14, schrieb Alex G.: On 02/03/2011 10:17 AM, Josef Kellermann wrote: e are at it. I'm attaching some very old patch (r2978 ;) which contains some errata fixes too, if you have some spare time please try to check if it is correct. Signed-off-by: Rudolf Marekr.ma...@assembler.cz

Re: [coreboot] errata#89 patch for Family 0Fh Prozessors

2011-02-03 Thread Alex G.
Hi, sorry for the misunderstanding. Setting bit 32 in msr should be - 'msr.hi |= (1 0)', no? LOL! Nice catch. This is what happens when you're still up at 6AM, obsessive drawing lines on a Google Earth printscreen in order to finish a project due in a few hours. :P It's funny to see those

[coreboot] cmos recovery feature

2011-02-03 Thread Josef Kellermann
Patrick, having made a 'svn up' I'm getting a build error: make: *** Keine Regel vorhanden, um das Target »cmos.default«, benötigt von »build/coreboot.pre1«, zu erstellen. Schluss. I've added this to my mainboards Makefile.inc: cbfs-files-y += cmos.default cmos.default-name = cmos.default

[coreboot] [commit] r6331 - trunk/util/superiotool

2011-02-03 Thread repository service
Author: jakllsch Date: Thu Feb 3 17:00:28 2011 New Revision: 6331 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6331 Log: Add support for the IT8720F Super I/O Signed-off-by: Christian Ruppert id...@gentoo.org Acked-by: Stefan Reinauer ste...@coreboot.org Modified:

[coreboot] build service results for r6331

2011-02-03 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer jakllsch checked in revision 6331 to the coreboot repository. This caused the following changes: Change Log: Add support for the IT8720F Super I/O Signed-off-by: Christian Ruppert id...@gentoo.org Acked-by:

Re: [coreboot] Reliably build any Kconfig-based SeaBIOS revision

2011-02-03 Thread Stefan Reinauer
* Peter Stuge pe...@stuge.se [110129 21:26]: See patch. The new TAG-stable points to the very latest commit in seabios.git, which may not be quite right, but both stable and master must be using Kconfig. //Peter slightly reworked to get rid of the perl calls (and to work with the