OvmfPkg/PciHostBridgeLibScan: clean up file names and file-top comments

Rename "XenSupport.c" to "ScanForRootBridges.c", after the main function
in it.

Update the file-top comments; refer to both Bhyve and Xen.

Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien@xen.org>
Cc: Peter Grehan <grehan@freebsd.org>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Rebecca Cran <rebecca@bsdio.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20210526201446.12554-36-lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
Laszlo Ersek 2021-05-26 22:14:38 +02:00 committed by mergify[bot]
parent 4c81178cf0
commit 8af38170b5
4 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
/** @file
Header file of OVMF instance of PciHostBridgeLib.
OVMF's instance of the PCI Host Bridge Library, for Bhyve and Xen guests;
internal declarations.
Copyright (C) 2021, Red Hat, Inc.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>

View File

@ -1,5 +1,5 @@
/** @file
OVMF's instance of the PCI Host Bridge Library.
OVMF's instance of the PCI Host Bridge Library, for Bhyve and Xen guests.
Copyright (C) 2016-2021, Red Hat, Inc.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>

View File

@ -1,5 +1,5 @@
## @file
# OVMF's instance of the PCI Host Bridge Library.
# OVMF's instance of the PCI Host Bridge Library, for Bhyve and Xen guests.
#
# Copyright (C) 2016-2021, Red Hat, Inc.
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
@ -27,7 +27,7 @@
[Sources]
PciHostBridge.h
PciHostBridgeLib.c
XenSupport.c
ScanForRootBridges.c
[Packages]
MdeModulePkg/MdeModulePkg.dec

View File

@ -1,5 +1,5 @@
/** @file
Scan the entire PCI bus for root bridges to support OVMF above Xen.
Scan the entire PCI bus for root bridges to support OVMF on Bhyve and Xen.
Copyright (C) 2021, Red Hat, Inc.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>