From ccf093dd0ebef484e8eb4a68813dd0bbdfed1288 Mon Sep 17 00:00:00 2001 From: Marco Oliverio Date: Wed, 10 Apr 2024 17:15:57 +0200 Subject: [PATCH] .gitignore: x86_fsp: add TPM key and intermediate files --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 146bda1d..d2ea2036 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,8 @@ CMakeCache.txt # Stage 1 stage1/loader_stage1.ld +hal/x86_fsp_tgl_stage1.ld +hal/x86_fsp_qemu_stage1.ld debug/lauterbach @@ -177,3 +179,12 @@ IDE/Renesas/e2studio/RZN2L/wolfboot/.secure_azone IDE/Renesas/e2studio/RZN2L/wolfboot/.secure_xml IDE/Renesas/e2studio/RZN2L/wolfboot/configuration.xml + +tpm_seal_key.key + +# FSP downloaded headers +include/x86/fsp/FspUpd.h +include/x86/fsp/FspmUpd.h +include/x86/fsp/FspsUpd.h +include/x86/fsp/FsptUpd.h +include/x86/fsp/MemInfoHob.h