From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Tue, 26 Nov 2019 03:55:01 +0100 Subject: [U-Boot] [PATCH v2 01/16] include: pe.h: add signature-related definitions In-Reply-To: <20191126005120.31156-2-takahiro.akashi@linaro.org> References: <20191126005120.31156-1-takahiro.akashi@linaro.org> <20191126005120.31156-2-takahiro.akashi@linaro.org> Message-ID: <31cdcafd-e887-1a3b-e586-3407e0289b0e@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/26/19 1:51 AM, AKASHI Takahiro wrote: > The index (IMAGE_DIRECTORY_ENTRY_SECURITY) in a table points to > a region containing authentication information (image's signature) > in PE format. > > WIN_CERTIFICATE structure defines an embedded signature format. > > Those definitions will be used in my UEFI secure boot patch. > > Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt > --- > include/pe.h | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+)