The attached file add pa78vm5 dev3 detection function to avoid the building error.
Signed-off-by: Wang Qing Pei <wangqingpei@gmail.com> Acked-by: Zheng Bao <zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5721 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c7d2773e12
commit
d6c4395927
|
@ -35,6 +35,7 @@ uint64_t uma_memory_base, uma_memory_size;
|
|||
|
||||
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 @@ static void get_ide_dma66(void)
|
|||
}
|
||||
#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.
|
||||
|
|
Loading…
Reference in New Issue