Hi all,
I am stilling trying to booting windows xp with dbm690t. It still did no progress now. I attached the dmesg from linux and full
Coreboot log and the acpidumpfile data.txt.I just hardcoded the high table to (((1024-128)*1024*1024)-64*1024) for there is 1GB memory and
Top 128M are reserved for video.
Jason Wang
BeiJing Technology Development Center
Advanced Micro Devices (AMD)
Hi,
Maybe the _CRS resource is wrong. I hardcoded it. Please apply the a.patch to your dsdt. And try again.
Rudolf
Hi Jason,
On 16.03.2009 14:29, Wang, Qingpei wrote:
Hi all,
I am stilling trying to booting windows xp with dbm690t. It still
did no progress now. I attached the dmesg from linux and full
Coreboot log and the acpidumpfile data.txt.I just hardcoded the high table to (((1024-128)*1024*1024)-64*1024) for there is 1GB memory and
Top 128M are reserved for video.
I am getting very strange memory accesses above 4 GB on my 690G/SB600 board (2 GB RAM installed) and I believe your problem may be related.
Can you please add mminit_loglevel=4 acpi.debug_level=0x10807 to your Linux kernel command line and post the Linux dmesg here?
Regards, Carl-Daniel
Hi carl-daniel, The attach is the dmesg output file. I am thinking if there is any other tools to debug acpi?
Rudolf, I used the patch, it seems doesn't work now. Any other advices?
Jason Wang BeiJing Technology Development Center Advanced Micro Devices (AMD)
-----Original Message----- From: Carl-Daniel Hailfinger [mailto:c-d.hailfinger.devel.2006@gmx.net] Sent: Tuesday, March 17, 2009 1:33 PM To: Wang, Qingpei Cc: coreboot@coreboot.org; Rudolf Marek; Perley, Tim; Xie, Michael Subject: Re: [coreboot] DBM690T booting windows xp
Hi Jason,
On 16.03.2009 14:29, Wang, Qingpei wrote:
Hi all,
I am stilling trying to booting windows xp with dbm690t. It still
did no progress now. I attached the dmesg from linux and full
Coreboot log and the acpidumpfile data.txt.I just hardcoded the high table to (((1024-128)*1024*1024)-64*1024) for there is 1GB memory and
Top 128M are reserved for video.
I am getting very strange memory accesses above 4 GB on my 690G/SB600 board (2 GB RAM installed) and I believe your problem may be related.
Can you please add mminit_loglevel=4 acpi.debug_level=0x10807 to your Linux kernel command line and post the Linux dmesg here?
Regards, Carl-Daniel
Hi Jason,
On 17.03.2009 14:19, Wang, Qingpei wrote:
The attach is the dmesg output file.
Please enable CONFIG_ACPI_DEBUG=y for your kernel and attach dmesg again. Otherwise, ACPI debug will not work.
I am thinking if there is any other tools to debug acpi?
acpiexec is a great tool to debug ACPI.
Regards, Carl-Daniel
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of Carl-Daniel Hailfinger Sent: Tuesday, March 17, 2009 9:34 PM To: Wang, Qingpei Cc: Rudolf Marek; Perley, Tim; Xie, Michael; coreboot@coreboot.org Subject: Re: [coreboot] DBM690T booting windows xp
Hi Jason,
On 17.03.2009 14:19, Wang, Qingpei wrote:
The attach is the dmesg output file.
Please enable CONFIG_ACPI_DEBUG=y for your kernel and attach dmesg
again. Otherwise, ACPI debug will not work.
[Jason Wang] is it enabled with the boot parameters?or I need to rebuild the kernel?
I am thinking if there is
any other tools to debug acpi?
acpiexec is a great tool to debug ACPI.
Regards,
Carl-Daniel
On 17.03.2009 15:08, Wang Qing Pei wrote:
Carl-Daniel Hailfinger wrote:
Please enable CONFIG_ACPI_DEBUG=y for your kernel and attach dmesg again. Otherwise, ACPI debug will not work.
is it enabled with the boot parameters?or I need to rebuild the kernel?
You have to rebuild the kernel.
Regards, Carl-Daniel