[coreboot] Patch for 690G and 690(MT) internal graphics

Bao, Zheng Zheng.Bao at amd.com
Tue Dec 16 04:41:09 CET 2008


Hi,
I add an entry for both 791E and 791F. 
Carl, could you please review and try it on your 690G board?

Zheng

Signed-off-by: Zheng Bao <zheng.bao at amd.com>


Index: src/southbridge/amd/rs690/rs690_gfx.c
===================================================================
--- src/southbridge/amd/rs690/rs690_gfx.c	(revision 223)
+++ src/southbridge/amd/rs690/rs690_gfx.c	(working copy)
@@ -211,12 +211,22 @@
 	.ops_pci = &lops_pci,
 };
 
-static struct pci_driver pcie_driver __pci_driver = {
+/*
+ * The dev id of 690G is 791E, while the id of 690M, 690T is 791F.
+ * We should list both of them here.
+ * */
+static struct pci_driver pcie_driver_690t __pci_driver = {
 	.ops = &pcie_ops,
 	.vendor = PCI_VENDOR_ID_ATI,
 	.device = PCI_DEVICE_ID_ATI_RS690MT_INT_GFX,
 };
 
+static struct pci_driver pcie_driver_690 __pci_driver = {
+	.ops = &pcie_ops,
+	.vendor = PCI_VENDOR_ID_ATI,
+	.device = PCI_DEVICE_ID_ATI_RS690_INT_GFX,
+};
+
 /* step 12 ~ step 14 from rpr */
 static void single_port_configuration(device_t nb_dev, device_t dev)
 {





-----Original Message-----
From: Carl-Daniel Hailfinger [mailto:c-d.hailfinger.devel.2006 at gmx.net] 
Sent: Monday, December 15, 2008 10:17 AM
To: Coreboot
Cc: Bao, Zheng
Subject: Re: [coreboot] DBM690T boot log needed

Hi Zheng,

could you please try to get such a DBM690T log? Thanks!

If I can compare that log with my log, I might be able to find the bug
on my 690G board.

Regards,
Carl-Daniel

On 11.12.2008 17:12, Carl-Daniel Hailfinger wrote:
> Hi,
>
> a boot log for the DBM690T with CONSOLE_LOGLEVEL=9 would be really
> great. Can anyone please mail such a log to the list?
>
> Thanks!
>
> Regards,
> Carl-Daniel
>   


-- 
http://www.hailfinger.org/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: rs690t_gfx.diff
Type: application/octet-stream
Size: 883 bytes
Desc: rs690t_gfx.diff
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081216/68aab529/attachment.obj>


More information about the coreboot mailing list