<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/arch/x86, branch v1.0.0</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/arch/x86?h=v1.0.0</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/arch/x86?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2009-11-21T01:27:25+00:00</updated>
<entry>
<title>[linker] Expand and correct symbol requirement macros</title>
<updated>2009-11-21T01:27:25+00:00</updated>
<author>
<name>Joshua Oreman</name>
</author>
<published>2009-08-02T21:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=572e61754adca6739b17e8604da964ce2aa98eef'/>
<id>urn:sha1:572e61754adca6739b17e8604da964ce2aa98eef</id>
<content type='text'>
REQUIRE_SYMBOL() formerly used a formulation of symbol requirement
that would allow a link to succeed despite lacking a required symbol,
because it did not introduce any relocations. Fix by renaming it to
REQUEST_SYMBOL() (since the soft-requirement behavior can be useful)
and add a REQUIRE_SYMBOL() that truly requires.

Add EXPORT_SYMBOL() and IMPORT_SYMBOL() for REQUEST_SYMBOL()-like
behavior that allows one to make use of the symbol, by combining a
weak external on the symbol itself with a REQUEST_SYMBOL() of a second
symbol.

Signed-off-by: Marty Connor &lt;mdc@etherboot.org&gt;
</content>
</entry>
<entry>
<title>[doc] Expand scope of doxygen-generated documentation</title>
<updated>2009-08-11T14:14:36+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-08-11T14:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b3db99a38d8822f29eae6f67ee6034c57284d06f'/>
<id>urn:sha1:b3db99a38d8822f29eae6f67ee6034c57284d06f</id>
<content type='text'>
</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] 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>
<entry>
<title>[efi] Use elf2efi utility in place of efilink</title>
<updated>2009-01-07T22:59:05+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-01-07T02:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=314779eb369db746be5373b398111d5b746d67de'/>
<id>urn:sha1:314779eb369db746be5373b398111d5b746d67de</id>
<content type='text'>
elf2efi converts a suitable ELF executable (containing relocation
information, and with appropriate virtual addresses) into an EFI
executable.  It is less tightly coupled with the gPXE build process
and, in particular, does not require the use of a hand-crafted PE
image header in efiprefix.S.

elf2efi correctly handles .bss sections, which significantly reduces
the size of the gPXE EFI executable.
</content>
</entry>
<entry>
<title>[x86_64] Add support for compilation as an x86_64 binary</title>
<updated>2008-12-05T00:06:27+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-11-18T22:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ce0a0ccf5c2b99be684f13a9418d1556bae5f0ed'/>
<id>urn:sha1:ce0a0ccf5c2b99be684f13a9418d1556bae5f0ed</id>
<content type='text'>
Currently the only supported platform for x86_64 is EFI.

Building an EFI64 gPXE requires a version of gcc that supports
__attribute__((ms_abi)).  This currently means a development build of
gcc; the feature should be present when gcc 4.4 is released.

In the meantime; you can grab a suitable gcc tree from

  git://git.etherboot.org/scm/people/mcb30/gcc/.git
</content>
</entry>
</feed>
