the following patch was just integrated into master: commit e45421b66ede1c5a8b7474f08d040ca4e96c53df Author: Aaron Durbin adurbin@chromium.org Date: Fri Oct 25 09:12:45 2013 -0500
baytrail: remove gfx read_resources() work around
Before the special PUNIT settings the GFX pci device had the same device id as the transaction router. This required a special case in the transaction router's driver to do the proper thing for read_resources(). However, that requirement is no longer needed as the PUNIT special message is now being done. Therefore, remove the work around.
BUG=None BRANCH=None TEST=Built and looked at resource allocation logs to confirm work around is no longer needed.
Change-Id: I90b155cb5560ca3291f146c2f586456e5529f6b2 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/174652 Reviewed-by: Duncan Laurie dlaurie@chromium.org
See http://review.coreboot.org/4902 for details.
-gerrit