VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/Include/Guid/NvVarStoreFormatted.h

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1/** @file
2 EDKII NvVarStore Formatted GUID
3
4 A NULL protocol instance with this GUID in the DXE and/or MM protocol
5 databases, and/or a NULL PPI with this GUID in the PPI database, implies that
6 a DXE or MM driver, or a PEIM, has verified (or dynamically ensured) that the
7 non-volatile variable store has valid and consistent headers
8 (EFI_FIRMWARE_VOLUME_HEADER and VARIABLE_STORE_HEADER).
9
10 Said predicate is required by the read-only variable PEIM, and the read side
11 of the runtime variable DXE and MM drivers, immediately after they are
12 dispatched. This GUID presents platforms with one way to coordinate between
13 their module(s) that format the variable store FVB device and the variable
14 service drivers.
15
16 Copyright (C) 2018, Red Hat, Inc.
17
18 SPDX-License-Identifier: BSD-2-Clause-Patent
19**/
20
21#ifndef __EDKII_NV_VAR_STORE_FORMATTED_H__
22#define __EDKII_NV_VAR_STORE_FORMATTED_H__
23
24#define EDKII_NV_VAR_STORE_FORMATTED_GUID \
25 { \
26 0xd1a86e3f, 0x0707, 0x4c35, \
27 { 0x83, 0xcd, 0xdc, 0x2c, 0x29, 0xc8, 0x91, 0xa3 } \
28 }
29
30extern EFI_GUID gEdkiiNvVarStoreFormattedGuid;
31
32#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette