Re: [edk2-devel] [PATCH v3] UefiPayloadPkg: Add macro to support selective driver in UPL

2022-07-18 Thread Guo Dong
Reviewed-by: Guo Dong -Original Message- From: Lu, James Sent: Thursday, July 7, 2022 9:15 AM To: devel@edk2.groups.io Cc: Lu, James ; Dong, Guo ; Ni, Ray ; Guo, Gua Subject: [PATCH v3] UefiPayloadPkg: Add macro to support selective driver in UPL From: James Lu REF:

Re: [edk2-devel] [PATCH v3] UefiPayloadPkg: Add macro to support selective driver in UPL

2022-07-14 Thread Lu, James
Created PR, please help to push UefiPayloadPkg: Add macro to support selective driver in UPL by jameslu8 * Pull Request #3065 * tianocore/edk2 (github.com) Thanks, James From: Ni, Ray Sent: Friday, July 8, 2022 12:47 AM To: Lu, James ;

Re: [edk2-devel] [PATCH v3] UefiPayloadPkg: Add macro to support selective driver in UPL

2022-07-07 Thread Ni, Ray
Reviewed-by: Ray Ni thanks, ray From: Lu, James Sent: Friday, July 8, 2022 12:15:09 AM To: devel@edk2.groups.io Cc: Lu, James ; Dong, Guo ; Ni, Ray ; Guo, Gua Subject: [PATCH v3] UefiPayloadPkg: Add macro to support selective driver in UPL From: James Lu

[edk2-devel] [PATCH v3] UefiPayloadPkg: Add macro to support selective driver in UPL

2022-07-07 Thread Lu, James
From: James Lu REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3967 Add macros to decide modules built into UPL.elf. Macro list: - GENERIC_MEMORY_TEST_ENABLE: GenericMemoryTestDxe - MEMORY_TEST: NullMemoryTestDxe or GenericMemoryDxe - ATA_ENABLE: SataControllerDxe, AtaBusDxe -