Skip to content

Conversation

@Javagedes
Copy link
Collaborator

Description

This commit creates a cpu module and moves all cpu related functionality into it, for better organization of the core.

Closes #1096

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

CI

Integration Instructions

N/A

This commit creates a `cpu` module and moves all cpu related
functionality into it, for better organization of the core.
@github-actions github-actions bot added the impact:non-functional Does not have a functional impact label Nov 21, 2025
@Javagedes Javagedes self-assigned this Nov 21, 2025
@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Contributor

@os-d os-d left a comment

Choose a reason for hiding this comment

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

I think this is okay. It's odd we have core/patina_internal_cpu and patina_dxe_core/src/cpu. But I think its okay to say the former is generic cpu information and the latter is DXE specific.

@Javagedes Javagedes merged commit e360b98 into OpenDevicePartnership:main Nov 21, 2025
8 checks passed
@Javagedes Javagedes deleted the personal/joeyvagedes/cpu branch November 21, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

impact:non-functional Does not have a functional impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: Create cpu module

4 participants