From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: jian.j.wang@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Mon, 10 Jun 2019 11:35:40 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 11:35:39 -0700 X-ExtLoop1: 1 Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.28]) by fmsmga008.fm.intel.com with ESMTP; 10 Jun 2019 11:35:38 -0700 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Chao Zhang , Jiewen Yao , "Hernandez Beltran, Jorge" , Harry Han Subject: [PATCH v2 0/3] Common OBB verification feature Date: Tue, 11 Jun 2019 02:35:33 +0800 Message-Id: <20190610183536.5628-1-jian.j.wang@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 >V2: fix parameter description error found by ECC https://bugzilla.tianocore.org/show_bug.cgi?id=1617 Cc: Chao Zhang Cc: Jiewen Yao Cc: "Hernandez Beltran, Jorge" Cc: Harry Han Jian J Wang (3): SecurityPkg: add definitions for OBB verification SecurityPkg/FvReportPei: implement a common FV verifier and reporter SecurityPkg: add FvReportPei.inf in dsc for build validation SecurityPkg/FvReportPei/FvReportPei.c | 418 ++++++++++++++++++ SecurityPkg/FvReportPei/FvReportPei.h | 121 +++++ SecurityPkg/FvReportPei/FvReportPei.inf | 57 +++ SecurityPkg/FvReportPei/FvReportPei.uni | 14 + .../FvReportPei/FvReportPeiPeiExtra.uni | 12 + .../Ppi/FirmwareVolumeInfoStoredHashFv.h | 61 +++ SecurityPkg/SecurityPkg.dec | 9 + SecurityPkg/SecurityPkg.dsc | 5 + 8 files changed, 697 insertions(+) create mode 100644 SecurityPkg/FvReportPei/FvReportPei.c create mode 100644 SecurityPkg/FvReportPei/FvReportPei.h create mode 100644 SecurityPkg/FvReportPei/FvReportPei.inf create mode 100644 SecurityPkg/FvReportPei/FvReportPei.uni create mode 100644 SecurityPkg/FvReportPei/FvReportPeiPeiExtra.uni create mode 100644 SecurityPkg/Include/Ppi/FirmwareVolumeInfoStoredHashFv.h -- 2.17.1.windows.2