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

Use ^ for windows cmd continuation character #123

Merged
merged 2 commits into from
Apr 13, 2022

Conversation

garybeihl
Copy link
Contributor

No description provided.

Copy link
Member

@spbrogan spbrogan left a comment

Choose a reason for hiding this comment

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

thanks

@spbrogan spbrogan merged commit 6b5de51 into microsoft:master Apr 13, 2022
julorenz117 pushed a commit to julorenz117/mu that referenced this pull request Aug 19, 2024
## Description

This change added a new driver that can power on, power off, suspend and
resume
designated secondary application processors. The suspend operation
supports C1,
C2 and C3 for all secondary cores.

The BSP suspend operation is also supported, but the core will be woken
up from
timer interrupt.

On ARM specific implementation (which is the only implementation for
now), the driver
is built on top of PSCI based MP service driver from MU_TIANO_ARM repo.
The C2
and C3 will go through PSCI commands. The wakeup interrupt for AP is
through SGI
from BSP.

For each item, place an "x" in between `[` and `]` if true. Example:
`[x]`.
_(you can also check items in the GitHub UI)_

- [x] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [x] Includes tests?
- [x] Includes documentation?

## How This Was Tested

This change is verified using the shell-based unit test on FVP and QEMU
SBSA platforms
(with needed TFA changes).

## Integration Instructions

For ARM based systems, one needs to add
`ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.inf`
in addition to
`UefiTestingPkg/FunctionalSystemTests/MpManagement/Driver/MpManagement.inf`
into platform
dsc and fdf files.
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