summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx')
-rw-r--r--ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/MEBx.cif12
-rw-r--r--ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.dxs29
-rw-r--r--ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.efibin0 -> 122592 bytes
-rw-r--r--ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.inf38
-rw-r--r--ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.mak91
-rw-r--r--ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl34
6 files changed, 204 insertions, 0 deletions
diff --git a/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/MEBx.cif b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/MEBx.cif
new file mode 100644
index 0000000..b9b87b3
--- /dev/null
+++ b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/MEBx.cif
@@ -0,0 +1,12 @@
+<component>
+ name = "MEBx"
+ category = ModulePart
+ LocalRoot = "ReferenceCode\ME\BiosExtension\Efi\EfiMEBx\Mebx"
+ RefName = "MEBx"
+[files]
+"Mebx.dxs"
+"Mebx.inf"
+"Mebx.mak"
+"Mebx.sdl"
+"Mebx.efi"
+<endComponent>
diff --git a/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.dxs b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.dxs
new file mode 100644
index 0000000..a42e841
--- /dev/null
+++ b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.dxs
@@ -0,0 +1,29 @@
+/**
+
+Copyright (c) 2012 Intel Corporation. All rights reserved
+This software and associated documentation (if any) is furnished
+under a license and may only be used or copied in accordance
+with the terms of the license. Except as permitted by such
+license, no part of this software or documentation may be
+reproduced, stored in a retrieval system, or transmitted in any
+form or by any means without the express written consent of
+Intel Corporation.
+
+
+Module Name:
+
+ Mebx.dxs
+
+Abstract:
+
+ Dependency expression file for EFI MEBx Setup Browser
+
+**/
+
+#include "EfiDepex.h"
+#include EFI_PROTOCOL_DEPENDENCY (AmtPlatformPolicy)
+
+
+DEPENDENCY_START
+ DXE_PLATFORM_AMT_POLICY_GUID
+DEPENDENCY_END
diff --git a/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.efi b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.efi
new file mode 100644
index 0000000..78bc805
--- /dev/null
+++ b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.efi
Binary files differ
diff --git a/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.inf b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.inf
new file mode 100644
index 0000000..ff0daa0
--- /dev/null
+++ b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.inf
@@ -0,0 +1,38 @@
+## @file
+# Component description file for LegacyBios Extension Above 1M Driver.
+#
+#@copyright
+# Copyright (c) 2011 - 2012 Intel Corporation. All rights reserved
+# This software and associated documentation (if any) is furnished
+# under a license and may only be used or copied in accordance
+# with the terms of the license. Except as permitted by such
+# license, no part of this software or documentation may be
+# reproduced, stored in a retrieval system, or transmitted in any
+# form or by any means without the express written consent of
+# Intel Corporation.
+#
+# This file contains an 'Intel Peripheral Driver' and uniquely
+# identified as "Intel Reference Module" and is
+# licensed for Intel CPUs and chipsets under the terms of your
+# license agreement with Intel or your vendor. This file may
+# be modified by the user, subject to additional terms of the
+# license agreement
+#
+
+[defines]
+BASE_NAME = Mebx
+FILE_GUID = 9cfd802c-09a1-43d6-8217-aa49c1f90d2c
+COMPONENT_TYPE = BS_DRIVER
+BUILD_TYPE = BS_DRIVER_EFI
+
+[sources.common]
+
+[includes.common]
+ $(EDK_SOURCE)/Foundation/Efi
+ $(EDK_SOURCE)/Foundation/Include
+ $(EDK_SOURCE)/Foundation/Efi/Include
+ $(EDK_SOURCE)/Foundation/Framework/Include
+ $(EFI_SOURCE)/$(PROJECT_ME_ROOT)
+
+[nmake.common]
+ DPX_SOURCE = Mebx.dxs
diff --git a/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.mak b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.mak
new file mode 100644
index 0000000..741abc5
--- /dev/null
+++ b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.mak
@@ -0,0 +1,91 @@
+#*************************************************************************
+#*************************************************************************
+#** **
+#** (C)Copyright 1985-2010, American Megatrends, Inc. **
+#** **
+#** All Rights Reserved. **
+#** **
+#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+#** **
+#** Phone: (770)-246-8600 **
+#** **
+#*************************************************************************
+#*************************************************************************
+#**********************************************************************
+#
+# $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/ME/BiosExtension/EfiMEBx/MEBx/Mebx.mak 2 4/23/12 10:51p Klzhan $
+#
+# $Revision: 2 $
+#
+# $Date: 4/23/12 10:51p $
+#
+#**********************************************************************
+# Revision History
+# ----------------
+# $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/ME/BiosExtension/EfiMEBx/MEBx/Mebx.mak $
+#
+# 2 4/23/12 10:51p Klzhan
+# 1. Update MEBX binary
+# 2. Add Elink for OEM to locate MEBX path.
+#
+# 1 2/08/12 12:59a Klzhan
+# Initial Check in
+#
+# 3 9/26/11 5:35a Klzhan
+# [TAG] EIP70516
+# [Category] Spec Update
+# [Severity] Important
+# [Description] Update ME 8.0 RC 0.8
+#
+# 2 3/25/11 3:23a Klzhan
+# Improvement : Remove un-use lines,and update Include path.
+#
+# 1 3/24/11 2:09a Klzhan
+# [TAG] EIP56501
+# [Category] Improvement
+# [Description] Support EFI MEBX.
+#
+#
+#**********************************************************************
+#
+#<AMI_FHDR_START>
+#----------------------------------------------------------------------------
+#
+# Name: MEBX.mak
+#
+# Description: EFI MEBX
+#
+#----------------------------------------------------------------------------
+#<AMI_FHDR_END>
+all : $(BUILD_DIR)\Mebx.ffs
+
+Mebx_INCLUDES=\
+ $(EdkIIGlueLib_INCLUDES)\
+ $(ME_INCLUDES)\
+ $(EDK_INCLUDES)
+
+
+$(BUILD_DIR)\Mebx.ffs : $(EFIMebx_FILE_PATH) $(Mebx_DIR)\$(@B).mak Core\FFS.mak
+ $(MAKE) /$(MAKEFLAGS) /f Core\FFS.mak \
+ CPFLAGS="$(GLOBAL_DEFINES) /D TIANO_RELEASE_VERSION=0x00080006 $(EXTRA_DEFINES) $(Mebx_INCLUDES)" \
+ BUILD_DIR=$(BUILD_DIR) SOURCE_DIR=$(Mebx_DIR) \
+ GUID=9cfd802c-09a1-43d6-8217-aa49c1f90d2c\
+ NAME=$(@B)\
+ TYPE=EFI_FV_FILETYPE_DRIVER \
+ DEPEX1=$(Mebx_DIR)\Mebx.dxs\
+ DEPEX1_TYPE=EFI_SECTION_DXE_DEPEX \
+ PEFILE=$(EFIMebx_FILE_PATH) FFSFILE=$@ COMPRESS=1 \
+
+#*************************************************************************
+#*************************************************************************
+#** **
+#** (C)Copyright 1985-2010, American Megatrends, Inc. **
+#** **
+#** All Rights Reserved. **
+#** **
+#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+#** **
+#** Phone: (770)-246-8600 **
+#** **
+#*************************************************************************
+#************************************************************************* \ No newline at end of file
diff --git a/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl
new file mode 100644
index 0000000..7664926
--- /dev/null
+++ b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl
@@ -0,0 +1,34 @@
+TOKEN
+ Name = "EFIMebx_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+ Help = "Main switch to enable IccOverClocking support in Project"
+ Token = "iAMT_SUPPORT" "=" "1"
+End
+
+MODULE
+ Help = "Includes Mebx.mak to Project"
+ File = "Mebx.mak"
+End
+
+PATH
+ Name = "Mebx_DIR"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\Mebx.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+
+TOKEN
+ Name = "EFIMebx_FILE_PATH"
+ Value = "$(Mebx_DIR)\Mebx.efi"
+ TokenType = Expression
+ TargetMAK = Yes
+ Help = "Mebx File name and path"
+End