summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf')
-rw-r--r--UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf19
1 files changed, 18 insertions, 1 deletions
diff --git a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf b/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
index 9922cb2755..03d92d937f 100644
--- a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
+++ b/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
@@ -1,7 +1,24 @@
## @file
# Reset Vector
#
-# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+# Note:
+# Conf/build_rule.txt contains the build rule [Nasm-to-Binary-Code-File]
+# to generate .bin file from .nasmb source.
+#
+# The platform FDF MUST have a FDF rule as follows to build the .bin
+# file as ResetVector .ffs file:
+#
+# [Rule.Common.SEC.RESET_VECTOR]
+# FILE RAW = $(NAMED_GUID) {
+# RAW BIN |.bin
+# }
+#
+# Following line in FDF forces to use the above rule for the ResetVector:
+#
+# INF RuleOverride=RESET_VECTOR UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
+#
+#
+# Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#