Skip to content

Commit ccf093d

Browse files
committed
.gitignore: x86_fsp: add TPM key and intermediate files
1 parent 09a2c21 commit ccf093d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ CMakeCache.txt
132132

133133
# Stage 1
134134
stage1/loader_stage1.ld
135+
hal/x86_fsp_tgl_stage1.ld
136+
hal/x86_fsp_qemu_stage1.ld
135137

136138
debug/lauterbach
137139

@@ -177,3 +179,12 @@ IDE/Renesas/e2studio/RZN2L/wolfboot/.secure_azone
177179
IDE/Renesas/e2studio/RZN2L/wolfboot/.secure_xml
178180
IDE/Renesas/e2studio/RZN2L/wolfboot/configuration.xml
179181

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

Comments
 (0)