Skip to content

Commit 122f3f3

Browse files
Khalid Alimergify[bot]
authored andcommitted
UefiCpuPkg/ResetVector: Update outdated ReadMe.txt
The path "UefiCpuPkg/ResetVector/Vtf0/ResetVector.inf" which mentioned in ReadMe doesn't exist. The Correct path of INF file is "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf". Update the mentioned ReadMe paths to correct valid INF path. Signed-off-by: Khalid Ali <[email protected]>
1 parent f4505b5 commit 122f3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
=== HOW TO USE VTF0 ===
33
Add this line to your DSC [Components.IA32] or [Components.X64] section:
4-
UefiCpuPkg/ResetVector/Vtf0/ResetVector.inf
4+
UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
55

66
Add this line to your FDF FV section:
7-
INF RuleOverride=RESET_VECTOR UefiCpuPkg/ResetVector/Vtf0/ResetVector.inf
7+
INF RuleOverride=RESET_VECTOR UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
88

99
In your FDF FFS file rules sections add:
1010
[Rule.Common.SEC.RESET_VECTOR]

0 commit comments

Comments
 (0)