public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdeModulePkg: Add BootDiscoveryPolicyOld variable.
@ 2021-08-18  7:36 Grzegorz Bernacki
  2021-08-18 19:43 ` Samer El-Haj-Mahmoud
  2021-08-20  5:24 ` [edk2-devel] " Wu, Hao A
  0 siblings, 2 replies; 4+ messages in thread
From: Grzegorz Bernacki @ 2021-08-18  7:36 UTC (permalink / raw)
  To: devel
  Cc: jian.j.wang, hao.a.wu, Samer.El-Haj-Mahmoud, sunny.Wang, mw,
	upstream, Grzegorz Bernacki

This variable is needed to track the change to
BootDiscoveryPolicy variable. Boot options should
be refreshed only if BootDiscoveryPolicy has been
changed.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
---
 MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h b/MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h
index 06e38921a0..f4e3b03ba1 100644
--- a/MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h
+++ b/MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h
@@ -18,5 +18,6 @@
 #define BOOT_DISCOVERY_POLICY_MGR_FORMSET_GUID  { 0x5b6f7107, 0xbb3c, 0x4660, { 0x92, 0xcd, 0x54, 0x26, 0x90, 0x28, 0x0b, 0xbd } }
 
 #define BOOT_DISCOVERY_POLICY_VAR L"BootDiscoveryPolicy"
+#define BOOT_DISCOVERY_POLICY_OLD_VAR L"BootDiscoveryPolicyOld"
 
 #endif
-- 
2.25.1


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

end of thread, other threads:[~2021-08-30  2:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-18  7:36 [PATCH] MdeModulePkg: Add BootDiscoveryPolicyOld variable Grzegorz Bernacki
2021-08-18 19:43 ` Samer El-Haj-Mahmoud
2021-08-20  5:24 ` [edk2-devel] " Wu, Hao A
2021-08-30  2:46   ` Wu, Hao A

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