Skip to content

Commit 80f9fdd

Browse files
committed
Update submodulesto 2021511.
1 parent 31d8afb commit 80f9fdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+541
-1383
lines changed

.github/workflows/Platform-Build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
# Stuart Update: Update the build environment
120120
- name: Stuart Update
121121
run: stuart_update -c MsvmPkg/PlatformBuild.py TOOL_CHAIN_TAG=${{matrix.tools}}
122+
123+
# temporary hack, fix upstream (remove DeviceSecurity/SpdmLib/libspdm/include from SecurityPkg)
124+
- run: mkdir MU_BASECORE/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/include
122125

123126
# Stuart Build: Perform the build using the specified architecture and target
124127
- name: Stuart Build

.gitmodules

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
[submodule "MU_BASECORE"]
22
path = MU_BASECORE
33
url = https://github.com/microsoft/mu_basecore.git
4-
branch = release/202502
4+
branch = release/202511
55
[submodule "Common/MU"]
66
path = Common/MU
77
url = https://github.com/microsoft/mu_plus.git
8-
branch = release/202502
9-
[submodule "Common/MU_TIANO"]
10-
path = Common/MU_TIANO
11-
url = https://github.com/microsoft/mu_tiano_plus.git
12-
branch = release/202502
8+
branch = release/202511
139
[submodule "Feature/DEBUGGER"]
1410
path = Feature/DEBUGGER
1511
url = https://github.com/microsoft/mu_feature_debugger.git
1612
branch = main
17-
[submodule "Silicon/ARM/MU_TIANO"]
18-
path = Silicon/ARM/MU_TIANO
19-
url = https://github.com/microsoft/mu_silicon_arm_tiano.git
20-
branch = release/202502

Common/MU

Submodule MU updated 62 files

Common/MU_TIANO

Lines changed: 0 additions & 1 deletion
This file was deleted.

MU_BASECORE

Submodule MU_BASECORE updated 2629 files

0 commit comments

Comments
 (0)