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

Simon Glass sjg at chromium.org
Wed Dec 31 19:24:01 CET 2014


On 31 December 2014 at 11:17, Simon Glass <sjg at chromium.org> wrote:
> On 31 December 2014 at 01:05, Bin Meng <bmeng.cn at gmail.com> 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_pci_bdf() for pci device bdf triplet
>> - fdtdec_get_pci_bar32() for pci device register bar
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> Changes in v4:
>> - Check compatible string 12th byte against '\0'
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list