the following patch was just integrated into master: commit 37c9fbfcf8d1cd79d174484549f42bd436bc2454 Author: Aaron Durbin adurbin@chromium.org Date: Tue Sep 24 12:29:57 2013 -0500
baytrail: add common pci_operations
The coreboot device modeling for pci devices wants a pci_operations structure for all devices. This structure just sets the subsystem vendor and device id. Add a common one that all the other pci drivers can use for Bay Trail.
BUG=chrome-os-partner:22860 BRANCH=None TEST=Built and booted while utilizing this new structure.
Change-Id: I39949cbdb83b3acb93fe4034eb4278d45369e321 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/170428
See http://review.coreboot.org/4851 for details.
-gerrit