Skip to content

Commit

Permalink
[SQUASH] Revert "ArmPkg: SmmVariablePei: Introduce variable read serv…
Browse files Browse the repository at this point in the history
…ice in PEI" (#314)

## Description

This reverts commit 852a5e5, because
the variable PEI module is upstreamed to MdeModulePkg in edk2.

For details on how to complete these options and their meaning refer to
[CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md).

- [x] Impacts functionality?
- [ ] Impacts security?
- [x] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
- [ ] Backport to release branch?

## How This Was Tested

This was tested on QEMU SBSA platform.

## Integration Instructions

Replace the ` ArmPkg/Drivers/SmmVariablePei/SmmVariablePei.inf` with
`MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.inf` in
platform build tree.
  • Loading branch information
kuqin12 authored Nov 25, 2024
1 parent 0efd2c3 commit a9df0d7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 388 deletions.
1 change: 0 additions & 1 deletion ArmPkg/ArmPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
# MU_CHANGE [BEGIN]
ArmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
ArmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
ArmPkg/Drivers/SmmVariablePei/SmmVariablePei.inf
# MU_CHANGE [END]
ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.inf

Expand Down
231 changes: 0 additions & 231 deletions ArmPkg/Drivers/SmmVariablePei/SmmVariablePei.c

This file was deleted.

110 changes: 0 additions & 110 deletions ArmPkg/Drivers/SmmVariablePei/SmmVariablePei.h

This file was deleted.

46 changes: 0 additions & 46 deletions ArmPkg/Drivers/SmmVariablePei/SmmVariablePei.inf

This file was deleted.

0 comments on commit a9df0d7

Please sign in to comment.