[U-Boot] [PATCH v3 4/7] fdt: Add several apis to decode pci device node

2014-12-30 Thread Bin Meng
This commit adds several APIs to decode PCI device node according to the Open Firmware PCI bus bindings, including: - fdtdec_get_pci_addr() for encoded pci address - fdtdec_get_pci_vendev() for vendor id and device id - fdtdec_get_pci_bdf() for pci device bdf triplet - fdtdec_get_pci_bar32() for pc

Re: [U-Boot] [PATCH v3 4/7] fdt: Add several apis to decode pci device node

2014-12-30 Thread Simon Glass
Hi Bin, On 30 December 2014 at 07:53, Bin Meng wrote: > This commit adds several APIs to decode PCI device node according to > the Open Firmware PCI bus bindings, including: > - fdtdec_get_pci_addr() for encoded pci address > - fdtdec_get_pci_vendev() for vendor id and device id > - fdtdec_get_pc

Re: [U-Boot] [PATCH v3 4/7] fdt: Add several apis to decode pci device node

2014-12-30 Thread Bin Meng
Hi Simon, On Wed, Dec 31, 2014 at 2:48 AM, Simon Glass wrote: > Hi Bin, > > On 30 December 2014 at 07:53, Bin Meng wrote: >> This commit adds several APIs to decode PCI device node according to >> the Open Firmware PCI bus bindings, including: >> - fdtdec_get_pci_addr() for encoded pci address >