<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/lib, 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>Make setup_console(-1) do GetMode() and call it from 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:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=41be16891924eb7db6e5a3d994f8405f3e64ab2e'/>
<id>urn:sha1:41be16891924eb7db6e5a3d994f8405f3e64ab2e</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>console: Fix indentation</title>
<updated>2018-03-13T19:40:35+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2018-03-13T07:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7faf9e86c35edd8dc1fe320d268ad34b7c80d495'/>
<id>urn:sha1:7faf9e86c35edd8dc1fe320d268ad34b7c80d495</id>
<content type='text'>
The manual merge of the "console: Do not set EFI console to textmode until
something is printed" patch has lead to a bunch of tabs being replaced
with 7 spaces. This commit fixes this.

Signed-off-by: Hans de Goede &lt;hdegoede@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: Move setup_console() definition to higher in the file</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:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=42b1d8832f8a764f9a1cbea5e8b916dbb4665f30'/>
<id>urn:sha1:42b1d8832f8a764f9a1cbea5e8b916dbb4665f30</id>
<content type='text'>
This is a preparation patch for making setup_console() private.

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>lib/shell.c: minor cleanup</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2018-03-12T20:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=c8811bfed26fe76103105ab1f39828e5123107dd'/>
<id>urn:sha1:c8811bfed26fe76103105ab1f39828e5123107dd</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>lib/simple_file.c: minor cleanup</title>
<updated>2018-03-12T20:21:43+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2018-03-12T20:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=80b7937e170381b0cdcbe6418845e200d9d8c879'/>
<id>urn:sha1:80b7937e170381b0cdcbe6418845e200d9d8c879</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>lib: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.</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:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=a55b4d6688879b7dae213bc2b56ce95d4c70d6c4'/>
<id>urn:sha1:a55b4d6688879b7dae213bc2b56ce95d4c70d6c4</id>
<content type='text'>
Also consistently name our status variable "efi_status" unless there's a
good reason not to, such as already having another one of those.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
