From 8c69b1d13b12a23d22de19b9de2e161e6064021c Mon Sep 17 00:00:00 2001 From: Kerry Sheh Date: Wed, 14 Sep 2011 10:04:19 +0800 Subject: rs780: hide unused gfx ports and gpp ports Hide the unused gfx ports and gpp ports if they are not configured as hotplug. lspci -vvv will get more accurate information under Linux, tested on avalue/eax-785e. Change-Id: Iaabfd362a0a01f21d0f49aa2bd2d26f9259013fb Signed-off-by: Kerry Sheh Signed-off-by: Kerry Sheh Reviewed-on: http://review.coreboot.org/206 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/southbridge/amd/rs780/rs780.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/amd/rs780/rs780.h') diff --git a/src/southbridge/amd/rs780/rs780.h b/src/southbridge/amd/rs780/rs780.h index aba3e6929b..5b8d251910 100644 --- a/src/southbridge/amd/rs780/rs780.h +++ b/src/southbridge/amd/rs780/rs780.h @@ -213,4 +213,5 @@ u32 extractbits(u32 source, int lsb, int msb); int cpuidFamily(void); int is_family0Fh(void); int is_family10h(void); +void pcie_hide_unused_ports(device_t nb_dev); #endif /* RS780_H */ -- cgit v1.2.3