From 21c60fa2b2907776e2faee5bf39e6c8a8d4c4f65 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 3 Jan 2019 11:38:57 +0200 Subject: amdfam10 boards: Add temporary pirq_router_bus variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's expected that further analysis shows this to always evaluate to 0. Change-Id: I68599b961ca3b5e3652539c5d825a00444958d1b Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30644 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/include/cpu/amd/amdfam10_sysconf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/cpu/amd/amdfam10_sysconf.h') diff --git a/src/include/cpu/amd/amdfam10_sysconf.h b/src/include/cpu/amd/amdfam10_sysconf.h index aa35c714b6..a226c51f91 100644 --- a/src/include/cpu/amd/amdfam10_sysconf.h +++ b/src/include/cpu/amd/amdfam10_sysconf.h @@ -69,4 +69,6 @@ extern struct amdfam10_sysconf_t sysconf; void get_bus_conf(void); void get_pci1234(void); +extern u8 pirq_router_bus; + #endif -- cgit v1.2.3