]> git.proxmox.com Git - mirror_edk2.git/commit - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/ArmVirtQemu: avoid shadowing PEIMs unless necessary
authorArd Biesheuvel <ardb@kernel.org>
Sun, 25 Sep 2022 15:24:41 +0000 (17:24 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 26 Oct 2022 17:28:39 +0000 (17:28 +0000)
commitfead469a3b3174fbf9ec2df97f54f3ebcc786ca5
treee687ce11d59f340e9231b9f51fd078a2878bfa29
parent75d2be4a37955b2fe164e89524e9d6d2d61a4eac
ArmVirtPkg/ArmVirtQemu: avoid shadowing PEIMs unless necessary

Some PEIMs register for shadow execution explicitly, but others exist
that don't care and can happily execute in place. Since the emulated NOR
flash is just RAM, shadowing has no performance benefits so let's only
do this if needed.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
ArmVirtPkg/ArmVirtQemu.dsc