Rebecca Cran
8ba392687b
OvmfPkg: Update code to be more C11 compliant by using __func__
...
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among
others support, while __func__ was standardized in C99.
Since it's more standard, replace __FUNCTION__ with __func__ throughout
OvmfPkg.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com >
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Ard Biesheuvel <ardb@kernel.org >
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com >
2023-04-10 14:19:57 +00:00
Gerd Hoffmann
b57911c84c
OvmfPkg/FdtPciHostBridgeLib: io range is not mandatory
...
io range is not mandatory according to pcie spec,
so allow host bridges without io address space.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2022-06-03 09:06:44 +00:00
Michael Kubacki
ac0a286f4d
OvmfPkg: Apply uncrustify changes
...
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737
Apply uncrustify changes to .c/.h files in the OvmfPkg package
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com >
Reviewed-by: Andrew Fish <afish@apple.com >
2021-12-07 17:24:28 +00:00
Michael D Kinney
47719926e8
OvmfPkg: Change use of EFI_D_* to DEBUG_*
...
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3739
Update all use of EFI_D_* defines in DEBUG() macros to DEBUG_* defines.
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael Kubacki <michael.kubacki@microsoft.com >
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Ard Biesheuvel <ardb@kernel.org >
2021-12-07 17:24:28 +00:00
Abner Chang
e0c23cba5e
ArmVirtPkg/VirtioFdtDxe: Relocate VirtioFdtDxe to OvmfPkg/Fdt
...
Relocate VirtioFdtDxe to OvmfPkg/Fdt, this driver is leverage by
both ARM and RISC-V archs.
Signed-off-by: Abner Chang <abner.chang@hpe.com >
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Sami Mujawar <sami.mujawar@arm.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Cc: Daniel Schaefer <daniel.schaefer@hpe.com >
Cc: Sunil V L <sunilvl@ventanamicro.com >
Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com >
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com >
Acked-by: Gerd Hoffmann <kraxel@redhat.com >
Acked-by: Jiewen Yao <jiewen.yao@intel.com >
2021-10-14 06:25:52 +00:00
Abner Chang
b21c6794de
OvmfPkg/FdtPciHostBridgeLib: Add RISC-V in the supported arch.
...
Signed-off-by: Abner Chang <abner.chang@hpe.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Cc: Daniel Schaefer <daniel.schaefer@hpe.com >
Cc: Sunil V L <sunilvl@ventanamicro.com >
Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com >
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com >
Acked-by: Gerd Hoffmann <kraxel@redhat.com >
Acked-by: Jiewen Yao <jiewen.yao@intel.com >
2021-10-14 06:25:52 +00:00
Abner Chang
9a7509e465
ArmVirtPkg/FdtPciHostBridgeLib: Relocate FdtPciHostBridgeLib to OvmfPkg/Fdt
...
Relocate FdtPciHostBridgeLib to OvmfPkg/Fdt, this library is
leverage by both ARM and RISC-V archs. Also use
PcdPciMmio32Translation and PcdPciMmio64Translation
PCDs provided by MdePkg instead of ArmPkg.
Signed-off-by: Abner Chang <abner.chang@hpe.com >
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Sami Mujawar <sami.mujawar@arm.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Cc: Daniel Schaefer <daniel.schaefer@hpe.com >
Cc: Sunil V L <sunilvl@ventanamicro.com >
Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com >
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com >
Acked-by: Gerd Hoffmann <kraxel@redhat.com >
Acked-by: Jiewen Yao <jiewen.yao@intel.com >
2021-10-14 06:25:52 +00:00
Abner Chang
47bd85e9f9
OvmfPkg/HighMemDxe: Add RISC-V in the supported arch.
...
Add RISC-V VM in the file header.
Add RISC-V to the supported arch.
Signed-off-by: Abner Chang <abner.chang@hpe.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Cc: Daniel Schaefer <daniel.schaefer@hpe.com >
Cc: Sunil V L <sunilvl@ventanamicro.com >
Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com >
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com >
Acked-by: Gerd Hoffmann <kraxel@redhat.com >
Acked-by: Jiewen Yao <jiewen.yao@intel.com >
2021-10-14 06:25:52 +00:00
Abner Chang
d881c6ddf5
ArmVirtPkg/HighMemDxe: Relocate HighMemDxe to OvmfPkg
...
Relocate HighMemDxe to OvmfPkg/Fdt, this library is leverage by
both ARM and RISC-V archs.
Signed-off-by: Abner Chang <abner.chang@hpe.com >
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Sami Mujawar <sami.mujawar@arm.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Cc: Daniel Schaefer <daniel.schaefer@hpe.com >
Cc: Sunil V L <sunilvl@ventanamicro.com >
Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com >
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com >
Acked-by: Gerd Hoffmann <kraxel@redhat.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
2021-10-14 06:25:52 +00:00
Abner Chang
77e9b3a7c6
ArmVirtPkg/FdtPciPcdProducerLib: Relocate PciPcdProducerLib to OvmfPkg
...
Relocate PciPcdProducerLib to OvmfPkg/Fdt, this library is
leverage by both ARM and RISC-V archs.
Add OvmfPkg/Fdt maintainers in Maintainers.txt
Signed-off-by: Abner Chang <abner.chang@hpe.com >
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Sami Mujawar <sami.mujawar@arm.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Jordan Justen <jordan.l.justen@intel.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Cc: Daniel Schaefer <daniel.schaefer@hpe.com >
Cc: Sunil V L <sunilvl@ventanamicro.com >
Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com >
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com >
Acked-by: Gerd Hoffmann <kraxel@redhat.com >
Cc: Jiewen Yao <jiewen.yao@intel.com >
2021-10-14 06:25:52 +00:00