]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/Capsule.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / Capsule.h
CommitLineData
77319442
LG
1/** @file\r
2 Capsule Architectural Protocol as defined in PI1.0a Specification VOLUME 2 DXE\r
3\r
4 The DXE Driver that produces this protocol must be a runtime driver. \r
5 The driver is responsible for initializing the CapsuleUpdate() and \r
6 QueryCapsuleCapabilities() fields of the UEFI Runtime Services Table. \r
7 After the two fields of the UEFI Runtime Services Table have been initialized, \r
8 the driver must install the EFI_CAPSULE_ARCH_PROTOCOL_GUID on a new handle \r
9 with a NULL interface pointer. The installation of this protocol informs \r
10 the DXE Foundation that the Capsule related services are now available and \r
11 that the DXE Foundation must update the 32-bit CRC of the UEFI Runtime Services Table.\r
12\r
9df063a0
HT
13Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
14This program and the accompanying materials\r
77319442
LG
15are licensed and made available under the terms and conditions of the BSD License\r
16which accompanies this distribution. The full text of the license may be found at\r
17http://opensource.org/licenses/bsd-license.php\r
18\r
19THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21\r
22**/\r
23\r
24#ifndef __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
25#define __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
26\r
27//\r
28// Global ID for the Capsule Architectural Protocol\r
29//\r
30#define EFI_CAPSULE_ARCH_PROTOCOL_GUID \\r
31 { 0x5053697e, 0x2cbc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}\r
32\r
33extern EFI_GUID gEfiCapsuleArchProtocolGuid;\r
34\r
35#endif\r