aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/rs780/rs780.h
diff options
context:
space:
mode:
authorKerry Sheh <shekairui@gmail.com>2011-09-14 10:04:19 +0800
committerPatrick Georgi <patrick@georgi-clan.de>2011-09-14 07:47:30 +0200
commit8c69b1d13b12a23d22de19b9de2e161e6064021c (patch)
treefdd2b4c452e0ea710d1bd456681af9834b503b40 /src/southbridge/amd/rs780/rs780.h
parenta25828dd0eaec09334ccbe05559d0e121e698b0d (diff)
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 <kerry.she@amd.com> Signed-off-by: Kerry Sheh <shekairui@gmail.com> Reviewed-on: http://review.coreboot.org/206 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/southbridge/amd/rs780/rs780.h')
-rw-r--r--src/southbridge/amd/rs780/rs780.h1
1 files changed, 1 insertions, 0 deletions
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 */