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

[CHERRY-PICK] Merge UefiCpuPkg/UefiCpuLib to MdePkg/CpuLib [Rebase & FF] #544

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

srilathasridharan
Copy link

@srilathasridharan srilathasridharan commented Aug 30, 2023

Description

Cherry-pick UefiCpuPkg changes from edk2 tip.

  • tianocore/edk2@b294633

  • tianocore/edk2@c204081

  • Impacts functionality?

    • Functionality - UefiCpuLib removed and replaced with CpuLib
  • 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 - Remove UefiCpuLib references and use CpuLib instead.
      a function in a new library class in a pre-existing module, ...
  • Includes tests?

    • Tests -None
  • Includes documentation?

    • Documentation - No

How This Was Tested

Tested on an Intel physical platform.

Integration Instructions

Remove references to UefiCpuLib and replace them with CpuLib

…CpuLib

There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib. This
patch merges UefiCpuPkg/UefiCpuLib to MdePkg/CpuLib.

Change-Id: Ic26f4c2614ed6bd9840f817d50e47ac1de4bd013
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Cc: Eric Dong <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Rahul Kumar <[email protected]>
Signed-off-by: Yu Pu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Signed-off-by: Zhiguang Liu <[email protected]>
Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the
dependency of UefiCpuLib.

Cc: Eric Dong <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Rahul Kumar <[email protected]>
Signed-off-by: Yu Pu <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
@github-actions github-actions bot added the impact:breaking-change Requires integration attention label Aug 30, 2023
@makubacki makubacki changed the title [CHERRY-PICK] UefiCpuPkg changes [CHERRY-PICK] Merge UefiCpuPkg/UefiCpuLib to MdePkg/CpuLib [Rebase & FF] Aug 30, 2023
@kenlautner kenlautner merged commit 17f0766 into microsoft:release/202302 Aug 30, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:breaking-change Requires integration attention
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants