mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ArmVirtPkg/ArmVirtQemu,ArmVirtQemuKernel: Allow users to enable SNP
Modern ARM server platforms support SNP for PXE boot. I tested PXE boot with ArmVirtQemu and needed to enable SNP. Signed-off-by: Dimitri Daskalakis <dimitri.daskalakis1@gmail.com>
This commit is contained in:
parent
6690201491
commit
11ecff34f3
2 changed files with 0 additions and 8 deletions
|
|
@ -48,10 +48,6 @@
|
|||
# This comes at the beginning of includes to pick all relevant defines early on.
|
||||
!include ArmVirtPkg/ArmVirtStackCookies.dsc.inc
|
||||
|
||||
!if $(NETWORK_SNP_ENABLE) == TRUE
|
||||
!error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"
|
||||
!endif
|
||||
|
||||
!include NetworkPkg/NetworkDefines.dsc.inc
|
||||
|
||||
!include MdePkg/MdeLibs.dsc.inc
|
||||
|
|
|
|||
|
|
@ -45,10 +45,6 @@
|
|||
# This comes at the beginning of includes to pick all relevant defines early on.
|
||||
!include ArmVirtPkg/ArmVirtStackCookies.dsc.inc
|
||||
|
||||
!if $(NETWORK_SNP_ENABLE) == TRUE
|
||||
!error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"
|
||||
!endif
|
||||
|
||||
!include NetworkPkg/NetworkDefines.dsc.inc
|
||||
|
||||
!include MdePkg/MdeLibs.dsc.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue