mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
[build] Rename gPXE to iPXE
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 <mcb30@ipxe.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
FILE_LICENCE(GPL2_OR_LATER);
|
||||
|
||||
#include <gpxe/pci.h>
|
||||
#include <ipxe/pci.h>
|
||||
|
||||
REQUIRE_OBJECT(vxge_main);
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-config.c: gPXE driver for Neterion Inc's X3100 Series 10GbE PCIe I/O
|
||||
* vxge-config.c: iPXE driver for Neterion Inc's X3100 Series 10GbE PCIe I/O
|
||||
* Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
@@ -16,8 +16,8 @@ FILE_LICENCE(GPL2_ONLY);
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <gpxe/malloc.h>
|
||||
#include <gpxe/iobuf.h>
|
||||
#include <ipxe/malloc.h>
|
||||
#include <ipxe/iobuf.h>
|
||||
#include <byteswap.h>
|
||||
|
||||
#include "vxge_traffic.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-config.h: gPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* vxge-config.h: iPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* PCIe I/O Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
@@ -18,8 +18,8 @@ FILE_LICENCE(GPL2_ONLY);
|
||||
#define VXGE_CONFIG_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <ipxe/list.h>
|
||||
#include <ipxe/pci.h>
|
||||
|
||||
#ifndef VXGE_CACHE_LINE_SIZE
|
||||
#define VXGE_CACHE_LINE_SIZE 4096
|
||||
@@ -314,7 +314,7 @@ struct __vxge_hw_non_offload_db_wrapper {
|
||||
* @vp_id: Virtual path id
|
||||
* @tx_intr_num: Interrupt Number associated with the TX
|
||||
* @txdl: Start pointer of the txdl list of this fifo.
|
||||
* gPxe does not support tx fragmentation, so we need
|
||||
* iPXE does not support tx fragmentation, so we need
|
||||
* only one txd in a list
|
||||
* @depth: total number of lists in this fifo
|
||||
* @hw_offset: txd index from where adapter owns the txd list
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-main.c: gPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* vxge-main.c: iPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* PCIe I/O Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
@@ -17,16 +17,16 @@ FILE_LICENCE(GPL2_ONLY);
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <gpxe/io.h>
|
||||
#include <ipxe/io.h>
|
||||
#include <errno.h>
|
||||
#include <byteswap.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <gpxe/malloc.h>
|
||||
#include <gpxe/if_ether.h>
|
||||
#include <gpxe/ethernet.h>
|
||||
#include <gpxe/iobuf.h>
|
||||
#include <gpxe/netdevice.h>
|
||||
#include <gpxe/timer.h>
|
||||
#include <ipxe/pci.h>
|
||||
#include <ipxe/malloc.h>
|
||||
#include <ipxe/if_ether.h>
|
||||
#include <ipxe/ethernet.h>
|
||||
#include <ipxe/iobuf.h>
|
||||
#include <ipxe/netdevice.h>
|
||||
#include <ipxe/timer.h>
|
||||
#include <nic.h>
|
||||
|
||||
#include "vxge_main.h"
|
||||
@@ -165,7 +165,7 @@ int vxge_open_vpaths(struct vxgedev *vdev)
|
||||
return VXGE_HW_OK;
|
||||
}
|
||||
|
||||
/** Functions that implement the gPXE driver API **/
|
||||
/** Functions that implement the iPXE driver API **/
|
||||
|
||||
/**
|
||||
* vxge_xmit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-main.h: gPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* vxge-main.h: iPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* PCIe I/O Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-reg.h: gPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* vxge-reg.h: iPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* PCIe I/O Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-traffic.c: gPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* vxge-traffic.c: iPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* PCIe I/O Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
FILE_LICENCE(GPL2_ONLY);
|
||||
|
||||
#include <gpxe/netdevice.h>
|
||||
#include <ipxe/netdevice.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "vxge_traffic.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-traffic.h: gPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* vxge-traffic.h: iPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* PCIe I/O Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
@@ -18,8 +18,8 @@ FILE_LICENCE(GPL2_ONLY);
|
||||
#define VXGE_TRAFFIC_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <gpxe/if_ether.h>
|
||||
#include <gpxe/iobuf.h>
|
||||
#include <ipxe/if_ether.h>
|
||||
#include <ipxe/iobuf.h>
|
||||
|
||||
#include "vxge_reg.h"
|
||||
#include "vxge_version.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* vxge-version.h: gPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* vxge-version.h: iPXE driver for Neterion Inc's X3100 Series 10GbE
|
||||
* PCIe I/O Virtualized Server Adapter.
|
||||
*
|
||||
* Copyright(c) 2002-2010 Neterion Inc.
|
||||
@@ -18,7 +18,7 @@ FILE_LICENCE(GPL2_ONLY);
|
||||
|
||||
#define VXGE_VERSION_H
|
||||
|
||||
/* gpxe vxge driver version fields.
|
||||
/* ipxe vxge driver version fields.
|
||||
* Note: Each field must be a nibble size
|
||||
*/
|
||||
#define VXGE_VERSION_MAJOR 3
|
||||
|
||||
Reference in New Issue
Block a user