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

UefiPayloadPkg: Align relocation with UPL spec #6230

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

gguo11837463
Copy link
Contributor

@gguo11837463 gguo11837463 commented Sep 21, 2024

Description

Align relocation structure item with spec https://universalpayload.github.io/spec/chapter2-payload-image-format.html#loading-process-example
image

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

How This Was Tested

use hex editor to check relocation data content

Integration Instructions

N/A

Currently, FIT Payload data relocation data has
some minor error with Universal Payload
Specification v0.9.1 section 2.4.3.

Signed-off-by: Gua Guo <[email protected]>
@gguo11837463 gguo11837463 merged commit 14bfcc4 into tianocore:master Sep 23, 2024
124 checks passed
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.

2 participants