Home
last modified time | relevance | path

Searched hist:"9 bf727fcc4743d06ba665f104e951b47f5029d56" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.cdiff 9bf727fcc4743d06ba665f104e951b47f5029d56 Sun Nov 29 14:17:55 CST 2015 Simon Glass <sjg@chromium.org> dm: x86: ivybridge: Convert graphics init to use DM PCI API

Use the driver-model PCI functions here where possible. For now we have to
search for the device with pci_bus_find_bdf() but at some point we can put
this in a proper driver and avoid this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>