public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] OvmfPkg/GcdNotifyDxe: Install EFI_GCD_MEMORY_SPACE_NOTIFY_PROTOCOL
@ 2017-04-12 19:00 Leo Duran
  2017-04-12 19:00 ` Leo Duran
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Duran @ 2017-04-12 19:00 UTC (permalink / raw)
  To: edk2-devel; +Cc: Leo Duran

On entry, GcdNotifyDxe scans the GCD MemmorySpace map and produces this
protocol to get notifications from GCD on MemorySpace Add/Remove operations.

This patch illustrates how OvmfPkg could take actions on GCD notifications.
For example: updating the SEV mask on page-table entries for MMIO ranges.

This patch follows [PATCH] MdeModulePkg: Add EFI_GCD_MEMORY_SPACE_NOTIFY_PROTOCOL.

Leo Duran (1):
  OvmfPkg/GcdNotifyDxe: Install EFI_GCD_MEMORY_SPACE_NOTIFY_PROTOCOL

 OvmfPkg/GcdNotifyDxe/GcdNotifyDxe.c   | 148 ++++++++++++++++++++++++++++++++++
 OvmfPkg/GcdNotifyDxe/GcdNotifyDxe.inf |  44 ++++++++++
 OvmfPkg/OvmfPkgIa32X64.dsc            |   2 +
 OvmfPkg/OvmfPkgIa32X64.fdf            |   3 +
 4 files changed, 197 insertions(+)
 create mode 100644 OvmfPkg/GcdNotifyDxe/GcdNotifyDxe.c
 create mode 100644 OvmfPkg/GcdNotifyDxe/GcdNotifyDxe.inf

-- 
2.7.4



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

end of thread, other threads:[~2017-04-12 20:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-12 19:00 [PATCH] OvmfPkg/GcdNotifyDxe: Install EFI_GCD_MEMORY_SPACE_NOTIFY_PROTOCOL Leo Duran
2017-04-12 19:00 ` Leo Duran
2017-04-12 20:21   ` Laszlo Ersek
2017-04-12 20:26     ` Duran, Leo
2017-04-12 20:34       ` Laszlo Ersek

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