public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ma, Maurice" <maurice.ma@intel.com>
To: "Liu, Zhiguang" <zhiguang.liu@intel.com>
Cc: "Dong, Guo" <guo.dong@intel.com>, "Ni, Ray" <ray.ni@intel.com>,
	"You, Benjamin" <benjamin.you@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: Re: [PATCH] UefiPayloadPkg: Add Macro to enable or diable some drivers.
Date: Mon, 20 Sep 2021 14:50:38 +0000	[thread overview]
Message-ID: <CO1PR11MB49451024089AF4057CC8605889A09@CO1PR11MB4945.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210918074917.553-1-zhiguang.liu@intel.com>

Reviewed-by: Maurice Ma <maurice.ma@intel.com>


> -----Original Message-----
> From: Liu, Zhiguang <zhiguang.liu@intel.com>
> Sent: Saturday, September 18, 2021 0:49
> To: devel@edk2.groups.io
> Cc: Dong, Guo <guo.dong@intel.com>; Ni, Ray <ray.ni@intel.com>; Ma,
> Maurice <maurice.ma@intel.com>; You, Benjamin
> <benjamin.you@intel.com>
> Subject: [PATCH] UefiPayloadPkg: Add Macro to enable or diable some
> drivers.
> 
> Add Macro to enable or diable RamDiskDxe and SioBusDxe drivers.
> 
> Cc: Guo Dong <guo.dong@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Maurice Ma <maurice.ma@intel.com>
> Cc: Benjamin You <benjamin.you@intel.com>
> 
> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
> ---
>  UefiPayloadPkg/UefiPayloadPkg.dsc | 10 ++++++++--
> UefiPayloadPkg/UefiPayloadPkg.fdf |  7 +++++--
>  2 files changed, 13 insertions(+), 4 deletions(-)
> 
> diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc
> b/UefiPayloadPkg/UefiPayloadPkg.dsc
> index 9d7f311343..fb805dc772 100644
> --- a/UefiPayloadPkg/UefiPayloadPkg.dsc
> +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
> @@ -28,6 +28,8 @@
>     DEFINE SOURCE_DEBUG_ENABLE          = FALSE   DEFINE
> PS2_KEYBOARD_ENABLE          = FALSE+  DEFINE RAM_DISK_ENABLE              =
> FALSE+  DEFINE SIO_BUS_ENABLE               = FALSE   DEFINE
> UNIVERSAL_PAYLOAD            = FALSE    #@@ -536,8 +538,10 @@
>    MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
> MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
> MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf-
> MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf +!if
> $(RAM_DISK_ENABLE) == TRUE+
> MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf+!endif   #   #
> SD/eMMC Support   #@@ -562,8 +566,10 @@
>  !if $(SERIAL_DRIVER_ENABLE) == TRUE
> MdeModulePkg/Universal/SerialDxe/SerialDxe.inf !endif-!if
> $(PS2_KEYBOARD_ENABLE) == TRUE+!if $(SIO_BUS_ENABLE) == TRUE
> OvmfPkg/SioBusDxe/SioBusDxe.inf+!endif+!if $(PS2_KEYBOARD_ENABLE)
> == TRUE
> MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf !endif
> MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.infdiff --git
> a/UefiPayloadPkg/UefiPayloadPkg.fdf b/UefiPayloadPkg/UefiPayloadPkg.fdf
> index 6caa134081..6b48bfc869 100644
> --- a/UefiPayloadPkg/UefiPayloadPkg.fdf
> +++ b/UefiPayloadPkg/UefiPayloadPkg.fdf
> @@ -142,8 +142,10 @@ INF
> MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
>  !if $(SERIAL_DRIVER_ENABLE) == TRUE INF
> MdeModulePkg/Universal/SerialDxe/SerialDxe.inf !endif-!if
> $(PS2_KEYBOARD_ENABLE) == TRUE+!if $(SIO_BUS_ENABLE) == TRUE INF
> OvmfPkg/SioBusDxe/SioBusDxe.inf+!endif+!if $(PS2_KEYBOARD_ENABLE)
> == TRUE INF
> MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf !endif INF
> MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf@@ -171,8 +173,9
> @@ INF MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
>  INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf INF
> MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf INF
> MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf+!if
> $(RAM_DISK_ENABLE) == TRUE INF
> MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf-+!endif INF
> FatPkg/EnhancedFatDxe/Fat.inf  #--
> 2.32.0.windows.2


      parent reply	other threads:[~2021-09-20 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-18  7:49 [PATCH] UefiPayloadPkg: Add Macro to enable or diable some drivers Zhiguang Liu
2021-09-18  8:12 ` Ni, Ray
2021-09-20 14:50 ` Ma, Maurice [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO1PR11MB49451024089AF4057CC8605889A09@CO1PR11MB4945.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox