-
Notifications
You must be signed in to change notification settings - Fork 129
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
base: dev/202405
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/202405 #1173 +/- ##
===========================================
Coverage 1.59% 1.59%
===========================================
Files 1448 1448
Lines 362501 362501
Branches 5632 5632
===========================================
Hits 5775 5775
Misses 356619 356619
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ResetVector.inf does not exist. Update file path in ReadMe. Signed-off-by: Vivian Nowka-Keane <[email protected]>
0dca442
to
1432959
Compare
|
||
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 |
There was a problem hiding this comment.
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
This PR has been automatically marked as stale because it has not had activity in 60 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
Description
ResetVector.inf does not exist. Update file path in ReadMe.
How This Was Tested
N/A
Integration Instructions
N/A