<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/include, branch Version_15</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=Version_15</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=Version_15'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2018-04-05T18:49:17+00:00</updated>
<entry>
<title>Fix get_variable() usage in setup_verbosity()</title>
<updated>2018-04-05T18:49:17+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2018-04-05T17:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=36cf41a61647640ebb2ee156140509cdc7ec7f7f'/>
<id>urn:sha1:36cf41a61647640ebb2ee156140509cdc7ec7f7f</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Get rid of dprinta(), it's useless</title>
<updated>2018-04-05T18:09:46+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2018-04-05T17:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=4ffcfdf4daa82f1f3c28f8fc06b5df1d8becec21'/>
<id>urn:sha1:4ffcfdf4daa82f1f3c28f8fc06b5df1d8becec21</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>console: Do not set EFI console to textmode until something is printed</title>
<updated>2018-03-12T22:00:41+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2018-03-12T16:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=1ff4a36a23ac5c17144275ccb3e1e1061750a137'/>
<id>urn:sha1:1ff4a36a23ac5c17144275ccb3e1e1061750a137</id>
<content type='text'>
Remove the setup_console(1) calls from shim and instead make lib/console.c
make that call when necessary. This avoids shim forcing the EFI console to
switch to text-mode if nothing is printed.

This commit also modifies MokManager to work the same way for consistency,
even though MokManager will always print something.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
<entry>
<title>console: Add console_print and console_print_at helpers</title>
<updated>2018-03-12T22:00:41+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2018-03-12T15:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=1fe31ee1b4ebf2f177d512d0301e11de0689a275'/>
<id>urn:sha1:1fe31ee1b4ebf2f177d512d0301e11de0689a275</id>
<content type='text'>
This is a preparation commit for removing the setup_console(1) calls from
MokManager and shim so that we don't force the EFI console to switch to
text-mode.

This commit replaces all direct calls to Print / PrintAt with calls to
the new helpers (no functional changes) so that we can delay calling
setup_console(1) till the first Print call in a follow-up patch.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
<entry>
<title>Don't use uefi_call_wrapper(), ever.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-09-28T18:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=9fdca5bbe11e384198372b86a6b81d5d9e79fa16'/>
<id>urn:sha1:9fdca5bbe11e384198372b86a6b81d5d9e79fa16</id>
<content type='text'>
I'm pretty done with typing uefi_call_wrapper() and counting arguments
every time.  Instead, just make the compiler error if we don't have
ms_abi.  Also, make it so nothing can use uefi_call_wrapper() directly.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Use gcc's offsetof() instead of hacking out our own.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-10-23T19:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7ee19bdc41d2209fbe25d2e4be812245b94b5457'/>
<id>urn:sha1:7ee19bdc41d2209fbe25d2e4be812245b94b5457</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Don't have tons of local guid definitions for no reason at all.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-10-19T18:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=b953468e91eac48d2e3817f18cd604e20f39c56b'/>
<id>urn:sha1:b953468e91eac48d2e3817f18cd604e20f39c56b</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Clean up efiauthenticated.h a lot.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-10-23T17:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=324db6bbabb32e3ef98f6fd8b4004403e2f8e04f'/>
<id>urn:sha1:324db6bbabb32e3ef98f6fd8b4004403e2f8e04f</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make sure all of our include files have proper guards.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-10-23T18:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=1f1ec4cea8561d72734a56a76dc63a5c879bc994'/>
<id>urn:sha1:1f1ec4cea8561d72734a56a76dc63a5c879bc994</id>
<content type='text'>
... and make them all the same formatting too.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Move includes around to clean the source tree up a bit.</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-10-19T19:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=dc62a3c4dc3dd590fbba32c46b717088a132eb5e'/>
<id>urn:sha1:dc62a3c4dc3dd590fbba32c46b717088a132eb5e</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
