diff options
| author | Michael Brown | 2012-09-04 02:26:48 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-09-05 15:11:01 +0200 |
| commit | e6427b7ee117ea4af0812bb13b57999bccd8e058 (patch) | |
| tree | d92dd9b3ec03b78b77919dc5cd364b95d3cede4d /src/include/ipxe/features.h | |
| parent | [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers (diff) | |
| download | ipxe-e6427b7ee117ea4af0812bb13b57999bccd8e058.tar.gz ipxe-e6427b7ee117ea4af0812bb13b57999bccd8e058.tar.xz ipxe-e6427b7ee117ea4af0812bb13b57999bccd8e058.zip | |
[sdi] Add support for SDI images
Add support (disabled by default) for booting .sdi images as used by
Windows XP Embedded.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/features.h')
| -rw-r--r-- | src/include/ipxe/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/features.h b/src/include/ipxe/features.h index 498ec9441..0c92f5be9 100644 --- a/src/include/ipxe/features.h +++ b/src/include/ipxe/features.h @@ -53,6 +53,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define DHCP_EB_FEATURE_FCOE 0x25 /**< FCoE protocol */ #define DHCP_EB_FEATURE_VLAN 0x26 /**< VLAN support */ #define DHCP_EB_FEATURE_MENU 0x27 /**< Menu support */ +#define DHCP_EB_FEATURE_SDI 0x28 /**< SDI image support */ /** @} */ |
