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

Update GenFvInternalLib.c to no longer require file and section alignment for DXE #840

Open
wants to merge 1 commit into
base: release/202302
Choose a base branch
from

Conversation

spbrogan
Copy link
Member

@spbrogan spbrogan commented May 4, 2024

temp change to resolve this issue

Description

<Please include a description of the change and why this change was made.>

For each item, place an "x" in between [ and ] if true. Example: [x].
(you can also check items in the GitHub UI)

  • Impacts functionality?
    • Functionality - Does the change ultimately impact how firmware functions?
    • Examples: Add a new library, publish a new PPI, update an algorithm, ...
  • Impacts security?
    • Security - Does the change have a direct security impact on an application,
      flow, or firmware?
    • Examples: Crypto algorithm change, buffer overflow fix, parameter
      validation improvement, ...
  • Breaking change?
    • Breaking change - Will anyone consuming this change experience a break
      in build or boot behavior?
    • Examples: Add a new library class, move a module to a different repo, call
      a function in a new library class in a pre-existing module, ...
  • Includes tests?
    • Tests - Does the change include any explicit test code?
    • Examples: Unit tests, integration tests, robot tests, ...
  • Includes documentation?
    • Documentation - Does the change contain explicit documentation additions
      outside direct code modifications (and comments)?
    • Examples: Update readme file, add feature readme file, link to documentation
      on an a separate Web page, ...

How This Was Tested

N/A

Integration Instructions

N/A

…ment for DXE

temp change to resolve this issue

Signed-off-by: Sean Brogan <sean.brogan@microsoft.com>
@codecov-commenter
Copy link

codecov-commenter commented May 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 1.01%. Comparing base (95ffdfe) to head (9fb51a9).

Additional details and impacted files
@@               Coverage Diff               @@
##           release/202302     #840   +/-   ##
===============================================
  Coverage            1.01%    1.01%           
===============================================
  Files                1278     1278           
  Lines              325549   325549           
  Branches             4792     4792           
===============================================
  Hits                 3316     3316           
  Misses             322194   322194           
  Partials               39       39           
Flag Coverage Δ
MdeModulePkg 0.72% <ø> (ø)
MdePkg 3.61% <ø> (ø)
NetworkPkg 0.00% <ø> (ø)
PolicyServicePkg 30.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

//Error (NULL, 0, 3000, "Invalid", "PE image Section-Alignment and File-Alignment do not match : %s.", FileName);
//return EFI_ABORTED;
// mu change - avoid forcing DXE core and drivers to be XIP.
continue;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not the path we currently want to go, right? We should take a deeper look here, but can workaround this issue in the meantime.

Copy link
Contributor

Choose a reason for hiding this comment

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

@spbrogan, are we good to abandon this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants