[coreboot] [commit] r5721 - trunk/src/mainboard/jetway/pa78vm5

repository service svn at coreboot.org
Wed Aug 18 03:55:12 CEST 2010


Author: zbao
Date: Wed Aug 18 03:55:11 2010
New Revision: 5721
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5721

Log:
The attached file add pa78vm5 dev3 detection function to avoid the building error.

Signed-off-by: Wang Qing Pei <wangqingpei at gmail.com>
Acked-by: Zheng Bao <zheng.bao at amd.com>

Modified:
   trunk/src/mainboard/jetway/pa78vm5/mainboard.c

Modified: trunk/src/mainboard/jetway/pa78vm5/mainboard.c
==============================================================================
--- trunk/src/mainboard/jetway/pa78vm5/mainboard.c	Tue Aug 17 23:03:17 2010	(r5720)
+++ trunk/src/mainboard/jetway/pa78vm5/mainboard.c	Wed Aug 18 03:55:11 2010	(r5721)
@@ -35,6 +35,7 @@
 
 void set_pcie_dereset(void);
 void set_pcie_reset(void);
+u8 is_dev3_present(void);
 
 /*
  * the board uses GPIO 6 as PCIe slot reset, GPIO4 as GFX slot reset. We need to
@@ -95,6 +96,11 @@
 }
 #endif	/* get_ide_dma66() */
 
+u8 is_dev3_present(void)
+{
+	return 0;
+}
+
 /*************************************************
 * enable the dedicated function in this board.
 * This function called early than rs780_enable.




More information about the coreboot mailing list