<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/include/gpxe/efi, 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?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/gpxe/efi?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>[legal] Add a selection of FILE_LICENCE declarations</title>
<updated>2009-05-18T07:33:25+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-05-01T14:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c44a193d0d147ed6f98741124569864e516e9d4b'/>
<id>urn:sha1:c44a193d0d147ed6f98741124569864e516e9d4b</id>
<content type='text'>
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
</content>
</entry>
<entry>
<title>[efi] Fix compilation on Mac OS X.</title>
<updated>2009-03-31T06:39:20+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-03-31T06:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=7266aceb39beba3d24de96e47c2c05f3dbb70e77'/>
<id>urn:sha1:7266aceb39beba3d24de96e47c2c05f3dbb70e77</id>
<content type='text'>
The Mac compiler treats "#pragma pack()" as gcc's "#pragma pack(pop)",
and so dies if the pragma pack stack is empty.  Adding a "#pragma
pack(1)" immediately beforehand is enough to keep the Mac compiler
happy.

The combination of "#pragma pack(1)", "#pragma pack()" won't actually
achieve anything on a Mac, but it will at least build.  (With gcc, the
"#pragma pack()" overrides any previous pragmas, so is still useful.)

Suggested-by: Joshua Oreman &lt;oremanj@rwcr.net&gt;
</content>
</entry>
<entry>
<title>[build] Enable building with the Intel C compiler (icc)</title>
<updated>2009-03-26T07:27:19+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-03-10T17:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1c67623e37dada045e9b5d1f5e19b414cc79c3e3'/>
<id>urn:sha1:1c67623e37dada045e9b5d1f5e19b414cc79c3e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[tables] Incorporate table data type information into table definition</title>
<updated>2009-03-13T02:10:21+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-03-13T00:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3c68ff99eaff6e0d615349bdc85ea12ad8345284'/>
<id>urn:sha1:3c68ff99eaff6e0d615349bdc85ea12ad8345284</id>
<content type='text'>
Eliminate the potential for mismatches between table names and the
table entry data type by incorporating the data type into the
definition of the table, rather than specifying it explicitly in each
table accessor method.
</content>
</entry>
<entry>
<title>[tables] Redefine methods for accessing linker tables</title>
<updated>2009-03-13T02:06:30+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-03-12T19:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1266d7902bf7f2534ee279671d48613ef9b2434c'/>
<id>urn:sha1:1266d7902bf7f2534ee279671d48613ef9b2434c</id>
<content type='text'>
Intel's C compiler (icc) chokes on the zero-length arrays that we
currently use as part of the mechanism for accessing linker table
entries.  Abstract away the zero-length arrays, to make a port to icc
easier.

Introduce macros such as for_each_table_entry() to simplify the common
case of iterating over all entries in a linker table.

Represent table names as #defined string constants rather than
unquoted literals; this avoids visual confusion between table names
and C variable or type names, and also allows us to force a
compilation error in the event of incorrect table names.
</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] Add efirom utility and .efirom image format</title>
<updated>2009-01-08T02:19:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-01-08T02:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fb72336fe642a9a6f0d45cc39e1303890fb8af05'/>
<id>urn:sha1:fb72336fe642a9a6f0d45cc39e1303890fb8af05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[efi] Allow for .efidrv images as well as .efi images</title>
<updated>2009-01-07T23:43:26+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-01-07T23:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=765efac771c07c38c27d971602d8c8c2becf0821'/>
<id>urn:sha1:765efac771c07c38c27d971602d8c8c2becf0821</id>
<content type='text'>
Merge in the changes that allow for building EFI driver images (that
can be loaded using the EFI shell's "load" command) as well as EFI
applications.
</content>
</entry>
</feed>
