[U-Boot] [PATCH 1/8] dm: pci: Support selected device/driver binding before relocation

Simon Glass sjg at chromium.org
Tue Aug 18 04:00:04 CEST 2015


On 15 August 2015 at 01:07, Bin Meng <bmeng.cn at gmail.com> wrote:
> On some platforms pci devices behind bridge need to be probed (eg:
> a pci uart on recent x86 chipset) before relocation. But we won't
> bind all devices found during the enumeration. Only devices whose
> driver with DM_FLAG_PRE_RELOC set will be bound. Any other generic
> devices except bridges won't be bound.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  drivers/pci/pci-uclass.c | 41 ++++++++++++++++++++++++++++++-----------
>  1 file changed, 30 insertions(+), 11 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list