<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/lib/Makefile, branch upstream/15.3</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=upstream%2F15.3</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=upstream%2F15.3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2021-03-23T23:49:46+00:00</updated>
<entry>
<title>New upstream version 15.3</title>
<updated>2021-03-23T23:49:46+00:00</updated>
<author>
<name>Steve McIntyre</name>
<email>steve@einval.com</email>
</author>
<published>2021-03-23T23:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=031e5cce385d3f96b1caa1d53495332a7eb03749'/>
<id>urn:sha1:031e5cce385d3f96b1caa1d53495332a7eb03749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New upstream version 13~git1505328970.9c1c35c5</title>
<updated>2017-09-13T19:09:40+00:00</updated>
<author>
<name>Mathieu Trudel-Lapierre</name>
<email>mathieu.trudel-lapierre@canonical.com</email>
</author>
<published>2017-09-13T19:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=b6f94dbeacfc6f0a507413096189304c58dbe66c'/>
<id>urn:sha1:b6f94dbeacfc6f0a507413096189304c58dbe66c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New upstream version 12+1501864225.b586175</title>
<updated>2017-08-07T21:34:45+00:00</updated>
<author>
<name>Mathieu Trudel-Lapierre</name>
<email>mathieu.trudel-lapierre@canonical.com</email>
</author>
<published>2017-08-07T21:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=f4173af1ad45a270a5d8b2283f8018582484a553'/>
<id>urn:sha1:f4173af1ad45a270a5d8b2283f8018582484a553</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import upstream version 0.9+1465500757.14a5905</title>
<updated>2016-07-26T16:02:18+00:00</updated>
<author>
<name>Mathieu Trudel-Lapierre</name>
<email>mathieu.trudel-lapierre@canonical.com</email>
</author>
<published>2016-07-26T16:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=d3819813b8e0a64400ddf3ce033bae7c3f245508'/>
<id>urn:sha1:d3819813b8e0a64400ddf3ce033bae7c3f245508</id>
<content type='text'>
</content>
</entry>
<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-12T14:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=f7a182154e19e99e1eb88f5fe8111a37e68cda8e'/>
<id>urn:sha1:f7a182154e19e99e1eb88f5fe8111a37e68cda8e</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>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-12T15:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=6caa9bad715eba8ce423527f8b876a636327b0be'/>
<id>urn:sha1:6caa9bad715eba8ce423527f8b876a636327b0be</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>Clean up warnings.</title>
<updated>2013-10-01T18:38:09+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-01T18:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7076ec11b094b49e087545ebb48e255c92b44c2a'/>
<id>urn:sha1:7076ec11b094b49e087545ebb48e255c92b44c2a</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Merge console_control.h and console.h</title>
<updated>2013-10-01T18:03:16+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-01T18:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=417077f8de33214b2942f5a6d8ff6af217b4f5dd'/>
<id>urn:sha1:417077f8de33214b2942f5a6d8ff6af217b4f5dd</id>
<content type='text'>
Since these are topically the same thing, they can live together.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make verbose stuff use console_notify</title>
<updated>2013-10-01T18:03:16+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-01T18:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=bc71a15ed5d1912075f8c48be0243fdb1d35ac88'/>
<id>urn:sha1:bc71a15ed5d1912075f8c48be0243fdb1d35ac88</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>integrate security override</title>
<updated>2013-09-26T15:58:03+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-09-26T15:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=59dcd9d1b8c45027d9aa5a1958579ae9872df6c7'/>
<id>urn:sha1:59dcd9d1b8c45027d9aa5a1958579ae9872df6c7</id>
<content type='text'>
</content>
</entry>
</feed>
