X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FFramework%2FBootScript.h;h=b315a8a278de4fa1714d5ea7065f7db8276a308f;hp=cf846ec86b2a0c971c65ca18f9ff048f737a424b;hb=f22f941ed273753a0426d1234869857f19c28664;hpb=a89fa50ccf7a29405e3d24c49625dbd70cdba9fa diff --git a/IntelFrameworkPkg/Include/Framework/BootScript.h b/IntelFrameworkPkg/Include/Framework/BootScript.h index cf846ec86b..b315a8a278 100644 --- a/IntelFrameworkPkg/Include/Framework/BootScript.h +++ b/IntelFrameworkPkg/Include/Framework/BootScript.h @@ -2,14 +2,14 @@ This file contains the boot script defintions that are shared between the Boot Script Executor PPI and the Boot Script Save Protocol. - Copyright (c) 2009, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved
+This program and the accompanying materials are licensed and made available under +the terms and conditions of the BSD License that accompanies this distribution. +The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php. + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -18,28 +18,28 @@ #include /// -/// The framework implementation defines follow opcode which is different from PI specification: -/// To add FRAMEWORK_ prefix to avoid naming conflict. +/// The framework implementation defines follow opcode that are different from the PI specification: +/// Add FRAMEWORK_ prefix to avoid naming conflict. /// -/// S3 Boot Script Table identifier +/// S3 Boot Script Table identifier. /// #define FRAMEWORK_EFI_ACPI_S3_RESUME_SCRIPT_TABLE 0x00 /// -/// The opcode is to add a record for memory reads of the memory location and continues when the -/// exit criteria is satisfied or after a defined duration. +/// The opcode is used to add a record for memory reads of the memory location and continues when the +/// exit criteria is satisfied, or after a defined duration. /// #define FRAMEWORK_EFI_BOOT_SCRIPT_MEM_POLL_OPCODE 0x09 /// -/// The opcode is to add a record for dispatching specified arbitrary code into a specified +/// The opcode is used to add a record for dispatching specified arbitrary code into a specified /// boot script table. /// #define FRAMEWORK_EFI_BOOT_SCRIPT_DISPATCH_2_OPCODE 0x0D /// -/// The opcode indicate the start of the boot script table. +/// The opcode indicates the start of the boot script table. /// #define FRAMEWORK_EFI_BOOT_SCRIPT_TABLE_OPCODE 0xAA /// -/// The opcode indicate the end of the boot script table. +/// The opcode indicates the end of the boot script table. /// #define FRAMEWORK_EFI_BOOT_SCRIPT_TERMINATE_OPCODE 0xFF