sb/intel/bd82x6x/pch: Mark static devices hidden
commit653459016d9fc6f13532e4bc9d52f98918602739
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Tue, 3 Oct 2023 09:35:15 +0000 (3 11:35 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Thu, 12 Oct 2023 12:41:00 +0000 (12 12:41 +0000)
treeea2ce31bee5a353abdd353e149cddc78e2e0dd59
parent2fcef78ff84c184f7a9dd0e007c95b56cda552f5
sb/intel/bd82x6x/pch: Mark static devices hidden

Because integrated PCI devices are hidden in chip_ops
the PCI enumeration code never sees them.

When hiding static devices mark them as hidden so the
PCI enumeration no longer complains about them being
missing, even though they are present and were working
just fine.

Test: Disabled southbridge devices no longer appear in
      "Leftover static devices:" log.

Change-Id: Iae70072a85b62a456102190a5f72f4d652ad6d5a
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78230
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
src/southbridge/intel/bd82x6x/pch.c