<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/config, branch v0.9.9</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/config?h=v0.9.9</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/config?h=v0.9.9'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2009-08-10T21:27:33+00:00</updated>
<entry>
<title>[infiniband] Add support for SRP over Infiniband</title>
<updated>2009-08-10T21:27:33+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-07-17T21:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0c30dc6bc5f26e7011ddfcda34d7adac653464cf'/>
<id>urn:sha1:0c30dc6bc5f26e7011ddfcda34d7adac653464cf</id>
<content type='text'>
SRP is the SCSI RDMA Protocol.  It allows for a method of SAN booting
whereby the target is responsible for reading and writing data using
Remote DMA directly to the initiator's memory.  The software initiator
merely sends and receives SCSI commands; it never has to touch the
actual data.
</content>
</entry>
<entry>
<title>[config] Enable PXE commands by default only on pcbios architecture</title>
<updated>2009-08-02T22:19:40+00:00</updated>
<author>
<name>Joshua Oreman</name>
</author>
<published>2009-08-02T21:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bba00b0c13028a129a6808ca2d09b21871024eaf'/>
<id>urn:sha1:bba00b0c13028a129a6808ca2d09b21871024eaf</id>
<content type='text'>
The commands bring in UNDI and thus real-mode code, so they cannot be
used on EFI.

Signed-off-by: Michael Brown &lt;mcb30@etherboot.org&gt;
</content>
</entry>
<entry>
<title>[pxe] Add startpxe and stoppxe commands</title>
<updated>2009-06-28T19:50:23+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-06-28T19:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=546cc62394e12aa04eb16da8a47edd7d93869023'/>
<id>urn:sha1:546cc62394e12aa04eb16da8a47edd7d93869023</id>
<content type='text'>
These commands can be used to activate or deactivate the PXE API (on a
specifiable network interface).

This is currently of limited use, since most image formats will call
shutdown() before booting the image, meaning that the underlying net
device gets shut down during remove_devices() anyway.
</content>
</entry>
<entry>
<title>[serial] Define constants for serial port I/O addresses</title>
<updated>2009-05-21T09:04:12+00:00</updated>
<author>
<name>Thomas Miletich</name>
</author>
<published>2009-05-21T08:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f51d61371f415db249a4574046bc85b99b5f2b8f'/>
<id>urn:sha1:f51d61371f415db249a4574046bc85b99b5f2b8f</id>
<content type='text'>
Tested with COM1 and COM2.

Signed-off-by: Michael Brown &lt;mcb30@etherboot.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>[digest] md5sum and sha1sum commands</title>
<updated>2009-03-27T04:29:54+00:00</updated>
<author>
<name>Daniel Verkamp</name>
</author>
<published>2009-03-26T22:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a323a85d9bfc17853f99661b6ab4241b915590c7'/>
<id>urn:sha1:a323a85d9bfc17853f99661b6ab4241b915590c7</id>
<content type='text'>
Modified-by: Michael Brown &lt;mcb30@etherboot.org&gt;
Signed-off-by: Michael Brown &lt;mcb30@etherboot.org&gt;
</content>
</entry>
<entry>
<title>[time] Add the sleep command</title>
<updated>2009-03-26T10:06:04+00:00</updated>
<author>
<name>Shao Miller</name>
</author>
<published>2009-03-21T05:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=87b494bbab0616e16a5efe38c7de356374b5d61f'/>
<id>urn:sha1:87b494bbab0616e16a5efe38c7de356374b5d61f</id>
<content type='text'>
Reviewed-by: Stefan Hajnoczi &lt;stefanha@gmail.com&gt;
Reviewed-by: Thomas Miletich &lt;thomas.miletich@gmail.com&gt;
Modified-by: Michael Brown &lt;mcb30@etherboot.org&gt;
Signed-off-by: Michael Brown &lt;mcb30@etherboot.org&gt;
</content>
</entry>
<entry>
<title>[time] Add the time command</title>
<updated>2009-03-06T15:02:41+00:00</updated>
<author>
<name>Daniel Verkamp</name>
</author>
<published>2009-03-04T05:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4397a2a4ca5e04a5a736eb792d8cc3ac50f32db1'/>
<id>urn:sha1:4397a2a4ca5e04a5a736eb792d8cc3ac50f32db1</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@etherboot.org&gt;
</content>
</entry>
<entry>
<title>[login] Add "login" command and UI</title>
<updated>2009-02-17T12:02:16+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-02-17T12:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6de4db5da089c7926f08dd15164676bc8b88f285'/>
<id>urn:sha1:6de4db5da089c7926f08dd15164676bc8b88f285</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[efi] Use EFI-native mechanism for accessing SMBIOS table</title>
<updated>2008-12-04T23:19:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-12-04T23:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=29480dd7159190b91cca17298a87425a58826d32'/>
<id>urn:sha1:29480dd7159190b91cca17298a87425a58826d32</id>
<content type='text'>
EFI provides a copy of the SMBIOS table accessible via the EFI system
table, which we should use instead of manually scanning through the
F000:0000 segment.
</content>
</entry>
</feed>
