From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: jian.j.wang@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Tue, 18 Jun 2019 18:59:33 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2019 18:59:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,391,1557212400"; d="scan'208";a="162063267" Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.28]) by orsmga003.jf.intel.com with ESMTP; 18 Jun 2019 18:59:31 -0700 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Chao Zhang , Jiewen Yao , "Hernandez Beltran, Jorge" , Harry Han Subject: [PATCH v3 0/3] Common OBB verification feature Date: Wed, 19 Jun 2019 09:59:26 +0800 Message-Id: <20190619015929.3956-1-jian.j.wang@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 >V3: update per Jiewen's comments >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 | 416 ++++++++++++++++++ SecurityPkg/FvReportPei/FvReportPei.h | 122 +++++ SecurityPkg/FvReportPei/FvReportPei.inf | 57 +++ SecurityPkg/FvReportPei/FvReportPei.uni | 14 + .../FvReportPei/FvReportPeiPeiExtra.uni | 12 + .../Ppi/FirmwareVolumeInfoStoredHashFv.h | 62 +++ 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