mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +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:
@@ -18,7 +18,7 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/acpi.h>
|
||||
#include <ipxe/acpi.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <gpxe/ansiesc.h>
|
||||
#include <ipxe/ansiesc.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <gpxe/base64.h>
|
||||
#include <ipxe/base64.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <errno.h>
|
||||
#include <gpxe/bitmap.h>
|
||||
#include <ipxe/bitmap.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
*/
|
||||
|
||||
#include "console.h"
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <ipxe/init.h>
|
||||
#include <ipxe/pci.h>
|
||||
|
||||
#undef __BIG_ENDIAN
|
||||
#if 0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "stddef.h"
|
||||
#include "console.h"
|
||||
#include <gpxe/process.h>
|
||||
#include <gpxe/nap.h>
|
||||
#include <ipxe/process.h>
|
||||
#include <ipxe/nap.h>
|
||||
|
||||
/** @file */
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <gpxe/cpio.h>
|
||||
#include <ipxe/cpio.h>
|
||||
|
||||
/**
|
||||
* Set field within a CPIO header
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stddef.h>
|
||||
#include <gpxe/uri.h>
|
||||
#include <ipxe/uri.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <gpxe/io.h>
|
||||
#include <ipxe/io.h>
|
||||
#include <console.h>
|
||||
|
||||
void pause ( void ) {
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <string.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/tables.h>
|
||||
#include <gpxe/device.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <ipxe/list.h>
|
||||
#include <ipxe/tables.h>
|
||||
#include <ipxe/device.h>
|
||||
#include <ipxe/init.h>
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
||||
@@ -21,13 +21,13 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/xfer.h>
|
||||
#include <gpxe/open.h>
|
||||
#include <gpxe/job.h>
|
||||
#include <gpxe/uaccess.h>
|
||||
#include <gpxe/umalloc.h>
|
||||
#include <gpxe/image.h>
|
||||
#include <gpxe/downloader.h>
|
||||
#include <ipxe/xfer.h>
|
||||
#include <ipxe/open.h>
|
||||
#include <ipxe/job.h>
|
||||
#include <ipxe/uaccess.h>
|
||||
#include <ipxe/umalloc.h>
|
||||
#include <ipxe/image.h>
|
||||
#include <ipxe/downloader.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -27,9 +27,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <getopt.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <gpxe/tables.h>
|
||||
#include <gpxe/command.h>
|
||||
#include <gpxe/settings.h>
|
||||
#include <ipxe/tables.h>
|
||||
#include <ipxe/command.h>
|
||||
#include <ipxe/settings.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/xfer.h>
|
||||
#include <gpxe/filter.h>
|
||||
#include <ipxe/xfer.h>
|
||||
#include <ipxe/filter.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -21,8 +21,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/uaccess.h>
|
||||
#include <ipxe/init.h>
|
||||
#include <ipxe/uaccess.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <gpxe/serial.h>
|
||||
#include <gpxe/gdbstub.h>
|
||||
#include <gpxe/gdbserial.h>
|
||||
#include <ipxe/serial.h>
|
||||
#include <ipxe/gdbstub.h>
|
||||
#include <ipxe/gdbserial.h>
|
||||
|
||||
struct gdb_transport serial_gdb_transport __gdb_transport;
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <byteswap.h>
|
||||
#include <gpxe/gdbstub.h>
|
||||
#include <ipxe/gdbstub.h>
|
||||
#include "gdbmach.h"
|
||||
|
||||
enum {
|
||||
|
||||
@@ -19,16 +19,16 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <byteswap.h>
|
||||
#include <gpxe/iobuf.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <gpxe/if_arp.h>
|
||||
#include <gpxe/if_ether.h>
|
||||
#include <gpxe/ip.h>
|
||||
#include <gpxe/udp.h>
|
||||
#include <gpxe/netdevice.h>
|
||||
#include <gpxe/nap.h>
|
||||
#include <gpxe/gdbstub.h>
|
||||
#include <gpxe/gdbudp.h>
|
||||
#include <ipxe/iobuf.h>
|
||||
#include <ipxe/in.h>
|
||||
#include <ipxe/if_arp.h>
|
||||
#include <ipxe/if_ether.h>
|
||||
#include <ipxe/ip.h>
|
||||
#include <ipxe/udp.h>
|
||||
#include <ipxe/netdevice.h>
|
||||
#include <ipxe/nap.h>
|
||||
#include <ipxe/gdbstub.h>
|
||||
#include <ipxe/gdbudp.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -20,9 +20,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <ctype.h>
|
||||
#include <console.h>
|
||||
#include <gpxe/process.h>
|
||||
#include <gpxe/keys.h>
|
||||
#include <gpxe/timer.h>
|
||||
#include <ipxe/process.h>
|
||||
#include <ipxe/keys.h>
|
||||
#include <ipxe/timer.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/refcnt.h>
|
||||
#include <gpxe/process.h>
|
||||
#include <gpxe/xfer.h>
|
||||
#include <gpxe/open.h>
|
||||
#include <ipxe/refcnt.h>
|
||||
#include <ipxe/process.h>
|
||||
#include <ipxe/xfer.h>
|
||||
#include <ipxe/open.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -25,10 +25,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <libgen.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/umalloc.h>
|
||||
#include <gpxe/uri.h>
|
||||
#include <gpxe/image.h>
|
||||
#include <ipxe/list.h>
|
||||
#include <ipxe/umalloc.h>
|
||||
#include <ipxe/uri.h>
|
||||
#include <ipxe/image.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/device.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <ipxe/device.h>
|
||||
#include <ipxe/init.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
static int started = 0;
|
||||
|
||||
/**
|
||||
* Initialise gPXE
|
||||
* Initialise iPXE
|
||||
*
|
||||
* This function performs the one-time-only and irreversible
|
||||
* initialisation steps, such as initialising the heap. It must be
|
||||
@@ -49,7 +49,7 @@ void initialise ( void ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Start up gPXE
|
||||
* Start up iPXE
|
||||
*
|
||||
* This function performs the repeatable initialisation steps, such as
|
||||
* probing devices. You may call startup() and shutdown() multiple
|
||||
@@ -71,11 +71,11 @@ void startup ( void ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Shut down gPXE
|
||||
* Shut down iPXE
|
||||
*
|
||||
* @v flags Shutdown behaviour flags
|
||||
*
|
||||
* This function reverses the actions of startup(), and leaves gPXE in
|
||||
* This function reverses the actions of startup(), and leaves iPXE in
|
||||
* a state ready to be removed from memory. You may call startup()
|
||||
* again after calling shutdown().
|
||||
*
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/interface.h>
|
||||
#include <ipxe/interface.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/malloc.h>
|
||||
#include <gpxe/iobuf.h>
|
||||
#include <ipxe/malloc.h>
|
||||
#include <ipxe/iobuf.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/job.h>
|
||||
#include <ipxe/job.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -29,7 +29,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/linebuf.h>
|
||||
#include <ipxe/linebuf.h>
|
||||
|
||||
/**
|
||||
* Retrieve buffered-up line
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************
|
||||
gPXE - Network Bootstrap Program
|
||||
iPXE - Network Bootstrap Program
|
||||
|
||||
Literature dealing with the network protocols:
|
||||
ARP - RFC826
|
||||
@@ -15,11 +15,11 @@ Literature dealing with the network protocols:
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdio.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/features.h>
|
||||
#include <gpxe/shell.h>
|
||||
#include <gpxe/shell_banner.h>
|
||||
#include <gpxe/image.h>
|
||||
#include <ipxe/init.h>
|
||||
#include <ipxe/features.h>
|
||||
#include <ipxe/shell.h>
|
||||
#include <ipxe/shell_banner.h>
|
||||
#include <ipxe/image.h>
|
||||
#include <usr/autoboot.h>
|
||||
#include <config/general.h>
|
||||
|
||||
@@ -46,17 +46,17 @@ __asmcall int main ( void ) {
|
||||
* Print welcome banner
|
||||
*
|
||||
*
|
||||
* If you wish to brand this build of gPXE, please do so by
|
||||
* If you wish to brand this build of iPXE, please do so by
|
||||
* defining the string PRODUCT_NAME in config/general.h.
|
||||
*
|
||||
* While nothing in the GPL prevents you from removing all
|
||||
* references to gPXE or http://etherboot.org, we prefer you
|
||||
* not to do so.
|
||||
* references to iPXE or http://ipxe.org, we prefer you not to
|
||||
* do so.
|
||||
*
|
||||
*/
|
||||
printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD "gPXE " VERSION
|
||||
NORMAL " -- Open Source Boot Firmware -- "
|
||||
CYAN "http://etherboot.org" NORMAL "\n"
|
||||
printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD "iPXE " VERSION
|
||||
NORMAL " -- Open Source Network Boot Firmware -- "
|
||||
CYAN "http://ipxe.org" NORMAL "\n"
|
||||
"Features:" );
|
||||
for_each_table_entry ( feature, FEATURES )
|
||||
printf ( " %s", feature->name );
|
||||
|
||||
@@ -22,10 +22,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <gpxe/io.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/malloc.h>
|
||||
#include <ipxe/io.h>
|
||||
#include <ipxe/list.h>
|
||||
#include <ipxe/init.h>
|
||||
#include <ipxe/malloc.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -7,8 +7,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <byteswap.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <gpxe/timer.h>
|
||||
#include <ipxe/in.h>
|
||||
#include <ipxe/timer.h>
|
||||
|
||||
/**************************************************************************
|
||||
INET_ATON - Convert an ascii x.x.x.x to binary form
|
||||
|
||||
@@ -21,12 +21,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/process.h>
|
||||
#include <ipxe/process.h>
|
||||
#include <console.h>
|
||||
#include <gpxe/keys.h>
|
||||
#include <gpxe/job.h>
|
||||
#include <gpxe/monojob.h>
|
||||
#include <gpxe/timer.h>
|
||||
#include <ipxe/keys.h>
|
||||
#include <ipxe/job.h>
|
||||
#include <ipxe/monojob.h>
|
||||
#include <ipxe/timer.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#include <gpxe/nap.h>
|
||||
#include <ipxe/nap.h>
|
||||
|
||||
PROVIDE_NAP_INLINE ( null, cpu_nap );
|
||||
|
||||
@@ -22,9 +22,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/dhcp.h>
|
||||
#include <gpxe/nvs.h>
|
||||
#include <gpxe/nvo.h>
|
||||
#include <ipxe/dhcp.h>
|
||||
#include <ipxe/nvs.h>
|
||||
#include <ipxe/nvo.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -21,10 +21,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/xfer.h>
|
||||
#include <gpxe/uri.h>
|
||||
#include <gpxe/socket.h>
|
||||
#include <gpxe/open.h>
|
||||
#include <ipxe/xfer.h>
|
||||
#include <ipxe/uri.h>
|
||||
#include <ipxe/socket.h>
|
||||
#include <ipxe/open.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -73,7 +73,7 @@ int xfer_open_uri ( struct xfer_interface *xfer, struct uri *uri ) {
|
||||
* Open URI string
|
||||
*
|
||||
* @v xfer Data transfer interface
|
||||
* @v uri_string URI string (e.g. "http://etherboot.org/kernel")
|
||||
* @v uri_string URI string (e.g. "http://ipxe.org/kernel")
|
||||
* @ret rc Return status code
|
||||
*
|
||||
* The URI will be regarded as being relative to the current working
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* yhlu@tyan.com
|
||||
*/
|
||||
|
||||
#include <gpxe/io.h>
|
||||
#include <ipxe/io.h>
|
||||
#include "console.h"
|
||||
|
||||
static char key_map[][128] = {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#define CODE_VERSION "0.1.3"
|
||||
#include <pcmcia-opts.h>
|
||||
#include <console.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <ipxe/init.h>
|
||||
|
||||
int sockets; /* AHTODO: Phase this out! */
|
||||
u_int pccsocks;
|
||||
|
||||
@@ -21,11 +21,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/xfer.h>
|
||||
#include <gpxe/open.h>
|
||||
#include <gpxe/process.h>
|
||||
#include <gpxe/posix_io.h>
|
||||
#include <ipxe/list.h>
|
||||
#include <ipxe/xfer.h>
|
||||
#include <ipxe/open.h>
|
||||
#include <ipxe/process.h>
|
||||
#include <ipxe/posix_io.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -33,7 +33,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
*
|
||||
* These functions provide traditional blocking I/O semantics. They
|
||||
* are designed to be used by the PXE TFTP API. Because they block,
|
||||
* they may not be used by most other portions of the gPXE codebase.
|
||||
* they may not be used by most other portions of the iPXE codebase.
|
||||
*/
|
||||
|
||||
/** An open file */
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/process.h>
|
||||
#include <ipxe/list.h>
|
||||
#include <ipxe/init.h>
|
||||
#include <ipxe/process.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <gpxe/timer.h>
|
||||
#include <ipxe/timer.h>
|
||||
|
||||
static int32_t rnd_seed = 0;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <gpxe/refcnt.h>
|
||||
#include <ipxe/refcnt.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -22,11 +22,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <gpxe/xfer.h>
|
||||
#include <gpxe/open.h>
|
||||
#include <gpxe/process.h>
|
||||
#include <gpxe/resolv.h>
|
||||
#include <ipxe/in.h>
|
||||
#include <ipxe/xfer.h>
|
||||
#include <ipxe/open.h>
|
||||
#include <ipxe/process.h>
|
||||
#include <ipxe/resolv.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include "stddef.h"
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/io.h>
|
||||
#include <ipxe/init.h>
|
||||
#include <ipxe/io.h>
|
||||
#include <unistd.h>
|
||||
#include <gpxe/serial.h>
|
||||
#include <ipxe/serial.h>
|
||||
#include "config/serial.h"
|
||||
|
||||
/* Set default values if none specified */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/serial.h>
|
||||
#include <ipxe/init.h>
|
||||
#include <ipxe/serial.h>
|
||||
#include "console.h"
|
||||
|
||||
/** @file
|
||||
|
||||
@@ -26,12 +26,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <byteswap.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <gpxe/vsprintf.h>
|
||||
#include <gpxe/dhcp.h>
|
||||
#include <gpxe/uuid.h>
|
||||
#include <gpxe/uri.h>
|
||||
#include <gpxe/settings.h>
|
||||
#include <ipxe/in.h>
|
||||
#include <ipxe/vsprintf.h>
|
||||
#include <ipxe/dhcp.h>
|
||||
#include <ipxe/uuid.h>
|
||||
#include <ipxe/uri.h>
|
||||
#include <ipxe/settings.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -29,8 +29,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <string.h>
|
||||
#include <libgen.h>
|
||||
#include <ctype.h>
|
||||
#include <gpxe/vsprintf.h>
|
||||
#include <gpxe/uri.h>
|
||||
#include <ipxe/vsprintf.h>
|
||||
#include <ipxe/uri.h>
|
||||
|
||||
/**
|
||||
* Dump URI for debugging
|
||||
@@ -356,9 +356,9 @@ char * resolve_path ( const char *base_path,
|
||||
* @v relative_uri Relative URI
|
||||
* @ret resolved_uri Resolved URI
|
||||
*
|
||||
* Takes a base URI (e.g. "http://etherboot.org/kernels/vmlinuz" and a
|
||||
* Takes a base URI (e.g. "http://ipxe.org/kernels/vmlinuz" and a
|
||||
* relative URI (e.g. "../initrds/initrd.gz") and produces a new URI
|
||||
* (e.g. "http://etherboot.org/initrds/initrd.gz").
|
||||
* (e.g. "http://ipxe.org/initrds/initrd.gz").
|
||||
*/
|
||||
struct uri * resolve_uri ( struct uri *base_uri,
|
||||
struct uri *relative_uri ) {
|
||||
|
||||
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <byteswap.h>
|
||||
#include <gpxe/uuid.h>
|
||||
#include <ipxe/uuid.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
@@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <stdio.h>
|
||||
#include <console.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/vsprintf.h>
|
||||
#include <ipxe/vsprintf.h>
|
||||
|
||||
/** @file */
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <gpxe/xfer.h>
|
||||
#include <ipxe/xfer.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user