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 <[email protected]> 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:[email protected]] 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/
rs690t_gfx.diff
Description: rs690t_gfx.diff
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

