Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UefiCpuPkg: Update ReadMe.txt to use Vtf0.inf #1173

Open
wants to merge 1 commit into
base: dev/202405
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

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

Add this line to your FDF FV section:
INF RuleOverride=RESET_VECTOR UefiCpuPkg/ResetVector/Vtf0/ResetVector.inf
INF RuleOverride=RESET_VECTOR UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this go straight to edk2? Looks like the same issue exists there and should be non-controversial


In your FDF FFS file rules sections add:
[Rule.Common.SEC.RESET_VECTOR]
Expand Down
Loading