[edk2-devel] [Patch 1/1] MdeModulePkg/Bus/Pci/PciBusDxe: Support platform PCI ROM override

Ard Biesheuvel ardb at kernel.org
Thu Jan 27 12:45:33 UTC 2022


On Sat, 22 Jan 2022 at 02:41, Michael D Kinney
<michael.d.kinney at intel.com> wrote:
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3811
>
> Remove ASSERT() statements that are triggered if a platform provides
> an override of PCI ROM attached to a PCI Controller.  The PCI Platform
> Protocol allows the platform to provide a PCI ROM image for a PCI
> Controller.  This works for PCI Controllers that do not have an attached
> PCI ROM, but the platform is not allowed to replace the PCI ROM for a
> PCI Controller that has its own PCI ROM.  Removing these ASSERT()
> statements enables this additional use case.
>
> Cc: Hao A Wu <hao.a.wu at intel.com>
> Cc: Ray Ni <ray.ni at intel.com>
> Cc: Star Zeng <star.zeng at intel.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney at intel.com>

Acked-by: Ard Biesheuvel <ardb at kernel.org>

> ---
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c b/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
> index 5535bd3013b8..cb845ec2b186 100644
> --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
> +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
> @@ -58,10 +58,9 @@ PciRomAddImageMapping (
>      {
>        //
>        // Expect once RomImage and RomSize are recorded, they will be passed in
> -      // later when updating ImageHandle
> +      // later when updating ImageHandle. They may also be updated with new
> +      // values if the platform provides an override of RomImage and RomSize.
>        //
> -      ASSERT ((mRomImageTable[Index].RomImage == NULL) || (RomImage == mRomImageTable[Index].RomImage));
> -      ASSERT ((mRomImageTable[Index].RomSize  == 0) || (RomSize  == mRomImageTable[Index].RomSize));
>        break;
>      }
>    }
> --
> 2.32.0.windows.1
>
>
>
> 
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#86115): https://edk2.groups.io/g/devel/message/86115
Mute This Topic: https://groups.io/mt/88598310/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list