Commit 63d865c
authored
[FFA] Move mu_silicon_arm and mu_tiano to mainline (#1122)
## Description
This change picks up the changes moved to mainline of mu_silicon_arm and
mu_tiano.
Also integrate the changes from mu_feature_ffa branch.
For details on how to complete these options and their meaning refer to
[CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md).
- [ ] Impacts functionality?
- [ ] Impacts security?
- [x] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
## How This Was Tested
This change is tested on QEMU SBSA platform.
## Integration Instructions
N/A1 parent 7d7b7f7 commit 63d865c
File tree
12 files changed
+23
-731
lines changed- Common
- Features
- Platforms/QemuSbsaPkg
- FfaPartitionTest
- MsSecurePartition
- Silicon/Arm
12 files changed
+23
-731
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
- .azurepipelines/MuDevOpsWrapper.yml+3-3
- .devcontainer/devcontainer.json+1-1
- .github/pull_request_template.md+1
- .github/release-draft-config-n-1-dev.yml+100
- .github/release-draft-config-n-1.yml+5-4
- .github/release-draft-config-n-dev.yml+100
- .github/release-draft-config-n.yml+5-4
- .github/workflows/auto-approve.yml+1-1
- .github/workflows/auto-merge.yml+1-1
- .github/workflows/backport-to-release-branch.yml+233
- .github/workflows/codeql.yml+9-1
- .github/workflows/issue-assignment.yml+1-1
- .github/workflows/label-issues.yml+1-1
- .github/workflows/label-issues/regex-pull-requests.yml+6-3
- .github/workflows/label-sync.yml+1-1
- .github/workflows/release-draft.yml+7-4
- .github/workflows/stale.yml+1-1
- .github/workflows/triage-issues.yml+1-1
- .pytool/CISettings.py+1-1
- EmbeddedPkg/Library/PrePiHobLib/Hob.c+44
- FatPkg/EnhancedFatDxe/DiskCache.c+58-71
- FatPkg/EnhancedFatDxe/Fat.h+8-11
- FatPkg/EnhancedFatDxe/Init.c+26
- FatPkg/FatPkg.ci.yaml+1
- SecurityPkg/DeviceSecurity/SpdmLib/libspdm+1-1
- SecurityPkg/Include/Guid/Tcg2AcpiCommunicateBuffer.h+33
- SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/MmTcg2PhysicalPresenceLibCommon.c+3-17
- SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/MmTcg2PhysicalPresenceLibCommon.h+24-1
- SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c+15-1
- SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/StandaloneMmTcg2PhysicalPresenceLib.c+26-1
- SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/StandaloneMmTcg2PhysicalPresenceLib.inf+3-2
- SecurityPkg/SecurityPkg.dec+20-7
- SecurityPkg/SecurityPkg.dsc+6-2
- SecurityPkg/SecurityPkg.uni+7-6
- SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.c+15-13
- SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf+3-2
- SecurityPkg/Tcg/Tcg2AcpiFfa/Tcg2AcpiFfa.inf+4
- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf+8-1
- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c+75-1
- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c+27-2
- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf+5-1
- SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c+53
- SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf+4
- SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.c+2-2
- SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h+12-1
- SecurityPkg/Tcg/Tcg2Smm/Tcg2StandaloneMm.c+29-1
- SecurityPkg/Tcg/Tcg2Smm/Tcg2StandaloneMm.inf+3-4
- SecurityPkg/Tcg/Tcg2Smm/Tcg2TraditionalMm.c+15-1
- SecurityPkg/Test/Mock/Include/GoogleTest/Ppi/MockTcgPpi.h+122
- SecurityPkg/Test/SecurityPkgHostTest.dsc-1
- pip-requirements.txt+4-4
Lines changed: 0 additions & 340 deletions
This file was deleted.
0 commit comments