the following patch was just integrated into master: commit 944655dadaf595bf655f266eb35ca2f17c8410eb Author: Alexandru Gagniuc alexandrux.gagniuc@intel.com Date: Wed May 18 10:26:53 2016 -0700
soc/apollolake: Use simpler macros for the northbridge PCI device
The NB_DEV_ROOT macro, is almost unreadable, as it depends on other stringified macros, and acts differently depending on the coreboot stage. For ramstage, it also hides a function call. Rewrite the macro in terms of more basic and readable macros.
Change-Id: I9b7071d67c8d58926e9b01fadaa239db1120448c Signed-off-by: Alexandru Gagniuc alexandrux.gagniuc@intel.com Reviewed-on: https://review.coreboot.org/14890 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See https://review.coreboot.org/14890 for details.
-gerrit