summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/Txt/Tools
diff options
context:
space:
mode:
authorraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
committerraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
commitb7c51c9cf4864df6aabb99a1ae843becd577237c (patch)
treeeebe9b0d0ca03062955223097e57da84dd618b9a /ReferenceCode/Haswell/Txt/Tools
downloadzprj-master.tar.xz
init. 1AQQW051HEADmaster
Diffstat (limited to 'ReferenceCode/Haswell/Txt/Tools')
-rw-r--r--ReferenceCode/Haswell/Txt/Tools/Apfixup.txt33
-rw-r--r--ReferenceCode/Haswell/Txt/Tools/Stafixup.exebin0 -> 20992 bytes
-rw-r--r--ReferenceCode/Haswell/Txt/Tools/TxtTools.cif10
-rw-r--r--ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl23
4 files changed, 66 insertions, 0 deletions
diff --git a/ReferenceCode/Haswell/Txt/Tools/Apfixup.txt b/ReferenceCode/Haswell/Txt/Tools/Apfixup.txt
new file mode 100644
index 0000000..b4e2c01
--- /dev/null
+++ b/ReferenceCode/Haswell/Txt/Tools/Apfixup.txt
@@ -0,0 +1,33 @@
+#/*++
+# This file contains a 'Sample Driver' and is licensed as such
+# under the terms of your license agreement with Intel or your
+# vendor. This file may be modified by the user, subject to
+# the additional terms of the license agreement
+#--*/
+#
+#/*++
+#
+#Copyright (c) 1999 - 2011 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.
+#form or by any means without the express written consent of
+#Intel Corporation.
+#
+#
+# Module Name:
+#
+# Apfixup.txt
+#
+# Abstract:
+#
+# File format:
+#-----------------
+# Offset, Width
+#
+
+0x12, 4
diff --git a/ReferenceCode/Haswell/Txt/Tools/Stafixup.exe b/ReferenceCode/Haswell/Txt/Tools/Stafixup.exe
new file mode 100644
index 0000000..6a646b4
--- /dev/null
+++ b/ReferenceCode/Haswell/Txt/Tools/Stafixup.exe
Binary files differ
diff --git a/ReferenceCode/Haswell/Txt/Tools/TxtTools.cif b/ReferenceCode/Haswell/Txt/Tools/TxtTools.cif
new file mode 100644
index 0000000..db90d14
--- /dev/null
+++ b/ReferenceCode/Haswell/Txt/Tools/TxtTools.cif
@@ -0,0 +1,10 @@
+<component>
+ name = "TxtTools"
+ category = ModulePart
+ LocalRoot = "ReferenceCode\Haswell\Txt\Tools"
+ RefName = "TxtTools"
+[files]
+"Apfixup.txt"
+"Stafixup.exe"
+"TxtTools.sdl"
+<endComponent>
diff --git a/ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl b/ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl
new file mode 100644
index 0000000..7dd99ed
--- /dev/null
+++ b/ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl
@@ -0,0 +1,23 @@
+TOKEN
+ Name = "TxtTools_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable TxtTools support in Project"
+End
+
+PATH
+ Name = "TxtTools_DIR"
+ Help = "TXT Tools directory"
+End
+
+TOKEN
+ Name = "AP_FIXUP_FILE"
+ Value = "$(TxtTools_DIR)\Apfixup.txt"
+ Help = "Name of AP FFS fixup table file."
+ TokenType = Expression
+ TargetMAK = Yes
+ TargetH = Yes
+End