Skip to content

Remove dynmaic PcdStatusCodeUseSerial usage in MM#10879

Merged
mergify[bot] merged 4 commits intotianocore:masterfrom
jiaxinwu:remove_dynmaic_pcd
Mar 27, 2025
Merged

Remove dynmaic PcdStatusCodeUseSerial usage in MM#10879
mergify[bot] merged 4 commits intotianocore:masterfrom
jiaxinwu:remove_dynmaic_pcd

Conversation

@jiaxinwu
Copy link
Copy Markdown
Member

Description

<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 GitHub UI)>

<Create the PR as a Draft PR if it is only created to run CI checks.>

<Delete lines in <> tags before creating the PR.>

  • 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

<Describe the test(s) that were run to verify the changes.>

Integration Instructions

<Describe how these changes should be integrated. Use N/A if nothing is required.>

@jiaxinwu jiaxinwu changed the title Remove dynmaic pcd Remove dynmaic PcdStatusCodeUseSerial usage in MM Mar 20, 2025
Jiaxin Wu added 3 commits March 20, 2025 17:51
PcdStatusCodeUseSerial can be the dynamic PCD, which can't be used
in MM drivers. So, defines gMmStatusCodeUseSerialHobGuid HOB to
indicate StatusCode is reported via serial port or not. The value
shall match with the PcdStatusCodeUseSerial.

Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Produce gMmStatusCodeUseSerialHobGuid as MM Foundation HOB to
describe the status code use serial port or not.

Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
…n MM

This patch is to replace dynamic PcdStatusCodeUseSerial by the
gMmStatusCodeUseSerialHobGuid.

Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
@niruiyu niruiyu added the push Auto push patch series in PR if all checks pass label Mar 27, 2025
@tianocore-assign-reviewers
Copy link
Copy Markdown

WARNING: Cannot add some reviewers: A user specified as a reviewer for this PR is not a collaborator of the repository. Please add them as a collaborator to the repository so they can be requested in the future.

Non-collaborators requested:

Attn Admins:


Admin Instructions:

  • Add the non-collaborators as collaborators to the appropriate team(s) listed in teams
  • If they are no longer needed as reviewers, remove them from Maintainers.txt

@mergify mergify Bot merged commit 14b730c into tianocore:master Mar 27, 2025
126 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

push Auto push patch series in PR if all checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants