<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/include/ipxe/efi/Guid, branch master</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/ipxe/efi/Guid?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/ipxe/efi/Guid?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2017-05-23T17:48:02+00:00</updated>
<entry>
<title>[efi] Provide access to ACPI tables</title>
<updated>2017-05-23T17:48:02+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-05-23T17:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=993fd2b45140d071d7837ff502df771e87f14127'/>
<id>urn:sha1:993fd2b45140d071d7837ff502df771e87f14127</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[efi] Update to current EDK2 headers</title>
<updated>2015-10-07T07:34:27+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-10-06T17:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=42e0c7e956609be4adebd61250a7271a6838d70e'/>
<id>urn:sha1:42e0c7e956609be4adebd61250a7271a6838d70e</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOL</title>
<updated>2013-03-13T22:42:16+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2013-03-13T22:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fc87adb46c1395b09302085e9d15fcd8ab3c31fe'/>
<id>urn:sha1:fc87adb46c1395b09302085e9d15fcd8ab3c31fe</id>
<content type='text'>
Expose iPXE's images as a UEFI file system, allowing the booted image
to access all images downloaded by iPXE.

This functionality is complementary to the custom iPXE download
protocol.  The iPXE download protocol allows a booted image to utilise
iPXE to download arbitrary URIs, but requires the booted image to
specifically support the custom iPXE download protocol.  The new
functionality limits the booted image to accessing only files that
were already downloaded by iPXE (e.g. as part of a script), but can
work with any generic UEFI image (e.g. the UEFI shell).  Both
protocols are provided simultaneously, and are attached to the SNP
device handle.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[efi] Update to latest EDK2 headers</title>
<updated>2013-03-13T22:23:42+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2013-03-13T22:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1025835d802978a16af456deca7a95265ba13af9'/>
<id>urn:sha1:1025835d802978a16af456deca7a95265ba13af9</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[efi] Add support for HII</title>
<updated>2011-04-07T22:15:07+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2011-04-07T22:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1c67e2026150fde7895b18238bd502430b1277f9'/>
<id>urn:sha1:1c67e2026150fde7895b18238bd502430b1277f9</id>
<content type='text'>
Some EFI platforms expect us to provide an HII interface to display
information about the driver.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Add FILE_LICENCE declarations to EFI header files</title>
<updated>2010-05-29T22:49:47+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-05-29T22:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=03b1020acc76047294d7b38abab3207426147dd8'/>
<id>urn:sha1:03b1020acc76047294d7b38abab3207426147dd8</id>
<content type='text'>
Autodetect the BSD licence statement in EFI header files, and add a
suitable FILE_LICENCE macro to the version imported into the iPXE
tree.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[efi] Update UEFI header files with latest version from TianoCore</title>
<updated>2010-05-29T22:49:39+00:00</updated>
<author>
<name>Geoff Lywood</name>
</author>
<published>2010-05-28T22:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=eef46c23d6baf3f2717aa8fc201c83928018d162'/>
<id>urn:sha1:eef46c23d6baf3f2717aa8fc201c83928018d162</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[build] Rename gPXE to iPXE</title>
<updated>2010-04-19T22:43:39+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-04-19T19:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8406115834d38bb743e01f35bfd36e835532415e'/>
<id>urn:sha1:8406115834d38bb743e01f35bfd36e835532415e</id>
<content type='text'>
Access to the gpxe.org and etherboot.org domains and associated
resources has been revoked by the registrant of the domain.  Work
around this problem by renaming project from gPXE to iPXE, and
updating URLs to match.

Also update README, LOG and COPYRIGHTS to remove obsolete information.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
