diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-08-29 13:55:31 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-08-29 13:55:31 -0400 |
| commit | c224bb09d248997b3333e01d3b89fa8ccd473c6e (patch) | |
| tree | a600eb7c6d2c80ae9c2dd834fc5d07f325685116 /README | |
| parent | 48d77ce60605698c2fc8fb92c6891ba76d3415c6 (diff) | |
| parent | ab881f03a3d8b1b6007103eefd1a5ad1342cb83f (diff) | |
| download | efi-boot-shim-c224bb09d248997b3333e01d3b89fa8ccd473c6e.tar.gz efi-boot-shim-c224bb09d248997b3333e01d3b89fa8ccd473c6e.zip | |
Updated version 12+1503074702.5202f80 from 'upstream/12+1503074702.5202f80'
with Debian dir 08243b332bab8ddbadb7a33b4929c3a66682e2c4
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,5 +12,12 @@ in the shim.h header file and provides a single entry point. On 64-bit systems this entry point expects to be called with SysV ABI rather than MSABI, and so calls to it should not be wrapped. +On systems with a TPM chip enabled and supported by the system firmware, +shim will extend various PCRs with the digests of the targets it is +loading. A full list is in the file README.tpm . + To use shim, simply place a DER-encoded public certificate in a file such as pub.cer and build with "make VENDOR_CERT_FILE=pub.cer". + +There are a couple of build options, and a couple of ways to customize the +build, described in BUILDING. |
