Dave Frodin (dave.frodin@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3586
-gerrit
commit 48cd4eea777fd93c694974c1665a02e34b345a0c Author: Dave Frodin dave.frodin@se-eng.com Date: Mon Jul 1 14:19:48 2013 -0600
Make setting MAX_PIRQ_LINKs depend on NORTHBRIDGE_VIA_VX900
The MAX_PIRQ_LINKS is defined in src/Kconfig with a default value of 4. The src/northbridge/via/vx900/Kconfig also defines MAX_PIRQ_LINKS with a default of 8 and it ends up giving us a value of 8 for non-VIA platforms.
Change-Id: Iee1938d38a93ab7c35c8cb6fe9656a92cf3fa21e Signed-off-by: Dave Frodin dave.frodin@se-eng.com --- src/northbridge/via/vx900/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/northbridge/via/vx900/Kconfig b/src/northbridge/via/vx900/Kconfig index a76b59b..b623a3f 100644 --- a/src/northbridge/via/vx900/Kconfig +++ b/src/northbridge/via/vx900/Kconfig @@ -30,6 +30,7 @@ config NORTHBRIDGE_VIA_VX900
config MAX_PIRQ_LINKS int + depends on NORTHBRIDGE_VIA_VX900 default 8
config MMCONF_BASE_ADDRESS