X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FPpi%2FBootScriptExecuter.h;fp=IntelFrameworkPkg%2FInclude%2FPpi%2FBootScriptExecuter.h;h=9f5ca5054d91f326f562556ee9d6b5666470da80;hb=5259c97d7ac7f464c134c3a15186b30e8e8eadff;hp=0976deb8400586c854808214fe5b0849d100f894;hpb=d3a12d776c9985cfc9055d9b9b61aa39682a261e;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h index 0976deb840..9f5ca5054d 100644 --- a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h +++ b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h @@ -3,7 +3,7 @@ This PPI is published by a PEIM upon dispatch and provides an execution engine for the Framework boot script. This PEIM should be platform neutral and have no specific knowledge of - platform instructions and other information. The ability to interpret the boot script depends on the + platform instructions or other information. The ability to interpret the boot script depends on the abundance of other PPIs that are available. For example, if the script requests an SMBus command execution, the PEIM looks for a relevant PPI that is available to execute it, rather than executing it by issuing the native IA-32 instruction.