the following patch was just integrated into master: commit 50036324070be4336096c111918dc1e1a3ea69a3 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Wed May 18 13:35:21 2016 +0300
AGESA: Fix invalid use of CFG_ declarations
The declarations of CFG_ evaluate to correct values only when included after the definitions of BLDCFG_ in buildOpts.c. So we never have CFG_PLAT_NUM_IO_APICS defined here.
Change-Id: I94b3dee5a3207b37921eb24a0bcd73b5a217b2d3 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: https://review.coreboot.org/14887 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth martinroth@google.com
See https://review.coreboot.org/14887 for details.
-gerrit