Skip to content
Snippets Groups Projects
Select Git revision
  • 5a85a3096940b0a0cd016c8acf4944421c64f8c7
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

pci

Forked from Reform / reform-boundary-uboot
42471 commits behind the upstream repository.
user avatar
Kumar Gala authored
If the PCI controller wasn't configured or enabled delete from the
device tree (include its alias).

For the case that we didn't even configure u-boot with knowledge of
the controller we can use the fact that the pci_controller pointer
is NULL to delete the node in the device tree.  We determine that
a controller was not setup (because of HW config) based on the fact
that cfg_addr wasn't setup.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
5a85a309
History