On Mon, 2019-05-27 at 11:03 +0800, Hao A Wu wrote: > ''' > Please note that this series will be hold until the edk2-stable201905 is > created. > ''' > > The series is also available at: > https://github.com/hwu25/edk2/tree/ovmf_csm_v2 > > V2 changes: > > Discussion with David Woodhouse for him to take the reviewer role for the > duplicated CSM components under OvmfPkg: > https://edk2.groups.io/g/devel/topic/31682287#40996 > > The (new) first patch will update the Maintainers.txt to reflect such > role. > > > V1 history: > > The series will duplicate the CSM components used by the OVMF package from > IntelFrameworkModulePkg & IntelFrameworkPkg. > > Verification done for the series: > * Build pass with/without build command option '-D CSM_ENABLE'; > * Boot shell pass with the built images. > > Cc: David Woodhouse > Cc: Ray Ni > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > > Hao A Wu (10): > Maintainers.txt: Add maintainer for CSM components in OvmfPkg > OvmfPkg: Copy the required CSM components from framework packages > OvmfPkg/OvmfPkg.dec: Add definitions for CSM-related Guid & Protocol > OvmfPkg/OvmfPkg.dec: Add the new include folder for CSM header files > OvmfPkg/OvmfPkg.dec: Add PCD definitions used by copied CSM modules > OvmfPkg/Csm/VideoDxe: Update to make it build for OVMF > OvmfPkg/Csm/LegacyBiosDxe: Update to make it build for OVMF > OvmfPkg/Csm/LegacyBootMaintUiLib: Update to make it build for OVMF > OvmfPkg/Csm/LegacyBootManagerLib: Update to make it build for OVMF > OvmfPkg: Update DSC/FDF files to consume CSM components in OvmfPkg I'll submit a [PATCH 11/10] in a moment which makes it actually work again. With that included, the first ten in the series are Reviewed-by: David Woodhouse Thanks.