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

IntelFsp2Pkg: Correcting Data Region Length of MCUD section #5884

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

praravin
Copy link

@praravin praravin commented Jul 8, 2024

Description

MCUD Data Region Length(DATA_LEN_OF_MCUD) pushed to stack is incorrect for 64-bit. This commit inputs the correct Data Region Length for the MCUD Section.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4793

  • Breaking change?
    • Breaking change - Will this cause a break in build or boot behavior?
    • Examples: Add a new library class or move a module to a different repo.
  • Impacts security?
    • Security - Does the change have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does the change include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

N/A

Integration Instructions

N/A

@praravin praravin force-pushed the correct_mcud_section_datalength_for_64bit branch 3 times, most recently from b173c3e to 442b5ab Compare July 22, 2024 11:38
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4793

MCUD Data Region Length(DATA_LEN_OF_MCUD) pushed to stack
is incorrect for 64-bit. This commit inputs the correct
Data Region Length for the MCUD Section.

Signed-off-by: Aravind P R <[email protected]>
@praravin praravin force-pushed the correct_mcud_section_datalength_for_64bit branch from 442b5ab to 5581038 Compare July 24, 2024 11:21
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