Commit e39e2ca
authored
Logical Secure Partition Patch Update (#1379)
## Description
Update the LSP patch to hard code the TPM service UUID rather than use
the byte swapping method. This was causing issues on patina-qemu as the
bytes would show up differently and the communication between the LSP
and the TPM service would fail.
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?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
## How This Was Tested
Built QEMU SBSA with TPM enabled. Verified TPM communication and boot to
UEFI shell.
## Integration Instructions
N/A1 parent a34b7b1 commit e39e2ca
File tree
1 file changed
+6
-48
lines changed- Platforms/QemuSbsaPkg/tfa_patches
1 file changed
+6
-48
lines changedLines changed: 6 additions & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | 129 | | |
162 | 130 | | |
163 | 131 | | |
| |||
172 | 140 | | |
173 | 141 | | |
174 | 142 | | |
175 | | - | |
| 143 | + | |
176 | 144 | | |
177 | 145 | | |
178 | 146 | | |
179 | 147 | | |
180 | 148 | | |
181 | 149 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | 150 | | |
188 | 151 | | |
189 | 152 | | |
190 | | - | |
191 | | - | |
| 153 | + | |
| 154 | + | |
192 | 155 | | |
193 | 156 | | |
194 | 157 | | |
| |||
205 | 168 | | |
206 | 169 | | |
207 | 170 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 171 | | |
214 | 172 | | |
215 | 173 | | |
216 | | - | |
217 | | - | |
| 174 | + | |
| 175 | + | |
218 | 176 | | |
219 | 177 | | |
220 | 178 | | |
| |||
0 commit comments