<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/include/gpxe/efi/Protocol, branch master</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/gpxe/efi/Protocol?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/gpxe/efi/Protocol?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2010-04-19T22:43:39+00:00</updated>
<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>
<entry>
<title>[efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interface</title>
<updated>2009-01-12T19:11:30+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-01-12T05:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=aa86afe890a4d1427961452cd440ad022edc40b0'/>
<id>urn:sha1:aa86afe890a4d1427961452cd440ad022edc40b0</id>
<content type='text'>
This allegedly optional interface seems to be compulsory if you want
EFI's PXE code to bother trying to use your network interface.
</content>
</entry>
<entry>
<title>[efi] Provide component name protocol and device path protocol interfaces</title>
<updated>2009-01-12T19:10:53+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-01-10T00:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=cced04ef3bba35dedb4e4c1da97643bc88260fc2'/>
<id>urn:sha1:cced04ef3bba35dedb4e4c1da97643bc88260fc2</id>
<content type='text'>
Include a minimal component name protocol so that the driver name
shows up as something other than "&lt;UNKNOWN&gt;" in the driver list, and a
device path protocol so that the network interface shows up as a
separate device in the device list, rather than being attached
directly to the PCI device.

Incidentally, the EFI component name protocol reaches new depths for
signal-to-noise ratio in program code.  A typical instance within the
EFI development kit will use an additional 300 lines of code to
provide slightly less functionality than GNU gettext achieves with
three additional characters.
</content>
</entry>
<entry>
<title>[efi] Update to latest UEFI headers</title>
<updated>2008-11-18T21:54:51+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-11-18T21:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ab96932ab3ac715bf02b32b5e3089ac0b12e848e'/>
<id>urn:sha1:ab96932ab3ac715bf02b32b5e3089ac0b12e848e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOL</title>
<updated>2008-10-16T04:38:23+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-10-16T04:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c99b16c9749c26ff86864d636179b9b08f7dd33f'/>
<id>urn:sha1:c99b16c9749c26ff86864d636179b9b08f7dd33f</id>
<content type='text'>
This implementation is tested and working, but not currently tied in
to the EFI build.
</content>
</entry>
<entry>
<title>[efi] Add EFI image format and basic runtime environment</title>
<updated>2008-10-13T09:24:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-10-12T00:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=81d92c6d34f9ce68f7c2bbd5b92352b3a631bcd0'/>
<id>urn:sha1:81d92c6d34f9ce68f7c2bbd5b92352b3a631bcd0</id>
<content type='text'>
We have EFI APIs for CPU I/O, PCI I/O, timers, console I/O, user
access and user memory allocation.

EFI executables are created using the vanilla GNU toolchain, with the
EXE header handcrafted in assembly and relocations generated by a
custom efilink utility.
</content>
</entry>
<entry>
<title>[efi] Add EFI headers from the EFI Development Kit (edk2)</title>
<updated>2008-10-10T03:04:07+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-10-08T01:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ac663cf5093eb50c565874d6c5974b9495087faf'/>
<id>urn:sha1:ac663cf5093eb50c565874d6c5974b9495087faf</id>
<content type='text'>
The intention is to include near-verbatim copies of the EFI headers
required by gPXE.  This is achieved using the import.pl script in
src/include/gpxe/efi.

Note that import.pl will modify any #include lines in each imported
header to reflect its new location within the gPXE tree.  It will also
tidy up the file by removing carriage return characters and trailing
whitespace.
</content>
</entry>
</feed>
