public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdeModulePkg/Core/Dxe: Clear SEV mask on MMIO regions
@ 2017-03-24  2:51 Leo Duran
  2017-03-24  2:51 ` Leo Duran
  0 siblings, 1 reply; 6+ messages in thread
From: Leo Duran @ 2017-03-24  2:51 UTC (permalink / raw)
  To: edk2-devel; +Cc: Leo Duran

This patch intercepts MMIO configuration in the GCD module
to ensure those regions are unmasked.

Thsi patch follows the series:
 [PATCH v4 0/6] Add PCD PcdPteMemoryEncryptionAddressOrMask
which has already being pushed upstream.

Leo Duran (1):
  MdeModulePkg/Core/Dxe: Clear SEV mask on MMIO regions

 MdeModulePkg/Core/Dxe/DxeMain.inf           |  11 ++
 MdeModulePkg/Core/Dxe/Gcd/Gcd.c             |  28 ++++++
 MdeModulePkg/Core/Dxe/Gcd/GcdHelper.h       | 151 ++++++++++++++++++++++++++++
 MdeModulePkg/Core/Dxe/Gcd/GcdHelperCommon.c | 120 ++++++++++++++++++++++
 MdeModulePkg/Core/Dxe/Gcd/Ia32/GcdHelper.c  | 115 +++++++++++++++++++++
 MdeModulePkg/Core/Dxe/Gcd/X64/GcdHelper.c   | 129 ++++++++++++++++++++++++
 6 files changed, 554 insertions(+)
 create mode 100644 MdeModulePkg/Core/Dxe/Gcd/GcdHelper.h
 create mode 100644 MdeModulePkg/Core/Dxe/Gcd/GcdHelperCommon.c
 create mode 100644 MdeModulePkg/Core/Dxe/Gcd/Ia32/GcdHelper.c
 create mode 100644 MdeModulePkg/Core/Dxe/Gcd/X64/GcdHelper.c

-- 
2.7.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-24 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-24  2:51 [PATCH] MdeModulePkg/Core/Dxe: Clear SEV mask on MMIO regions Leo Duran
2017-03-24  2:51 ` Leo Duran
2017-03-24  7:20   ` Zeng, Star
2017-03-24  7:48     ` Yao, Jiewen
2017-03-24  7:57       ` Zeng, Star
2017-03-24 14:39         ` Duran, Leo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox