the following patch was just integrated into master: commit 8e0e8bc705bcf1394c1b0e2fb2144f08fada8803 Author: Martin Roth martin@se-eng.com Date: Thu Apr 26 16:04:18 2012 -0600
Reverse Vendor ID & Device ID for map_oprom_vendev()
- When calling map_oprom_vendev() the vendor ID and device ID are joined into a 32 bit value. They were reversed from the order that I would have expected - Device ID as the high 16 bits and the Vendor ID as the low 16. This patch reverses them so so that the the dword comparison in map_oprom_vendev() matches what's entered into Kconfig for vendor,device. - Change files calling map_oprom_vendev()
Change-Id: I5b84db3cb1a359a7533409fde7d05fbc6ba3fcc4 Signed-off-by: Martin L Roth martin@se-eng.com
Build-Tested: build bot (Jenkins) at Fri Apr 27 17:42:40 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Apr 27 21:58:47 2012, giving +1 See http://review.coreboot.org/938 for details.
-gerrit