We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a2c21 commit ccf093dCopy full SHA for ccf093d
1 file changed
.gitignore
@@ -132,6 +132,8 @@ CMakeCache.txt
132
133
# Stage 1
134
stage1/loader_stage1.ld
135
+hal/x86_fsp_tgl_stage1.ld
136
+hal/x86_fsp_qemu_stage1.ld
137
138
debug/lauterbach
139
@@ -177,3 +179,12 @@ IDE/Renesas/e2studio/RZN2L/wolfboot/.secure_azone
177
179
IDE/Renesas/e2studio/RZN2L/wolfboot/.secure_xml
178
180
IDE/Renesas/e2studio/RZN2L/wolfboot/configuration.xml
181
182
+
183
+tpm_seal_key.key
184
185
+# FSP downloaded headers
186
+include/x86/fsp/FspUpd.h
187
+include/x86/fsp/FspmUpd.h
188
+include/x86/fsp/FspsUpd.h
189
+include/x86/fsp/FsptUpd.h
190
+include/x86/fsp/MemInfoHob.h
0 commit comments