[edk2-devel] [Patch V2 10/12] UefiPayloadPkg: Add macro to disable some drivers

Guo Dong guo.dong at intel.com
Wed Jun 23 23:48:29 UTC 2021


Please update the MACRO as below.

> +  DEFINE EMU_VARIABLE_ENABLE   = FALSE
Change to:
  DEFINE EMU_VARIABLE_ENABLE          = TRUE


> +!if $(EMU_VARIABLE_ENABLE) == FALSE
Change to 
+!if $(EMU_VARIABLE_ENABLE) == TRUE


With that:
Reviewed-by: Guo Dong <guo.dong at intel.com>


> -----Original Message-----
> From: Liu, Zhiguang <zhiguang.liu at intel.com>
> Sent: Tuesday, June 22, 2021 7:53 PM
> To: devel at edk2.groups.io
> Cc: Ma, Maurice <maurice.ma at intel.com>; Dong, Guo
> <guo.dong at intel.com>; You, Benjamin <benjamin.you at intel.com>
> Subject: [Patch V2 10/12] UefiPayloadPkg: Add macro to disable some drivers
> 
> V2:
> Change DISABLE_VARIABLE to EMU_VARIABLE_ENABLE
> 
> Cc: Maurice Ma <maurice.ma at intel.com>
> Cc: Guo Dong <guo.dong at intel.com>
> Cc: Benjamin You <benjamin.you at intel.com>
> Signed-off-by: Zhiguang Liu <zhiguang.liu at intel.com>
> ---
>  UefiPayloadPkg/UefiPayloadPkg.dsc | 11 ++++++++++-
>  UefiPayloadPkg/UefiPayloadPkg.fdf |  7 +++++++
>  2 files changed, 17 insertions(+), 1 deletion(-)
> 
> diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc
> b/UefiPayloadPkg/UefiPayloadPkg.dsc
> index 155aea4bc4..85055e9091 100644
> --- a/UefiPayloadPkg/UefiPayloadPkg.dsc
> +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
> @@ -87,6 +87,12 @@
>    #
> 
>    DEFINE SHELL_TYPE                   = BUILD_SHELL
> 
> 
> 
> +  #
> 
> +  # Disable features
> 
> +  #
> 
> +  DEFINE EMU_VARIABLE_ENABLE   = FALSE
> 
> +  DEFINE DISABLE_RESET_SYSTEM  = FALSE
> 
> +
> 
>  [BuildOptions]
> 
>    *_*_*_CC_FLAGS                 = -D DISABLE_NEW_DEPRECATED_INTERFACES
> 
>    GCC:*_UNIXGCC_*_CC_FLAGS       = -DMDEPKG_NDEBUG
> 
> @@ -431,10 +437,13 @@
>    MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
> 
>    MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
> 
> 
> MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCoun
> terRuntimeDxe.inf
> 
> +!if $(DISABLE_RESET_SYSTEM) == FALSE
> 
> 
> MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntime
> Dxe.inf
> 
> +!endif
> 
> 
> PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntime
> Dxe.inf
> 
> +!if $(EMU_VARIABLE_ENABLE) == FALSE
> 
>    MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
> 
> -
> 
> +!endif
> 
>    #
> 
>    # Following are the DXE drivers
> 
>    #
> 
> diff --git a/UefiPayloadPkg/UefiPayloadPkg.fdf
> b/UefiPayloadPkg/UefiPayloadPkg.fdf
> index 6073f9c1b4..4d186692da 100644
> --- a/UefiPayloadPkg/UefiPayloadPkg.fdf
> +++ b/UefiPayloadPkg/UefiPayloadPkg.fdf
> @@ -105,9 +105,16 @@ INF
> MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
>  INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
> 
>  INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
> 
>  INF
> MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCoun
> terRuntimeDxe.inf
> 
> +
> 
> +!if $(DISABLE_RESET_SYSTEM) == FALSE
> 
>  INF
> MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntime
> Dxe.inf
> 
> +!endif
> 
> +
> 
>  INF
> PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntime
> Dxe.inf
> 
> +
> 
> +!if $(EMU_VARIABLE_ENABLE) == FALSE
> 
>  INF
> MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
> 
> +!endif
> 
> 
> 
>  INF UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
> 
>  INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
> 
> --
> 2.30.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#77015): https://edk2.groups.io/g/devel/message/77015
Mute This Topic: https://groups.io/mt/83730189/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