mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +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:
@@ -9,6 +9,6 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/x86_io.h>
|
||||
#include <ipxe/x86_io.h>
|
||||
|
||||
#endif /* _BITS_IO_H */
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/bios_nap.h>
|
||||
#include <gpxe/efi/efix86_nap.h>
|
||||
#include <ipxe/bios_nap.h>
|
||||
#include <ipxe/efi/efix86_nap.h>
|
||||
|
||||
#endif /* _BITS_MAP_H */
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/bios_smbios.h>
|
||||
#include <ipxe/bios_smbios.h>
|
||||
|
||||
#endif /* _BITS_SMBIOS_H */
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/bios_timer.h>
|
||||
#include <gpxe/rdtsc_timer.h>
|
||||
#include <ipxe/bios_timer.h>
|
||||
#include <ipxe/rdtsc_timer.h>
|
||||
|
||||
#endif /* _BITS_TIMER_H */
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/memtop_umalloc.h>
|
||||
#include <ipxe/memtop_umalloc.h>
|
||||
|
||||
#endif /* _BITS_UMALLOC_H */
|
||||
|
||||
@@ -86,11 +86,11 @@ struct bzimage_header {
|
||||
/** bzImage boot loader identifier for Etherboot */
|
||||
#define BZI_LOADER_TYPE_ETHERBOOT 0x40
|
||||
|
||||
/** bzImage boot loader identifier for gPXE
|
||||
/** bzImage boot loader identifier for iPXE
|
||||
*
|
||||
* We advertise ourselves as Etherboot version 6.
|
||||
*/
|
||||
#define BZI_LOADER_TYPE_GPXE ( BZI_LOADER_TYPE_ETHERBOOT | 0x06 )
|
||||
#define BZI_LOADER_TYPE_IPXE ( BZI_LOADER_TYPE_ETHERBOOT | 0x06 )
|
||||
|
||||
/** bzImage "load high" flag */
|
||||
#define BZI_LOAD_HIGH 0x01
|
||||
|
||||
@@ -11,7 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdint.h>
|
||||
#include <setjmp.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <ipxe/in.h>
|
||||
|
||||
/** Segment used for COMBOOT PSP and image */
|
||||
#define COMBOOT_PSP_SEG 0x07C0
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdint.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <ipxe/list.h>
|
||||
#include <realmode.h>
|
||||
|
||||
struct block_device;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_ABFT_H
|
||||
#define _GPXE_ABFT_H
|
||||
#ifndef _IPXE_ABFT_H
|
||||
#define _IPXE_ABFT_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -10,8 +10,8 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdint.h>
|
||||
#include <gpxe/acpi.h>
|
||||
#include <gpxe/if_ether.h>
|
||||
#include <ipxe/acpi.h>
|
||||
#include <ipxe/if_ether.h>
|
||||
|
||||
/** AoE boot firmware table signature */
|
||||
#define ABFT_SIG "aBFT"
|
||||
@@ -34,4 +34,4 @@ struct abft_table {
|
||||
|
||||
extern void abft_fill_data ( struct aoe_session *aoe );
|
||||
|
||||
#endif /* _GPXE_ABFT_H */
|
||||
#endif /* _IPXE_ABFT_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_BIOS_NAP_H
|
||||
#define _GPXE_BIOS_NAP_H
|
||||
#ifndef _IPXE_BIOS_NAP_H
|
||||
#define _IPXE_BIOS_NAP_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -15,4 +15,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define NAP_PREFIX_pcbios __pcbios_
|
||||
#endif
|
||||
|
||||
#endif /* _GPXE_BIOS_NAP_H */
|
||||
#endif /* _IPXE_BIOS_NAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_BIOS_SMBIOS_H
|
||||
#define _GPXE_BIOS_SMBIOS_H
|
||||
#ifndef _IPXE_BIOS_SMBIOS_H
|
||||
#define _IPXE_BIOS_SMBIOS_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -15,4 +15,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define SMBIOS_PREFIX_pcbios __pcbios_
|
||||
#endif
|
||||
|
||||
#endif /* _GPXE_BIOS_SMBIOS_H */
|
||||
#endif /* _IPXE_BIOS_SMBIOS_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_BIOS_TIMER_H
|
||||
#define _GPXE_BIOS_TIMER_H
|
||||
#ifndef _IPXE_BIOS_TIMER_H
|
||||
#define _IPXE_BIOS_TIMER_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -15,7 +15,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define TIMER_PREFIX_pcbios __pcbios_
|
||||
#endif
|
||||
|
||||
#include <gpxe/timer2.h>
|
||||
#include <ipxe/timer2.h>
|
||||
|
||||
/**
|
||||
* Delay for a fixed number of microseconds
|
||||
@@ -41,4 +41,4 @@ TIMER_INLINE ( pcbios, ticks_per_sec ) ( void ) {
|
||||
return 18;
|
||||
}
|
||||
|
||||
#endif /* _GPXE_BIOS_TIMER_H */
|
||||
#endif /* _IPXE_BIOS_TIMER_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_IBFT_H
|
||||
#define _GPXE_IBFT_H
|
||||
#ifndef _IPXE_IBFT_H
|
||||
#define _IPXE_IBFT_H
|
||||
|
||||
/*
|
||||
* Copyright Fen Systems Ltd. 2007. Portions of this code are derived
|
||||
@@ -42,8 +42,8 @@ FILE_LICENCE ( BSD2 );
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <gpxe/acpi.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <ipxe/acpi.h>
|
||||
#include <ipxe/in.h>
|
||||
|
||||
/** iSCSI Boot Firmware Table signature */
|
||||
#define IBFT_SIG "iBFT"
|
||||
@@ -273,14 +273,14 @@ struct ibft_string_block {
|
||||
unsigned int offset;
|
||||
};
|
||||
|
||||
/** Amount of space reserved for strings in a gPXE iBFT */
|
||||
/** Amount of space reserved for strings in a iPXE iBFT */
|
||||
#define IBFT_STRINGS_SIZE 384
|
||||
|
||||
/**
|
||||
* An iBFT created by gPXE
|
||||
* An iBFT created by iPXE
|
||||
*
|
||||
*/
|
||||
struct gpxe_ibft {
|
||||
struct ipxe_ibft {
|
||||
/** The fixed section */
|
||||
struct ibft_table table;
|
||||
/** The Initiator section */
|
||||
@@ -299,4 +299,4 @@ struct iscsi_session;
|
||||
extern int ibft_fill_data ( struct net_device *netdev,
|
||||
struct iscsi_session *iscsi );
|
||||
|
||||
#endif /* _GPXE_IBFT_H */
|
||||
#endif /* _IPXE_IBFT_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_MEMTOP_UMALLOC_H
|
||||
#define _GPXE_MEMTOP_UMALLOC_H
|
||||
#ifndef _IPXE_MEMTOP_UMALLOC_H
|
||||
#define _IPXE_MEMTOP_UMALLOC_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -15,4 +15,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define UMALLOC_PREFIX_memtop __memtop_
|
||||
#endif
|
||||
|
||||
#endif /* _GPXE_MEMTOP_UMALLOC_H */
|
||||
#endif /* _IPXE_MEMTOP_UMALLOC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_RDTSC_TIMER_H
|
||||
#define _GPXE_RDTSC_TIMER_H
|
||||
#ifndef _IPXE_RDTSC_TIMER_H
|
||||
#define _IPXE_RDTSC_TIMER_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -36,4 +36,4 @@ TIMER_INLINE ( rdtsc, currticks ) ( void ) {
|
||||
return ticks;
|
||||
}
|
||||
|
||||
#endif /* _GPXE_RDTSC_TIMER_H */
|
||||
#endif /* _IPXE_RDTSC_TIMER_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_SBFT_H
|
||||
#define _GPXE_SBFT_H
|
||||
#ifndef _IPXE_SBFT_H
|
||||
#define _IPXE_SBFT_H
|
||||
|
||||
/*
|
||||
* Copyright (C) 2009 Fen Systems Ltd <mbrown@fensystems.co.uk>.
|
||||
@@ -40,15 +40,15 @@ FILE_LICENCE ( BSD2 );
|
||||
* The working draft specification for the SRP boot firmware table can
|
||||
* be found at
|
||||
*
|
||||
* http://etherboot.org/wiki/srp/sbft
|
||||
* http://ipxe.org/wiki/srp/sbft
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <gpxe/acpi.h>
|
||||
#include <gpxe/scsi.h>
|
||||
#include <gpxe/srp.h>
|
||||
#include <gpxe/ib_srp.h>
|
||||
#include <ipxe/acpi.h>
|
||||
#include <ipxe/scsi.h>
|
||||
#include <ipxe/srp.h>
|
||||
#include <ipxe/ib_srp.h>
|
||||
|
||||
/** SRP Boot Firmware Table signature */
|
||||
#define SBFT_SIG "sBFT"
|
||||
@@ -105,9 +105,9 @@ struct sbft_ib_subtable {
|
||||
} __attribute__ (( packed ));
|
||||
|
||||
/**
|
||||
* An sBFT created by gPXE
|
||||
* An sBFT created by iPXE
|
||||
*/
|
||||
struct gpxe_sbft {
|
||||
struct ipxe_sbft {
|
||||
/** The table header */
|
||||
struct sbft_table table;
|
||||
/** The SCSI subtable */
|
||||
@@ -122,4 +122,4 @@ struct srp_device;
|
||||
|
||||
extern int sbft_fill_data ( struct srp_device *srp );
|
||||
|
||||
#endif /* _GPXE_SBFT_H */
|
||||
#endif /* _IPXE_SBFT_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _GPXE_TIMER2_H
|
||||
#define _GPXE_TIMER2_H
|
||||
#ifndef _IPXE_TIMER2_H
|
||||
#define _IPXE_TIMER2_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -11,4 +11,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
extern void timer2_udelay ( unsigned long usecs );
|
||||
|
||||
#endif /* _GPXE_TIMER2_H */
|
||||
#endif /* _IPXE_TIMER2_H */
|
||||
@@ -1,9 +1,9 @@
|
||||
#ifndef _GPXE_X86_IO_H
|
||||
#define _GPXE_X86_IO_H
|
||||
#ifndef _IPXE_X86_IO_H
|
||||
#define _IPXE_X86_IO_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* gPXE I/O API for x86
|
||||
* iPXE I/O API for x86
|
||||
*
|
||||
* i386 uses direct pointer dereferences for accesses to memory-mapped
|
||||
* I/O space, and the inX/outX instructions for accesses to
|
||||
@@ -150,4 +150,4 @@ IOAPI_INLINE ( x86, mb ) ( void ) {
|
||||
__asm__ __volatile__ ( "lock; addl $0, 0(%%esp)" : : : "memory" );
|
||||
}
|
||||
|
||||
#endif /* _GPXE_X86_IO_H */
|
||||
#endif /* _IPXE_X86_IO_H */
|
||||
@@ -5,7 +5,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include "pxe_types.h"
|
||||
#include "pxe_api.h"
|
||||
#include <gpxe/device.h>
|
||||
#include <ipxe/device.h>
|
||||
|
||||
/* Parameter block for pxenv_unknown() */
|
||||
struct s_PXENV_UNKNOWN {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <registers.h>
|
||||
#include <gpxe/uaccess.h>
|
||||
#include <ipxe/uaccess.h>
|
||||
|
||||
/*
|
||||
* Data structures and type definitions
|
||||
|
||||
@@ -11,7 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#ifndef ASSEMBLY
|
||||
|
||||
#include <gpxe/device.h>
|
||||
#include <ipxe/device.h>
|
||||
#include <pxe_types.h>
|
||||
|
||||
/** An UNDI device
|
||||
|
||||
Reference in New Issue
Block a user