<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/lib, branch 0.8</title>
<subtitle> (mirror of https://github.com/vyos/efi-boot-shim.git)
</subtitle>
<id>https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=0.8</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=0.8'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2014-08-12T14:54:05+00:00</updated>
<entry>
<title>Factor out x86-isms and add cross compile support</title>
<updated>2014-08-12T14:54:05+00:00</updated>
<author>
<name>Ard Biesheuvel</name>
<email>ard.biesheuvel@linaro.org</email>
</author>
<published>2014-08-12T13:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=99d7b5e858945b8bb160fe3fea77596b2daf07ff'/>
<id>urn:sha1:99d7b5e858945b8bb160fe3fea77596b2daf07ff</id>
<content type='text'>
This patch cleans up and refactors the Makefiles to better allow new
architectures to be added:
- remove unused Makefile definitions
- import Makefile definitions from top level rather than redefining
- move x86 specific CFLAGS to inside ifeq() blocks
- remove x86 inline asm
- allow $(FORMAT) to be overridden: this is necessary as there exists no
  EFI or PE/COFF aware objcopy for ARM

Signed-off-by: Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&gt;
</content>
</entry>
<entry>
<title>Make sure we default to assuming we're locked down.</title>
<updated>2014-06-25T14:55:56+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2014-06-25T14:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=eb4cb6a50981f9ef4698b3847bd32e70081ab71d'/>
<id>urn:sha1:eb4cb6a50981f9ef4698b3847bd32e70081ab71d</id>
<content type='text'>
If "SecureBoot" exists but "SetupMode" does not, assume "SetupMode" says
we're not in Setup Mode.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Check the secure variables with the lib functions</title>
<updated>2014-06-25T14:55:12+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-10-31T08:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=868b3721159ee615a1b774645d610a13b5827e5e'/>
<id>urn:sha1:868b3721159ee615a1b774645d610a13b5827e5e</id>
<content type='text'>
There are functions defined in lib to check the secure variables.
Use the functions to shun the duplicate code.

Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;

Conflicts:
	shim.c
</content>
</entry>
<entry>
<title>Remove the duplicate calls in lib/console.c</title>
<updated>2014-06-25T14:15:31+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-10-31T09:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=8bd7bad4b77bb99c3978d328ee54e64a53b4dcfc'/>
<id>urn:sha1:8bd7bad4b77bb99c3978d328ee54e64a53b4dcfc</id>
<content type='text'>
Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>MokManager: handle the error status from ReadKeyStroke</title>
<updated>2014-06-25T14:02:18+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-12-03T07:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=22254e2633d58edd0176ccdfab9dd35171f89963'/>
<id>urn:sha1:22254e2633d58edd0176ccdfab9dd35171f89963</id>
<content type='text'>
On some machines, even though the key event was signaled, ReadKeyStroke
still got EFI_NOT_READY. This commit handles the error status to avoid
console_get_keystroke from returning unexpected keys.

Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;

Conflicts:
	MokManager.c
</content>
</entry>
<entry>
<title>Error check the right thing in get_variable_attr() when allocating.</title>
<updated>2013-11-21T16:48:24+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-11-15T15:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=293f28d1fe3921c5348c60948b4dedcef5042d5b'/>
<id>urn:sha1:293f28d1fe3921c5348c60948b4dedcef5042d5b</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Initialize entries before we pass it to another function.</title>
<updated>2013-11-21T16:48:24+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-11-15T14:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=4dbef508ab6359e8ca14df53b83f970bdeec17ba'/>
<id>urn:sha1:4dbef508ab6359e8ca14df53b83f970bdeec17ba</id>
<content type='text'>
Coverity scan noticed that entries is uninitialized when we pass its
location to another function.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Fix wrong sizeof().</title>
<updated>2013-11-21T16:48:24+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-11-15T14:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=af25679e166da9bd32a0ed7fbf67a408dda7f71a'/>
<id>urn:sha1:af25679e166da9bd32a0ed7fbf67a408dda7f71a</id>
<content type='text'>
CHAR16* vs CHAR16**, so the result is the same on all platforms.

Detected by coverity.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>allow 32-bit compilation with 64-bit compiler</title>
<updated>2013-11-12T15:31:59+00:00</updated>
<author>
<name>Andrew Boie</name>
<email>andrew.p.boie@intel.com</email>
</author>
<published>2013-11-12T00:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=9712a7e77dc12f7569858b81d620d85301f50ede'/>
<id>urn:sha1:9712a7e77dc12f7569858b81d620d85301f50ede</id>
<content type='text'>
Also removed unused LIB_PATH from some Makefiles.

Change-Id: I7d28d18f7531b51b6121a2ffb88bcaedec57c467
Signed-off-by: Andrew Boie &lt;andrew.p.boie@intel.com&gt;
</content>
</entry>
<entry>
<title>Put SHIM_VERBOSE under shim's guid, not global.</title>
<updated>2013-10-04T17:54:35+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-04T17:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=3c0ee51ad8f70adb6919d8487a0563bd35777bfe'/>
<id>urn:sha1:3c0ee51ad8f70adb6919d8487a0563bd35777bfe</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
