Re: [coreboot] [commit] r6127 - in trunk/src: mainboard/asus/p2b northbridge/intel/i440bx/acpi southbridge/intel/i82371eb southbridge/intel/i82371eb/acpi

2010-11-30 Thread Tobias Diedrich
Rudolf Marek wrote: Maybe DSDT version is bad? Test dsdt: DefinitionBlock (DSDT.aml, DSDT, 2, CORE , COREBOOT, 1) { Scope (\_PR) { Processor (CPU0, 1, Add(2, 3), 4) {} } } iasl dsdt.asl: |ASL Input: dsdt.asl - 9 lines, 128 bytes, 3 keywords |AML Output:

Re: [coreboot] [PATCH] ASUS P2B ACPI sleep 1/3 v2

2010-11-30 Thread Tobias Diedrich
Add acpi_get_sleep_type() to i82371eb and P2B. Build fix for src/arch/i386/boot/acpi.c if !CONFIG_SMP Also check for acpi_slp_type 2 in acpi_is_wakeup, since S2 uses the same acpi wakeup vector as S3. Add _PTS/_WAK methods to turn off/on the CPU/case fans and blink the power LED while sleeping.

[coreboot] Where does printk(DEBUG, msg) go after booting?

2010-11-30 Thread Fengwei Zhang
Hi all, I understand the printk(DEBUG, msg) statement will print out msg on the serial port when booting. How about after booting? Where does printk(DEBUG, msg) go after booting? Thank you very much! Best, Fengwei -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] Where does printk(DEBUG, msg) go after booting?

2010-11-30 Thread Patrick Georgi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 30.11.2010 18:16, schrieb Fengwei Zhang: I understand the printk(DEBUG, msg) statement will print out msg on the serial port when booting. How about after booting? Where does printk(DEBUG, msg) go after booting? After booting the only component

Re: [coreboot] Where does printk(DEBUG, msg) go after booting?

2010-11-30 Thread Scott Duplichan
From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] On Behalf Of Patrick Georgi Sent: Tuesday, November 30, 2010 11:26 AM To: coreboot@coreboot.org Subject: Re: [coreboot] Where does printk(DEBUG, msg) go after booting? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am

Re: [coreboot] Where does printk(DEBUG, msg) go after booting?

2010-11-30 Thread Stefan Reinauer
There is/used to be some code that sets the baud rate to coreboots default on every SMM entry if SMM debug is enabled. Might mess up whatever the OS is doing though, it's not recovering the OS specified values. On 30.11.2010, at 09:35, Scott Duplichan sc...@notabs.org wrote: From:

Re: [coreboot] Add ICH5/i865 chipset detection, dumping support for model_f2x MSRs, ICH5 GPIOs and PM registers and add BAR reading support for i865

2010-11-30 Thread Idwer Vollering
2010/11/29 Joseph Smith j...@settoplinux.org On Sun, 28 Nov 2010 01:19:18 +0100, Idwer Vollering vid...@gmail.com wrote: Add support for dumping the MSRs on model_f2x and dumping GPIOs and PM registers on ICH5. Add ICH5 and i865 to the supported chips list. Enable the dumping of BAR6

[coreboot] [PATCH] fix LED on 939a785gmh

2010-11-30 Thread Rudolf Marek
The patch just make the power LED on. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Thanks, Rudolf Index: src/mainboard/asrock/939a785gmh/romstage.c === --- src/mainboard/asrock/939a785gmh/romstage.c (revision 6134) +++

[coreboot] [PATCH] 939a785gmh ACPI diet

2010-11-30 Thread Rudolf Marek
Hello, Following patch removes the cut-and-paste stuff from Mahagony and fixes the _CRS object to make it work (same code as on M2V-MX SE) Signed-off-by: Rudolf Marek r.ma...@assembler.cz Thanks, Rudolf Index: src/mainboard/asrock/939a785gmh/romstage.c

Re: [coreboot] [PATCH] fix LED on 939a785gmh

2010-11-30 Thread Uwe Hermann
On Tue, Nov 30, 2010 at 10:14:05PM +0100, Rudolf Marek wrote: The patch just make the power LED on. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Acked-by: Uwe Hermann u...@hermann-uwe.de Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org |

[coreboot] [commit] r6135 - trunk/src/mainboard/asrock/939a785gmh

2010-11-30 Thread repository service
Author: ruik Date: Tue Nov 30 22:21:33 2010 New Revision: 6135 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6135 Log: The patch just make the power LED on. Signed-off-by: Rudolf Marek r.ma...@assembler.cz Acked-by: Uwe Hermann u...@hermann-uwe.de Modified:

Re: [coreboot] [commit] r6127 - in trunk/src: mainboard/asus/p2b northbridge/intel/i440bx/acpi southbridge/intel/i82371eb southbridge/intel/i82371eb/acpi

2010-11-30 Thread Stefan Reinauer
* Tobias Diedrich ranma+coreb...@tdiedrich.de [101128 11:43]: Stefan Reinauer wrote: On 11/27/10 1:40 AM, repository service wrote: +++ trunk/src/mainboard/asus/p2b/dsdt.asl Sat Nov 27 10:40:16 2010 (r6127) @@ -0,0 +1,101 @@ ... +DefinitionBlock (DSDT.aml, DSDT, 2, CORE ,

[coreboot] [PATCH] More explicite and straight way to set seed

2010-11-30 Thread Bao, Zheng
More explicite and straight way to set seed. Signed-off-by: Zheng Bao zheng@amd.com Index: src/northbridge/amd/amdmct/mct/mctsrc.c === --- src/northbridge/amd/amdmct/mct/mctsrc.c (revision 6135) +++