the following patch was just integrated into master: commit ba08fd1e1d823ad64c37d7e3d50a796ffbf81b9d Author: Anton Kochkov anton.kochkov@gmail.com Date: Wed Jun 27 07:16:03 2012 +0400
libpayload: OHCI driver correct PCI BAR reading
Correct registers base (PCI BAR) reading to be more specification friendly. Registers base only in [31-12] bits, all other proposed to be 0 but that not true for some motherboards. So adding mask to use only valid bits.
Change-Id: I2e9a4997e016dab812ccfe654e966bc91d42a625 Signed-off-by: Anton Kochkov anton.kochkov@gmail.com
See http://review.coreboot.org/1143 for details.
-gerrit