X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FAcpi%2FDxe%2FBootScriptExecutorDxe%2FScriptExecute.h;fp=QuarkPlatformPkg%2FAcpi%2FDxe%2FBootScriptExecutorDxe%2FScriptExecute.h;h=0000000000000000000000000000000000000000;hp=f2d83b268745a9543351caf80f59bdb043bc25cb;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.h b/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.h deleted file mode 100644 index f2d83b2687..0000000000 --- a/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.h +++ /dev/null @@ -1,70 +0,0 @@ -/** @file -The header file for Boot Script Executer module. - -This driver is dispatched by Dxe core and the driver will reload itself to ACPI NVS memory -in the entry point. The functionality is to interpret and restore the S3 boot script - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent - -**/ -#ifndef _SCRIPT_EXECUTE_H_ -#define _SCRIPT_EXECUTE_H_ - -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include - -/** - a ASM function to transfer control to OS. - - @param S3WakingVector The S3 waking up vector saved in ACPI Facs table - @param AcpiLowMemoryBase a buffer under 1M which could be used during the transfer -**/ -VOID -AsmTransferControl ( - IN UINT32 S3WakingVector, - IN UINT32 AcpiLowMemoryBase - ); - -VOID -SetIdtEntry ( - IN ACPI_S3_CONTEXT *AcpiS3Context - ); - -/** - Platform specific mechanism to transfer control to 16bit OS waking vector - - @param[in] AcpiWakingVector The 16bit OS waking vector - @param[in] AcpiLowMemoryBase A buffer under 1M which could be used during the transfer - -**/ -VOID -PlatformTransferControl16 ( - IN UINT32 AcpiWakingVector, - IN UINT32 AcpiLowMemoryBase - ); - -#endif //_SCRIPT_EXECUTE_H_