the following patch was just integrated into master: commit 45b3b82f186bc9efd28d4143bad53b5ea3564226 Author: Antonello Dettori dev@dettori.io Date: Tue Aug 30 22:18:06 2016 +0200
device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__
Change the argument to #ifdef from __PRE_RAM__ to __SIMPLE_DEVICE__ in order to account for the coreboot stages that do not define device_t and are not __PRE_RAM__ (i.e. smm) device_t
Change-Id: Ic6e9b504803622b60b5217c9432ce57caefc5065 Signed-off-by: Antonello Dettori dev@dettori.io Reviewed-on: https://review.coreboot.org/16369 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See https://review.coreboot.org/16369 for details.
-gerrit