]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Rename gPXE to iPXE
authorMichael Brown <mcb30@ipxe.org>
Mon, 19 Apr 2010 19:16:01 +0000 (20:16 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 Apr 2010 22:43:39 +0000 (23:43 +0100)
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>
597 files changed:
COPYRIGHTS
LOG [deleted file]
README
contrib/errcode/README
contrib/errcode/build_errcodedb.py
contrib/errcode/errcode.php
contrib/errcode/errcodedb.py [new file with mode: 0644]
contrib/errcode/errcodedb.pyc [new file with mode: 0644]
contrib/errcode/gpxebot.py
contrib/rom-o-matic/README
contrib/rom-o-matic/bottom.php
contrib/rom-o-matic/build.php
contrib/rom-o-matic/directions.php
contrib/rom-o-matic/doc/IMAGE_SCRIPT.html
contrib/rom-o-matic/flag-table.php
contrib/rom-o-matic/globals.php
contrib/rom-o-matic/top.php
contrib/rom-o-matic/utils.php
src/Makefile
src/Makefile.housekeeping
src/arch/i386/core/gdbmach.c
src/arch/i386/core/pic8259.c
src/arch/i386/core/rdtsc_timer.c
src/arch/i386/core/relocate.c
src/arch/i386/core/timer2.c
src/arch/i386/core/video_subr.c
src/arch/i386/core/x86_io.c
src/arch/i386/drivers/net/undi.c
src/arch/i386/drivers/net/undiload.c
src/arch/i386/drivers/net/undinet.c
src/arch/i386/drivers/net/undionly.c
src/arch/i386/firmware/pcbios/basemem.c
src/arch/i386/firmware/pcbios/bios_console.c
src/arch/i386/firmware/pcbios/gateA20.c
src/arch/i386/firmware/pcbios/hidemem.c
src/arch/i386/firmware/pcbios/memmap.c
src/arch/i386/hci/commands/pxe_cmd.c
src/arch/i386/image/bzimage.c
src/arch/i386/image/com32.c
src/arch/i386/image/comboot.c
src/arch/i386/image/elfboot.c
src/arch/i386/image/eltorito.c
src/arch/i386/image/multiboot.c
src/arch/i386/image/nbi.c
src/arch/i386/image/pxe_image.c
src/arch/i386/include/bits/io.h
src/arch/i386/include/bits/nap.h
src/arch/i386/include/bits/smbios.h
src/arch/i386/include/bits/timer.h
src/arch/i386/include/bits/umalloc.h
src/arch/i386/include/bzimage.h
src/arch/i386/include/comboot.h
src/arch/i386/include/int13.h
src/arch/i386/include/ipxe/abft.h [moved from src/arch/i386/include/gpxe/abft.h with 81% similarity]
src/arch/i386/include/ipxe/bios_nap.h [moved from src/arch/i386/include/gpxe/bios_nap.h with 68% similarity]
src/arch/i386/include/ipxe/bios_smbios.h [moved from src/arch/i386/include/gpxe/bios_smbios.h with 68% similarity]
src/arch/i386/include/ipxe/bios_timer.h [moved from src/arch/i386/include/gpxe/bios_timer.h with 87% similarity]
src/arch/i386/include/ipxe/ibft.h [moved from src/arch/i386/include/gpxe/ibft.h with 97% similarity]
src/arch/i386/include/ipxe/memtop_umalloc.h [moved from src/arch/i386/include/gpxe/memtop_umalloc.h with 66% similarity]
src/arch/i386/include/ipxe/rdtsc_timer.h [moved from src/arch/i386/include/gpxe/rdtsc_timer.h with 88% similarity]
src/arch/i386/include/ipxe/sbft.h [moved from src/arch/i386/include/gpxe/sbft.h with 92% similarity]
src/arch/i386/include/ipxe/timer2.h [moved from src/arch/i386/include/gpxe/timer2.h with 63% similarity]
src/arch/i386/include/ipxe/x86_io.h [moved from src/arch/i386/include/gpxe/x86_io.h with 97% similarity]
src/arch/i386/include/pxe.h
src/arch/i386/include/realmode.h
src/arch/i386/include/undi.h
src/arch/i386/interface/pcbios/abft.c
src/arch/i386/interface/pcbios/aoeboot.c
src/arch/i386/interface/pcbios/bios_nap.c
src/arch/i386/interface/pcbios/bios_smbios.c
src/arch/i386/interface/pcbios/bios_timer.c
src/arch/i386/interface/pcbios/ib_srpboot.c
src/arch/i386/interface/pcbios/ibft.c
src/arch/i386/interface/pcbios/int13.c
src/arch/i386/interface/pcbios/iscsiboot.c
src/arch/i386/interface/pcbios/keepsan.c
src/arch/i386/interface/pcbios/memtop_umalloc.c
src/arch/i386/interface/pcbios/pcibios.c
src/arch/i386/interface/pcbios/sbft.c
src/arch/i386/interface/pxe/pxe_call.c
src/arch/i386/interface/pxe/pxe_errors.c
src/arch/i386/interface/pxe/pxe_file.c
src/arch/i386/interface/pxe/pxe_loader.c
src/arch/i386/interface/pxe/pxe_preboot.c
src/arch/i386/interface/pxe/pxe_tftp.c
src/arch/i386/interface/pxe/pxe_udp.c
src/arch/i386/interface/pxe/pxe_undi.c
src/arch/i386/interface/pxeparent/pxeparent.c
src/arch/i386/interface/pxeparent/pxeparent_dhcp.c
src/arch/i386/interface/syslinux/com32_call.c
src/arch/i386/interface/syslinux/com32_wrapper.S
src/arch/i386/interface/syslinux/comboot_call.c
src/arch/i386/interface/syslinux/comboot_resolv.c
src/arch/i386/prefix/dskprefix.S
src/arch/i386/prefix/hdprefix.S
src/arch/i386/prefix/lkrnprefix.S
src/arch/i386/prefix/nbiprefix.S
src/arch/i386/prefix/pxeprefix.S
src/arch/i386/prefix/romprefix.S
src/arch/x86/core/pcidirect.c
src/arch/x86/include/bits/pci_io.h
src/arch/x86/include/ipxe/efi/efix86_nap.h [moved from src/arch/x86/include/gpxe/efi/efix86_nap.h with 66% similarity]
src/arch/x86/include/ipxe/pcibios.h [moved from src/arch/x86/include/gpxe/pcibios.h with 97% similarity]
src/arch/x86/include/ipxe/pcidirect.h [moved from src/arch/x86/include/gpxe/pcidirect.h with 99% similarity]
src/arch/x86/interface/efi/efix86_nap.c
src/arch/x86/prefix/efidrvprefix.c
src/arch/x86/prefix/efiprefix.c
src/arch/x86_64/include/bits/nap.h
src/config/config.c
src/config/defaults/pcbios.h
src/config/general.h
src/core/acpi.c
src/core/ansiesc.c
src/core/base64.c
src/core/bitmap.c
src/core/btext.c
src/core/console.c
src/core/cpio.c
src/core/cwuri.c
src/core/debug.c
src/core/device.c
src/core/downloader.c
src/core/exec.c
src/core/filter.c
src/core/fnrec.c
src/core/gdbserial.c
src/core/gdbstub.c
src/core/gdbudp.c
src/core/getkey.c
src/core/hw.c
src/core/image.c
src/core/init.c
src/core/interface.c
src/core/iobuf.c
src/core/job.c
src/core/linebuf.c
src/core/main.c
src/core/malloc.c
src/core/misc.c
src/core/monojob.c
src/core/null_nap.c
src/core/nvo.c
src/core/open.c
src/core/pc_kbd.c
src/core/pcmcia.c
src/core/posix_io.c
src/core/process.c
src/core/random.c
src/core/refcnt.c
src/core/resolv.c
src/core/serial.c
src/core/serial_console.c
src/core/settings.c
src/core/uri.c
src/core/uuid.c
src/core/vsprintf.c
src/core/xfer.c
src/crypto/aes_wrap.c
src/crypto/arc4.c
src/crypto/asn1.c
src/crypto/axtls_aes.c
src/crypto/axtls_sha1.c
src/crypto/cbc.c
src/crypto/chap.c
src/crypto/crandom.c
src/crypto/crc32.c
src/crypto/crypto_null.c
src/crypto/hmac.c
src/crypto/md5.c
src/crypto/sha1extra.c
src/crypto/x509.c
src/doc/pxe_extensions
src/doxygen.cfg
src/drivers/bitbash/bitbash.c
src/drivers/bitbash/i2c_bit.c
src/drivers/bitbash/spi_bit.c
src/drivers/block/ata.c
src/drivers/block/ramdisk.c
src/drivers/block/scsi.c
src/drivers/block/srp.c
src/drivers/bus/eisa.c
src/drivers/bus/isa.c
src/drivers/bus/isa_ids.c
src/drivers/bus/isapnp.c
src/drivers/bus/mca.c
src/drivers/bus/pci.c
src/drivers/bus/pcibackup.c
src/drivers/bus/pciextra.c
src/drivers/bus/virtio-pci.c
src/drivers/bus/virtio-ring.c
src/drivers/infiniband/arbel.c
src/drivers/infiniband/arbel.h
src/drivers/infiniband/hermon.c
src/drivers/infiniband/hermon.h
src/drivers/infiniband/linda.c
src/drivers/infiniband/linda.h
src/drivers/net/3c509-eisa.c
src/drivers/net/3c509.c
src/drivers/net/3c515.c
src/drivers/net/3c529.c
src/drivers/net/3c595.c
src/drivers/net/3c5x9.c
src/drivers/net/3c90x.c
src/drivers/net/3c90x.h
src/drivers/net/amd8111e.c
src/drivers/net/ath5k/ath5k.c
src/drivers/net/ath5k/ath5k.h
src/drivers/net/ath5k/ath5k_attach.c
src/drivers/net/ath5k/ath5k_caps.c
src/drivers/net/ath5k/ath5k_desc.c
src/drivers/net/ath5k/ath5k_dma.c
src/drivers/net/ath5k/ath5k_eeprom.c
src/drivers/net/ath5k/ath5k_gpio.c
src/drivers/net/ath5k/ath5k_initvals.c
src/drivers/net/ath5k/ath5k_pcu.c
src/drivers/net/ath5k/ath5k_phy.c
src/drivers/net/ath5k/ath5k_qcu.c
src/drivers/net/ath5k/ath5k_reset.c
src/drivers/net/ath5k/ath5k_rfkill.c
src/drivers/net/ath5k/base.h
src/drivers/net/atl1e.c
src/drivers/net/atl1e.h
src/drivers/net/b44.c
src/drivers/net/bnx2.c
src/drivers/net/cs89x0.c
src/drivers/net/davicom.c
src/drivers/net/depca.c
src/drivers/net/dmfe.c
src/drivers/net/e1000/e1000_api.h
src/drivers/net/e1000/e1000_main.c
src/drivers/net/e1000e/e1000e.h
src/drivers/net/e1000e/e1000e_main.c
src/drivers/net/eepro.c
src/drivers/net/eepro100.c
src/drivers/net/epic100.c
src/drivers/net/etherfabric.c
src/drivers/net/etherfabric_nic.h
src/drivers/net/forcedeth.c
src/drivers/net/igb/igb_api.h
src/drivers/net/igb/igb_main.c
src/drivers/net/ipoib.c
src/drivers/net/legacy.c
src/drivers/net/mtd80x.c
src/drivers/net/mtnic.c
src/drivers/net/myri10ge.c
src/drivers/net/natsemi.c
src/drivers/net/ne2k_isa.c
src/drivers/net/ns83820.c
src/drivers/net/ns8390.c
src/drivers/net/pcnet32.c
src/drivers/net/phantom/phantom.c
src/drivers/net/pnic.c
src/drivers/net/prism2.c
src/drivers/net/prism2_pci.c
src/drivers/net/prism2_plx.c
src/drivers/net/r8169.c
src/drivers/net/r8169.h
src/drivers/net/rtl8139.c
src/drivers/net/rtl818x/rtl8180.c
src/drivers/net/rtl818x/rtl8180_grf5101.c
src/drivers/net/rtl818x/rtl8180_max2820.c
src/drivers/net/rtl818x/rtl8180_sa2400.c
src/drivers/net/rtl818x/rtl8185.c
src/drivers/net/rtl818x/rtl8185_rtl8225.c
src/drivers/net/rtl818x/rtl818x.c
src/drivers/net/rtl818x/rtl818x.h
src/drivers/net/sis190.c
src/drivers/net/sis190.h
src/drivers/net/sis900.c
src/drivers/net/skge.c
src/drivers/net/skge.h
src/drivers/net/sky2.c
src/drivers/net/sky2.h
src/drivers/net/smc9000.c
src/drivers/net/sundance.c
src/drivers/net/tg3.c
src/drivers/net/tlan.c
src/drivers/net/tulip.c
src/drivers/net/via-rhine.c
src/drivers/net/via-velocity.c
src/drivers/net/virtio-net.c
src/drivers/net/vxge/vxge.c
src/drivers/net/vxge/vxge_config.c
src/drivers/net/vxge/vxge_config.h
src/drivers/net/vxge/vxge_main.c
src/drivers/net/vxge/vxge_main.h
src/drivers/net/vxge/vxge_reg.h
src/drivers/net/vxge/vxge_traffic.c
src/drivers/net/vxge/vxge_traffic.h
src/drivers/net/vxge/vxge_version.h
src/drivers/net/w89c840.c
src/drivers/nvs/nvs.c
src/drivers/nvs/spi.c
src/drivers/nvs/threewire.c
src/hci/commands/autoboot_cmd.c
src/hci/commands/config_cmd.c
src/hci/commands/dhcp_cmd.c
src/hci/commands/digest_cmd.c
src/hci/commands/gdbstub_cmd.c
src/hci/commands/ifmgmt_cmd.c
src/hci/commands/image_cmd.c
src/hci/commands/iwmgmt_cmd.c
src/hci/commands/login_cmd.c
src/hci/commands/nvo_cmd.c
src/hci/commands/route_cmd.c
src/hci/commands/sanboot_cmd.c
src/hci/commands/time_cmd.c
src/hci/editstring.c
src/hci/mucurses/print.c
src/hci/mucurses/widgets/editbox.c
src/hci/readline.c
src/hci/shell.c
src/hci/shell_banner.c
src/hci/strerror.c
src/hci/tui/login_ui.c
src/hci/tui/settings_ui.c
src/hci/wireless_errors.c
src/image/efi_image.c
src/image/elf.c
src/image/embedded.c
src/image/script.c
src/image/segment.c
src/include/assert.h
src/include/compiler.h
src/include/console.h
src/include/curses.h
src/include/errno.h
src/include/etherboot.h
src/include/ipxe/acpi.h [moved from src/include/gpxe/acpi.h with 93% similarity]
src/include/ipxe/aes.h [moved from src/include/gpxe/aes.h with 90% similarity]
src/include/ipxe/ansiesc.h [moved from src/include/gpxe/ansiesc.h with 97% similarity]
src/include/ipxe/aoe.h [moved from src/include/gpxe/aoe.h with 95% similarity]
src/include/ipxe/api.h [moved from src/include/gpxe/api.h with 94% similarity]
src/include/ipxe/arc4.h [moved from src/include/gpxe/arc4.h with 83% similarity]
src/include/ipxe/arp.h [moved from src/include/gpxe/arp.h with 91% similarity]
src/include/ipxe/asn1.h [moved from src/include/gpxe/asn1.h with 89% similarity]
src/include/ipxe/ata.h [moved from src/include/gpxe/ata.h with 97% similarity]
src/include/ipxe/base64.h [moved from src/include/gpxe/base64.h with 85% similarity]
src/include/ipxe/bitbash.h [moved from src/include/gpxe/bitbash.h with 93% similarity]
src/include/ipxe/bitmap.h [moved from src/include/gpxe/bitmap.h with 95% similarity]
src/include/ipxe/bitops.h [moved from src/include/gpxe/bitops.h with 99% similarity]
src/include/ipxe/blockdev.h [moved from src/include/gpxe/blockdev.h with 89% similarity]
src/include/ipxe/cbc.h [moved from src/include/gpxe/cbc.h with 97% similarity]
src/include/ipxe/chap.h [moved from src/include/gpxe/chap.h with 93% similarity]
src/include/ipxe/command.h [moved from src/include/gpxe/command.h with 80% similarity]
src/include/ipxe/cpio.h [moved from src/include/gpxe/cpio.h with 94% similarity]
src/include/ipxe/crc32.h [moved from src/include/gpxe/crc32.h with 73% similarity]
src/include/ipxe/crypto.h [moved from src/include/gpxe/crypto.h with 98% similarity]
src/include/ipxe/device.h [moved from src/include/gpxe/device.h with 94% similarity]
src/include/ipxe/dhcp.h [moved from src/include/gpxe/dhcp.h with 97% similarity]
src/include/ipxe/dhcpopts.h [moved from src/include/gpxe/dhcpopts.h with 90% similarity]
src/include/ipxe/dhcppkt.h [moved from src/include/gpxe/dhcppkt.h with 89% similarity]
src/include/ipxe/dns.h [moved from src/include/gpxe/dns.h with 95% similarity]
src/include/ipxe/downloader.h [moved from src/include/gpxe/downloader.h with 76% similarity]
src/include/ipxe/eapol.h [moved from src/include/gpxe/eapol.h with 97% similarity]
src/include/ipxe/editbox.h [moved from src/include/gpxe/editbox.h with 92% similarity]
src/include/ipxe/editstring.h [moved from src/include/gpxe/editstring.h with 87% similarity]
src/include/ipxe/efi/Base.h [moved from src/include/gpxe/efi/Base.h with 99% similarity]
src/include/ipxe/efi/Guid/PcAnsi.h [moved from src/include/gpxe/efi/Guid/PcAnsi.h with 100% similarity]
src/include/ipxe/efi/Guid/SmBios.h [moved from src/include/gpxe/efi/Guid/SmBios.h with 100% similarity]
src/include/ipxe/efi/Ia32/ProcessorBind.h [moved from src/include/gpxe/efi/Ia32/ProcessorBind.h with 100% similarity]
src/include/ipxe/efi/IndustryStandard/Pci22.h [moved from src/include/gpxe/efi/IndustryStandard/Pci22.h with 100% similarity]
src/include/ipxe/efi/IndustryStandard/PeImage.h [moved from src/include/gpxe/efi/IndustryStandard/PeImage.h with 100% similarity]
src/include/ipxe/efi/LICENCE [moved from src/include/gpxe/efi/LICENCE with 97% similarity]
src/include/ipxe/efi/Pi/PiBootMode.h [moved from src/include/gpxe/efi/Pi/PiBootMode.h with 97% similarity]
src/include/ipxe/efi/Pi/PiDependency.h [moved from src/include/gpxe/efi/Pi/PiDependency.h with 100% similarity]
src/include/ipxe/efi/Pi/PiDxeCis.h [moved from src/include/gpxe/efi/Pi/PiDxeCis.h with 99% similarity]
src/include/ipxe/efi/Pi/PiFirmwareFile.h [moved from src/include/gpxe/efi/Pi/PiFirmwareFile.h with 99% similarity]
src/include/ipxe/efi/Pi/PiFirmwareVolume.h [moved from src/include/gpxe/efi/Pi/PiFirmwareVolume.h with 99% similarity]
src/include/ipxe/efi/Pi/PiHob.h [moved from src/include/gpxe/efi/Pi/PiHob.h with 98% similarity]
src/include/ipxe/efi/Pi/PiMultiPhase.h [moved from src/include/gpxe/efi/Pi/PiMultiPhase.h with 92% similarity]
src/include/ipxe/efi/PiDxe.h [moved from src/include/gpxe/efi/PiDxe.h with 84% similarity]
src/include/ipxe/efi/ProcessorBind.h [moved from src/include/gpxe/efi/ProcessorBind.h with 75% similarity]
src/include/ipxe/efi/Protocol/ComponentName2.h [moved from src/include/gpxe/efi/Protocol/ComponentName2.h with 100% similarity]
src/include/ipxe/efi/Protocol/Cpu.h [moved from src/include/gpxe/efi/Protocol/Cpu.h with 99% similarity]
src/include/ipxe/efi/Protocol/CpuIo.h [moved from src/include/gpxe/efi/Protocol/CpuIo.h with 99% similarity]
src/include/ipxe/efi/Protocol/DebugSupport.h [moved from src/include/gpxe/efi/Protocol/DebugSupport.h with 99% similarity]
src/include/ipxe/efi/Protocol/DevicePath.h [moved from src/include/gpxe/efi/Protocol/DevicePath.h with 99% similarity]
src/include/ipxe/efi/Protocol/DriverBinding.h [moved from src/include/gpxe/efi/Protocol/DriverBinding.h with 99% similarity]
src/include/ipxe/efi/Protocol/NetworkInterfaceIdentifier.h [moved from src/include/gpxe/efi/Protocol/NetworkInterfaceIdentifier.h with 100% similarity]
src/include/ipxe/efi/Protocol/PciIo.h [moved from src/include/gpxe/efi/Protocol/PciIo.h with 100% similarity]
src/include/ipxe/efi/Protocol/PciRootBridgeIo.h [moved from src/include/gpxe/efi/Protocol/PciRootBridgeIo.h with 100% similarity]
src/include/ipxe/efi/Protocol/SimpleNetwork.h [moved from src/include/gpxe/efi/Protocol/SimpleNetwork.h with 100% similarity]
src/include/ipxe/efi/Protocol/SimpleTextIn.h [moved from src/include/gpxe/efi/Protocol/SimpleTextIn.h with 99% similarity]
src/include/ipxe/efi/Protocol/SimpleTextOut.h [moved from src/include/gpxe/efi/Protocol/SimpleTextOut.h with 100% similarity]
src/include/ipxe/efi/Uefi.h [moved from src/include/gpxe/efi/Uefi.h with 91% similarity]
src/include/ipxe/efi/Uefi/UefiBaseType.h [moved from src/include/gpxe/efi/Uefi/UefiBaseType.h with 99% similarity]
src/include/ipxe/efi/Uefi/UefiGpt.h [moved from src/include/gpxe/efi/Uefi/UefiGpt.h with 100% similarity]
src/include/ipxe/efi/Uefi/UefiInternalFormRepresentation.h [moved from src/include/gpxe/efi/Uefi/UefiInternalFormRepresentation.h with 100% similarity]
src/include/ipxe/efi/Uefi/UefiMultiPhase.h [moved from src/include/gpxe/efi/Uefi/UefiMultiPhase.h with 99% similarity]
src/include/ipxe/efi/Uefi/UefiPxe.h [moved from src/include/gpxe/efi/Uefi/UefiPxe.h with 100% similarity]
src/include/ipxe/efi/Uefi/UefiSpec.h [moved from src/include/gpxe/efi/Uefi/UefiSpec.h with 99% similarity]
src/include/ipxe/efi/X64/ProcessorBind.h [moved from src/include/gpxe/efi/X64/ProcessorBind.h with 100% similarity]
src/include/ipxe/efi/efi.h [moved from src/include/gpxe/efi/efi.h with 81% similarity]
src/include/ipxe/efi/efi_io.h [moved from src/include/gpxe/efi/efi_io.h with 98% similarity]
src/include/ipxe/efi/efi_pci.h [moved from src/include/gpxe/efi/efi_pci.h with 97% similarity]
src/include/ipxe/efi/efi_smbios.h [moved from src/include/gpxe/efi/efi_smbios.h with 56% similarity]
src/include/ipxe/efi/efi_timer.h [moved from src/include/gpxe/efi/efi_timer.h with 56% similarity]
src/include/ipxe/efi/efi_uaccess.h [moved from src/include/gpxe/efi/efi_uaccess.h with 95% similarity]
src/include/ipxe/efi/efi_umalloc.h [moved from src/include/gpxe/efi/efi_umalloc.h with 53% similarity]
src/include/ipxe/efi/import.pl [moved from src/include/gpxe/efi/import.pl with 74% similarity]
src/include/ipxe/eisa.h [moved from src/include/gpxe/eisa.h with 97% similarity]
src/include/ipxe/elf.h [moved from src/include/gpxe/elf.h with 68% similarity]
src/include/ipxe/errfile.h [moved from src/include/gpxe/errfile.h with 99% similarity]
src/include/ipxe/errortab.h [moved from src/include/gpxe/errortab.h with 69% similarity]
src/include/ipxe/ethernet.h [moved from src/include/gpxe/ethernet.h with 84% similarity]
src/include/ipxe/fakedhcp.h [moved from src/include/gpxe/fakedhcp.h with 83% similarity]
src/include/ipxe/features.h [moved from src/include/gpxe/features.h with 95% similarity]
src/include/ipxe/filter.h [moved from src/include/gpxe/filter.h with 95% similarity]
src/include/ipxe/ftp.h [moved from src/include/gpxe/ftp.h with 65% similarity]
src/include/ipxe/gdbserial.h [moved from src/include/gpxe/gdbserial.h with 77% similarity]
src/include/ipxe/gdbstub.h [moved from src/include/gpxe/gdbstub.h with 93% similarity]
src/include/ipxe/gdbudp.h [moved from src/include/gpxe/gdbudp.h with 85% similarity]
src/include/ipxe/hidemem.h [moved from src/include/gpxe/hidemem.h with 68% similarity]
src/include/ipxe/hmac.h [moved from src/include/gpxe/hmac.h with 87% similarity]
src/include/ipxe/http.h [moved from src/include/gpxe/http.h with 85% similarity]
src/include/ipxe/i2c.h [moved from src/include/gpxe/i2c.h with 97% similarity]
src/include/ipxe/ib_cm.h [moved from src/include/gpxe/ib_cm.h with 93% similarity]
src/include/ipxe/ib_cmrc.h [moved from src/include/gpxe/ib_cmrc.h with 66% similarity]
src/include/ipxe/ib_mad.h [moved from src/include/gpxe/ib_mad.h with 99% similarity]
src/include/ipxe/ib_mcast.h [moved from src/include/gpxe/ib_mcast.h with 91% similarity]
src/include/ipxe/ib_mi.h [moved from src/include/gpxe/ib_mi.h with 95% similarity]
src/include/ipxe/ib_packet.h [moved from src/include/gpxe/ib_packet.h with 97% similarity]
src/include/ipxe/ib_pathrec.h [moved from src/include/gpxe/ib_pathrec.h with 93% similarity]
src/include/ipxe/ib_sma.h [moved from src/include/gpxe/ib_sma.h with 81% similarity]
src/include/ipxe/ib_smc.h [moved from src/include/gpxe/ib_smc.h with 72% similarity]
src/include/ipxe/ib_srp.h [moved from src/include/gpxe/ib_srp.h with 93% similarity]
src/include/ipxe/icmp.h [moved from src/include/gpxe/icmp.h with 81% similarity]
src/include/ipxe/icmp6.h [moved from src/include/gpxe/icmp6.h with 89% similarity]
src/include/ipxe/ieee80211.h [moved from src/include/gpxe/ieee80211.h with 98% similarity]
src/include/ipxe/if_arp.h [moved from src/include/gpxe/if_arp.h with 97% similarity]
src/include/ipxe/if_ether.h [moved from src/include/gpxe/if_ether.h with 93% similarity]
src/include/ipxe/image.h [moved from src/include/gpxe/image.h with 96% similarity]
src/include/ipxe/in.h [moved from src/include/gpxe/in.h with 96% similarity]
src/include/ipxe/infiniband.h [moved from src/include/gpxe/infiniband.h with 98% similarity]
src/include/ipxe/init.h [moved from src/include/gpxe/init.h with 92% similarity]
src/include/ipxe/interface.h [moved from src/include/gpxe/interface.h with 91% similarity]
src/include/ipxe/io.h [moved from src/include/gpxe/io.h with 98% similarity]
src/include/ipxe/iobuf.h [moved from src/include/gpxe/iobuf.h with 98% similarity]
src/include/ipxe/ip.h [moved from src/include/gpxe/ip.h with 92% similarity]
src/include/ipxe/ip6.h [moved from src/include/gpxe/ip6.h with 95% similarity]
src/include/ipxe/ipoib.h [moved from src/include/gpxe/ipoib.h with 93% similarity]
src/include/ipxe/isa.h [moved from src/include/gpxe/isa.h with 96% similarity]
src/include/ipxe/isa_ids.h [moved from src/include/gpxe/isa_ids.h with 100% similarity]
src/include/ipxe/isapnp.h [moved from src/include/gpxe/isapnp.h with 99% similarity]
src/include/ipxe/iscsi.h [moved from src/include/gpxe/iscsi.h with 98% similarity]
src/include/ipxe/job.h [moved from src/include/gpxe/job.h with 97% similarity]
src/include/ipxe/keys.h [moved from src/include/gpxe/keys.h with 96% similarity]
src/include/ipxe/linebuf.h [moved from src/include/gpxe/linebuf.h with 87% similarity]
src/include/ipxe/linux_compat.h [moved from src/include/gpxe/linux_compat.h with 67% similarity]
src/include/ipxe/list.h [moved from src/include/gpxe/list.h with 98% similarity]
src/include/ipxe/login_ui.h [moved from src/include/gpxe/login_ui.h with 55% similarity]
src/include/ipxe/malloc.h [moved from src/include/gpxe/malloc.h with 90% similarity]
src/include/ipxe/mca.h [moved from src/include/gpxe/mca.h with 96% similarity]
src/include/ipxe/md5.h [moved from src/include/gpxe/md5.h with 84% similarity]
src/include/ipxe/memmap.h [moved from src/include/gpxe/memmap.h with 88% similarity]
src/include/ipxe/monojob.h [moved from src/include/gpxe/monojob.h with 71% similarity]
src/include/ipxe/nap.h [moved from src/include/gpxe/nap.h with 90% similarity]
src/include/ipxe/ndp.h [moved from src/include/gpxe/ndp.h with 76% similarity]
src/include/ipxe/net80211.h [moved from src/include/gpxe/net80211.h with 98% similarity]
src/include/ipxe/netdevice.h [moved from src/include/gpxe/netdevice.h with 98% similarity]
src/include/ipxe/null_nap.h [moved from src/include/gpxe/null_nap.h with 76% similarity]
src/include/ipxe/nvo.h [moved from src/include/gpxe/nvo.h with 90% similarity]
src/include/ipxe/nvs.h [moved from src/include/gpxe/nvs.h with 96% similarity]
src/include/ipxe/open.h [moved from src/include/gpxe/open.h with 95% similarity]
src/include/ipxe/pci.h [moved from src/include/gpxe/pci.h with 99% similarity]
src/include/ipxe/pci_ids.h [moved from src/include/gpxe/pci_ids.h with 99% similarity]
src/include/ipxe/pci_io.h [moved from src/include/gpxe/pci_io.h with 95% similarity]
src/include/ipxe/pcibackup.h [moved from src/include/gpxe/pcibackup.h with 89% similarity]
src/include/ipxe/posix_io.h [moved from src/include/gpxe/posix_io.h with 94% similarity]
src/include/ipxe/process.h [moved from src/include/gpxe/process.h with 92% similarity]
src/include/ipxe/profile.h [moved from src/include/gpxe/profile.h with 95% similarity]
src/include/ipxe/ramdisk.h [moved from src/include/gpxe/ramdisk.h with 65% similarity]
src/include/ipxe/rarp.h [moved from src/include/gpxe/rarp.h with 70% similarity]
src/include/ipxe/rc80211.h [moved from src/include/gpxe/rc80211.h with 84% similarity]
src/include/ipxe/refcnt.h [moved from src/include/gpxe/refcnt.h with 93% similarity]
src/include/ipxe/resolv.h [moved from src/include/gpxe/resolv.h with 96% similarity]
src/include/ipxe/retry.h [moved from src/include/gpxe/retry.h with 95% similarity]
src/include/ipxe/rotate.h [moved from src/include/gpxe/rotate.h with 90% similarity]
src/include/ipxe/rsa.h [moved from src/include/gpxe/rsa.h with 68% similarity]
src/include/ipxe/sanboot.h [moved from src/include/gpxe/sanboot.h with 75% similarity]
src/include/ipxe/scsi.h [moved from src/include/gpxe/scsi.h with 97% similarity]
src/include/ipxe/sec80211.h [moved from src/include/gpxe/sec80211.h with 96% similarity]
src/include/ipxe/segment.h [moved from src/include/gpxe/segment.h with 61% similarity]
src/include/ipxe/serial.h [moved from src/include/gpxe/serial.h with 71% similarity]
src/include/ipxe/settings.h [moved from src/include/gpxe/settings.h with 98% similarity]
src/include/ipxe/settings_ui.h [moved from src/include/gpxe/settings_ui.h with 65% similarity]
src/include/ipxe/sha1.h [moved from src/include/gpxe/sha1.h with 89% similarity]
src/include/ipxe/shell.h [moved from src/include/gpxe/shell.h with 60% similarity]
src/include/ipxe/shell_banner.h [moved from src/include/gpxe/shell_banner.h with 55% similarity]
src/include/ipxe/smbios.h [moved from src/include/gpxe/smbios.h with 95% similarity]
src/include/ipxe/socket.h [moved from src/include/gpxe/socket.h with 96% similarity]
src/include/ipxe/spi.h [moved from src/include/gpxe/spi.h with 98% similarity]
src/include/ipxe/spi_bit.h [moved from src/include/gpxe/spi_bit.h with 90% similarity]
src/include/ipxe/srp.h [moved from src/include/gpxe/srp.h with 99% similarity]
src/include/ipxe/tables.h [moved from src/include/gpxe/tables.h with 99% similarity]
src/include/ipxe/tcp.h [moved from src/include/gpxe/tcp.h with 98% similarity]
src/include/ipxe/tcpip.h [moved from src/include/gpxe/tcpip.h with 96% similarity]
src/include/ipxe/tftp.h [moved from src/include/gpxe/tftp.h with 96% similarity]
src/include/ipxe/threewire.h [moved from src/include/gpxe/threewire.h with 96% similarity]
src/include/ipxe/timer.h [moved from src/include/gpxe/timer.h with 91% similarity]
src/include/ipxe/tls.h [moved from src/include/gpxe/tls.h with 94% similarity]
src/include/ipxe/uaccess.h [moved from src/include/gpxe/uaccess.h with 97% similarity]
src/include/ipxe/udp.h [moved from src/include/gpxe/udp.h with 76% similarity]
src/include/ipxe/umalloc.h [moved from src/include/gpxe/umalloc.h with 89% similarity]
src/include/ipxe/uri.h [moved from src/include/gpxe/uri.h with 96% similarity]
src/include/ipxe/uuid.h [moved from src/include/gpxe/uuid.h with 88% similarity]
src/include/ipxe/virtio-pci.h [moved from src/include/gpxe/virtio-pci.h with 100% similarity]
src/include/ipxe/virtio-ring.h [moved from src/include/gpxe/virtio-ring.h with 100% similarity]
src/include/ipxe/vsprintf.h [moved from src/include/gpxe/vsprintf.h with 95% similarity]
src/include/ipxe/wpa.h [moved from src/include/gpxe/wpa.h with 99% similarity]
src/include/ipxe/x509.h [moved from src/include/gpxe/x509.h with 90% similarity]
src/include/ipxe/xfer.h [moved from src/include/gpxe/xfer.h with 98% similarity]
src/include/mii.h
src/include/nic.h
src/include/unistd.h
src/include/usr/autoboot.h
src/interface/efi/efi_console.c
src/interface/efi/efi_init.c
src/interface/efi/efi_io.c
src/interface/efi/efi_pci.c
src/interface/efi/efi_smbios.c
src/interface/efi/efi_snp.c
src/interface/efi/efi_strerror.c
src/interface/efi/efi_timer.c
src/interface/efi/efi_uaccess.c
src/interface/efi/efi_umalloc.c
src/interface/smbios/smbios.c
src/interface/smbios/smbios_settings.c
src/net/80211/net80211.c
src/net/80211/rc80211.c
src/net/80211/sec80211.c
src/net/80211/wep.c
src/net/80211/wpa.c
src/net/80211/wpa_ccmp.c
src/net/80211/wpa_psk.c
src/net/80211/wpa_tkip.c
src/net/aoe.c
src/net/arp.c
src/net/cachedhcp.c
src/net/dhcpopts.c
src/net/dhcppkt.c
src/net/eapol.c
src/net/ethernet.c
src/net/fakedhcp.c
src/net/icmp.c
src/net/icmpv6.c
src/net/infiniband.c
src/net/infiniband/ib_cm.c
src/net/infiniband/ib_cmrc.c
src/net/infiniband/ib_mcast.c
src/net/infiniband/ib_mi.c
src/net/infiniband/ib_packet.c
src/net/infiniband/ib_pathrec.c
src/net/infiniband/ib_sma.c
src/net/infiniband/ib_smc.c
src/net/infiniband/ib_srp.c
src/net/iobpad.c
src/net/ipv4.c
src/net/ipv6.c
src/net/mii.c
src/net/ndp.c
src/net/netdev_settings.c
src/net/netdevice.c
src/net/nullnet.c
src/net/rarp.c
src/net/retry.c
src/net/tcp.c
src/net/tcp/ftp.c
src/net/tcp/http.c
src/net/tcp/https.c
src/net/tcp/iscsi.c
src/net/tcpip.c
src/net/tls.c
src/net/udp.c
src/net/udp/dhcp.c
src/net/udp/dns.c
src/net/udp/slam.c
src/net/udp/tftp.c
src/tests/gdbstub_test.gdb
src/tests/linebuf_test.c
src/tests/umalloc_test.c
src/tests/uri_test.c
src/usr/autoboot.c
src/usr/dhcpmgmt.c
src/usr/ifmgmt.c
src/usr/imgmgmt.c
src/usr/iwmgmt.c
src/usr/pxemenu.c
src/usr/route.c
src/util/diffsize.pl
src/util/efirom.c
src/util/elf2efi.c
src/util/fnrec.sh
src/util/genliso
src/util/gensdsk
src/util/iccfix.c

index d686b4354b5516cc2b8143c9b905e2316c01b97c..342330bb98489fc1072461c09d987ec427c279f0 100644 (file)
@@ -1,26 +1,12 @@
+In general iPXE files are licensed under the GPL.  For historical
+reasons, individual files may contain their own licence declarations.
+Most builds of iPXE do not contain all iPXE code (in particular, most
+builds will include only one driver), and so the overall licence can
+vary depending on what target you are building.
 
-In general gPXE files are licensed under the GPL.  GPLed files are in
-general either from Linux or have been explicitly put under GPL by the
-authors.  The license for a file is usually documented at the top of
-the file.  
+The resultant applicable licence(s) for any particular build can be
+determined by using "make bin/xxxxxxx.yyy.licence"; for example:
 
-A few files are inherited from FreeBSD netboot and therefore can be
-used under BSD or GPL.  Documented in this file are some of the
-non-GPL'ed files.  If the internal documentation for a file disagrees
-with what is documented in this file, the internal documentation for
-the file shall be override this file.
-
-File                                   Copyright status
-
-src/core/misc.c                                BSD
-src/drivers/net/3c509.c                        BSD
-src/drivers/net/3c509.h                        BSD
-src/drivers/net/3c595.c                        BSD
-src/drivers/net/3c595.h                        BSD
-src/drivers/net/3c90x.c                        Open Source
-src/drivers/net/epic100.c              None
-src/drivers/net/epic100.h              None
-src/drivers/net/ns8390.c               BSD
-src/drivers/net/ns8390.h               BSD
-src/arch/i386/include/bits/string.h    None
+  make bin/rtl8139.rom.licence
 
+to determine the resultant licence(s) for the build bin/rtl8139.rom
diff --git a/LOG b/LOG
deleted file mode 100644 (file)
index d29c8eb..0000000
--- a/LOG
+++ /dev/null
@@ -1,12 +0,0 @@
-gPXE LOG file
-
-+ Development for gPXE was moved from SourceForge CVS to a git
-  repository on git.etherboot.org in the first half of the year 2007.
-
-+ The gitweb interface for gPXE is available at:
-
-    http://git.etherboot.org/?p=gpxe.git
-
-+ The gitweb interface largely obsoletes the LOG file that used to be
-  distributed with Etherboot.
-
diff --git a/README b/README
index b3ae2154554f9453b6b39828fe00e1134c2d605b..011aa2103e0abb99f5af9b6bd56fa988b2c87b4e 100644 (file)
--- a/README
+++ b/README
@@ -1,53 +1,8 @@
-gPXE README File
+iPXE README File
 
-gPXE is an implementation of the PXE specification for network
-booting, with extensions to allow additional features such as booting
-via HTTP, iSCSI, and AoE.  
-
-In generally, gPXE is compatible with the industry-standard PXE
-specification, and also supports Etherboot .nbi file loading and some
-additional protocols and features.
-
-For more detailed information about gPXE, please visit our project
-website at: http://etherboot.org/
-
-BUILDING gPXE IMAGE FROM SOURCE
-
-If you don't want to install development tools, and have access to the
-Web, you can get gPXE and Etherboot ROM images made on demand from
-http://rom-o-matic.net/
-
-If you would like to compile gPXE images from source, here are some tips.
-
-We normally compile gPXE images on x86, 32-bit Linux machines. It is
-possible to also use x86-64 machines. We use gcc compiler options to
-create 32-bit output.
-
-It is important to have the necessary software  packages installed.  A gcc-based
-toolchain is required.
-
-The following packages (at least) are required:
-
-  - a gcc tool chain (gcc 3.x or gcc 4.x)
-  - binutils
-  - perl
-  - syslinux
-  - mtools
-  
-To test your environment, cd to the "src" directory and type:
+Quick start guide:
 
+   cd src
    make
 
-You should see a lot of output, and when it stops, the "bin" directory
-should be populated with gPXE images and object files.
-
-To learn more about what to build and how to use gPXE, please visit our
-project website at http://etherboot.org/ , particularly the "howto" section.
-
-CONTACTING US
-
-Pointers to our project mailing lists are on http://etherboot.org/
-
-Real-time help is often available on IRC on the #etherboot channel of
-irc.freenode.net.
-
+For any more detailed instructions, see http://ipxe.org
index b2963c06c7e9a61e3c86082443bffeb4fa9d1921..eb66d06912544c89ada0dc5d719901f41342386c 100644 (file)
@@ -1,6 +1,6 @@
-Error Code Lookup for gPXE
+Error Code Lookup for iPXE
 ==========================
-This program looks up gPXE error codes so you can locate the line of source
+This program looks up iPXE error codes so you can locate the line of source
 code which produced the error.
 
 Setup
@@ -8,11 +8,11 @@ Setup
 You must run:
 ./build_errcodedb.py >errcodedb.py
 
-This extracts error code definitions from the gPXE source code and produces a
+This extracts error code definitions from the iPXE source code and produces a
 "database" which is used by the main program.
 
 Once you have done this errcode.py and errcodedb.py are the only files you
-need.  They are now independent of the gPXE source code and can be moved
+need.  They are now independent of the iPXE source code and can be moved
 anywhere.
 
 [OPTIONAL]
@@ -21,7 +21,7 @@ $ERRCODE_PATH to the errcode.py script.  Then move errcode.php to a location
 visible from your web server.
 
 [OPTIONAL]
-A simple IRC bot is provided.  Edit gpxebot.py to fill in the IRC details.
+A simple IRC bot is provided.  Edit ipxebot.py to fill in the IRC details.
 
 Usage
 -----
index 1be9d8532e706f95d1af208bd8344a8f3d49519c..990729225d133ff65fd71fd19f4b697cd69d60b7 100755 (executable)
@@ -18,7 +18,7 @@ import sys
 import re
 
 pxenv_status_files = ('../../src/include/errno.h', )
-errfile_files = ('../../src/include/gpxe/errfile.h',
+errfile_files = ('../../src/include/ipxe/errfile.h',
             '../../src/arch/i386/include/bits/errfile.h')
 posix_errno_files = ('../../src/include/errno.h', )
 
index 87114495356ae19145a58d4d117a4681a7957c81..f4774f0367e6c38ed175f4422cf2b9d345b80ba6 100644 (file)
@@ -23,7 +23,7 @@ $ERRCODE_PATH = './errcode.py';
 
 <html>
     <head>
-        <title>gPXE Error Code Lookup</title>
+        <title>iPXE Error Code Lookup</title>
         <style>
             body, pre, div, form, p, h2, b, tt {
                 padding: 0;
@@ -73,10 +73,10 @@ if (!empty($_REQUEST['e']) && preg_match('/^(0x)?[0-9a-f]{8}$/', $_REQUEST['e'])
             <p>
             Firefox users can right-click on the <b>Error code</b>
             text box and select <b>Add a Keyword for this Search...</b>.
-            Set <b>name</b> to <tt>gPXE Error Code Lookup</tt> and
+            Set <b>name</b> to <tt>iPXE Error Code Lookup</tt> and
             <b>keyword</b> to <tt>gxpe</tt>  Then you can look up error
             codes by typing something like the following in your address
-            bar: <tt>gpxe 0x3c018003</tt>
+            bar: <tt>ipxe 0x3c018003</tt>
             <p>
         </div>
     </body>
diff --git a/contrib/errcode/errcodedb.py b/contrib/errcode/errcodedb.py
new file mode 100644 (file)
index 0000000..357a8e2
--- /dev/null
@@ -0,0 +1,3 @@
+pxenv_status = {0: 'PXENV_STATUS_SUCCESS', 1: 'PXENV_STATUS_FAILURE', 2: 'PXENV_STATUS_BAD_FUNC', 3: 'PXENV_STATUS_UNSUPPORTED', 4: 'PXENV_STATUS_KEEP_UNDI', 5: 'PXENV_STATUS_KEEP_ALL', 6: 'PXENV_STATUS_OUT_OF_RESOURCES', 17: 'PXENV_STATUS_ARP_TIMEOUT', 107: 'PXENV_STATUS_UNDI_TRANSMIT_ERROR', 24: 'PXENV_STATUS_UDP_CLOSED', 25: 'PXENV_STATUS_UDP_OPEN', 26: 'PXENV_STATUS_TFTP_CLOSED', 27: 'PXENV_STATUS_TFTP_OPEN', 160: 'PXENV_STATUS_BINL_CANCELED_BY_KEYSTROKE', 161: 'PXENV_STATUS_BINL_NO_PXE_SERVER', 162: 'PXENV_STATUS_NOT_AVAILABLE_IN_PMODE', 163: 'PXENV_STATUS_NOT_AVAILABLE_IN_RMODE', 36: 'PXENV_STATUS_BIS_SHUTDOWN_FAILURE', 37: 'PXENV_STATUS_BIS_GBOA_FAILURE', 38: 'PXENV_STATUS_BIS_FREE_FAILURE', 48: 'PXENV_STATUS_TFTP_CANNOT_ARP_ADDRESS', 40: 'PXENV_STATUS_BIS_BAD_CKSUM', 176: 'PXENV_STATUS_BUSD_DEVICE_NOT_SUPPORTED', 50: 'PXENV_STATUS_TFTP_OPEN_TIMEOUT', 51: 'PXENV_STATUS_TFTP_UNKNOWN_OPCODE', 53: 'PXENV_STATUS_TFTP_READ_TIMEOUT', 54: 'PXENV_STATUS_TFTP_ERROR_OPCODE', 56: 'PXENV_STATUS_TFTP_CANNOT_OPEN_CONNECTION', 57: 'PXENV_STATUS_TFTP_CANNOT_READ_FROM_CONNECTION', 58: 'PXENV_STATUS_TFTP_TOO_MANY_PACKAGES', 59: 'PXENV_STATUS_TFTP_FILE_NOT_FOUND', 35: 'PXENV_STATUS_BIS_INIT_FAILURE', 61: 'PXENV_STATUS_TFTP_NO_MCAST_ADDRESS', 62: 'PXENV_STATUS_TFTP_NO_FILESIZE', 63: 'PXENV_STATUS_TFTP_INVALID_PACKET_SIZE', 192: 'PXENV_STATUS_LOADER_NO_FREE_BASE_MEMORY', 193: 'PXENV_STATUS_LOADER_NO_BC_ROMID', 194: 'PXENV_STATUS_LOADER_BAD_BC_ROMID', 195: 'PXENV_STATUS_LOADER_BAD_BC_RUNTIME_IMAGE', 196: 'PXENV_STATUS_LOADER_NO_UNDI_ROMID', 197: 'PXENV_STATUS_LOADER_BAD_UNDI_ROMID', 198: 'PXENV_STATUS_LOADER_BAD_UNDI_DRIVER_IMAGE', 32: 'PXENV_STATUS_MCOPY_PROBLEM', 200: 'PXENV_STATUS_LOADER_NO_PXE_STRUCT', 201: 'PXENV_STATUS_LOADER_NO_PXENV_STRUCT', 202: 'PXENV_STATUS_LOADER_UNDI_START', 203: 'PXENV_STATUS_LOADER_BC_START', 34: 'PXENV_STATUS_BIS_VALIDATE_FAILURE', 81: 'PXENV_STATUS_DHCP_TIMEOUT', 82: 'PXENV_STATUS_DHCP_NO_IP_ADDRESS', 83: 'PXENV_STATUS_DHCP_NO_BOOTFILE_NAME', 84: 'PXENV_STATUS_DHCP_BAD_IP_ADDRESS', 105: 'PXENV_STATUS_UNDI_ERROR_SETTING_ISR', 96: 'PXENV_STATUS_UNDI_INVALID_FUNCTION', 97: 'PXENV_STATUS_UNDI_MEDIATEST_FAILED', 98: 'PXENV_STATUS_UNDI_CANNOT_INIT_NIC_FOR_MCAST', 99: 'PXENV_STATUS_UNDI_CANNOT_INITIALIZE_NIC', 100: 'PXENV_STATUS_UNDI_CANNOT_INITIALIZE_PHY', 101: 'PXENV_STATUS_UNDI_CANNOT_READ_CONFIG_DATA', 102: 'PXENV_STATUS_UNDI_CANNOT_READ_INIT_DATA', 103: 'PXENV_STATUS_UNDI_BAD_MAC_ADDRESS', 104: 'PXENV_STATUS_UNDI_BAD_EEPROM_CHECKSUM', 60: 'PXENV_STATUS_TFTP_ACCESS_VIOLATION', 106: 'PXENV_STATUS_UNDI_INVALID_STATE', 39: 'PXENV_STATUS_BIS_GSI_FAILURE', 108: 'PXENV_STATUS_UNDI_INVALID_PARAMETER', 116: 'PXENV_STATUS_BSTRAP_PROMPT_MENU', 118: 'PXENV_STATUS_BSTRAP_MCAST_ADDR', 119: 'PXENV_STATUS_BSTRAP_MISSING_LIST', 120: 'PXENV_STATUS_BSTRAP_NO_RESPONSE', 121: 'PXENV_STATUS_BSTRAP_FILE_TOO_BIG', 33: 'PXENV_STATUS_BIS_INTEGRITY_FAILURE'}
+errfile = {1024: 'ERRFILE_ARCH', 1: 'ERRFILE_CORE', 1026: 'ERRFILE_timer_rdtsc', 3: 'ERRFILE_NET', 4: 'ERRFILE_IMAGE', 1025: 'ERRFILE_memtop_umalloc', 9: 'ERRFILE_downloader', 1034: 'ERRFILE_timer_bios', 11: 'ERRFILE_arp', 12: 'ERRFILE_elf', 2: 'ERRFILE_eisa', 15: 'ERRFILE_chap', 1041: 'ERRFILE_pnpbios', 18: 'ERRFILE_isapnp', 1043: 'ERRFILE_undinet', 20: 'ERRFILE_script', 17: 'ERRFILE_exec', 23: 'ERRFILE_aoeboot', 1049: 'ERRFILE_bios_smbios', 538: 'ERRFILE_tulip', 27: 'ERRFILE_ethernet', 28: 'ERRFILE_segment', 410: 'ERRFILE_amd8111e', 31: 'ERRFILE_autoboot', 33: 'ERRFILE_iobuf', 546: 'ERRFILE_via_rhine', 1059: 'ERRFILE_undirom', 36: 'ERRFILE_efi_image', 39: 'ERRFILE_dhcpmgmt', 1065: 'ERRFILE_int13', 554: 'ERRFILE_via_velocity', 43: 'ERRFILE_ipv4', 44: 'ERRFILE_embedded', 47: 'ERRFILE_imgmgmt', 49: 'ERRFILE_linebuf', 562: 'ERRFILE_w89c840', 51: 'ERRFILE_ipv6', 1076: 'ERRFILE_elfboot', 55: 'ERRFILE_pxe_tftp', 57: 'ERRFILE_monojob', 570: 'ERRFILE_ipoib', 59: 'ERRFILE_ndp', 1084: 'ERRFILE_comboot', 522: 'ERRFILE_sundance', 63: 'ERRFILE_pxe_udp', 19: 'ERRFILE_dhcpopts', 65: 'ERRFILE_nvo', 578: 'ERRFILE_e1000', 67: 'ERRFILE_netdevice', 1092: 'ERRFILE_com32', 71: 'ERRFILE_axtls_aes', 1036: 'ERRFILE_bzimage', 586: 'ERRFILE_e1000_hw', 75: 'ERRFILE_nullnet', 1100: 'ERRFILE_comboot_resolv', 906: 'ERRFILE_arbel', 79: 'ERRFILE_cipher', 81: 'ERRFILE_posix_io', 594: 'ERRFILE_mtnic', 83: 'ERRFILE_tcp', 1108: 'ERRFILE_comboot_call', 87: 'ERRFILE_image_cmd', 89: 'ERRFILE_resolv', 602: 'ERRFILE_phantom', 91: 'ERRFILE_ftp', 95: 'ERRFILE_uri_test', 97: 'ERRFILE_settings', 610: 'ERRFILE_ne2k_isa', 99: 'ERRFILE_http', 103: 'ERRFILE_ibft', 105: 'ERRFILE_vsprintf', 618: 'ERRFILE_b44', 107: 'ERRFILE_iscsi', 530: 'ERRFILE_tlan', 111: 'ERRFILE_tls', 113: 'ERRFILE_xfer', 626: 'ERRFILE_rtl818x', 115: 'ERRFILE_tcpip', 119: 'ERRFILE_ifmgmt', 121: 'ERRFILE_bitmap', 634: 'ERRFILE_sky2', 123: 'ERRFILE_udp', 1044: 'ERRFILE_eltorito', 127: 'ERRFILE_iscsiboot', 1027: 'ERRFILE_undi', 642: 'ERRFILE_ath5k', 131: 'ERRFILE_dhcp', 135: 'ERRFILE_efi_pci', 650: 'ERRFILE_atl1e', 139: 'ERRFILE_dns', 143: 'ERRFILE_efi_snp', 146: 'ERRFILE_i2c_bit', 147: 'ERRFILE_tftp', 151: 'ERRFILE_smbios', 154: 'ERRFILE_spi_bit', 155: 'ERRFILE_infiniband', 26: 'ERRFILE_mca', 1028: 'ERRFILE_bootsector', 159: 'ERRFILE_smbios_settings', 674: 'ERRFILE_skge', 1051: 'ERRFILE_undionly', 167: 'ERRFILE_efi_smbios', 1052: 'ERRFILE_multiboot', 171: 'ERRFILE_dhcppkt', 175: 'ERRFILE_pxemenu', 179: 'ERRFILE_slam', 183: 'ERRFILE_x509', 187: 'ERRFILE_ib_sma', 191: 'ERRFILE_login_ui', 195: 'ERRFILE_ib_packet', 211: 'ERRFILE_ib_qset', 1057: 'ERRFILE_biosint', 203: 'ERRFILE_icmp', 34: 'ERRFILE_pci', 207: 'ERRFILE_iwmgmt', 35: 'ERRFILE_icmpv6', 898: 'ERRFILE_scsi', 7: 'ERRFILE_OTHER', 1060: 'ERRFILE_nbi', 219: 'ERRFILE_ib_gma', 227: 'ERRFILE_ib_pathrec', 235: 'ERRFILE_ib_mcast', 243: 'ERRFILE_ib_cm', 25: 'ERRFILE_hw', 41: 'ERRFILE_job', 251: 'ERRFILE_net80211', 258: 'ERRFILE_3c509', 259: 'ERRFILE_ib_mi', 1068: 'ERRFILE_pxe_image', 266: 'ERRFILE_bnx2', 267: 'ERRFILE_ib_cmrc', 130: 'ERRFILE_nvs', 274: 'ERRFILE_cs89x0', 275: 'ERRFILE_ib_srp', 282: 'ERRFILE_eepro', 283: 'ERRFILE_sec80211', 290: 'ERRFILE_etherfabric', 291: 'ERRFILE_wep', 1073: 'ERRFILE_pxeparent', 298: 'ERRFILE_legacy', 299: 'ERRFILE_eapol', 306: 'ERRFILE_natsemi', 10: 'ERRFILE_isa', 307: 'ERRFILE_wpa', 1033: 'ERRFILE_memmap', 658: 'ERRFILE_sis190', 314: 'ERRFILE_pnic', 315: 'ERRFILE_wpa_psk', 138: 'ERRFILE_spi', 322: 'ERRFILE_prism2_pci', 323: 'ERRFILE_wpa_tkip', 330: 'ERRFILE_prism2_plx', 331: 'ERRFILE_wpa_ccmp', 338: 'ERRFILE_rtl8139', 346: 'ERRFILE_smc9000', 199: 'ERRFILE_ib_srpboot', 354: 'ERRFILE_tg3', 362: 'ERRFILE_3c509_eisa', 402: 'ERRFILE_3c90x', 1035: 'ERRFILE_undiload', 370: 'ERRFILE_3c515', 378: 'ERRFILE_3c529', 386: 'ERRFILE_3c595', 394: 'ERRFILE_3c5x9', 914: 'ERRFILE_hermon', 922: 'ERRFILE_linda', 514: 'ERRFILE_sis900', 666: 'ERRFILE_myri10ge', 930: 'ERRFILE_ata', 938: 'ERRFILE_srp', 434: 'ERRFILE_dmfe', 73: 'ERRFILE_open', 450: 'ERRFILE_eepro100', 458: 'ERRFILE_epic100', 418: 'ERRFILE_davicom', 466: 'ERRFILE_forcedeth', 163: 'ERRFILE_netdev_settings', 474: 'ERRFILE_mtd80x', 482: 'ERRFILE_ns83820', 490: 'ERRFILE_ns8390', 498: 'ERRFILE_pcnet32', 506: 'ERRFILE_r8169', 426: 'ERRFILE_depca'}
+posix_errno = {0: 'ENOERR', 1: 'E2BIG', 2: 'EACCES', 3: 'EADDRINUSE', 4: 'EADDRNOTAVAIL', 5: 'EAFNOSUPPORT', 6: 'EAGAIN', 7: 'EALREADY', 8: 'EBADF', 9: 'EBADMSG', 10: 'EBUSY', 11: 'ECANCELED', 12: 'ECHILD', 13: 'ECONNABORTED', 14: 'ECONNREFUSED', 15: 'ECONNRESET', 16: 'EDEADLK', 17: 'EDESTADDRREQ', 18: 'EDOM', 19: 'EDQUOT', 20: 'EEXIST', 21: 'EFAULT', 22: 'EFBIG', 23: 'EHOSTUNREACH', 24: 'EIDRM', 25: 'EILSEQ', 26: 'EINPROGRESS', 27: 'EINTR', 28: 'EINVAL', 29: 'EIO', 30: 'EISCONN', 31: 'EISDIR', 32: 'ELOOP', 33: 'EMFILE', 34: 'EMLINK', 35: 'EMSGSIZE', 36: 'EMULTIHOP', 37: 'ENAMETOOLONG', 38: 'ENETDOWN', 39: 'ENETRESET', 40: 'ENETUNREACH', 41: 'ENFILE', 42: 'ENOBUFS', 43: 'ENODATA', 44: 'ENODEV', 45: 'ENOENT', 46: 'ENOEXEC', 47: 'ENOLCK', 48: 'ENOLINK', 49: 'ENOMEM', 50: 'ENOMSG', 51: 'ENOPROTOOPT', 52: 'ENOSPC', 53: 'ENOSR', 54: 'ENOSTR', 55: 'ENOSYS', 56: 'ENOTCONN', 57: 'ENOTDIR', 58: 'ENOTEMPTY', 59: 'ENOTSOCK', 60: 'ENOTSUP', 61: 'ENOTTY', 62: 'ENXIO', 63: 'EOPNOTSUPP', 64: 'EOVERFLOW', 65: 'EPERM', 66: 'EPIPE', 67: 'EPROTO', 68: 'EPROTONOSUPPORT', 69: 'EPROTOTYPE', 70: 'ERANGE', 71: 'EROFS', 72: 'ESPIPE', 73: 'ESRCH', 74: 'ESTALE', 75: 'ETIME', 76: 'ETIMEDOUT', 77: 'ETXTBSY', 78: 'EWOULDBLOCK', 79: 'EXDEV'}
diff --git a/contrib/errcode/errcodedb.pyc b/contrib/errcode/errcodedb.pyc
new file mode 100644 (file)
index 0000000..e59c459
Binary files /dev/null and b/contrib/errcode/errcodedb.pyc differ
index f975942f07f52012d5b60f7591b36bf5265fdaea..4db4033c015d562f1b172f0e0003d2db53d1b53c 100755 (executable)
@@ -20,11 +20,11 @@ import errcode
 
 HOST = 'irc.freenode.net'
 PORT = 6667
-NICK = 'gpxebot'
+NICK = 'ipxebot'
 CHAN = '#etherboot'
 NICKSERV_PASSWORD = None
-IDENT = 'gpxebot'
-REALNAME = 'gPXE bot'
+IDENT = 'ipxebot'
+REALNAME = 'iPXE bot'
 
 ERRCODE_RE = re.compile(r'(errcode|Error)\s+((0x)?[0-9a-fA-F]{8})')
 
@@ -59,7 +59,7 @@ def privmsg(_, target, msg):
         except ValueError:
             pass
     if msg.find('help') > -1:
-        pmsg(replyto, 'I look up gPXE error codes.  Message me like this:')
+        pmsg(replyto, 'I look up iPXE error codes.  Message me like this:')
         pmsg(replyto, 'errcode 0x12345678  OR  Error 0x12345678')
 
 def add_handler(command, handler, nargs):
index 1e9abbcea01707995d4c0297b6124404485c9583..b68cf775e93262514288155d3ec6bf8c47fe94ec 100644 (file)
@@ -1,30 +1,30 @@
-ROM-o-matic web interface for building gPXE ROMs
+ROM-o-matic web interface for building iPXE ROMs
 ------------------------------------------------
 
-This web application generates gPXE images and sends them to a web
+This web application generates iPXE images and sends them to a web
 browser.
 
-Available as part of the gPXE source code distribution, which can be
+Available as part of the iPXE source code distribution, which can be
 downlaoded from http://etherboot.org/
 
 Author:  Marty Connor <mdc@etherboot.org>
 License: GPLv2
-Support: http://etherboot.org/mailman/listinfo/gpxe
-         Please send support questions to the gPXE mailing list
+Support: http://etherboot.org/mailman/listinfo/ipxe
+         Please send support questions to the iPXE mailing list
 
 System Requirements
 -------------------
 - Apache web server
 - PHP 4+
-- Tools required to build gPXE installed on the server
+- Tools required to build iPXE installed on the server
   - gcc, mtools, syslinux, perl, etc.
 
 Setup
 -----
 As distributed, it is expected that the rom-o-matic source code
-directory is in the contrib directory of a gPXE source distribution.
+directory is in the contrib directory of a iPXE source distribution.
 
-The easiest way to do this is to simply put a gPXE source distribution
+The easiest way to do this is to simply put a iPXE source distribution
 in a web server accessible directory.
 
 If this is not the case, you will need to either edit the file
@@ -41,11 +41,11 @@ containing the following lines:
 $src_dir = "../../src";
 ?>
 
-Then change the line beginning "$src_dir = " to the path of your gPXE
+Then change the line beginning "$src_dir = " to the path of your iPXE
 source code tree.
 
 To make build times shorter, before you run rom-o-matic for the first time
-you should cd to the gpxe "src" directory and enter the following
+you should cd to the ipxe "src" directory and enter the following
 commands:
 
   $ make
@@ -58,5 +58,5 @@ Running rom-o-matic from a web browser
 --------------------------------------
 Enter a URL like:
 
-   http://example.com/gpxe-1.x.x/contrib/rom-o-matic
+   http://example.com/ipxe-1.x.x/contrib/rom-o-matic
 
index bd64d840f16f0a6c553625f35c5b2de31c0f789b..ff094fd8d6168fb0ff005ad36c571d40377c355c 100644 (file)
@@ -26,25 +26,25 @@ Resources:
 </h4>
 <ul>
   <li>
-    Source code for gPXE images is available at
+    Source code for iPXE images is available at
     <a href="http://etherboot.org/wiki/download" target="_blank">
     http://etherboot.org/wiki/download</a>
     <br><br>
   </li>
   <li>
-    For general information about using gPXE, please visit the
+    For general information about using iPXE, please visit the
     <a href="http://www.etherboot.org/" target="_blank">
     Etherboot Project Home Page</a>
     <br><br>
   </li>
   <li>
-    For Email-based support for gPXE please join
+    For Email-based support for iPXE please join
     <a href="http://etherboot.org/wiki/mailinglists" target="_blank">
     Etherboot Project mailing lists.</a>
     <br><br>
   </li>
   <li>
-    For real-time online gPXE support via IRC please visit the
+    For real-time online iPXE support via IRC please visit the
     <a href="irc://irc.freenode.net/%23etherboot"> #etherboot channel
     of irc.freenode.net</a>.
     <br><br>
index 1d9ee303106bfd6b0de9b67ef13fe5e29646b5b0..3101b3e39c4bf2a64f97ca305a0138e8a506f444 100644 (file)
@@ -158,19 +158,19 @@ $build_dir = mktempcopy ( "$src_dir", "/tmp", "MDCROM" );
 $config_dir = $build_dir . "/config";
 
 // Write config files with supplied flags
-write_gpxe_config_files ( $config_dir, $flags );
+write_ipxe_config_files ( $config_dir, $flags );
 
 // Handle a possible embedded script
 $emb_script_cmd = "";
 $embedded_script = isset ( $_POST['embedded_script'] ) ? $_POST['embedded_script'] : "";
 if ( $embedded_script != "" ) {
-    $emb_script_path = "$build_dir" . "/script0.gpxe";
+    $emb_script_path = "$build_dir" . "/script0.ipxe";
 
-       if ( substr ( $embedded_script, 0, 5 ) != "#!gpxe" ) {
-               $embedded_script = "#!gpxe\n" . $embedded_script;
+       if ( substr ( $embedded_script, 0, 5 ) != "#!ipxe" ) {
+               $embedded_script = "#!ipxe\n" . $embedded_script;
        }
 
-    // gPXE 0.9.7 doesn't like '\r\n" in the shebang...
+    // iPXE 0.9.7 doesn't like '\r\n" in the shebang...
     $embedded_script = str_replace ( "\r\n", "\n", $embedded_script );
 
     write_file_from_string ( $emb_script_path, $embedded_script );
@@ -239,7 +239,7 @@ if ( $status == 0 ) {
             // Delete build directory as soon as it is not needed
             rm_build_dir ();
 
-            $output_filename = "gpxe-${version}-${nic}.${fmt_extension}";
+            $output_filename = "ipxe-${version}-${nic}.${fmt_extension}";
 
             // Try to force IE to handle downloading right.
             Header ( "Cache-control: private");
index 3c7015ef280a3477e80f3412b572047b8eac254f..cba5eb44a689bab79f09fe4280860a5ea292c8a4 100644 (file)
@@ -55,7 +55,7 @@
           above.<br><br>
         </li>
         <li>
-          gPXE does not support all possible PCI IDs for supported
+          iPXE does not support all possible PCI IDs for supported
           NICs.
           <br><br>
         </li>
index 1f7bed7dab949082a2e93fac94ae1c074296d2bd..87416727f39c31b66881f5ac360399bf0344ec12 100644 (file)
@@ -1 +1 @@
-gPXE script image support
+iPXE script image support
index 82551e42388897d59daf50954d9f97ef51614aa2..078e5fd6083f328ce267f0b8f69f79a2499ece37 100644 (file)
@@ -59,7 +59,7 @@ $flag_table = array (
           "flag" => "PRODUCT_SHORT_NAME",
           "hide_from_user" => "yes",
           "type" => "string",
-          "value" => "gPXE",
+          "value" => "iPXE",
           "cfgsec" => "general"
           ),
 
index d4316d03ccf5c72e11648ef5ce751fa6ce3c6341..822e4bc0b66e023714af5744e966f4b3cc4fdd85 100644 (file)
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-// Directory containing gPXE source code tree
+// Directory containing iPXE source code tree
 $src_dir = "../../src";
 
-// Compute gPXE version based on source tree
+// Compute iPXE version based on source tree
 exec ( "make -C '$src_dir' version 2>&1", $make_output, $status );
 $version = ( $status == 0 && count ( $make_output  ) > 1 )
            ? trim ( $make_output[count ( $make_output ) - 2] )
@@ -36,10 +36,10 @@ $top_inc = "top.php";
 $bottom_inc = "bottom.php";
 
 // Descriptive strings
-$header_title = "ROM-o-matic for gPXE $version";
-$html_tagline = "ROM-o-matic dynamically generates gPXE images";
-$html_title   = "ROM-o-matic for gPXE $version";
-$description  = "a dynamic gPXE image generator";
+$header_title = "ROM-o-matic for iPXE $version";
+$html_tagline = "ROM-o-matic dynamically generates iPXE images";
+$html_title   = "ROM-o-matic for iPXE $version";
+$description  = "a dynamic iPXE image generator";
 
 // For emacs:
 // Local variables:
index f94c2b3b9fe426fec45f52663b168cae5dd99415..25562086bde4e4c5f3e83a882ecf679093c57b03 100644 (file)
@@ -26,7 +26,7 @@
 <html>
 <head>
   <link rev="made" href="mailto:<? echo "${webmaster_email}" ?>">
-  <meta name="keywords" content="rom, etherboot, gpxe, open source, rom-o-matic.net">
+  <meta name="keywords" content="rom, etherboot, ipxe, open source, rom-o-matic.net">
   <title><? echo $header_title ?></title>
   <meta name="description" content="<? echo $description ?>">
 </head>
index c5fdc206221cca50c3f78bcff48b9c0116d4dfc8..dc5bd41441a861304071bc6d23f11647ad2c95a8 100644 (file)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-// Include table of user-configurable gPXE options
+// Include table of user-configurable iPXE options
 require_once "flag-table.php";
 
 // Include user-shadowable globals
@@ -103,7 +103,7 @@ function curDirURL ()
 /**
  * Extract NIC families and associated ROM PCI IDs from the src/bin/NIC file.
  *
- * $src_dir must contain the path of the gPXE src directory for this build
+ * $src_dir must contain the path of the iPXE src directory for this build
  *
  * @return array[0] array $new_nics
  * @return array[1] array $roms
@@ -161,7 +161,7 @@ function parse_nic_file ()
 
     // add special cases to the top
 
-       $new_nics = array ( "all-drivers" => "gpxe",
+       $new_nics = array ( "all-drivers" => "ipxe",
                                                "undionly" => "undionly",
                                                "undi" => "undi",
     );
@@ -363,9 +363,9 @@ function get_flags ()
 }
 
 /**
- * Output given value in appropriate format for gPXE config file
+ * Output given value in appropriate format for iPXE config file
  *
- * gPXE config/*.h files use C pre-processor syntax.  Output the given
+ * iPXE config/*.h files use C pre-processor syntax.  Output the given
  * compile option in a format appropriate to its type
  *
  * @param string $key   index into $flag_table for given compile option
@@ -429,7 +429,7 @@ function echo_flags ( $flags )
 
         } else {
 
-            // Flag (gPXE compile option) should be displayed to user
+            // Flag (iPXE compile option) should be displayed to user
 
             if ( $type == "header" ) {
 
@@ -535,9 +535,9 @@ function mktempcopy ( $src, $dst, $prefix )
 }
 
 /**
- * Write gPXE config files based on value of given flags
+ * Write iPXE config files based on value of given flags
  *
- * gPXE compile options are stored in src/config/*.h .
+ * iPXE compile options are stored in src/config/*.h .
  * We write out a config file for each set of options.
  *
  * @param string $config_dir directory to write .h files to
@@ -545,7 +545,7 @@ function mktempcopy ( $src, $dst, $prefix )
  *
  * @return void
  */
-function write_gpxe_config_files ( $config_dir, $flags )
+function write_ipxe_config_files ( $config_dir, $flags )
 {
     global $flag_table;
 
index c02acb9509727061546fdd39d81bcfe8c27383b2..d7c915d635cd2e1482066c4d76dcfd91b3009371 100644 (file)
@@ -93,22 +93,22 @@ INCDIRS             += include .
 # Default build target: build the most common targets and print out a
 # helpfully suggestive message
 #
-all : bin/blib.a bin/gpxe.dsk bin/gpxe.iso bin/gpxe.usb bin/undionly.kpxe
+all : bin/blib.a bin/ipxe.dsk bin/ipxe.iso bin/ipxe.usb bin/undionly.kpxe
        @$(ECHO) '==========================================================='
        @$(ECHO)
        @$(ECHO) 'To create a bootable floppy, type'
-       @$(ECHO) '    cat bin/gpxe.dsk > /dev/fd0'
+       @$(ECHO) '    cat bin/ipxe.dsk > /dev/fd0'
        @$(ECHO) 'where /dev/fd0 is your floppy drive.  This will erase any'
        @$(ECHO) 'data already on the disk.'
        @$(ECHO)
        @$(ECHO) 'To create a bootable USB key, type'
-       @$(ECHO) '    cat bin/gpxe.usb > /dev/sdX'
+       @$(ECHO) '    cat bin/ipxe.usb > /dev/sdX'
        @$(ECHO) 'where /dev/sdX is your USB key, and is *not* a real hard'
        @$(ECHO) 'disk on your system.  This will erase any data already on'
        @$(ECHO) 'the USB key.'
        @$(ECHO)
        @$(ECHO) 'To create a bootable CD-ROM, burn the ISO image '
-       @$(ECHO) 'bin/gpxe.iso to a blank CD-ROM.'
+       @$(ECHO) 'bin/ipxe.iso to a blank CD-ROM.'
        @$(ECHO)
        @$(ECHO) 'These images contain drivers for all supported cards.  You'
        @$(ECHO) 'can build more customised images, and ROM images, using'
@@ -140,7 +140,7 @@ CFLAGS              += -DVERSION_MAJOR=$(VERSION_MAJOR) \
                   -DVERSION_MINOR=$(VERSION_MINOR) \
                   -DVERSION_PATCH=$(VERSION_PATCH) \
                   -DVERSION=\"$(VERSION)\"
-IDENT          = '$(@F) $(VERSION) (GPL) etherboot.org'
+IDENT          = '$(@F) $(VERSION) (GPL) ipxe.org'
 version :
        @$(ECHO) $(VERSION)
 
index c373c8820b8f80aed27afd3950789a5180832c9f..653542e5fd069f8f51918e0297252d150b7b25f8 100644 (file)
@@ -569,7 +569,7 @@ CLEANUP             += $(BIN)/NIC   # Doesn't match the $(BIN)/*.* pattern
 # TGT_ROM_NAME : the ROM name (e.g. "dfe538")
 # TGT_MEDIA    : the media type (e.g. "rom")
 #
-DRIVERS_gpxe   = $(DRIVERS)
+DRIVERS_ipxe   = $(DRIVERS)
 CARD_DRIVER    = $(firstword $(DRIVER_$(1)) $(1))
 TGT_ELEMENTS   = $(subst --, ,$(firstword $(subst ., ,$(notdir $@))))
 TGT_PREFIX     = $(word 2,$(subst ., ,$(notdir $@)))
@@ -851,9 +851,9 @@ allall: allroms allzroms allpxes allisos alldsks
 allroms allzroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
 allpxes allisos alldsks : all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
 
-# Alias for gpxe.%
+# Alias for ipxe.%
 #
-$(BIN)/etherboot.% : $(BIN)/gpxe.%
+$(BIN)/etherboot.% : $(BIN)/ipxe.%
        ln -sf $(notdir $<) $@
 
 endif # defined(BIN)
index 97827ecbc49bc48bd5b92ffc3e4ce91707a798bd..396d340d56bc756744f7e145e1a7667e54299114 100644 (file)
@@ -19,8 +19,8 @@
 #include <stddef.h>
 #include <stdio.h>
 #include <assert.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/gdbstub.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/gdbstub.h>
 #include <gdbmach.h>
 
 /** @file
index 1e2d23c5d33f27d71a3944cdf2e3315482b86cf0..0264c0c1b518cd5e90e9acece112d37628e702c6 100644 (file)
@@ -18,7 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <pic8259.h>
 
 /** @file
index 76679173233c77e42e517e0d4eaf25b9dce8b1b0..d2a8cc84f8b3ec6e062c1d35f66e83b8cc8417ce 100644 (file)
@@ -25,8 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 #include <assert.h>
-#include <gpxe/timer.h>
-#include <gpxe/timer2.h>
+#include <ipxe/timer.h>
+#include <ipxe/timer2.h>
 
 /**
  * Number of TSC ticks per microsecond
index 44e764fe04b6244c1c157d45acc01249e457452a..1dadb5fc464550c464503939258dfc96f30e439f 100644 (file)
@@ -1,6 +1,6 @@
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <registers.h>
-#include <gpxe/memmap.h>
+#include <ipxe/memmap.h>
 
 /*
  * Originally by Eric Biederman
index 6e76b2eb8929df1084ec92501f024b4f66e6ea80..077866562a6084d6956a8f3d80c19a8e05e0e4ea 100644 (file)
@@ -14,8 +14,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
-#include <gpxe/timer2.h>
-#include <gpxe/io.h>
+#include <ipxe/timer2.h>
+#include <ipxe/io.h>
 
 /* Timers tick over at this rate */
 #define TIMER2_TICKS_PER_SEC   1193180U
index c821cd02c7a289269a86c4d30636828fbb36fad0..b10ef7bcf4a65a9778bc91fc288f54f138125e20 100644 (file)
@@ -7,9 +7,9 @@
 
 #include "stddef.h"
 #include "string.h"
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include "console.h"
-#include <gpxe/init.h>
+#include <ipxe/init.h>
 #include "vga.h"
 
 struct console_driver vga_console;
index d2c363b9e78a36e9b709f2919d2bbfb4cae6227d..2fba0680c825a25357f280db9e94827760015a61 100644 (file)
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/io.h>
-#include <gpxe/x86_io.h>
+#include <ipxe/io.h>
+#include <ipxe/x86_io.h>
 
 /** @file
  *
- * gPXE I/O API for x86
+ * iPXE I/O API for x86
  *
  */
 
index c6e253c06ff2db6e363d1003bc707618e278750e..71d8453a4269077b95d39fd8da708c3816a2da03 100644 (file)
@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include <undi.h>
 #include <undirom.h>
 #include <undiload.h>
index 47a2baede43f3046e0bfa1fe993fa636c81fd1af..67ef00ddce4d8228b3eb83be5c34cb69f4fe944a 100644 (file)
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <bios.h>
 #include <pnpbios.h>
 #include <basemem.h>
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include <undi.h>
 #include <undirom.h>
 #include <undiload.h>
index 83b79e7fea13bdc0432d8e0f19d632f131401f3c..7ec4b50a35865c7d58e1093035fa24cb7e9a5526 100644 (file)
@@ -25,11 +25,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <biosint.h>
 #include <pnpbios.h>
 #include <basemem_packet.h>
-#include <gpxe/io.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/io.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ethernet.h>
 #include <undi.h>
 #include <undinet.h>
 #include <pxeparent.h>
index 7dfb5d153ae77745563ea70858e5e0a20c80b68e..ab9c61fb12692af41a11870318af57c8df069b1a 100644 (file)
@@ -21,8 +21,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
-#include <gpxe/device.h>
-#include <gpxe/init.h>
+#include <ipxe/device.h>
+#include <ipxe/init.h>
 #include <undi.h>
 #include <undinet.h>
 #include <undipreload.h>
index 1ba7d1f6fe876d1194fd2b88adc2b8bc2a3aa952..d18e8b8099cab83238dcf8a0c19e672dc75a9ff9 100644 (file)
@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <realmode.h>
 #include <bios.h>
 #include <basemem.h>
-#include <gpxe/hidemem.h>
+#include <ipxe/hidemem.h>
 
 /** @file
  *
index 1d18e54c79ddb1c886b9d60350d65512eb36dd5a..bf10ebcf173bd29c7eb1c7eefafd1a00ace19268 100644 (file)
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <assert.h>
 #include <realmode.h>
 #include <console.h>
-#include <gpxe/ansiesc.h>
+#include <ipxe/ansiesc.h>
 
 #define ATTR_BOLD              0x08
 
index 1a71472dc2ebe115dee4fb6676494e343283b554..55f7293649f206075dda7504f8a51a697da48235 100644 (file)
@@ -3,8 +3,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <realmode.h>
 #include <bios.h>
-#include <gpxe/io.h>
-#include <gpxe/timer.h>
+#include <ipxe/io.h>
+#include <ipxe/timer.h>
 
 #define K_RDWR         0x60            /* keyboard data & cmds (read/write) */
 #define K_STATUS       0x64            /* keyboard status */
index 17082c35e4cecccf3c45f7c6fb2da7d63f4e3ded..322be9e41bf6cb0b64f96f621e359f950c9fc3b7 100644 (file)
@@ -22,9 +22,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <biosint.h>
 #include <basemem.h>
 #include <fakee820.h>
-#include <gpxe/init.h>
-#include <gpxe/memmap.h>
-#include <gpxe/hidemem.h>
+#include <ipxe/init.h>
+#include <ipxe/memmap.h>
+#include <ipxe/hidemem.h>
 
 /** Set to true if you want to test a fake E820 map */
 #define FAKE_E820 0
@@ -33,7 +33,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define ALIGN_HIDDEN 4096   /* 4kB page alignment should be enough */
 
 /**
- * A hidden region of gPXE
+ * A hidden region of iPXE
  *
  * This represents a region that will be edited out of the system's
  * memory map.
@@ -138,7 +138,7 @@ static void hide_etherboot ( void ) {
        unsigned int fbms;
 
        /* Dump memory map before mangling */
-       DBG ( "Hiding gPXE from system memory map\n" );
+       DBG ( "Hiding iPXE from system memory map\n" );
        get_memmap ( &memmap );
 
        /* Hook in fake E820 map, if we're testing one */
@@ -178,7 +178,7 @@ static void hide_etherboot ( void ) {
                              &int15_vector );
 
        /* Dump memory map after mangling */
-       DBG ( "Hidden gPXE from system memory map\n" );
+       DBG ( "Hidden iPXE from system memory map\n" );
        get_memmap ( &memmap );
 }
 
index 8a30dbae7d7be79ab8ffa99a545419ab9aca9ec6..c53a35f591eb6436c6c891c803c9e6c240b3357f 100644 (file)
@@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <realmode.h>
 #include <bios.h>
 #include <memsizes.h>
-#include <gpxe/memmap.h>
+#include <ipxe/memmap.h>
 
 /**
  * @file
index 76c49bb9ce032412ed107efe0a3b9a8ad2cccafa..6b4fa8faebce36a4d9d4aec4af12235adf718287 100644 (file)
@@ -1,5 +1,5 @@
-#include <gpxe/netdevice.h>
-#include <gpxe/command.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/command.h>
 #include <hci/ifmgmt_cmd.h>
 #include <pxe_call.h>
 
index 194509905a096b1e66f81daaa5e756dc589a0a98..900e34e1a5f956d2c0f011c5d51b29f7f59d3d8c 100644 (file)
@@ -32,12 +32,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <assert.h>
 #include <realmode.h>
 #include <bzimage.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/image.h>
-#include <gpxe/segment.h>
-#include <gpxe/init.h>
-#include <gpxe/cpio.h>
-#include <gpxe/features.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/image.h>
+#include <ipxe/segment.h>
+#include <ipxe/init.h>
+#include <ipxe/cpio.h>
+#include <ipxe/features.h>
 
 FEATURE ( FEATURE_IMAGE, "bzImage", DHCP_EB_FEATURE_BZIMAGE, 1 );
 
@@ -201,7 +201,7 @@ static void bzimage_update_header ( struct image *image,
 
        /* Set loader type */
        if ( bzimg->version >= 0x0200 )
-               bzimg->bzhdr.type_of_loader = BZI_LOADER_TYPE_GPXE;
+               bzimg->bzhdr.type_of_loader = BZI_LOADER_TYPE_IPXE;
 
        /* Set heap end pointer */
        if ( bzimg->version >= 0x0201 ) {
index 6ab347c15539f303d003663539b4cb3aff363b42..25a77e93a31aa296d17a917ebdda228f359008f8 100644 (file)
@@ -34,11 +34,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <realmode.h>
 #include <basemem.h>
 #include <comboot.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/image.h>
-#include <gpxe/segment.h>
-#include <gpxe/init.h>
-#include <gpxe/memmap.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/image.h>
+#include <ipxe/segment.h>
+#include <ipxe/init.h>
+#include <ipxe/memmap.h>
 
 struct image_type com32_image_type __image_type ( PROBE_NORMAL );
 
index a00b2b954073e30731b58389b097e3f9913619d1..253cbb696363cdebd843dafdae54c0b59e47d196 100644 (file)
@@ -34,11 +34,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <realmode.h>
 #include <basemem.h>
 #include <comboot.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/image.h>
-#include <gpxe/segment.h>
-#include <gpxe/init.h>
-#include <gpxe/features.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/image.h>
+#include <ipxe/segment.h>
+#include <ipxe/init.h>
+#include <ipxe/features.h>
 
 FEATURE ( FEATURE_IMAGE, "COMBOOT", DHCP_EB_FEATURE_COMBOOT, 1 );
 
index a41040e8c67a9a52711555ea2cebd96267abf780..7cb51bf9ad34c5577d72bba41cc82a574c3fc067 100644 (file)
@@ -20,10 +20,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <errno.h>
 #include <elf.h>
-#include <gpxe/image.h>
-#include <gpxe/elf.h>
-#include <gpxe/features.h>
-#include <gpxe/init.h>
+#include <ipxe/image.h>
+#include <ipxe/elf.h>
+#include <ipxe/features.h>
+#include <ipxe/init.h>
 
 /**
  * @file
index 53eb2c0299003d4c0c2ef87b9a749cfda9be6888..a416d15bfa912056ccaf328a83439b41a21b9eb3 100644 (file)
@@ -31,11 +31,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <realmode.h>
 #include <bootsector.h>
 #include <int13.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/image.h>
-#include <gpxe/segment.h>
-#include <gpxe/ramdisk.h>
-#include <gpxe/init.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/image.h>
+#include <ipxe/segment.h>
+#include <ipxe/ramdisk.h>
+#include <ipxe/init.h>
 
 #define ISO9660_BLKSIZE 2048
 #define ELTORITO_VOL_DESC_OFFSET ( 17 * ISO9660_BLKSIZE )
index 5b620956f5d512b9f2b14775a9ed5deb549c9660..b3c6b8f749d45011a62f52955348d85381f4074f 100644 (file)
@@ -30,13 +30,13 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <assert.h>
 #include <realmode.h>
 #include <multiboot.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/image.h>
-#include <gpxe/segment.h>
-#include <gpxe/memmap.h>
-#include <gpxe/elf.h>
-#include <gpxe/init.h>
-#include <gpxe/features.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/image.h>
+#include <ipxe/segment.h>
+#include <ipxe/memmap.h>
+#include <ipxe/elf.h>
+#include <ipxe/init.h>
+#include <ipxe/features.h>
 
 FEATURE ( FEATURE_IMAGE, "Multiboot", DHCP_EB_FEATURE_MULTIBOOT, 1 );
 
@@ -242,7 +242,7 @@ static struct multiboot_info __bss16 ( mbinfo );
 #define mbinfo __use_data16 ( mbinfo )
 
 /** The multiboot bootloader name */
-static char __data16_array ( mb_bootloader_name, [] ) = "gPXE " VERSION;
+static char __data16_array ( mb_bootloader_name, [] ) = "iPXE " VERSION;
 #define mb_bootloader_name __use_data16 ( mb_bootloader_name )
 
 /** The multiboot memory map */
index a4ee442050d70b0c7fe127f07e32a378bbd66483..68497365866b6f0cd55368bad52e2680fa1fce30 100644 (file)
@@ -4,13 +4,13 @@
 #include <gateA20.h>
 #include <memsizes.h>
 #include <basemem_packet.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/segment.h>
-#include <gpxe/init.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/fakedhcp.h>
-#include <gpxe/image.h>
-#include <gpxe/features.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/segment.h>
+#include <ipxe/init.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/fakedhcp.h>
+#include <ipxe/image.h>
+#include <ipxe/features.h>
 
 /** @file
  *
index 63429f877d24f26dd0bef2df7600d07805a2ab0a..ef776d9a234c4063d83805143e17b29597d8ee4d 100644 (file)
@@ -27,11 +27,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <pxe.h>
 #include <pxe_call.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/image.h>
-#include <gpxe/segment.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/features.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/image.h>
+#include <ipxe/segment.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/features.h>
 
 FEATURE ( FEATURE_IMAGE, "PXE", DHCP_EB_FEATURE_PXE, 1 );
 
@@ -87,7 +87,7 @@ int pxe_load ( struct image *image ) {
                return -ENOEXEC;
 
        /* Rejecting zero-length images is also useful, since these
-        * end up looking to the user like bugs in gPXE.
+        * end up looking to the user like bugs in iPXE.
         */
        if ( ! filesz )
                return -ENOEXEC;
index eded9778bc92135efdd759e9ad2ef5be74b14a3f..f3ecf89bbae55c219f0a39028d259f9913fbe663 100644 (file)
@@ -9,6 +9,6 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/x86_io.h>
+#include <ipxe/x86_io.h>
 
 #endif /* _BITS_IO_H */
index 1354f6bbecbec4fe0cd47e1b77d58495e3d32026..64066e6ab5b122c39377918c478939d822558554 100644 (file)
@@ -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 */
index a68413aa137ec71fc472291a46a34ca649a282dc..cc79eec514473aa4fb67386a3abe6cc2cca113ae 100644 (file)
@@ -9,6 +9,6 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/bios_smbios.h>
+#include <ipxe/bios_smbios.h>
 
 #endif /* _BITS_SMBIOS_H */
index 32e6bd47c5f3bf4057ecf96080247c40d29030d2..50b676b776d54f98ca2322e9aa14bab51fd010c2 100644 (file)
@@ -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 */
index 17ba2cb269cf7bdb7009077d377f221617e3b490..54fb006f04d76027bc95fe444b85834264245105 100644 (file)
@@ -9,6 +9,6 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/memtop_umalloc.h>
+#include <ipxe/memtop_umalloc.h>
 
 #endif /* _BITS_UMALLOC_H */
index 42b31fe46aa59f51d7973361b1d244d637ef29c2..ccf8e353acfad33cf559a4539734573e8f4ef831 100644 (file)
@@ -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
index 1232f0a74cce4d2152c1feb7e6dfd42bf4ff237f..99ce79e20afe7eb92c4560db0c07c0fb03612e9a 100644 (file)
@@ -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
index e1884d940228a844d2a0f9db61c015148e056e36..ed085d5753ee8c44c4a7f7aa4f800c9a6c986ba2 100644 (file)
@@ -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;
similarity index 81%
rename from src/arch/i386/include/gpxe/abft.h
rename to src/arch/i386/include/ipxe/abft.h
index 9065e61ace31f68668105f744089f8d4f6a6288a..ca9630202f100fe788e397fc5c2de12e135d4b04 100644 (file)
@@ -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 */
similarity index 68%
rename from src/arch/i386/include/gpxe/bios_nap.h
rename to src/arch/i386/include/ipxe/bios_nap.h
index c32429b97443ad326a1883adbf1c56e51ed8ccbe..5b684c041df4e6895ac12a3f0ec7ed00fda34605 100644 (file)
@@ -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 */
similarity index 68%
rename from src/arch/i386/include/gpxe/bios_smbios.h
rename to src/arch/i386/include/ipxe/bios_smbios.h
index 83726b119cc536fb83a1a547982ada72d09263ef..d8c7f648a11dbf9c86089b3769b9c1cb40d598ee 100644 (file)
@@ -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 */
similarity index 87%
rename from src/arch/i386/include/gpxe/bios_timer.h
rename to src/arch/i386/include/ipxe/bios_timer.h
index ed9df5225a1e717a11ffa1226218a1ad2079a5a5..f9fc80412e4b25cbf993db6487a74673f8bdd36e 100644 (file)
@@ -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 */
similarity index 97%
rename from src/arch/i386/include/gpxe/ibft.h
rename to src/arch/i386/include/ipxe/ibft.h
index c41e2e4016c860be2100ae0e601243e9db7c046e..8525fe819297b6a3ed77ed5bff59f9d2931a40f9 100644 (file)
@@ -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 */
similarity index 66%
rename from src/arch/i386/include/gpxe/memtop_umalloc.h
rename to src/arch/i386/include/ipxe/memtop_umalloc.h
index eaf7025b74a470678b6a3add9f95c77655e11176..001648fe523ff2f40149a06ee35cc0ee08fc9c71 100644 (file)
@@ -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 */
similarity index 88%
rename from src/arch/i386/include/gpxe/rdtsc_timer.h
rename to src/arch/i386/include/ipxe/rdtsc_timer.h
index 67ba22f004432ccb108d050d5fed9de0ae8ca7d9..472e1400758fcca938927f667c04d437ca21755a 100644 (file)
@@ -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 */
similarity index 92%
rename from src/arch/i386/include/gpxe/sbft.h
rename to src/arch/i386/include/ipxe/sbft.h
index 30038436d2c1d6ad7bcca4cebfd67c30c61b502f..f9910624751d25b926514e44748672f139810b44 100644 (file)
@@ -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 */
similarity index 63%
rename from src/arch/i386/include/gpxe/timer2.h
rename to src/arch/i386/include/ipxe/timer2.h
index 8f1195156f8b23e8f90cc812ced5574f9a75fa5f..322a3ed591b393e525e48b8b040ea27672579843 100644 (file)
@@ -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 */
similarity index 97%
rename from src/arch/i386/include/gpxe/x86_io.h
rename to src/arch/i386/include/ipxe/x86_io.h
index beb5b22a6e8bfa3250894dfff1ab3aabbb5b2473..a79501e2cc15e6f1c93d8b37dace3cd7a98a7ca6 100644 (file)
@@ -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 */
index f4a34a6e96a297f106f7edbc6253bd261ff60849..f93a1cdf2979406092243cd3e4b369c5327b96ea 100644 (file)
@@ -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 {
index a0a830b974b9d7ca0a186510b9240689b66a6341..dafc5a32add40741a8dec3944032a69b6d5b4763 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <stdint.h>
 #include <registers.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 /*
  * Data structures and type definitions
index de6925b672e2eb65c4047700a5d3d669de20ceb4..325fcbbf965d44883c357359b0c0e0f75636639d 100644 (file)
@@ -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
index 86941728510cdb556b434bec5a23b6489f16d6bd..9aa2f0987e8f09738e4715429d62c5dad19c850a 100644 (file)
@@ -19,9 +19,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <realmode.h>
-#include <gpxe/aoe.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/abft.h>
+#include <ipxe/aoe.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/abft.h>
 
 /** @file
  *
@@ -30,7 +30,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 #define abftab __use_data16 ( abftab )
-/** The aBFT used by gPXE */
+/** The aBFT used by iPXE */
 struct abft_table __data16 ( abftab ) __attribute__ (( aligned ( 16 ) )) = {
        /* ACPI header */
        .acpi = {
@@ -38,7 +38,7 @@ struct abft_table __data16 ( abftab ) __attribute__ (( aligned ( 16 ) )) = {
                .length = sizeof ( abftab ),
                .revision = 1,
                .oem_id = "FENSYS",
-               .oem_table_id = "gPXE",
+               .oem_table_id = "iPXE",
        },
 };
 
index 2670b15df0e1808b2d15eb5c39e11e0e59f2e708..388cd1407548456ce60dddb88b547664c99cf4a3 100644 (file)
@@ -3,11 +3,11 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/aoe.h>
-#include <gpxe/ata.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/sanboot.h>
-#include <gpxe/abft.h>
+#include <ipxe/aoe.h>
+#include <ipxe/ata.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/sanboot.h>
+#include <ipxe/abft.h>
 #include <int13.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
index e38cac7a8253a543ee61eeb93edcc2e97c0ae134..7f4614666b43af30a2dea2087c28f700fdb6702b 100644 (file)
@@ -1,4 +1,4 @@
-#include <gpxe/nap.h>
+#include <ipxe/nap.h>
 #include <realmode.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
index 094214bdc7c2821f28db00256f8334ca2b388c8c..cde3d0603f9454d5dd24d6203adef1f424e23e4b 100644 (file)
@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/smbios.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/smbios.h>
 #include <realmode.h>
 #include <pnpbios.h>
 
index 8ecf7c12ea31882afb0490dfce37dc17215fd9fe..70c3986b1252626c7a4c8e44479d61abcd02feeb 100644 (file)
@@ -24,7 +24,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  *
  */
 
-#include <gpxe/timer.h>
+#include <ipxe/timer.h>
 #include <realmode.h>
 #include <bios.h>
 
index b1cbc3379a26604f394610f29075d9ee1385d88f..711c1e936a9e2100f6b7384b6170c10a35b5cb09 100644 (file)
@@ -3,10 +3,10 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/sanboot.h>
+#include <ipxe/sanboot.h>
 #include <int13.h>
-#include <gpxe/srp.h>
-#include <gpxe/sbft.h>
+#include <ipxe/srp.h>
+#include <ipxe/sbft.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
index adf8e6b9d0888ab7bfa04f57c6502576d4397727..63dba65e583fa9f4f9bff58ad87445a616d8de7f 100644 (file)
@@ -33,14 +33,14 @@ FILE_LICENCE ( BSD2 );
 #include <errno.h>
 #include <byteswap.h>
 #include <realmode.h>
-#include <gpxe/pci.h>
-#include <gpxe/acpi.h>
-#include <gpxe/in.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/iscsi.h>
-#include <gpxe/ibft.h>
+#include <ipxe/pci.h>
+#include <ipxe/acpi.h>
+#include <ipxe/in.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/iscsi.h>
+#include <ipxe/ibft.h>
 
 /** @file
  *
@@ -54,8 +54,8 @@ FILE_LICENCE ( BSD2 );
  */
 
 #define ibftab __use_data16 ( ibftab )
-/** The iBFT used by gPXE */
-struct gpxe_ibft __data16 ( ibftab ) = {
+/** The iBFT used by iPXE */
+struct ipxe_ibft __data16 ( ibftab ) = {
        /* Table header */
        .table = {
                /* ACPI header */
@@ -64,7 +64,7 @@ struct gpxe_ibft __data16 ( ibftab ) = {
                        .length = sizeof ( ibftab ),
                        .revision = 1,
                        .oem_id = "FENSYS",
-                       .oem_table_id = "gPXE",
+                       .oem_table_id = "iPXE",
                },
                /* Control block */
                .control = {
index 87b613a85d64ae5697e0e55d9b9c0f2a311bba5a..a2cf5e6b933fc40af7153ae2b9afe8ebad5251bc 100644 (file)
@@ -23,9 +23,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/list.h>
-#include <gpxe/blockdev.h>
-#include <gpxe/memmap.h>
+#include <ipxe/list.h>
+#include <ipxe/blockdev.h>
+#include <ipxe/memmap.h>
 #include <realmode.h>
 #include <bios.h>
 #include <biosint.h>
index 00efd8ffe027656b55daff36ee4d4e113e58f5a7..12c5566dc054dbc30c8bfd8f4a1fd7d7b8429713 100644 (file)
@@ -3,10 +3,10 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/iscsi.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ibft.h>
-#include <gpxe/sanboot.h>
+#include <ipxe/iscsi.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ibft.h>
+#include <ipxe/sanboot.h>
 #include <int13.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
index 904e017d8c9fc0d5fa0cd2f371f68dd431d093ad..b2a9317712d4e749ba6ea91e10af9b76ffb1a49c 100644 (file)
@@ -1,9 +1,9 @@
 #include <stdint.h>
 #include <stdio.h>
-#include <gpxe/settings.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/init.h>
-#include <gpxe/sanboot.h>
+#include <ipxe/settings.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/init.h>
+#include <ipxe/sanboot.h>
 #include <usr/autoboot.h>
 
 struct setting keep_san_setting __setting = {
index 0645fe63d71ae5c103c562f6822e71803b4563d1..51240f2ab69c2de002f25f5b25ff39b9c9834915 100644 (file)
@@ -27,10 +27,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <limits.h>
 #include <errno.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/hidemem.h>
-#include <gpxe/memmap.h>
-#include <gpxe/umalloc.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/hidemem.h>
+#include <ipxe/memmap.h>
+#include <ipxe/umalloc.h>
 
 /** Alignment of external allocated memory */
 #define EM_ALIGN ( 4 * 1024 )
index f2c3880c3a77af680f4619c662baf9009b7cd25c..4d09c054ec9aec07fa2e624d83927e1806984fcc 100644 (file)
@@ -19,7 +19,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include <realmode.h>
 
 /** @file
index 12927c776270ab2cbd1732f62172fb52ac9e0a82..6d51020afb53735ff681af76103111390f99cba4 100644 (file)
@@ -38,14 +38,14 @@ FILE_LICENCE ( BSD2 );
 
 #include <assert.h>
 #include <realmode.h>
-#include <gpxe/srp.h>
-#include <gpxe/ib_srp.h>
-#include <gpxe/acpi.h>
-#include <gpxe/sbft.h>
+#include <ipxe/srp.h>
+#include <ipxe/ib_srp.h>
+#include <ipxe/acpi.h>
+#include <ipxe/sbft.h>
 
 #define sbftab __use_data16 ( sbftab )
-/** The sBFT used by gPXE */
-struct gpxe_sbft __data16 ( sbftab ) = {
+/** The sBFT used by iPXE */
+struct ipxe_sbft __data16 ( sbftab ) = {
        /* Table header */
        .table = {
                /* ACPI header */
@@ -54,7 +54,7 @@ struct gpxe_sbft __data16 ( sbftab ) = {
                        .length = sizeof ( sbftab ),
                        .revision = 1,
                        .oem_id = "FENSYS",
-                       .oem_table_id = "gPXE",
+                       .oem_table_id = "iPXE",
                },
                .scsi_offset = offsetof ( typeof ( sbftab ), scsi ),
                .srp_offset = offsetof ( typeof ( sbftab ), srp ),
index 66a9b1e2185220d86657ca0e2e5cc5b1c77c8414..f6b3fc54638384ea841dc484b02b5a3987fe4142 100644 (file)
@@ -18,8 +18,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/uaccess.h>
-#include <gpxe/init.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/init.h>
 #include <registers.h>
 #include <biosint.h>
 #include <pxe.h>
index f884ef8ac7897e2d976c81286dc85575f37c79c6..f6bbd304aa60c49b3e70652ac57ea76e3a3939df 100644 (file)
@@ -1,5 +1,5 @@
 #include <errno.h>
-#include <gpxe/errortab.h>
+#include <ipxe/errortab.h>
 
 /*
  * This table was generated from the relevant section of errno.h using
index 8d832123c6e6cd1c5076620c4f8ef23d7862fcdf..267625688295ade3a2f36477d3f4f68fea35c5ce 100644 (file)
@@ -8,9 +8,9 @@
 #include <stdio.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/posix_io.h>
-#include <gpxe/features.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/posix_io.h>
+#include <ipxe/features.h>
 #include <pxe.h>
 #include <realmode.h>
 
@@ -245,7 +245,7 @@ segoff_t __data16 ( pxe_exit_hook ) = { 0, 0 };
  * @ret #PXENV_EXIT_FAILURE            Command was not executed successfully
  * @ret s_PXENV_FILE_API_CHECK::Status PXE status code
  * @ret s_PXENV_FILE_API_CHECK::Magic  Outbound magic number (0xe9c17b20)
- * @ret s_PXENV_FILE_API_CHECK::Provider "gPXE" (0x45585067)
+ * @ret s_PXENV_FILE_API_CHECK::Provider "iPXE" (0x45585067)
  * @ret s_PXENV_FILE_API_CHECK::APIMask API function bitmask
  * @ret s_PXENV_FILE_API_CHECK::Flags  Reserved
  *
@@ -264,7 +264,7 @@ PXENV_EXIT_t pxenv_file_api_check ( struct s_PXENV_FILE_API_CHECK *file_api_chec
                file_api_check->Status   = PXENV_STATUS_SUCCESS;
                file_api_check->Size     = sizeof(struct s_PXENV_FILE_API_CHECK);
                file_api_check->Magic    = 0xe9c17b20;
-               file_api_check->Provider = 0x45585067; /* "gPXE" */
+               file_api_check->Provider = 0x45585067; /* "iPXE" */
                file_api_check->APIMask  = 0x0000007f; /* Functions e0-e6 */
                /* Check to see if we have a PXE exit hook */
                if ( pxe_exit_hook.segment | pxe_exit_hook.offset )
index b35caf77e9b979154892293c6699e872f2aed345..63858be204d8b5a0067320c5a14e4830adc649a2 100644 (file)
@@ -18,7 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/init.h>
+#include <ipxe/init.h>
 #include "pxe.h"
 #include "pxe_call.h"
 
index 22be2e0269fb41c8708dc70fb64642c587f471f3..1d36faeaee6f1129719ef31691136277ebbd526e 100644 (file)
@@ -28,14 +28,14 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdint.h>
 #include <string.h>
 #include <stdlib.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/fakedhcp.h>
-#include <gpxe/device.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/isapnp.h>
-#include <gpxe/init.h>
-#include <gpxe/if_ether.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/fakedhcp.h>
+#include <ipxe/device.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/isapnp.h>
+#include <ipxe/init.h>
+#include <ipxe/if_ether.h>
 #include <basemem_packet.h>
 #include <biosint.h>
 #include "pxe.h"
index e0ec5f1d3b50ff0ce11a172342798a41a6d4c820..84f6527ad680f77ae87763e983533a31ac19eff5 100644 (file)
@@ -28,12 +28,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/in.h>
-#include <gpxe/tftp.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/process.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/in.h>
+#include <ipxe/tftp.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/process.h>
 #include <pxe.h>
 
 /** A PXE TFTP connection */
index f47022012dc966c29d5d5a35a7f0be9e0207c341..cdc9d0aee80d79f56f83c8f7460c616cf0e1ef3a 100644 (file)
@@ -6,10 +6,10 @@
 
 #include <string.h>
 #include <byteswap.h>
-#include <gpxe/xfer.h>
-#include <gpxe/udp.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/process.h>
+#include <ipxe/xfer.h>
+#include <ipxe/udp.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/process.h>
 #include <pxe.h>
 
 /*
index a2b0b77320226b5c4591ec66ccb65d7ebe3331a0..3ebee94e1797afcc97a8860e4d7ec0be49e0985e 100644 (file)
@@ -29,14 +29,14 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <byteswap.h>
 #include <basemem_packet.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/device.h>
-#include <gpxe/pci.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/ip.h>
-#include <gpxe/arp.h>
-#include <gpxe/rarp.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/device.h>
+#include <ipxe/pci.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ip.h>
+#include <ipxe/arp.h>
+#include <ipxe/rarp.h>
 #include "pxe.h"
 
 /**
index 582db5d2fe7581925268f989258ba354da604bda..dd0bbc5c54cf63210c0b9a709004e43c8844c412 100644 (file)
@@ -18,7 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/dhcp.h>
+#include <ipxe/dhcp.h>
 #include <pxeparent.h>
 #include <pxe_api.h>
 #include <pxe_types.h>
index 6605943717fe04c18cccb68299b7764dce9bb5f7..439ebda362245bd8993e089e1586248f3a1478c1 100644 (file)
@@ -19,8 +19,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <string.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/netdevice.h>
 #include <undipreload.h>
 #include <pxeparent.h>
 #include <realmode.h>
index d2c3f9188adbfad1a200490469f35324669c0908..7a7583734525efeea3f62d6a203873a9e0d343fb 100644 (file)
@@ -27,7 +27,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <realmode.h>
 #include <comboot.h>
 #include <assert.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 static com32sys_t __bss16 ( com32_regs );
 #define com32_regs __use_data16 ( com32_regs )
index 5c5bd13992f86c74aa2952401850008c872d1a89..0ac6ff2d685047f1c30c0215a9c72f91b2c985bd 100644 (file)
@@ -82,7 +82,7 @@ com32_wrapper:
 
        .data
 
-/* Internal gPXE virtual address space %esp */
+/* Internal iPXE virtual address space %esp */
 .globl com32_internal_esp
 .lcomm com32_internal_esp, 4
 
index 51a1b6d9a793b4b9cd4ff39a215c12b7e882986c..e5bf11c9163eac16cf2366071060f754344cc5af 100644 (file)
@@ -33,21 +33,21 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <pxe_call.h>
 #include <setjmp.h>
 #include <string.h>
-#include <gpxe/posix_io.h>
-#include <gpxe/process.h>
-#include <gpxe/serial.h>
-#include <gpxe/init.h>
-#include <gpxe/image.h>
+#include <ipxe/posix_io.h>
+#include <ipxe/process.h>
+#include <ipxe/serial.h>
+#include <ipxe/init.h>
+#include <ipxe/image.h>
 #include <usr/imgmgmt.h>
 #include "config/console.h"
 #include "config/serial.h"
 
 /** The "SYSLINUX" version string */
-static char __data16_array ( syslinux_version, [] ) = "\r\ngPXE " VERSION;
+static char __data16_array ( syslinux_version, [] ) = "\r\niPXE " VERSION;
 #define syslinux_version __use_data16 ( syslinux_version )
 
 /** The "SYSLINUX" copyright string */
-static char __data16_array ( syslinux_copyright, [] ) = " http://etherboot.org";
+static char __data16_array ( syslinux_copyright, [] ) = " http://ipxe.org";
 #define syslinux_copyright __use_data16 ( syslinux_copyright )
 
 static char __data16_array ( syslinux_configuration_file, [] ) = "";
@@ -335,7 +335,7 @@ static __asmcall void int22 ( struct i386_all_regs *ix86 ) {
                ix86->regs.cl = 0; /* minor */
 
                /* SYSLINUX derivative ID */
-               ix86->regs.dl = BZI_LOADER_TYPE_GPXE;
+               ix86->regs.dl = BZI_LOADER_TYPE_IPXE;
 
                /* SYSLINUX version and copyright strings */
                ix86->segs.es = rm_ds;
@@ -396,7 +396,7 @@ static __asmcall void int22 ( struct i386_all_regs *ix86 ) {
                                break;
                        }
 
-                       /* This relies on the fact that a gPXE POSIX fd will
+                       /* This relies on the fact that a iPXE POSIX fd will
                         * always fit in 16 bits.
                         */
 #if (POSIX_FD_MAX > 65535)
@@ -453,9 +453,9 @@ static __asmcall void int22 ( struct i386_all_regs *ix86 ) {
 
        case 0x000A: /* Get Derivative-Specific Information */
 
-               /* gPXE has its own derivative ID, so there is no defined
+               /* iPXE has its own derivative ID, so there is no defined
                 * output here; just return AL for now */
-               ix86->regs.al = BZI_LOADER_TYPE_GPXE;
+               ix86->regs.al = BZI_LOADER_TYPE_IPXE;
                ix86->flags &= ~CF;
                break;
 
index 30ac502e1dbc80a7e70346455e460002f463f4e4..c505d96b48abd01ae0f50549e9aac60ae8782a85 100644 (file)
@@ -1,9 +1,9 @@
 #include <errno.h>
 #include <comboot.h>
-#include <gpxe/in.h>
-#include <gpxe/list.h>
-#include <gpxe/process.h>
-#include <gpxe/resolv.h>
+#include <ipxe/in.h>
+#include <ipxe/list.h>
+#include <ipxe/process.h>
+#include <ipxe/resolv.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
index 60d351f72dd577fcf41f466d3618f62a23a7f58a..0f4b3ba0337bc9fdf7a1e10ea98d0b6591e20d4e 100644 (file)
@@ -355,7 +355,7 @@ msg1end:
        .word 0xAA55
 
 start_runtime:
-       /* Install gPXE */
+       /* Install iPXE */
        call    install
 
        /* Set up real-mode stack */
@@ -373,7 +373,7 @@ start_runtime:
        call    prot_call
        popl    %ecx /* discard */
 
-       /* Uninstall gPXE */
+       /* Uninstall iPXE */
        call    uninstall
 
        /* Boot next device */
index 057675671f229042cab4496a93e21bfec2d85ad5..820bad354d2ba79a924a0d9dc9d9f9af65f8b2d9 100644 (file)
@@ -78,13 +78,13 @@ load_length:
 load_failed:
        movw    $10f, %si
        jmp     boot_error
-10:    .asciz  "Could not load gPXE\r\n"
+10:    .asciz  "Could not load iPXE\r\n"
 
        .org 510
        .byte 0x55, 0xaa
 
 start_image:
-       /* Install gPXE */
+       /* Install iPXE */
        call    install
 
        /* Set up real-mode stack */
@@ -102,7 +102,7 @@ start_image:
        call    prot_call
        popl    %ecx /* discard */
 
-       /* Uninstall gPXE */
+       /* Uninstall iPXE */
        call    uninstall
 
        /* Boot next device */
index 101d0388ea8511cdf290f8982a0e5be9778e9b1b..bbda336668c9bc3f887968d85e2e77346b8f2c0b 100644 (file)
@@ -178,20 +178,20 @@ setup_code:
         * in the prefix, it doesn't matter: we just have to ensure that
         * %cs:0000 is where the start of the image *would* be.
         */
-       ljmp    $(SYSSEG-(PREFIXSIZE/16)), $run_gpxe
+       ljmp    $(SYSSEG-(PREFIXSIZE/16)), $run_ipxe
 
 
        .org    PREFIXSIZE
 /*
        We're now at the beginning of the kernel proper.
  */
-run_gpxe:
+run_ipxe:
        /* Set up stack just below 0x7c00 */
        xorw    %ax, %ax
        movw    %ax, %ss
        movw    $0x7c00, %sp
 
-       /* Install gPXE */
+       /* Install iPXE */
        call    install
 
        /* Set up real-mode stack */
@@ -209,7 +209,7 @@ run_gpxe:
        call    prot_call
        popl    %ecx /* discard */
 
-       /* Uninstall gPXE */
+       /* Uninstall iPXE */
        call    uninstall
 
        /* Boot next device */
index 607d80fb3c95e9517db9ac8ebfbac66b18543026..16d22de87bf91c3cbee114263f2f5221a7b0febb 100644 (file)
@@ -50,7 +50,7 @@ memlen:       .long   -512
  *****************************************************************************
  */
 entry:
-       /* Install gPXE */
+       /* Install iPXE */
        call    install
 
        /* Jump to .text16 segment */
@@ -64,7 +64,7 @@ entry:
        call    prot_call
        popl    %ecx /* discard */
 
-       /* Uninstall gPXE */
+       /* Uninstall iPXE */
        call    uninstall
 
        /* Reboot system */
index e728c48295f7788697cee1451c13118653c7b91f..1f5930af33aaf4195befb95ac13bc175fbbd8b11 100644 (file)
@@ -441,7 +441,7 @@ print_free_basemem:
  *****************************************************************************
  */    
 finished:
-       jmp     run_gpxe
+       jmp     run_ipxe
 
 /*****************************************************************************
  * Subroutine: print segment:offset address
@@ -686,12 +686,12 @@ flags:
        .equ undi_device_size, ( . - undi_device )
 
 /*****************************************************************************
- * Run gPXE main code
+ * Run iPXE main code
  *****************************************************************************
  */
        .section ".prefix"
-run_gpxe:
-       /* Install gPXE */
+run_ipxe:
+       /* Install iPXE */
        call    install
 
        /* Set up real-mode stack */
@@ -731,7 +731,7 @@ run_gpxe:
        call    prot_call
        popl    %ecx /* discard */
 
-       /* Uninstall gPXE */
+       /* Uninstall iPXE */
        call    uninstall
 
        /* Restore PXE stack */
index 02e54976b6fee6f4e1dfd6b48a6a89c8aca9f746..5ea53aace024bf02267433b7869e78e76f81c77a 100644 (file)
@@ -130,7 +130,7 @@ pnpheader:
 
 /* Manufacturer string */
 mfgstr:
-       .asciz  "http://etherboot.org"
+       .asciz  "http://ipxe.org"
        .size mfgstr, . - mfgstr
 
 /* Product string
@@ -477,7 +477,7 @@ no_pmm:
        call    print_message
        popf
        jnz     out
-       /* Ctrl-B was pressed: invoke gPXE.  The keypress will be
+       /* Ctrl-B was pressed: invoke iPXE.  The keypress will be
         * picked up by the initial shell prompt, and we will drop
         * into a shell.
         */
@@ -503,7 +503,7 @@ out:
  * strings PRODUCT_NAME and PRODUCT_SHORT_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.
+ * to iPXE or http://ipxe.org, we prefer you not to do so.
  *
  * If you have an OEM-mandated branding requirement that cannot be
  * satisfied simply by defining PRODUCT_NAME and PRODUCT_SHORT_NAME,
@@ -516,7 +516,7 @@ init_message:
        .ascii  "\n"
        .ascii  PRODUCT_NAME
        .ascii  "\n"
-       .asciz  "gPXE (http://etherboot.org) - "
+       .asciz  "iPXE (http://ipxe.org) - "
        .size   init_message, . - init_message
 init_message_pci:
        .asciz  " PCI"
@@ -913,7 +913,7 @@ int19_entry:
        call    print_message
        popf
        jz      1f
-       /* Leave keypress in buffer and start gPXE.  The keypress will
+       /* Leave keypress in buffer and start iPXE.  The keypress will
         * cause the usual initial Ctrl-B prompt to be skipped.
         */
        pushw   %cs
@@ -972,7 +972,7 @@ exec:       /* Set %ds = %cs */
        movw    %ax, %ss
        movw    $0x7c00, %sp
 
-       /* Install gPXE */
+       /* Install iPXE */
        movl    image_source, %esi
        movl    decompress_to, %edi
        call    alloc_basemem
@@ -993,7 +993,7 @@ exec:       /* Set %ds = %cs */
        call    prot_call
        popl    %ecx /* discard */
 
-       /* Uninstall gPXE */
+       /* Uninstall iPXE */
        call    uninstall
 
        /* Restore BIOS stack */
index 2c61d9ca6bec4f672ea7809ee8ec9613be1ed19d..38e056d57719d6c0f8e4a634e5d17a23e83da416 100644 (file)
@@ -18,8 +18,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/io.h>
-#include <gpxe/pci.h>
+#include <ipxe/io.h>
+#include <ipxe/pci.h>
 
 /** @file
  *
index f6efcdac28b6cbd35aa4807086f083c5bcee638e..01b12326ea0b3cb2d946fbc814ea443060a9a1cb 100644 (file)
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/pcibios.h>
-#include <gpxe/pcidirect.h>
+#include <ipxe/pcibios.h>
+#include <ipxe/pcidirect.h>
 
 #endif /* _BITS_PCI_IO_H */
similarity index 66%
rename from src/arch/x86/include/gpxe/efi/efix86_nap.h
rename to src/arch/x86/include/ipxe/efi/efix86_nap.h
index 833c922c39e9e2f36eb1921c8923063182d83144..e85a272b30d19b4245fc7b341aea9b98c0b375f0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_EFIX86_NAP_H
-#define _GPXE_EFIX86_NAP_H
+#ifndef _IPXE_EFIX86_NAP_H
+#define _IPXE_EFIX86_NAP_H
 
 /** @file
  *
@@ -15,4 +15,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define NAP_PREFIX_efix86 __efix86_
 #endif
 
-#endif /* _GPXE_EFIX86_NAP_H */
+#endif /* _IPXE_EFIX86_NAP_H */
similarity index 97%
rename from src/arch/x86/include/gpxe/pcibios.h
rename to src/arch/x86/include/ipxe/pcibios.h
index 93a6eb8a49a4ea4870ff3d68f84d2a0511e7dde2..36af7fcde009f9b6aae6e8acdd9ddec4a5f9095e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_PCIBIOS_H
-#define _GPXE_PCIBIOS_H
+#ifndef _IPXE_PCIBIOS_H
+#define _IPXE_PCIBIOS_H
 
 #include <stdint.h>
 
@@ -132,4 +132,4 @@ PCIAPI_INLINE ( pcbios, pci_write_config_dword ) ( struct pci_device *pci,
        return pcibios_write ( pci, PCIBIOS_WRITE_CONFIG_DWORD | where, value);
 }
 
-#endif /* _GPXE_PCIBIOS_H */
+#endif /* _IPXE_PCIBIOS_H */
similarity index 99%
rename from src/arch/x86/include/gpxe/pcidirect.h
rename to src/arch/x86/include/ipxe/pcidirect.h
index 8b705fb26854e80e73f3bac6899e6b40b52c9e79..4e933c43a50a3d2b4cceb819b97c0e4e941be4de 100644 (file)
@@ -4,7 +4,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 
 #ifdef PCIAPI_DIRECT
 #define PCIAPI_PREFIX_direct
index 89a4e3ba8830427878f3cc487ac0313f024405bd..b6bee6276e3b93b2d7152f1b5de01c8660c40b08 100644 (file)
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/nap.h>
-#include <gpxe/efi/efi.h>
+#include <ipxe/nap.h>
+#include <ipxe/efi/efi.h>
 
 /** @file
  *
- * gPXE CPU sleeping API for EFI
+ * iPXE CPU sleeping API for EFI
  *
  */
 
index 36d56508b8894fd67c9e227b93ebe8d7f0b71e3c..1de08a37a8e0ed120386d6e5ec7afc6a5d1bceae 100644 (file)
@@ -19,8 +19,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdlib.h>
-#include <gpxe/init.h>
-#include <gpxe/efi/efi.h>
+#include <ipxe/init.h>
+#include <ipxe/efi/efi.h>
 
 /**
  * EFI entry point
@@ -37,7 +37,7 @@ EFI_STATUS EFIAPI _start ( EFI_HANDLE image_handle,
        if ( ( efirc = efi_init ( image_handle, systab ) ) != 0 )
                return efirc;
 
-       /* Initialise gPXE environment */
+       /* Initialise iPXE environment */
        initialise();
        startup();
 
index 4cc9e04a04da0282b594ed2d945c2922c0af2f22..61a9fc643fae9ef1db75fa585ff3fbf4f8e89915 100644 (file)
@@ -19,7 +19,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdlib.h>
-#include <gpxe/efi/efi.h>
+#include <ipxe/efi/efi.h>
 
 /**
  * EFI entry point
index 0a0c8a246ff6a93d21b0b971cd16ed12b549ce0a..8b42c0a4a97f8038b63762568930646f1080a3df 100644 (file)
@@ -7,6 +7,6 @@
  *
  */
 
-#include <gpxe/efi/efix86_nap.h>
+#include <ipxe/efi/efix86_nap.h>
 
 #endif /* _BITS_MAP_H */
index a6e76220df9b87e708b9d98527c0a5ce88e4f176..98be65d3b2b804aca671318d3b8f4f6641f5e5a0 100644 (file)
@@ -16,7 +16,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  *
  * This file contains macros that pull various objects into the link
  * based on definitions in configuration header files. Ideally it
- * should be the only place in gPXE where one might need to use #ifdef
+ * should be the only place in iPXE where one might need to use #ifdef
  * for compile-time options.
  *
  * In the fairly common case where an object should only be considered
@@ -25,7 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  * <tt>config_<i>subsystem</i>.c</tt>, where @e subsystem is the
  * object basename of the main source file for that subsystem. The
  * build system will pull in that file if @c subsystem.c is included
- * in the final gPXE executable built.
+ * in the final iPXE executable built.
  */
 
 /*
index c09105cc08cf0da79b503d5ea6d058b4c44f2e75..ec9a002858e2123b08c64aa4cd2e96d96111a1ab 100644 (file)
@@ -21,11 +21,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define        IMAGE_ELF               /* ELF image support */
 #define        IMAGE_MULTIBOOT         /* MultiBoot image support */
 #define        IMAGE_PXE               /* PXE image support */
-#define IMAGE_SCRIPT           /* gPXE script image support */
+#define IMAGE_SCRIPT           /* iPXE script image support */
 #define IMAGE_BZIMAGE          /* Linux bzImage image support */
 #define IMAGE_COMBOOT          /* SYSLINUX COMBOOT image support */
 
-#define PXE_STACK              /* PXE stack in gPXE - required for PXELINUX */
+#define PXE_STACK              /* PXE stack in iPXE - required for PXELINUX */
 #define PXE_MENU               /* PXE menu booting */
 #define        PXE_CMD                 /* PXE commands */
 
index bfab5b6e9b596a6b1c1708550cd5f309fb93db48..c9bf726140bc7fff763436a1f6e04dd789d2c613 100644 (file)
@@ -14,18 +14,18 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /*
  * Branding
  *
- * Vendors may use these strings to add their own branding to gPXE.
- * PRODUCT_NAME is displayed prior to any gPXE branding in startup
+ * Vendors may use these strings to add their own branding to iPXE.
+ * PRODUCT_NAME is displayed prior to any iPXE branding in startup
  * messages, and PRODUCT_SHORT_NAME is used where a brief product
  * label is required (e.g. in BIOS boot selection menus).
  *
  * To minimise end-user confusion, it's probably a good idea to either
  * make PRODUCT_SHORT_NAME a substring of PRODUCT_NAME or leave it as
- * "gPXE".
+ * "iPXE".
  *
  */
 #define PRODUCT_NAME ""
-#define PRODUCT_SHORT_NAME "gPXE"
+#define PRODUCT_SHORT_NAME "iPXE"
 
 /*
  * Timer configuration
@@ -45,7 +45,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  * PXE support
  *
  */
-//#undef       PXE_STACK               /* PXE stack in gPXE - you want this! */
+//#undef       PXE_STACK               /* PXE stack in iPXE - you want this! */
 //#undef       PXE_MENU                /* PXE menu booting */
 
 /*
@@ -98,7 +98,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 //#define      IMAGE_AOUT              /* a.out image support */
 //#define      IMAGE_WINCE             /* WinCE image support */
 //#define      IMAGE_PXE               /* PXE image support */
-//#define      IMAGE_SCRIPT            /* gPXE script image support */
+//#define      IMAGE_SCRIPT            /* iPXE script image support */
 //#define      IMAGE_BZIMAGE           /* Linux bzImage image support */
 //#define      IMAGE_COMBOOT           /* SYSLINUX COMBOOT image support */
 //#define      IMAGE_EFI               /* EFI image support */
index b65f4d483456c01782e62d3118c91eb8b9905484..d573d2e98050f0d90f95210c484bb632a8214422 100644 (file)
@@ -18,7 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/acpi.h>
+#include <ipxe/acpi.h>
 
 /** @file
  *
index 31306e2a834534fa45758aab01f7df81ab9bce99..05bbb8695d6ffc50cbb4417936cc9ac1de1cfe5a 100644 (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
  *
index 5619ef7b1cabd4f0112e89bd56e45867721a50de..01bf46e22b0712284fa32cffd16a5583be177abb 100644 (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
  *
index bbe9cbaa1370dfb818964caafec80b4f9893efe5..76fcef67bcc609309886b1e3fdaba6a45a80b3f6 100644 (file)
@@ -19,7 +19,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <errno.h>
-#include <gpxe/bitmap.h>
+#include <ipxe/bitmap.h>
 
 /** @file
  *
index 122d89fb848a4e034aa0b869a7b037cdf704d8c6..994ebbf67844b961235971f94b088954cfb7edf1 100644 (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
index e22d2601948da0f27fb98b9da7de91ae24d3d8f4..1d2aa5e570f1b8c5efe3dfc90fb5348b8ae6f908 100644 (file)
@@ -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 */
 
index b303fa35f7a5eb5e400aee3292b4929b21fe4685..5b7b3aa1d81b3845cdbcf429368d18d3cf4aaa21 100644 (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
index 65e01b21e94d84274dcef1a801164ba0f0816eee..f649ba440b1c6350e474cb3daa49ce80278cb5bf 100644 (file)
@@ -19,7 +19,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
-#include <gpxe/uri.h>
+#include <ipxe/uri.h>
 
 /** @file
  *
index 8f92930996340fdeb4e1418c7284a7ec3e5025a2..a08be9c2241c7b3e989d8458a6feff1397a63c9b 100644 (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 ) {
index 96ccc9ff35b59a98d156e8ea76f637a3e2849cfd..1a227fd9c6633f8c55468a389ed23670b8c2556b 100644 (file)
 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
index 86c144dc6bfe2aed03e73938f54e6ceae0161f17..9285efa204481b6d7ee8d7d47c5851fb94eb3103 100644 (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
  *
index 6c16aa4450d282829741e6f5761e108d0af3c284..7e866325ce79405c13a22f62773ccc48b22e9529 100644 (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
  *
index a8bee7dc25220ce8cd2fb70f9770f655e43940b7..94a5214594a187f843c8b89edc9c679b2e1df054 100644 (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
  *
index c768c91d4300ba08995fd77ad41028aa5b315f3a..888a4a2772e3023f3f14e23fe0982b4a80c6ed7c 100644 (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
  *
index b0d50479fd76212f41acf6eaa76c52f7c435b39e..d372da96416253ecf0a0cd2d685628e72c5fa5d0 100644 (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;
 
index c808395583eef9dbe5dbeb8780ccf9c9038c22c1..2cae29fecfeab0ea1bdc5633d13ca635c6b4ff08 100644 (file)
@@ -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 {
index 26feb38a78e530f64e116f05487231eb9fa4f335..287ec6305fc3a3f0715dcde2a8f632d6ff879acd 100644 (file)
 #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
  *
index dbd074ccf1385d6c4fbd6eb1e14091bdb683eb3a..b159656ec1e5998b68b5806da2d4e1854550aa54 100644 (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
  *
index 65604ee0c21a3418622254d280b8fb257ed8da99..f8dc6be4a4a1f8d9ea321b146ccfc6c00e987cbe 100644 (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
  *
index 24fe51ab9daf4566a66e90cdd67ece5f379ce5b1..c6ef71f4710a664448fa8b5d83b56f8913b9d78e 100644 (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
  *
index cd0f6dcc8d94ba136e78f3711314b734e724b682..4dc706f63062a3beaeefca18c37c69d2d95055f3 100644 (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().
  *
index 43d58ed2000148ff515aa7ecb730be6a30e4fdeb..d1583a8a91b8ce2ccd20998e1b21938a41c69a97 100644 (file)
@@ -18,7 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/interface.h>
+#include <ipxe/interface.h>
 
 /** @file
  *
index 1ce7890e4f6c0ba6d7ef7ab9770e3d2fd65e0f39..d776d606e890ad40123cbe423c95ff51a49e00ac 100644 (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
  *
index 438064ef2f22a5dd741c7b5f41342ee7d519b465..ffc0057fad9ab81ee20dab166f67674c631f1609 100644 (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
  *
index 221f4e1a6a53987c1b74093fda9926eb79cabbe5..f152bccb0174f3d740bfa3975efabcd1b2c623b9 100644 (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
index d07d24c02d48de4a53de5d7ea03e36d3c4f4840c..ac81c284c5682d7da60d4abeb39bae66bcb525c8 100644 (file)
@@ -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 );
index 8b0bc24d2fd3edc1699526d91c1a80eea3874953..bf01b278dc7a80b248aba9c767f77c062c303905 100644 (file)
@@ -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
  *
index c19591bb9f5e3563cd989664161b0afa9c163d26..799693577d2f62e0e455064cecc220827167e178 100644 (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
index a24b559e18a8f74e2e1fef04d68d35e00f89b397..cd255076e6d0f8fe2c156106c2457e2f883446aa 100644 (file)
@@ -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
  *
index a3b01eb1014a0257645b799b08f9342d235c88e9..c886f548e80f5dab262f02ca187d10a56462c1e9 100644 (file)
@@ -1,3 +1,3 @@
-#include <gpxe/nap.h>
+#include <ipxe/nap.h>
 
 PROVIDE_NAP_INLINE ( null, cpu_nap );
index 3dbf51d3f36ea1247c9978938b5530061513f4bc..327f4f9812bb591f2f6a6dbe82e006fa6759367d 100644 (file)
@@ -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
  *
index 70b427ba2225b93b52ec31e867a26bb0cde4be5c..58edef561c1d00a39e14e63bab6c66c7ee184d61 100644 (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
index 799c8beb75f9eb551cc86dbcb557d3248d8f4b54..8c07a7f017ee3b00c1c6c3b7a0ea0a4b53987406 100644 (file)
@@ -10,7 +10,7 @@
  *             yhlu@tyan.com
  */
 
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include "console.h"
 
 static char key_map[][128] = {
index 631971ef5c0ef364e4c36b6c6582baf23b55d293..72d59b7164047012f3a0d585526adc71f9662af8 100644 (file)
@@ -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;
index e6b1a0f693c0e550931650868f159941539447cd..05077c8b27d09ccf94f6caaa2b2f9ad9213bee97 100644 (file)
@@ -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 */
index 9c13e02049278dd93daec72bb8fee9ba91061188..940e3b878fe884d2113b31a6900e960c894cae43 100644 (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
  *
index 6e7374e349868cee343409650a755ad5474deb44..8824dca3a859ddf09d3f638f52e9925b52a2c660 100644 (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;
 
index f2286cacdf5d74180e5015dc85447eb51b9715f2..cd6ab964811fcc60b269bb79729b51260b62eec0 100644 (file)
@@ -19,7 +19,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdlib.h>
-#include <gpxe/refcnt.h>
+#include <ipxe/refcnt.h>
 
 /** @file
  *
index 6f01f93e94cf03112f760dff4b04db25627b3b7c..9c96b9fca06848555d33c049cfc07f223056cd99 100644 (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
  *
index d35e89e958c0fe2925b86fb0ab80950903b64854..a5551b136f4205c3baeae1927a692fa677d84fd9 100644 (file)
 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 */
index 0300482af7a6337ba7d2cd5b66f5fc13c7c5fb05..70cf2657e234e45aadc0261b52d1652091c00bf8 100644 (file)
@@ -1,5 +1,5 @@
-#include <gpxe/init.h>
-#include <gpxe/serial.h>
+#include <ipxe/init.h>
+#include <ipxe/serial.h>
 #include "console.h"
 
 /** @file
index 7d83101cf0d86f3ef209949fcdba9a349b9c69e2..427b9ed6c59207ee3c3ea9eb8030f2786d91d08c 100644 (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
  *
index 6a1f2e5930339a304a5677546c507849c03742a5..57502f26ec5baf25071e37f56e57e14f7387ec33 100644 (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 ) {
index 2b67d55d5740363ab1e2bfd1b5418de328fcbddb..d98553f0fe9b7ff69d5b58b3492619b2fb4f10c1 100644 (file)
@@ -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
  *
index 21ab2429243cdd33069db1347b4d561167531efe..3ed4bd3daf11e1debb2c22b5bf40f94cff02438c 100644 (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 */
 
index 1ec6f9d3f216ec7e81783417f33e5358b9fe88de..8dbfef6c884c4f8b556cd03497b7b0d2d8c161ee 100644 (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
  *
index d7f94af0e4b348293b1951b2f7340cb21b355182..46ef016f5401dfb72e32fc17dcf1557675de2de2 100644 (file)
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdlib.h>
 #include <string.h>
-#include <gpxe/crypto.h>
-#include <gpxe/aes.h>
+#include <ipxe/crypto.h>
+#include <ipxe/aes.h>
 
 /**
  * Wrap a key or other data using AES Key Wrap (RFC 3394)
index e58fba7c7c7a5bb901df478cb82d7870278a25ad..ab3325c83c47f40d876ce775762f9f45255826f6 100644 (file)
@@ -20,8 +20,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/crypto.h>
-#include <gpxe/arc4.h>
+#include <ipxe/crypto.h>
+#include <ipxe/arc4.h>
 
 #define SWAP( ary, i, j )      \
        ({ u8 temp = ary[i]; ary[i] = ary[j]; ary[j] = temp; })
index 154a8a840e9942dd7cd127d947560d31cfcb4faf..a54d31d0c36e982ca4b4e2f8387821377aada87d 100644 (file)
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdint.h>
 #include <stddef.h>
 #include <errno.h>
-#include <gpxe/asn1.h>
+#include <ipxe/asn1.h>
 
 /** @file
  *
index 8bd375864f3ede4bf0085b7827c40c1f8ec50a9f..b73a572526f12eb27e57c40c4931ef135c5971dd 100644 (file)
@@ -21,9 +21,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/crypto.h>
-#include <gpxe/cbc.h>
-#include <gpxe/aes.h>
+#include <ipxe/crypto.h>
+#include <ipxe/cbc.h>
+#include <ipxe/aes.h>
 #include "crypto/axtls/crypto.h"
 
 /** @file
index 841e193b108a04b074e781b407a8757f2773fcbb..3eb8912d323559de960c5da89b99ee8fcfd6e642 100644 (file)
@@ -1,6 +1,6 @@
 #include "crypto/axtls/crypto.h"
-#include <gpxe/crypto.h>
-#include <gpxe/sha1.h>
+#include <ipxe/crypto.h>
+#include <ipxe/sha1.h>
 
 static void sha1_init ( void *ctx ) {
        SHA1Init ( ctx );
index 1710203cac13e27f76aade6b3e93fc0fd8625503..c00ebb0a73f65711c2faf43257cfe1c422b6142f 100644 (file)
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <string.h>
 #include <assert.h>
-#include <gpxe/crypto.h>
-#include <gpxe/cbc.h>
+#include <ipxe/crypto.h>
+#include <ipxe/cbc.h>
 
 /** @file
  *
index 8aa224c423e199839ba7befdb8ea5642e4b2e7c0..492d221602579514d6590b8344c32e6b07d181c6 100644 (file)
@@ -23,8 +23,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/crypto.h>
-#include <gpxe/chap.h>
+#include <ipxe/crypto.h>
+#include <ipxe/chap.h>
 
 /** @file
  *
index 9828482e4fee016f74ac1e2b53e0d5152cb4478d..1886f9b7ee6809a5154d91f1e99411dffc12875c 100644 (file)
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  * uses random().
  */
 
-#include <gpxe/crypto.h>
+#include <ipxe/crypto.h>
 #include <stdlib.h>
 
 /**
index 0cc314e831f916390c80d116cccb089850cdfda3..71ec1d66cd73fcd41716570befdc114cccba11a1 100644 (file)
@@ -20,7 +20,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/crc32.h>
+#include <ipxe/crc32.h>
 
 #define CRCPOLY                0xedb88320
 
index 61efb34ea5c969588745016d0c30d563367b067f..c9c32ae99b1e9c03f06ebcb2e541c86711d85966 100644 (file)
@@ -25,7 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 #include <string.h>
-#include <gpxe/crypto.h>
+#include <ipxe/crypto.h>
 
 static void digest_null_init ( void *ctx __unused ) {
        /* Do nothing */
index d64730c02c8ca60569951550443cf10d4cae4481..6b61dc4494ae9f964ed70abc8349c4a2a2e0f251 100644 (file)
@@ -26,8 +26,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <string.h>
 #include <assert.h>
-#include <gpxe/crypto.h>
-#include <gpxe/hmac.h>
+#include <ipxe/crypto.h>
+#include <ipxe/hmac.h>
 
 /**
  * Reduce HMAC key length
index 8c606398e1489c8bfab8d6526d021d7dd0a30392..ef322ad2ac45d24ca04db6709051727dbaa23f99 100644 (file)
@@ -25,8 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdint.h>
 #include <string.h>
 #include <byteswap.h>
-#include <gpxe/crypto.h>
-#include <gpxe/md5.h>
+#include <ipxe/crypto.h>
+#include <ipxe/md5.h>
 
 struct md5_step {
        u32 ( * f ) ( u32 b, u32 c, u32 d );
index c144a0f69ea00f051f435fac7452a8f8bd3a0ccb..74445e9d1977390f4d6ceda0f3e397834e2f351d 100644 (file)
@@ -18,9 +18,9 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/crypto.h>
-#include <gpxe/sha1.h>
-#include <gpxe/hmac.h>
+#include <ipxe/crypto.h>
+#include <ipxe/sha1.h>
+#include <ipxe/hmac.h>
 #include <stdint.h>
 #include <byteswap.h>
 
index 31ed412f22bfe1f6936fb153a3a075b4c6a2eb21..49bc2b8676dbd00c03ae9cc2ce579b390f118b57 100644 (file)
@@ -21,8 +21,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/asn1.h>
-#include <gpxe/x509.h>
+#include <ipxe/asn1.h>
+#include <ipxe/x509.h>
 
 /** @file
  *
index 8ff14a95b1e4428dc2e8aa3b400f11fda190af4f..2411486d5036635fd923e2ff441bce2dd8c7274e 100644 (file)
@@ -208,7 +208,7 @@ Output:             PXENV_EXIT_SUCCESS or PXENV_EXIT_FAILURE must be
                structure must be set to one of the values represented
                by the PXENV_STATUS_xxx constants.
 
-Description:   Execute a gPXE command.
+Description:   Execute a iPXE command.
 
 typedef struct s_PXENV_FILE_EXEC {
         PXENV_STATUS_t Status;
@@ -271,7 +271,7 @@ Returned from API service:
 
 Size:          Set to the number of bytes filled in (20).
 Magic:         Set to 0xe9c17b20.
-Provider:      Set to 0x45585067 ("gPXE").  Another implementation of this
+Provider:      Set to 0x45585067 ("iPXE").  Another implementation of this
                API can use another value, e.g. to indicate a different
                command set supported by FILE EXEC.
 APIMask:       Bitmask of supported API functions (one bit for each function
index 0ee87ad90f74e42a93b88a72c99506236637f4f1..f53c027359e8329c18ef8328d7dc03130f536b9d 100644 (file)
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = gPXE
+PROJECT_NAME           = iPXE
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
index 3e558d5ceefa73fcda030536263f78743a4776bf..ac914075c8fa0f31d40f088320a4acc64c259195 100644 (file)
@@ -18,7 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/bitbash.h>
+#include <ipxe/bitbash.h>
 
 /** @file
  *
index 131972708ef8c8531600cd5a577bcdeff2426098..ccf82db8a242a55cb18ac3b859c97649c685b5ca 100644 (file)
@@ -24,8 +24,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <assert.h>
 #include <unistd.h>
-#include <gpxe/bitbash.h>
-#include <gpxe/i2c.h>
+#include <ipxe/bitbash.h>
+#include <ipxe/i2c.h>
 
 /** @file
  *
index 8e7039362ea6b85808eedfaed46187934da581b8..f165e01b9167c12751232c5a0bee7abfc7047abc 100644 (file)
@@ -25,8 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <assert.h>
 #include <unistd.h>
-#include <gpxe/bitbash.h>
-#include <gpxe/spi_bit.h>
+#include <ipxe/bitbash.h>
+#include <ipxe/spi_bit.h>
 
 /** @file
  *
index dc851d72e0e583d6574b352958e9549fe497cc36..c59e788a40fd830c5d6e60d6ade6eb187db2333b 100644 (file)
@@ -23,9 +23,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <assert.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/blockdev.h>
-#include <gpxe/process.h>
-#include <gpxe/ata.h>
+#include <ipxe/blockdev.h>
+#include <ipxe/process.h>
+#include <ipxe/ata.h>
 
 /** @file
  *
index 4e6f1bca02292c534a0e9525d6361b03790c8f3b..55c0d2d5293c477f4a282e566acb7c41d9a3edee 100644 (file)
@@ -18,8 +18,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/blockdev.h>
-#include <gpxe/ramdisk.h>
+#include <ipxe/blockdev.h>
+#include <ipxe/ramdisk.h>
 
 /**
  * @file
index a51b3af60d650a6fd176df13e96dcafbb72eb4b6..94e283b63a8abfb32be638f4de8b948b17029024 100644 (file)
@@ -23,9 +23,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/blockdev.h>
-#include <gpxe/process.h>
-#include <gpxe/scsi.h>
+#include <ipxe/blockdev.h>
+#include <ipxe/process.h>
+#include <ipxe/scsi.h>
 
 /** @file
  *
index 1d0799ab71be4ca8e96b348f7aab74f332c62070..d90401e5e1f4d4cc2152b219914d10b10a067cfb 100644 (file)
@@ -33,11 +33,11 @@ FILE_LICENCE ( BSD2 );
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/scsi.h>
-#include <gpxe/xfer.h>
-#include <gpxe/features.h>
-#include <gpxe/ib_srp.h>
-#include <gpxe/srp.h>
+#include <ipxe/scsi.h>
+#include <ipxe/xfer.h>
+#include <ipxe/features.h>
+#include <ipxe/ib_srp.h>
+#include <ipxe/srp.h>
 
 /**
  * @file
index b533364bdec7a48f3e10d23de0ea6a0c8e4f15db..22a615860686c65e74272823a6d208a69ecb9abb 100644 (file)
@@ -3,9 +3,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <unistd.h>
-#include <gpxe/eisa.h>
+#include <ipxe/eisa.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
index f458826d88d3b40b744e00ca29324937a2955479..e40d382a64a50a3b20a7d4016a280bcf2d6fca57 100644 (file)
@@ -3,8 +3,8 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/io.h>
-#include <gpxe/isa.h>
+#include <ipxe/io.h>
+#include <ipxe/isa.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
index 73101584f9c94ae023d7f8112b9b881cef163040..e72b233f31afe35b3bf4202e4b5d444f00b8f875 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <byteswap.h>
-#include <gpxe/isa_ids.h>
+#include <ipxe/isa_ids.h>
 
 /* 
  * EISA and ISAPnP IDs are actually mildly human readable, though in a
index ccf6209fcd74ba30e2b1b9f9c1100ae1949eb027..d8bfcd7c28794d76927a6b6beeed208cd1c6519a 100644 (file)
@@ -62,9 +62,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <unistd.h>
-#include <gpxe/isapnp.h>
+#include <ipxe/isapnp.h>
 
 /**
  * ISAPnP Read Port address.
index 2815603efbb582575cdcbe50ce691dd631b9f4e2..055b010df1ba60226092f8c8ade6f3ee47d37231 100644 (file)
@@ -12,8 +12,8 @@ FILE_LICENCE ( BSD2 );
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/io.h>
-#include <gpxe/mca.h>
+#include <ipxe/io.h>
+#include <ipxe/mca.h>
 
 static void mcabus_remove ( struct root_device *rootdev );
 
index 8899e6e1a378a3f14f52b608aa99b1eed8fe24aa..17cee23aa01eacfa16adf853cfd62f607963b33c 100644 (file)
@@ -26,9 +26,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/tables.h>
-#include <gpxe/device.h>
-#include <gpxe/pci.h>
+#include <ipxe/tables.h>
+#include <ipxe/device.h>
+#include <ipxe/pci.h>
 
 /** @file
  *
index 8f9994ec93c22a0859bc5639aa3486e27bbd1f61..6719c53c73d58e2a3a7c7e332f010a05d03eb83f 100644 (file)
@@ -19,8 +19,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/pci.h>
-#include <gpxe/pcibackup.h>
+#include <ipxe/pci.h>
+#include <ipxe/pcibackup.h>
 
 /** @file
  *
index 74c40990efa61f9a5fe222ba243c9cbb552da486..c4417e0cbbc613085ba4715d480a75fd9faf8bbf 100644 (file)
@@ -1,7 +1,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 
 /**
  * Look for a PCI capability
index 34acce2db4c8523280ff06d26734cab89c087250..fbef067bcdb55643d0292fc283f97f2dbe196aa8 100644 (file)
@@ -12,9 +12,9 @@
  */
 
 #include "etherboot.h"
-#include "gpxe/io.h"
-#include "gpxe/virtio-ring.h"
-#include "gpxe/virtio-pci.h"
+#include "ipxe/io.h"
+#include "ipxe/virtio-ring.h"
+#include "ipxe/virtio-pci.h"
 
 int vp_find_vq(unsigned int ioaddr, int queue_index,
                struct vring_virtqueue *vq)
index 6415f626b34ac549586fdf14dac3d2c4b51e8baf..00b10816a189551541daf97baebe59d4efe16baa 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 #include "etherboot.h"
-#include "gpxe/io.h"
-#include "gpxe/virtio-ring.h"
-#include "gpxe/virtio-pci.h"
+#include "ipxe/io.h"
+#include "ipxe/virtio-ring.h"
+#include "ipxe/virtio-pci.h"
 
 #define BUG() do { \
    printf("BUG: failure at %s:%d/%s()!\n", \
index 5bf3574315c997ab852c245401aa5dc2a303110d..5937c5249aa6825f7ac5eb07d2fe7fb5b83f7c0a 100644 (file)
@@ -29,14 +29,14 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <unistd.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/io.h>
-#include <gpxe/pci.h>
-#include <gpxe/malloc.h>
-#include <gpxe/umalloc.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_smc.h>
+#include <ipxe/io.h>
+#include <ipxe/pci.h>
+#include <ipxe/malloc.h>
+#include <ipxe/umalloc.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_smc.h>
 #include "arbel.h"
 
 /**
index 87f5933df6a6c0e103886f3513610204343b5222..f74869156b7682bb18bfa57e0c9857659f5e5c49 100644 (file)
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 #include "mlx_bitops.h"
 #include "MT25218_PRM.h"
 
@@ -232,7 +232,7 @@ union arbelprm_mad {
 } __attribute__ (( packed ));
 
 /*
- * gPXE-specific definitions
+ * iPXE-specific definitions
  *
  */
 
index 777db0f2079a8840d08b2bfdccfb51bd4cd19852..24fe9c451aef28ddef4b76e1f57990fd840c66c9 100644 (file)
@@ -27,15 +27,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <unistd.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/io.h>
-#include <gpxe/pci.h>
-#include <gpxe/pcibackup.h>
-#include <gpxe/malloc.h>
-#include <gpxe/umalloc.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_smc.h>
+#include <ipxe/io.h>
+#include <ipxe/pci.h>
+#include <ipxe/pcibackup.h>
+#include <ipxe/malloc.h>
+#include <ipxe/umalloc.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_smc.h>
 #include "hermon.h"
 
 /**
index c53f3da5a00db2b9cf743d0abc7887e6bf490bb6..d63ceaca0b0fa216bea06f0de1cb2d3a9d9caf59 100644 (file)
@@ -10,8 +10,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/ib_packet.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/ib_packet.h>
 #include "mlx_bitops.h"
 #include "MT25408_PRM.h"
 
@@ -273,7 +273,7 @@ union hermonprm_mad {
 } __attribute__ (( packed ));
 
 /*
- * gPXE-specific definitions
+ * iPXE-specific definitions
  *
  */
 
index b9a7ba58d93166fe2a8ec958ade203f55115240f..83d473c7fff25208451280987c80d37d9aab72ef 100644 (file)
@@ -23,13 +23,13 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <unistd.h>
 #include <assert.h>
-#include <gpxe/io.h>
-#include <gpxe/pci.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/i2c.h>
-#include <gpxe/bitbash.h>
-#include <gpxe/malloc.h>
-#include <gpxe/iobuf.h>
+#include <ipxe/io.h>
+#include <ipxe/pci.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/i2c.h>
+#include <ipxe/bitbash.h>
+#include <ipxe/malloc.h>
+#include <ipxe/iobuf.h>
 #include "linda.h"
 
 /**
index 3068421b0921b59e7eeffa5e4a4fbd33ba1fe5e8..1450a6ada4aadac5e20c1789ebb67ffeafad4e4c 100644 (file)
@@ -29,7 +29,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 #define BITOPS_LITTLE_ENDIAN
-#include <gpxe/bitops.h>
+#include <ipxe/bitops.h>
 #include "qib_7220_regs.h"
 
 struct ib_device;
index d57c05b4c2233f0d86d164a49eebe7f7a39f8e4d..bb13f48c86550f56e992ecd421387f0b6bce047c 100644 (file)
@@ -4,8 +4,8 @@
  *
  */
 
-#include <gpxe/eisa.h>
-#include <gpxe/isa.h>
+#include <ipxe/eisa.h>
+#include <ipxe/isa.h>
 #include "console.h"
 #include "3c509.h"
 
index 1c58f7798177f5eb28d847d0a1790d82c1ae77a9..4326a835ccddc6d2d31f85f13e7e462983e4b229 100644 (file)
@@ -10,10 +10,10 @@ FILE_LICENCE ( BSD2 );
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <unistd.h>
-#include <gpxe/device.h>
-#include <gpxe/isa.h>
+#include <ipxe/device.h>
+#include <ipxe/isa.h>
 #include "3c509.h"
 
 /*
index eb9569fbd7471ed63a1cd667c7b1b467d80d24a1..2b8606906ff8942d861aeaa9532b0cb7c70e012e 100644 (file)
@@ -49,9 +49,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include "etherboot.h"
 /* to get the interface to the body of the program */
 #include "nic.h"
-#include <gpxe/isapnp.h>
-#include <gpxe/isa.h> /* for ISA_ROM */
-#include <gpxe/ethernet.h>
+#include <ipxe/isapnp.h>
+#include <ipxe/isa.h> /* for ISA_ROM */
+#include <ipxe/ethernet.h>
 
 static void t3c515_wait(unsigned int nticks)
 {
index 42824644a0e0c99beb29f40cb9fc5f4896012c36..d68f28ec1c6d95ed7a74532bc66fabac24626ae8 100644 (file)
@@ -6,8 +6,8 @@
 FILE_LICENCE ( BSD2 );
 
 #include "etherboot.h"
-#include <gpxe/mca.h>
-#include <gpxe/isa.h> /* for ISA_ROM */
+#include <ipxe/mca.h>
+#include <ipxe/isa.h> /* for ISA_ROM */
 #include "nic.h"
 #include "3c509.h"
 
index 07c85d0352d79f0a2597fedf8d3dab7f1c1ea64c..3178178ac48245b9888ae27b5970aa0bd003e5bf 100644 (file)
@@ -29,8 +29,8 @@ FILE_LICENCE ( BSD2 );
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include "3c595.h"
 
 static struct nic_operations t595_operations;
index 87c9f29a96d624002f1a5cb389aae1e6a1d7244a..4d9bc8d9e32f5e0c8f6908d6a66ffbc2a3faa295 100644 (file)
@@ -26,10 +26,10 @@ FILE_LICENCE ( BSD2 );
 
 /* #define EDEBUG */
 
-#include <gpxe/ethernet.h>
+#include <ipxe/ethernet.h>
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/isa.h>
+#include <ipxe/isa.h>
 #include "3c509.h"
 
 static enum { none, bnc, utp } connector = none;       /* for 3C509 */
index 9c1879bb3eb58dee0ba1d9429bcc8f299c75fb42..760d355223b9b699aee1409f6319c689aeb2f3c7 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * 3c90x.c -- This file implements a gPXE API 3c90x driver
+ * 3c90x.c -- This file implements a iPXE API 3c90x driver
  *
  * Originally written for etherboot by:
  *   Greg Beeley, Greg.Beeley@LightSys.org
  * Modified by Steve Smith,
  *   Steve.Smith@Juno.Com. Alignment bug fix Neil Newell (nn@icenoir.net).
- * Almost totally Rewritten to use gPXE API, implementation of tx/rx ring support
+ * Almost totally Rewritten to use iPXE API, implementation of tx/rx ring support
  *   by Thomas Miletich, thomas.miletich@gmail.com
  *   Thanks to Marty Connor and Stefan Hajnoczi for their help and feedback,
  *   and to Daniel Verkamp for his help with testing.
@@ -47,15 +47,15 @@ FILE_LICENCE ( BSD2 );
 #include <assert.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/io.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/pci.h>
-#include <gpxe/timer.h>
-#include <gpxe/nvs.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/io.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/pci.h>
+#include <ipxe/timer.h>
+#include <ipxe/nvs.h>
 
 #include "3c90x.h"
 
@@ -271,7 +271,7 @@ static int a3c90x_setup_tx_ring(struct INF_3C90X *p)
 
 /**
  * a3c90x_process_tx_packets - Checks for successfully sent packets,
- * reports them to gPXE with netdev_tx_complete();
+ * reports them to iPXE with netdev_tx_complete();
  *
  * @v netdev   Network device info
  */
@@ -513,7 +513,7 @@ static void a3c90x_free_rx_iobuf(struct INF_3C90X *p)
 
 /**
  * a3c90x_process_rx_packets - Checks for received packets,
- * reports them to gPXE with netdev_rx() or netdev_rx_err() if there was an
+ * reports them to iPXE with netdev_rx() or netdev_rx_err() if there was an
  * error while receiving the packet
  *
  * @v netdev   Network device info
@@ -608,7 +608,7 @@ static void a3c90x_free_resources(struct INF_3C90X *p)
 
 /**
  * a3c90x_remove - Routine to remove the card. Unregisters
- * the NIC from gPXE, disables RX/TX and resets the card.
+ * the NIC from iPXE, disables RX/TX and resets the card.
  *
  * @v pci      PCI device info
  */
index acbb29d2e38244cd43b46a11f41dadf8d9cae0e8..0d36fbaeaccbd9f6d87e2389c70f9aeae4efe402 100644 (file)
@@ -3,7 +3,7 @@
  * by Greg Beeley, Greg.Beeley@LightSys.org.  Modified by Steve Smith,
  * Steve.Smith@Juno.Com. Alignment bug fix Neil Newell (nn@icenoir.net).
  *
- * Port from etherboot to gPXE API, implementation of tx/rx ring support
+ * Port from etherboot to iPXE API, implementation of tx/rx ring support
  * by Thomas Miletich, thomas.miletich@gmail.com
  * Thanks to Marty Connor and Stefan Hajnoczi for their help and feedback.
  *
index 1b1fdc193b388b2d084c582b3080ea3dc13ccd4b..476d53068bbefe96d034ea8cbdbb1d74ffe841f8 100644 (file)
@@ -33,8 +33,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include "etherboot.h"
 #include "nic.h"
 #include "mii.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include "string.h"
 #include "stdint.h"
 #include "amd8111e.h"
index 37defce29ccc159fb65c209111d9370676625092..8b2584f75319e32ad78240f7caf19d5fcd31682e 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (c) 2007 Jiri Slaby <jirislaby@gmail.com>
  * Copyright (c) 2007 Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
  *
- * Modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
+ * Modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
  * Original from Linux kernel 2.6.30.
  *
  * All rights reserved.
 FILE_LICENCE ( BSD3 );
 
 #include <stdlib.h>
-#include <gpxe/malloc.h>
-#include <gpxe/timer.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/pci.h>
-#include <gpxe/pci_io.h>
+#include <ipxe/malloc.h>
+#include <ipxe/timer.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/pci.h>
+#include <ipxe/pci_io.h>
 
 #include "base.h"
 #include "reg.h"
@@ -1239,7 +1239,7 @@ accept:
                iob_put(iob, rs.rs_datalen);
 
                /* The MAC header is padded to have 32-bit boundary if the
-                * packet payload is non-zero. However, gPXE only
+                * packet payload is non-zero. However, iPXE only
                 * supports standard 802.11 packets with 24-byte
                 * header, so no padding correction should be needed.
                 */
@@ -1508,7 +1508,7 @@ ath5k_tx(struct net80211_device *dev, struct io_buffer *iob)
 
        /*
         * The hardware expects the header padded to 4 byte boundaries.
-        * gPXE only ever sends 24-byte headers, so no action necessary.
+        * iPXE only ever sends 24-byte headers, so no action necessary.
         */
 
        if (list_empty(&sc->txbuf)) {
index e54433d7576b68ffb23e27f0cd96fe16ffc0f66e..30e2024c60307b27d531563c8f7849249760e9a8 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org>
  * Copyright (c) 2006-2007 Nick Kossifidis <mickflemm@gmail.com>
  *
- * Modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
+ * Modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
  * Original from Linux kernel 2.6.30.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -25,9 +25,9 @@ FILE_LICENCE ( MIT );
 
 #include <stddef.h>
 #include <byteswap.h>
-#include <gpxe/io.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/net80211.h>
+#include <ipxe/io.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/net80211.h>
 #include <errno.h>
 
 /* Keep all ath5k files under one errfile ID */
index 36dc2439bbc49250d0c2808065c2d4a689b36f71..302536dbd093ef218e20d20ca86da33af0b4a9a5 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
  * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
  *
- * Modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
+ * Modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
  * Original from Linux kernel 2.6.30.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -25,7 +25,7 @@ FILE_LICENCE ( MIT );
 * Attach/Detach Functions and helpers *
 \*************************************/
 
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include "ath5k.h"
index 1d60d744bde0ea1ab799cf2181dbdea89bf6ad5c..9c00d15d771b166f587b365305aed2ecb6a33171 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
  * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 76d0c1e411fdaf954c00614b24bf469a48db0c07..30fe1c77704a7988f69190b327ea488fda349f29 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
  * Copyright (c) 2007-2008 Pavel Roskin <proski@gnu.org>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 23c4cf91239d8f34247f2d03238906fe36eb8bba..fa1e0d013469da663cdeed269191fe3e1689b02c 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
  * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 0f62c4c770c5c98a00193f771b73939e92bd34b0..983d206b7e36cc4981ecbb760a418c04c848e286 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2006-2009 Nick Kossifidis <mickflemm@gmail.com>
  * Copyright (c) 2008-2009 Felix Fietkau <nbd@openwrt.org>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 0e8a3e6879361b027827bf97c64ee0b13fcf017c..2301ec70b40dbc75e55ee350cf28b8bcd7c48b0c 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
  * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 92011c83243adb80413830582f27f83b82446237..8f3bd20345e870e2152001a5d3af2e4de2de9cf3 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (c) 2006-2009 Nick Kossifidis <mickflemm@gmail.com>
  * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index d3e144c4129db23e07169c745f970b7e830c3388..c8165da792e453b0dc6703fd6c054a2e33844b56 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (c) 2007-2008 Pavel Roskin <proski@gnu.org>
  * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -43,7 +43,7 @@ FILE_LICENCE ( MIT );
  *
  * Initialize PCU for the various operating modes (AP/STA etc)
  *
- * For gPXE we always assume STA mode.
+ * For iPXE we always assume STA mode.
  */
 int ath5k_hw_set_opmode(struct ath5k_hw *ah)
 {
index 8856fa3394fdf4952ae53a69cc812fc89188e6b6..dad7060237b42f818709efd49cdd01ea1cc1b398 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
  * Copyright (c) 2008-2009 Felix Fietkau <nbd@openwrt.org>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index cb25029355d7fe0e24feae63afda6ff0b26976ba..ffa8b4eb0568aad90201e2d2df0ba1417133ca27 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
  * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index dc80093a774db4903a23c21d96b55da59a589752..e1eb71304cbc96dffedf949ccfbd090cfa9ee66c 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (c) 2007-2008 Pavel Roskin <proski@gnu.org>
  * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
  *
- * Lightly modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
+ * Lightly modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -29,7 +29,7 @@ FILE_LICENCE ( MIT );
   Reset functions and helpers
 \*****************************/
 
-#include <gpxe/pci.h>          /* To determine if a card is pci-e */
+#include <ipxe/pci.h>          /* To determine if a card is pci-e */
 #include <unistd.h>
 
 #include "ath5k.h"
index 9d0a2ff150a2b51a95583fd286f8e46e9338c325..752ef70b98f0488d9633ce58f6ce8814cb9059c4 100644 (file)
@@ -2,7 +2,7 @@
  * RFKILL support for ath5k
  *
  * Copyright (c) 2009 Tobias Doerffel <tobias.doerffel@gmail.com>
- * Lightly modified for gPXE, Sep 2008 by Joshua Oreman <oremanj@rwcr.net>
+ * Lightly modified for iPXE, Sep 2008 by Joshua Oreman <oremanj@rwcr.net>
  *
  * All rights reserved.
  *
index 870b0ed43cc2ce4376c8562179e0b63ec809d9e4..976a3f306c91d703a8e2cd94f2723cd6b0017628 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting
  * All rights reserved.
  *
- * Modified for gPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
+ * Modified for iPXE, July 2009, by Joshua Oreman <oremanj@rwcr.net>
  * Original from Linux kernel 2.6.30.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -47,7 +47,7 @@
 FILE_LICENCE ( BSD3 );
 
 #include "ath5k.h"
-#include <gpxe/iobuf.h>
+#include <ipxe/iobuf.h>
 
 #define        ATH_RXBUF       16              /* number of RX buffers */
 #define        ATH_TXBUF       16              /* number of TX buffers */
index 6c0b0502255692025c9e5a9945fb14ab739176f1..160ad91b3ef3ef0958e9f56a7c800cbade1d57d5 100644 (file)
@@ -4,7 +4,7 @@
  * Derived from Intel e1000 driver
  * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
  *
- * Modified for gPXE, October 2009 by Joshua Oreman <oremanj@rwcr.net>.
+ * Modified for iPXE, October 2009 by Joshua Oreman <oremanj@rwcr.net>.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
index 949c323868f36021bb8770fd2fb45011f271de08..b09dbbc7dead25258a28a772531fa6d6b3e7f26b 100644 (file)
@@ -5,7 +5,7 @@
  * Derived from Intel e1000 driver
  * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
  *
- * Modified for gPXE, October 2009 by Joshua Oreman <oremanj@rwcr.net>
+ * Modified for iPXE, October 2009 by Joshua Oreman <oremanj@rwcr.net>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
 #include <unistd.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/malloc.h>
-#include <gpxe/pci.h>
-#include <gpxe/pci_io.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/io.h>
+#include <ipxe/malloc.h>
+#include <ipxe/pci.h>
+#include <ipxe/pci_io.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/io.h>
 
 #define ETH_FCS_LEN    4
 #define VLAN_HLEN      4
index c48b31447a04e9eaf5a71c42b4eb869e1f8bbafc..29aa5fa6bfa9a17eb97727e833735e5a2e8835b8 100644 (file)
@@ -35,15 +35,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <unistd.h>
 #include <byteswap.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <mii.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/pci.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/memmap.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/pci.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/memmap.h>
 #include "b44.h"
 
 
@@ -628,7 +628,7 @@ static void b44_set_rx_mode(struct net_device *netdev)
 }
 
 
-/*** Implementation of gPXE driver callbacks ***/
+/*** Implementation of iPXE driver callbacks ***/
 
 /**
  * Probe device
index c385dd85533e6369145697b21ec97cf4fe2b6ab9..a986bdef777f5bed47b5bafb6fd4e07b7f67ca7f 100644 (file)
@@ -17,8 +17,8 @@ FILE_LICENCE ( GPL_ANY );
 #include "etherboot.h"
 #include "nic.h"
 #include <errno.h>
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include "string.h"
 #include <mii.h>
 #include "bnx2.h"
index df2667d9aaa7189078e60f6e75ebf2c6d399df30..448ff5181d27c69b09b985ea5cde62199c44e188 100644 (file)
@@ -88,10 +88,10 @@ FILE_LICENCE ( GPL2_ONLY );
   */
 
 #include <errno.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/ethernet.h>
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/isa.h>
+#include <ipxe/isa.h>
 #include "console.h"
 #include "cs89x0.h"
 
index 07c5e1b2b814d394886f24943383730a949479f9..bfba49d96d28e42256ab60bb4db3b6ab8aec4659 100644 (file)
@@ -45,8 +45,8 @@ FILE_LICENCE ( GPL_ANY );
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 
 #undef DAVICOM_DEBUG
 #undef DAVICOM_DEBUG_WHERE
index ea85cbe10d4b54d7103d223bca6e794e16894533..6be3e1041ca643a6f9e75c902e7848f07964be74 100644 (file)
@@ -239,9 +239,9 @@ FILE_LICENCE ( GPL_ANY );
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/isa.h>
+#include <ipxe/isa.h>
 #include "console.h"
-#include <gpxe/ethernet.h>
+#include <ipxe/ethernet.h>
 
 /*
 ** I/O addresses. Note that the 2k buffer option is not supported in
index fad1737a2c74f601124bfeb236c969516b437121..6975ee7efe99d18682251a3aac95f05de025d52f 100644 (file)
@@ -43,8 +43,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /* to get the interface to the body of the program */
 #include "nic.h"
 /* to get the PCI support functions, if this is a PCI NIC */
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 
 /* #define EDEBUG 1 */
 #ifdef EDEBUG
index d9f13bf0cb35cf26c6b3d734832c214f6f24e468..07be1ce075b8df38b2ad77eb17f0f5ecf3b9d081 100644 (file)
@@ -36,15 +36,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <string.h>
 #include <unistd.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 <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 "e1000_hw.h"
 
index 3421ca1b006f679bc5cd87b7cbd6e996d43fe678..fd2c78b90b9d9db430d4f2739c3c9923c51c2854 100644 (file)
@@ -541,7 +541,7 @@ void e1000_reset ( struct e1000_adapter *adapter )
        e1000_init_manageability ( adapter );
 }
 
-/** Functions that implement the gPXE driver API **/
+/** Functions that implement the iPXE driver API **/
 
 /**
  * e1000_close - Disables a network interface
index c057350df5a449903b2cd248c39176e4361c008c..61584138af5fa988aeb17f14abfc8f8f1cfdb8bb 100644 (file)
@@ -38,15 +38,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <string.h>
 #include <unistd.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 <ipxe/pci.h>
+#include <ipxe/malloc.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
 
 /* Begin OS Dependencies */
 
index d3e919e2c1e49126dffe2eb51ff988e633ee44c4..748f0cb650789b021ddaa1f207c69b1b0aed21c4 100644 (file)
@@ -860,7 +860,7 @@ static void e1000e_process_rx_packets ( struct net_device *netdev )
        }
 }
 
-/** Functions that implement the gPXE driver API **/
+/** Functions that implement the iPXE driver API **/
 
 /**
  * e1000_close - Disables a network interface
index a248692c2720490946ee07909eacc6b55303087e..704d11a93c6b67d9367b064700f754a5f67e56ce 100644 (file)
@@ -36,8 +36,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include "etherboot.h"
 #include <errno.h>
 #include "nic.h"
-#include <gpxe/isa.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/isa.h>
+#include <ipxe/ethernet.h>
 
 /* Different 82595 chips */
 #define LAN595         0
index 3ad45bf22beb85b10dd7c1d087cb6281573be5b0..add17a6d3a70c9dd218ab6fc6bb70763ff2027ac 100644 (file)
@@ -36,7 +36,7 @@
  *              Jul 25 1997  V1.00  REW     Tested by AW to work in a PROM
  *                                          Cleanup for publication
  *              Dez 11 2004  V1.10  Kiszka  Add RX ring buffer support
- *              Jun    2008  v2.0   mdeck   Updated to gPXE. Changed much.
+ *              Jun    2008  v2.0   mdeck   Updated to iPXE. Changed much.
  *
  * Cleanups and fixes by Thomas Miletich<thomas.miletich@gmail.com>
  *
@@ -60,12 +60,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
  *
  * Initialization
  *
- * ifec_pci_probe() is called by gPXE during initialization. Typical NIC
+ * ifec_pci_probe() is called by iPXE during initialization. Typical NIC
  * initialization is performed.  EEPROM data is read.
  *
  * Network Boot
  *
- * ifec_net_open() is called by gPXE before attempting to network boot from the
+ * ifec_net_open() is called by iPXE before attempting to network boot from the
  * card.  Here, the Command Unit & Receive Unit are initialized.  The tx & rx
  * rings are setup.  The MAC address is programmed and the card is configured.
  *
@@ -104,16 +104,16 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <stdio.h>
 #include <unistd.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/pci.h>
-#include <gpxe/spi_bit.h>
-#include <gpxe/timer.h>
-#include <gpxe/nvs.h>
-#include <gpxe/threewire.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/pci.h>
+#include <ipxe/spi_bit.h>
+#include <ipxe/timer.h>
+#include <ipxe/nvs.h>
+#include <ipxe/threewire.h>
+#include <ipxe/netdevice.h>
 #include "eepro100.h"
 
 /****************************** Global data **********************************/
@@ -155,7 +155,7 @@ static struct net_device_operations ifec_operations = {
        .irq      = ifec_net_irq
 };
 
-/******************* gPXE PCI Device Driver API functions ********************/
+/******************* iPXE PCI Device Driver API functions ********************/
 
 /*
  * Initialize the PCI device.
@@ -164,8 +164,8 @@ static struct net_device_operations ifec_operations = {
  * @v id               The PCI device + vendor id.
  * @ret rc             Returns zero if successfully initialized.
  *
- * This function is called very early on, while gPXE is initializing.
- * This is a gPXE PCI Device Driver API function.
+ * This function is called very early on, while iPXE is initializing.
+ * This is a iPXE PCI Device Driver API function.
  */
 static int ifec_pci_probe ( struct pci_device *pci,
                             const struct pci_device_id *id __unused )
@@ -245,14 +245,14 @@ static void ifec_pci_remove ( struct pci_device *pci )
        netdev_put        ( netdev );
 }
 
-/****************** gPXE Network Device Driver API functions *****************/
+/****************** iPXE Network Device Driver API functions *****************/
 
 /*
  * Close a network device.
  *
  * @v netdev           Device to close.
  *
- * This is a gPXE Network Device Driver API function.
+ * This is a iPXE Network Device Driver API function.
  */
 static void ifec_net_close ( struct net_device *netdev )
 {
@@ -285,7 +285,7 @@ static void ifec_net_close ( struct net_device *netdev )
  * @v netdev           Device to control.
  * @v enable           Zero to mask off IRQ, non-zero to enable IRQ.
  *
- * This is a gPXE Network Driver API function.
+ * This is a iPXE Network Driver API function.
  */
 static void ifec_net_irq ( struct net_device *netdev, int enable )
 {
@@ -304,7 +304,7 @@ static void ifec_net_irq ( struct net_device *netdev, int enable )
  * @ret rc             Non-zero if failed to open.
  *
  * This enables tx and rx on the device.
- * This is a gPXE Network Device Driver API function.
+ * This is a iPXE Network Device Driver API function.
  */
 static int ifec_net_open ( struct net_device *netdev )
 {
@@ -393,9 +393,9 @@ error:
  *
  * @v netdev           Device being polled.
  *
- * This is called periodically by gPXE to let the driver check the status of
+ * This is called periodically by iPXE to let the driver check the status of
  * transmitted packets and to allow the driver to check for received packets.
- * This is a gPXE Network Device Driver API function.
+ * This is a iPXE Network Device Driver API function.
  */
 static void ifec_net_poll ( struct net_device *netdev )
 {
@@ -431,7 +431,7 @@ static void ifec_net_poll ( struct net_device *netdev )
  * @v iobuf            Data to transmit.
  * @ret rc             Non-zero if failed to transmit.
  *
- * This is a gPXE Network Driver API function.
+ * This is a iPXE Network Driver API function.
  */
 static int ifec_net_transmit ( struct net_device *netdev,
                                struct io_buffer *iobuf )
@@ -993,7 +993,7 @@ static void ifec_tx_process ( struct net_device *netdev )
        /* Check status of transmitted packets */
        while ( ( status = tcb->status ) && tcb->iob ) {
                if ( status & TCB_U ) {
-                       /* report error to gPXE */
+                       /* report error to iPXE */
                        DBG ( "ifec_tx_process : tx error!\n " );
                        netdev_tx_complete_err ( netdev, tcb->iob, -EINVAL );
                } else {
index aaa85f80811d6f339fe684db669b272b37fbdb8d..c8b6a6cdf5833983f8dc45dbfca4d60cd5d230f4 100644 (file)
@@ -7,8 +7,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define LINUX_OUT_MACROS
 
 #include "etherboot.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include "nic.h"
 #include "console.h"
 #include "epic100.h"
index c4296b9c380a3eb32d1daa048ac6504b6990aefa..bcdd010a48ea85d1aa2513467e0303c7b6b52c16 100644 (file)
@@ -25,13 +25,13 @@ FILE_LICENCE ( GPL_ANY );
 #include <assert.h>
 #include <byteswap.h>
 #include <console.h>
-#include <gpxe/io.h>
-#include <gpxe/pci.h>
-#include <gpxe/malloc.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/timer.h>
+#include <ipxe/io.h>
+#include <ipxe/pci.h>
+#include <ipxe/malloc.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/timer.h>
 #include <mii.h>
 #include "etherfabric.h"
 #include "etherfabric_nic.h"
index fe94d801ab604df892871e9176a57b92c6ea4777..a767e12a2911f41c90555a63a477957479799ee3 100644 (file)
@@ -20,11 +20,11 @@ FILE_LICENCE ( GPL_ANY );
 
 #ifndef EFAB_NIC_H
 #define  EFAB_NIC_H
-#include <gpxe/bitbash.h>
-#include <gpxe/i2c.h>
-#include <gpxe/spi.h>
-#include <gpxe/nvo.h>
-#include <gpxe/if_ether.h>
+#include <ipxe/bitbash.h>
+#include <ipxe/i2c.h>
+#include <ipxe/spi.h>
+#include <ipxe/nvo.h>
+#include <ipxe/if_ether.h>
 /**************************************************************************
  *
  * Constants and macros
index 3d44d86c08a5d6fb4bd44f962a78cf8dc30b8695..3056ce2b23b70a7297f7e987dc1fad3b7fa42a1f 100644 (file)
@@ -50,9 +50,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /* to get the interface to the body of the program */
 #include "nic.h"
 /* to get the PCI support functions, if this is a PCI NIC */
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 /* Include timer support functions */
-#include <gpxe/ethernet.h>
+#include <ipxe/ethernet.h>
 #include "mii.h"
 
 #define drv_version "v1.2"
index 967d1eeef88d9494ef1d403b910cf73aa3f74f97..2d97fecc2e05ebf81d6db28fc1869f9e8be588be 100644 (file)
@@ -35,15 +35,15 @@ FILE_LICENCE ( GPL2_ONLY );
 #include <stdio.h>
 #include <string.h>
 #include <unistd.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 <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 "igb_hw.h"
 
index 43f016edd9f2740e9c3b37124432a72c89739deb..9e2b3bf2a08fbaa8ac0b661ef950ca9bffdcb4c4 100644 (file)
@@ -626,7 +626,7 @@ static void igb_process_rx_packets ( struct net_device *netdev )
        }
 }
 
-/** Functions that implement the gPXE driver API **/
+/** Functions that implement the iPXE driver API **/
 
 /**
  * igb_close - Disables a network interface
index 4b3741ec55ea4f269bc9227f2d47472ab65b1061..f9fab87cc8f1581ecfe95f0f068483248671ca92 100644 (file)
@@ -24,14 +24,14 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/errortab.h>
-#include <gpxe/if_arp.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_pathrec.h>
-#include <gpxe/ib_mcast.h>
-#include <gpxe/ipoib.h>
+#include <ipxe/errortab.h>
+#include <ipxe/if_arp.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_pathrec.h>
+#include <ipxe/ib_mcast.h>
+#include <ipxe/ipoib.h>
 
 /** @file
  *
index 79b3580a0731fe8c14daf26bce606583afc9112f..246a37f722378ff2e00ed9f824f8e06595378dc6 100644 (file)
@@ -1,10 +1,10 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/iobuf.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/iobuf.h>
 #include <nic.h>
 
 /*
index 7cf59b0ebefa5775dd640f5ce7ad237efa66c5e7..4d17d7ff57c5e7ffedddd68570065feb1a2b8918 100644 (file)
@@ -30,8 +30,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /* to get the interface to the body of the program */
 #include "nic.h"
 /* to get the PCI support functions, if this is a PCI NIC */
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include <mii.h>
 
 /* Condensed operations for readability. */
index d7ee8d2b0212df7eaa2ae940349ac5c7cc1316be..d5dcc032c5b48450afc3e68b90f3ef6bfbf6b85e 100644 (file)
@@ -35,22 +35,22 @@ FILE_LICENCE ( GPL2_ONLY );
 
 #include <strings.h>
 #include <errno.h>
-#include <gpxe/malloc.h>
-#include <gpxe/umalloc.h>
+#include <ipxe/malloc.h>
+#include <ipxe/umalloc.h>
 #include <byteswap.h>
 #include <unistd.h>
-#include <gpxe/io.h>
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
+#include <ipxe/io.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
 #include "mtnic.h"
 
 
 /*
 
 
-    mtnic.c - gPXE driver for Mellanox 10Gig ConnectX EN
+    mtnic.c - iPXE driver for Mellanox 10Gig ConnectX EN
 
 
 */
index ac2e1245f7f7bfbbff130ca7201a4ec55f2c20c6..65df5e290116d1913659bdc51f1c3d60fbf2de4e 100644 (file)
@@ -30,13 +30,13 @@ FILE_LICENCE ( GPL2_ONLY );
  *
  * Initialization
  *
- * myri10ge_pci_probe() is called by gPXE during initialization.
+ * myri10ge_pci_probe() is called by iPXE during initialization.
  * Minimal NIC initialization is performed to minimize resources
  * consumed when the driver is resident but unused.
  *
  * Network Boot
  *
- * myri10ge_net_open() is called by gPXE before attempting to network
+ * myri10ge_net_open() is called by iPXE before attempting to network
  * boot from the card.  Packet buffers are allocated and the NIC
  * interface is initialized.
  *
@@ -70,13 +70,13 @@ FILE_LICENCE ( GPL2_ONLY );
 
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/pci.h>
-#include <gpxe/timer.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/pci.h>
+#include <ipxe/timer.h>
 
 #include "myri10ge_mcp.h"
 
@@ -484,7 +484,7 @@ static int mac_address_from_string_specs ( struct pci_device *pci,
 }
 
 /****************************************************************
- * gPXE PCI Device Driver API functions
+ * iPXE PCI Device Driver API functions
  ****************************************************************/
 
 /*
@@ -494,8 +494,8 @@ static int mac_address_from_string_specs ( struct pci_device *pci,
  * @v id               The PCI device + vendor id.
  * @ret rc             Returns zero if successfully initialized.
  *
- * This function is called very early on, while gPXE is initializing.
- * This is a gPXE PCI Device Driver API function.
+ * This function is called very early on, while iPXE is initializing.
+ * This is a iPXE PCI Device Driver API function.
  */
 static int myri10ge_pci_probe ( struct pci_device *pci,
                                const struct pci_device_id *id __unused )
@@ -586,7 +586,7 @@ static void myri10ge_pci_remove ( struct pci_device *pci )
 }
 
 /****************************************************************
- * gPXE Network Device Driver Operations
+ * iPXE Network Device Driver Operations
  ****************************************************************/
 
 /*
@@ -594,7 +594,7 @@ static void myri10ge_pci_remove ( struct pci_device *pci )
  *
  * @v netdev           Device to close.
  *
- * This is a gPXE Network Device Driver API function.
+ * This is a iPXE Network Device Driver API function.
  */
 static void myri10ge_net_close ( struct net_device *netdev )
 {
@@ -638,7 +638,7 @@ static void myri10ge_net_close ( struct net_device *netdev )
  * @v netdev           Device to control.
  * @v enable           Zero to mask off IRQ, non-zero to enable IRQ.
  *
- * This is a gPXE Network Driver API function.
+ * This is a iPXE Network Driver API function.
  */
 static void myri10ge_net_irq ( struct net_device *netdev, int enable )
 {
@@ -666,7 +666,7 @@ static void myri10ge_net_irq ( struct net_device *netdev, int enable )
  * @ret rc             Non-zero if failed to open.
  *
  * This enables tx and rx on the device.
- * This is a gPXE Network Device Driver API function.
+ * This is a iPXE Network Device Driver API function.
  */
 static int myri10ge_net_open ( struct net_device *netdev )
 {
@@ -759,7 +759,7 @@ static int myri10ge_net_open ( struct net_device *netdev )
                     | netdev->ll_addr[5] );
        TRY ( SET_ , MAC_ADDRESS , );
 
-       /* Enable multicast receives, because some gPXE clients don't work
+       /* Enable multicast receives, because some iPXE clients don't work
           without multicast. . */
 
        TRY ( ENABLE_ , ALLMULTI , );
@@ -870,9 +870,9 @@ abort_with_nothing:
  *
  * @v netdev           Device being polled.
  *
- * This is called periodically by gPXE to let the driver check the status of
+ * This is called periodically by iPXE to let the driver check the status of
  * transmitted packets and to allow the driver to check for received packets.
- * This is a gPXE Network Device Driver API function.
+ * This is a iPXE Network Device Driver API function.
  */
 static void myri10ge_net_poll ( struct net_device *netdev )
 {
@@ -951,7 +951,7 @@ static void myri10ge_net_poll ( struct net_device *netdev )
  * @v iobuf            Data to transmit.
  * @ret rc             Non-zero if failed to transmit.
  *
- * This is a gPXE Network Driver API function.
+ * This is a iPXE Network Driver API function.
  */
 static int myri10ge_net_transmit ( struct net_device *netdev,
                                   struct io_buffer *iobuf )
index db3f3209ee0d0914b58a82fa0a9c3e13433564f1..2b5375a3d5a4dd7a09c191b3c0ef4be66aa6574d 100644 (file)
@@ -1,5 +1,5 @@
 /* 
-   natsemi.c - gPXE driver for the NatSemi DP8381x series. 
+   natsemi.c - iPXE driver for the NatSemi DP8381x series.
  
    Based on:
 
@@ -51,7 +51,7 @@ FILE_LICENCE ( GPL_ANY );
 /* Revision History */
 
 /*
-  02 Jul 2007  Udayan Kumar     1.2 ported the driver from etherboot to gPXE API.
+  02 Jul 2007  Udayan Kumar     1.2 ported the driver from etherboot to iPXE API.
                                     Fully rewritten,adapting the old driver.
                                     Added a circular buffer for transmit and receive.
                                     transmit routine will not wait for transmission to finish.
@@ -64,18 +64,18 @@ FILE_LICENCE ( GPL_ANY );
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <errno.h>
 #include <byteswap.h>
 #include <unistd.h>
-#include <gpxe/pci.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/spi_bit.h>
-#include <gpxe/threewire.h>
-#include <gpxe/nvo.h>
+#include <ipxe/pci.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/spi_bit.h>
+#include <ipxe/threewire.h>
+#include <ipxe/nvo.h>
 #include "natsemi.h"
 
 /*  Function Prototypes: */
index 603d1edb8123f0556c4f73c02c4de2e50e312b5f..a923fd3c575e04d10eb24c8f07f25f824548524a 100644 (file)
@@ -24,8 +24,8 @@ FILE_LICENCE ( BSD2 );
 #include "ns8390.h"
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/ethernet.h>
-#include <gpxe/isa.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/isa.h>
 #include <errno.h>
 
 #define ASIC_PIO NE_DATA
index c5f2153820300926d93758eaba6c0c2fff769e85..c8dc23f831d16aad9fe78f013f438c235c159daf 100644 (file)
@@ -42,7 +42,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /* to get the interface to the body of the program */
 #include "nic.h"
 /* to get the PCI support functions, if this is a PCI NIC */
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 
 #if ARCH == ia64               /* Support 64-bit addressing */
 #define USE_64BIT_ADDR
index 97f1141ffca4b7df7f14ef9d4f35bde393d532c6..a30f93616aa1b33dd4fbb1b49a9c07873aa4a4c7 100644 (file)
@@ -41,11 +41,11 @@ FILE_LICENCE ( BSD2 );
 #include "etherboot.h"
 #include "nic.h"
 #include "ns8390.h"
-#include <gpxe/ethernet.h>
+#include <ipxe/ethernet.h>
 #ifdef INCLUDE_NS8390
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #else
-#include <gpxe/isa.h>
+#include <ipxe/isa.h>
 #endif
 
 static unsigned char   eth_vendor, eth_flags;
index 223bc1e2b0c90eb4865d5b7a3caf6556593bca6a..b7b4c025f88bfdb0eba3d8c1e2a910eb47bbd11d 100644 (file)
@@ -43,8 +43,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include "mii.h"
 
 /* void hex_dump(const char *data, const unsigned int len); */
index 41cad18882417f05b3977eb2e1d4d4cdc79facac..665bbb022e368a341373c9f25f46eaeea5c7d668 100644 (file)
@@ -26,15 +26,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <assert.h>
 #include <byteswap.h>
-#include <gpxe/pci.h>
-#include <gpxe/io.h>
-#include <gpxe/malloc.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/spi.h>
-#include <gpxe/settings.h>
+#include <ipxe/pci.h>
+#include <ipxe/io.h>
+#include <ipxe/malloc.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/spi.h>
+#include <ipxe/settings.h>
 #include "phantom.h"
 
 /**
@@ -1075,7 +1075,7 @@ static void phantom_poll_link_state ( struct net_device *netdev ) {
               phantom, xg_state_p3, phantom->link_state );
        phantom->link_state = xg_state_p3;
 
-       /* Indicate link state to gPXE */
+       /* Indicate link state to iPXE */
        link = UNM_NIC_REG_XG_STATE_P3_LINK ( phantom->port,
                                              phantom->link_state );
        switch ( link ) {
@@ -1659,7 +1659,7 @@ static int phantom_clp_fetch ( struct phantom_nic *phantom, unsigned int port,
 
 /** A Phantom CLP setting */
 struct phantom_clp_setting {
-       /** gPXE setting */
+       /** iPXE setting */
        struct setting *setting;
        /** Setting number */
        unsigned int clp_setting;
@@ -1673,7 +1673,7 @@ static struct phantom_clp_setting clp_settings[] = {
 /**
  * Find Phantom CLP setting
  *
- * @v setting          gPXE setting
+ * @v setting          iPXE setting
  * @v clp_setting      Setting number, or 0 if not found
  */
 static unsigned int
@@ -1716,7 +1716,7 @@ static int phantom_store_setting ( struct settings *settings,
        unsigned int clp_setting;
        int rc;
 
-       /* Find Phantom setting equivalent to gPXE setting */
+       /* Find Phantom setting equivalent to iPXE setting */
        clp_setting = phantom_clp_setting ( phantom, setting );
        if ( ! clp_setting )
                return -ENOTSUP;
@@ -1750,7 +1750,7 @@ static int phantom_fetch_setting ( struct settings *settings,
        int read_len;
        int rc;
 
-       /* Find Phantom setting equivalent to gPXE setting */
+       /* Find Phantom setting equivalent to iPXE setting */
        clp_setting = phantom_clp_setting ( phantom, setting );
        if ( ! clp_setting )
                return -ENOTSUP;
@@ -1985,7 +1985,7 @@ static void phantom_get_macaddr ( struct phantom_nic *phantom,
  * one per port.  To allow individual ports to be selectively
  * enabled/disabled for PXE boot (as required), we must therefore
  * leave the expansion ROM always enabled, and place the per-port
- * enable/disable logic within the gPXE driver.
+ * enable/disable logic within the iPXE driver.
  */
 static int phantom_check_boot_enable ( struct phantom_nic *phantom ) {
        unsigned long boot_enable;
index cbc67906a6ea620d466d6e03dbc1b3e8dd69edf3..ced13971f18a9f522d016a01abf44a684c28200c 100644 (file)
@@ -16,13 +16,13 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
 #include <stdio.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <errno.h>
-#include <gpxe/pci.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/pci.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
 
 #include "pnic_api.h"
 
index 4c6659295aa7acbf7176190c3825035dc08cf2a5..d2160148fc46d20293f1ee55351a139533fc94f8 100644 (file)
@@ -17,8 +17,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <etherboot.h>
 #include <nic.h>
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 
 /*
  * Hard-coded SSID
index b7c1e6bbf75a9fc730c5eb1f01a7d0ced54ab2b0..72549babfe93631855ef41f387a6c43ae4f9b647 100644 (file)
@@ -16,7 +16,7 @@ $Id$
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include <nic.h>
 
 #define WLAN_HOSTIF WLAN_PCI
index 9fb5be2a7f832f293599e07f6f850f9277e12b43..2098f7f0996fb51b64d3900639e7e69b75b7079e 100644 (file)
@@ -16,7 +16,7 @@ $Id$
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include <nic.h>
 
 #define WLAN_HOSTIF WLAN_PLX
index b4687820b558c29f5ef95f790b64a5ca540ceaf9..b0d9d7fb7a9fb6b554cb8d252516156d19e397b9 100644 (file)
@@ -33,14 +33,14 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <assert.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/io.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/pci.h>
-#include <gpxe/timer.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/io.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/pci.h>
+#include <ipxe/timer.h>
 #include <mii.h>
 
 #include "r8169.h"
@@ -1577,7 +1577,7 @@ static void rtl_hw_start_8101(struct net_device *dev)
        //        RTL_W16(IntrMask, tp->intr_event);
 }
 
-/*** gPXE API Support Routines ***/
+/*** iPXE API Support Routines ***/
 
 /**
  * setup_tx_resources - allocate tx resources (descriptors)
@@ -1818,7 +1818,7 @@ rtl8169_free_rx_resources ( struct rtl8169_private *tp )
 }
 
 /**
-    FIXME: Because gPXE's pci_device_id structure does not contain a
+    FIXME: Because iPXE's pci_device_id structure does not contain a
     field to contain arbitrary data, we need the following table to
     associate PCI IDs with nic variants, because a lot of driver
     routines depend on knowing which kind of variant they are dealing
@@ -1881,7 +1881,7 @@ static void rtl8169_irq_disable ( struct rtl8169_private *tp )
        rtl8169_irq_mask_and_ack ( ioaddr );
 }
 
-/*** gPXE Core API Routines ***/
+/*** iPXE Core API Routines ***/
 
 /**
  * open - Called when a network interface is made active
@@ -2103,7 +2103,7 @@ rtl8169_probe ( struct pci_device *pdev, const struct pci_device_id *ent )
        struct rtl8169_private *tp;
        void *ioaddr;
 
-       /** FIXME: This lookup is necessary because gPXE does not have a "data"
+       /** FIXME: This lookup is necessary because iPXE does not have a "data"
            element in the structure pci_device_id which can pass an arbitrary
            piece of data to the driver.  It might be useful to add it. Then we
            could just use ent->data instead of having to look up cfg_index.
index 89679b17b5d4245022e69d0c0675b9afb3e398d2..174ebb99c9e5a66edbdeb18e009b24399ff60adc 100644 (file)
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
 
 /** FIXME: include/linux/pci_regs.h has these PCI regs, maybe
-          we need such a file in gPXE?
+          we need such a file in iPXE?
 **/
 #define  PCI_EXP_DEVCTL                8       /* Device Control */
 #define  PCI_EXP_DEVCTL_READRQ 0x7000  /* Max_Read_Request_Size */
index 754ce60b99d240663815966b7f34abbf8b34e372..208db097521d572abad21a5b4969a6962ead30bb 100644 (file)
@@ -72,18 +72,18 @@ FILE_LICENCE ( GPL_ANY );
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <gpxe/io.h>
+#include <ipxe/io.h>
 #include <errno.h>
 #include <unistd.h>
 #include <byteswap.h>
-#include <gpxe/pci.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/spi_bit.h>
-#include <gpxe/threewire.h>
-#include <gpxe/nvo.h>
+#include <ipxe/pci.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/spi_bit.h>
+#include <ipxe/threewire.h>
+#include <ipxe/nvo.h>
 
 #define TX_RING_SIZE 4
 
index 472ea207add5b899b952190de9b41bcc134a0c15..8851d1bfbb0e188f124eb454ee396685b168357a 100644 (file)
@@ -2,7 +2,7 @@
 
 FILE_LICENCE(GPL2_OR_LATER);
 
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 
 REQUIRE_OBJECT(rtl818x);
 REQUIRE_OBJECT(rtl8180_grf5101);
index 036a4f8a3b403d73925ff899e2b99b5f3e4c324a..2b995030c520b0b3cc498e3fdc574123073536f1 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
  *
- * Modified slightly for gPXE, June 2009 by Joshua Oreman.
+ * Modified slightly for iPXE, June 2009 by Joshua Oreman.
  *
  * Code from the BSD driver and the rtl8181 project have been
  * very useful to understand certain things
@@ -21,8 +21,8 @@
  */
 
 #include <unistd.h>
-#include <gpxe/pci.h>
-#include <gpxe/net80211.h>
+#include <ipxe/pci.h>
+#include <ipxe/net80211.h>
 
 #include "rtl818x.h"
 
index 7c9495f9371726b84ceb2ec1540e3d416a1a965d..ab380fcc7d321c80b63de556cddf1b2d30e21c25 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
  *
- * Modified slightly for gPXE, June 2009 by Joshua Oreman.
+ * Modified slightly for iPXE, June 2009 by Joshua Oreman.
  *
  * Code from the BSD driver and the rtl8181 project have been
  * very useful to understand certain things
@@ -21,8 +21,8 @@
  */
 
 #include <unistd.h>
-#include <gpxe/pci.h>
-#include <gpxe/net80211.h>
+#include <ipxe/pci.h>
+#include <ipxe/net80211.h>
 
 #include "rtl818x.h"
 
index bcfd397af9734bb1efcf348fe319a0668be640bc..9bd62bed814785fa8ddcc5c0b20aa72ec7e6355b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
  *
- * Modified slightly for gPXE, June 2009 by Joshua Oreman.
+ * Modified slightly for iPXE, June 2009 by Joshua Oreman.
  *
  * Code from the BSD driver and the rtl8181 project have been
  * very useful to understand certain things
@@ -21,8 +21,8 @@
  */
 
 #include <unistd.h>
-#include <gpxe/pci.h>
-#include <gpxe/net80211.h>
+#include <ipxe/pci.h>
+#include <ipxe/net80211.h>
 
 #include "rtl818x.h"
 
index bfa5ab5ce3c77957781f3ff6906ba8cab5dc2f0d..fd27e5c8c9817d4d7f1ebf498b1673ac10020e8a 100644 (file)
@@ -2,7 +2,7 @@
 
 FILE_LICENCE(GPL2_OR_LATER);
 
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 
 REQUIRE_OBJECT(rtl818x);
 REQUIRE_OBJECT(rtl8185_rtl8225);
index b3fc186c51bfc348ed26b22575a31b62f4efdf13..50cc84addd247287522e2ae53346c034e2d6aaf5 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright 2007 Michael Wu <flamingice@sourmilk.net>
  * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
  *
- * Modified slightly for gPXE, June 2009 by Joshua Oreman
+ * Modified slightly for iPXE, June 2009 by Joshua Oreman
  *
  * Based on the r8180 driver, which is:
  * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
@@ -17,8 +17,8 @@
  */
 
 #include <unistd.h>
-#include <gpxe/pci.h>
-#include <gpxe/net80211.h>
+#include <ipxe/pci.h>
+#include <ipxe/net80211.h>
 
 #include "rtl818x.h"
 
index 7c7ca488aaf6b165503ad2e852af17e02b06066b..f9a46a2f99fe74077723f95718b1af3fa8b76bb9 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 2007 Michael Wu <flamingice@sourmilk.net>
  * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
  *
- * Modified for gPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net>
+ * Modified for iPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net>
  *
  * Based on the r8180 driver, which is:
  * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al.
@@ -24,12 +24,12 @@ FILE_LICENCE(GPL2_ONLY);
 #include <stdio.h>
 #include <unistd.h>
 #include <byteswap.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/pci.h>
-#include <gpxe/net80211.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/threewire.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/pci.h>
+#include <ipxe/net80211.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/threewire.h>
 
 #include "rtl818x.h"
 
index 15821fa9b0b6b91c9429ed435cee718800dde612..4e57d0bd391023268941e0f98fa1f04196e4700c 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright 2007 Michael Wu <flamingice@sourmilk.net>
  * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
  *
- * Modified for gPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net>
+ * Modified for iPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net>
  *
  * Based on the r8187 driver, which is:
  * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
@@ -17,8 +17,8 @@
 #ifndef RTL818X_H
 #define RTL818X_H
 
-#include <gpxe/spi_bit.h>
-#include <gpxe/tables.h>
+#include <ipxe/spi_bit.h>
+#include <ipxe/tables.h>
 
 FILE_LICENCE(GPL2_ONLY);
 
index 5d0145a56a603475525e528c10496df42acddd65..ab81928b06f927b4735bc9f3039ae54004b300ab 100644 (file)
@@ -5,7 +5,7 @@
    Copyright (c) 2003, 2004 Jeff Garzik <jgarzik@pobox.com>
    Copyright (c) 2003, 2004, 2005 Francois Romieu <romieu@fr.zoreil.com>
 
-   Modified for gPXE 2009 by Thomas Miletich <thomas.miletich@gmail.com>
+   Modified for iPXE 2009 by Thomas Miletich <thomas.miletich@gmail.com>
 
    Based on r8169.c, tg3.c, 8139cp.c, skge.c, epic100.c and SiS 190/191
    genuine driver.
index c6dac5b25a42127676e3c1d462bf38ad0bb23751..fc6cb4b65d22f49042e6dae4122f2f731996e545 100644 (file)
@@ -13,14 +13,14 @@ FILE_LICENCE ( GPL_ANY );
 #include <byteswap.h>
 #include <errno.h>
 #include <mii.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/io.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/pci.h>
-#include <gpxe/timer.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/io.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/pci.h>
+#include <ipxe/timer.h>
 
 #define PCI_VENDOR_ID_SI       0x1039
 
index da14a091ca0412d06748e09def475ff0e800e477..630cc2c5a08ebd65a77bcbd7607d6e39bd47d3b4 100644 (file)
@@ -46,7 +46,7 @@ FILE_LICENCE ( GPL_ANY );
 /* Includes */
 
 #include "etherboot.h"
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include "nic.h"
 
 #include "sis900.h"
index afe8273e2501cf209ef773307b68e54de32203f2..0508428f1583279de271ca3be585d3f43a9f1642 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * gPXE driver for Marvell Yukon chipset and SysKonnect Gigabit
+ * iPXE driver for Marvell Yukon chipset and SysKonnect Gigabit
  * Ethernet adapters. Derived from Linux skge driver (v1.13), which was
  * based on earlier sk98lin, e100 and FreeBSD if_sk drivers.
  *
@@ -9,7 +9,7 @@
  *
  * Copyright (C) 2004, 2005 Stephen Hemminger <shemminger@osdl.org>
  *
- * Modified for gPXE, July 2008 by Michael Decker <mrd999@gmail.com>
+ * Modified for iPXE, July 2008 by Michael Decker <mrd999@gmail.com>
  * Tested and Modified in December 2009 by
  *    Thomas Miletich <thomas.miletich@gmail.com>
  *
@@ -33,12 +33,12 @@ FILE_LICENCE ( GPL2_ONLY );
 #include <errno.h>
 #include <stdio.h>
 #include <unistd.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/pci.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/pci.h>
 
 #include "skge.h"
 
@@ -1724,7 +1724,7 @@ static int skge_up(struct net_device *dev)
 
        assert(!(skge->dma & 7));
 
-       /* FIXME: find out whether 64 bit gPXE will be loaded > 4GB */
+       /* FIXME: find out whether 64 bit iPXE will be loaded > 4GB */
        if ((u64)skge->dma >> 32 != ((u64) skge->dma + RING_SIZE) >> 32) {
                DBG(PFX "pci_alloc_consistent region crosses 4G boundary\n");
                err = -EINVAL;
@@ -2450,7 +2450,7 @@ static void skge_remove(struct pci_device *pdev)
  * @v netdev           Device to control.
  * @v enable           Zero to mask off IRQ, non-zero to enable IRQ.
  *
- * This is a gPXE Network Driver API function.
+ * This is a iPXE Network Driver API function.
  */
 static void skge_net_irq ( struct net_device *dev, int enable ) {
        struct skge_port *skge = netdev_priv(dev);
index 6b08daf27e93d125cfec7191b4ec489b0bd91b6c..94088248e4eb6fc589fa0703c80153c08b02e4df 100755 (executable)
@@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_ONLY );
 
 #define SKGE_EEPROM_MAGIC      0x9933aabb
 
-/* Added for gPXE ------------------ */
+/* Added for iPXE ------------------ */
 
 /* from ethtool.h */
 #define AUTONEG_DISABLE        0x00
index 00940afe6ec93c0f13823237641188cd736ef20d..059c7f07f2a6b695805d7b3545bbf23be0ef936a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * gPXE driver for Marvell Yukon 2 chipset. Derived from Linux sky2 driver
+ * iPXE driver for Marvell Yukon 2 chipset. Derived from Linux sky2 driver
  * (v1.22), which was based on earlier sk98lin and skge drivers.
  *
  * This driver intentionally does not support all the features
@@ -8,7 +8,7 @@
  *
  * Copyright (C) 2005 Stephen Hemminger <shemminger@osdl.org>
  *
- * Modified for gPXE, April 2009 by Joshua Oreman
+ * Modified for iPXE, April 2009 by Joshua Oreman
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,11 +30,11 @@ FILE_LICENCE ( GPL2_ONLY );
 #include <errno.h>
 #include <stdio.h>
 #include <unistd.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/pci.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/pci.h>
 #include <byteswap.h>
 #include <mii.h>
 
@@ -1016,7 +1016,7 @@ static struct io_buffer *sky2_rx_alloc(struct sky2_port *sky2)
         * Cards with a RAM buffer hang in the rx FIFO if the
         * receive buffer isn't aligned to (Linux module comments say
         * 64 bytes, Linux module code says 8 bytes). Since io_buffers
-        * are always 2kb-aligned under gPXE, just leave it be
+        * are always 2kb-aligned under iPXE, just leave it be
         * without ETH_DATA_ALIGN in those cases.
         *
         * XXX This causes unaligned access to the IP header,
index 7963fbe7d1f2ccf95d3716dff37bc8dfce4e7fd9..3e86b1dedf9f9f42e39e795ef2188d958fca004f 100644 (file)
@@ -6,7 +6,7 @@
 
 FILE_LICENCE ( GPL2_ONLY );
 
-/* Added for gPXE ------------------ */
+/* Added for iPXE ------------------ */
 
 /* These were defined in Linux ethtool.h. Their values are arbitrary;
    they aid only in bookkeeping for the driver. */
index cfbf10475ce70f606ee38f782574bb5980539c8b..aa29360ba37af62e59dba1a4dca71f3c47f5e5b3 100644 (file)
@@ -38,11 +38,11 @@ FILE_LICENCE ( GPL_ANY );
 #define PRINTK2(args...)
 #endif
 
-#include <gpxe/ethernet.h>
+#include <ipxe/ethernet.h>
 #include <errno.h>
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/isa.h>
+#include <ipxe/isa.h>
 #include "smc9000.h"
 
 # define _outb outb
index c446ac08d4313a07773653a967c0477d4803cd16..2ee6089d687673af9e08480bec21d8b29ee4d590 100644 (file)
@@ -47,7 +47,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /* to get the interface to the body of the program */
 #include "nic.h"
 /* to get the PCI support functions, if this is a PCI NIC */
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 #include "mii.h"
 
 #define drv_version "v1.12"
index 20027b2e8a4fa66c92cd147a9a7593a1d9afaf4a..4ff72ace6df71ad34cc34a8247354b1ee2564b7c 100644 (file)
@@ -17,8 +17,8 @@ FILE_LICENCE ( GPL2_ONLY );
 #include "etherboot.h"
 #include "nic.h"
 #include <errno.h>
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include "string.h"
 #include <mii.h>
 #include "tg3.h"
index e5f04fa2a627139fc3c96b54ac824cced6028b7d..c775620bcb9961f696e0e6165ef694174859105d 100644 (file)
@@ -42,8 +42,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 #include <mii.h>
 #include "tlan.h"
 
index af30ec646e6219d9f69e51142c04b99286358d05..a53ac71ef381aed8917a4860253b8c9aa2860389 100644 (file)
@@ -111,8 +111,8 @@ FILE_LICENCE ( GPL_ANY );
 #include "etherboot.h"
 #include "nic.h"
 
-#include <gpxe/ethernet.h>
-#include <gpxe/pci.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/pci.h>
 
 /* User settable parameters */
 
index 60e6230d2d06f4f867f98796bb5d5afe65bd8fe3..439a4a5dfac0f73cd310db2f573efa9b04aeff46 100644 (file)
@@ -48,8 +48,8 @@ static const char *version = "rhine.c v1.0.2 2004-10-29\n";
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 
 /* define all ioaddr */
 
index 19625aa6dba4f0ef2a49632ea019c389baff0208..5b10b6e66baa4d83eee1ee351f8f92156eac4c8a 100644 (file)
@@ -40,8 +40,8 @@
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 
 #include "via-velocity.h"
 
index 49fcc1c51afeca89654b714dabc718add01e9509..aedfa5fe983fdf84fcdfd9241281bd181161376e 100644 (file)
@@ -21,8 +21,8 @@
 
 #include "etherboot.h"
 #include "nic.h"
-#include "gpxe/virtio-ring.h"
-#include "gpxe/virtio-pci.h"
+#include "ipxe/virtio-ring.h"
+#include "ipxe/virtio-pci.h"
 #include "virtio-net.h"
 
 #define BUG() do { \
index a24932eb57e62ec60f6a5430761d856c7e0a10cf..bf20ec43c834133cf56f828c94793d38c896cfef 100644 (file)
@@ -7,7 +7,7 @@
 
 FILE_LICENCE(GPL2_OR_LATER);
 
-#include <gpxe/pci.h>
+#include <ipxe/pci.h>
 
 REQUIRE_OBJECT(vxge_main);
 
index 2cbe45361eeacf710d1064eb64bf741657f8b7b6..76dbfd676a720b0db592cd2022c3ea61b3321d18 100644 (file)
@@ -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"
index 64f1e8c59d4f7f46aeba2d8389533f671aabd977..3313123aeae180740a3e1c3516ebddfeb9e2e8ac 100644 (file)
@@ -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
index 8f5ba475209e8a87d098746f0587f24b46127be5..42855f8d09033535c2a4742808e1a1bb08c95953 100644 (file)
@@ -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
index a384b497d1b8cc4da8f1858eb40d5d059e932f1d..fc08ac64ff57c41063933082ca0e4e865b88ee00 100644 (file)
@@ -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.
index 5397cbebd4f7236facfc9e65da494f300adb4768..a76f24e74c97a84dd93af156ac37ec3456a40eee 100644 (file)
@@ -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.
index 425e289055fe8998f60dd9411c9b9acf8425c354..3bc093cb843b72a3959d146ef84bb2c07a2f50a1 100644 (file)
@@ -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"
index 84428f57c84daa6b8eb63a6ad7ecbc1a483e3581..ed72be1b8d6b9a6a7fa1d73f838b9e279353d1bc 100644 (file)
@@ -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"
index 55ad3bf6de8441c1a9187dbedbb419d4892f3b6e..f1a02099d34bd55d3717e0b693e6b4dd3b925db7 100644 (file)
@@ -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
index fa6188af4686054a05682f2323dbc3aba07691d8..c9d22a12436d55c552cb1a4e3c99f3e3f765d63e 100644 (file)
@@ -81,8 +81,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include "etherboot.h"
 #include "nic.h"
-#include <gpxe/pci.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/pci.h>
+#include <ipxe/ethernet.h>
 
 static const char *w89c840_version = "driver Version 0.94 - December 12, 2003";
 
index 7252808bf8334db8fdd196a8ddb8214a8ce24c3f..efa49ac59911603ba5ab6df545bea2c2abfedcd6 100644 (file)
@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/nvs.h>
+#include <ipxe/nvs.h>
 
 /** @file
  *
index 793080a0ee1b55e7b8a1b26c02a4694b5e7a8385..e12aeff66e38116d7e05108bad12faf44e3868df 100644 (file)
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stddef.h>
 #include <errno.h>
 #include <unistd.h>
-#include <gpxe/spi.h>
+#include <ipxe/spi.h>
 
 /** @file
  *
index 8e521389349a9e573329ce9db7796ed074f71679..047091fd54c4794283e965e2f9203de99c44dd1f 100644 (file)
@@ -22,7 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <assert.h>
 #include <unistd.h>
-#include <gpxe/threewire.h>
+#include <ipxe/threewire.h>
 
 /** @file
  *
index 95b172d10715f336e63ca0bc046e2c0cedb5c7f8..51ba6f1fdfc8b5ba4581c72078263651330c4dbf 100644 (file)
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include <gpxe/command.h>
+#include <ipxe/command.h>
 #include <usr/autoboot.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
index a9e1f1698679d8a5cd3fcc11c3eb1d35c199d9dd..53b10f91480616e3804ede5f51f322567702354b 100644 (file)
@@ -1,8 +1,8 @@
 #include <string.h>
 #include <stdio.h>
-#include <gpxe/command.h>
-#include <gpxe/settings.h>
-#include <gpxe/settings_ui.h>
+#include <ipxe/command.h>
+#include <ipxe/settings.h>
+#include <ipxe/settings_ui.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
index 96aac8d4d4618f9278fc9bf35b140da4385e30d0..82869d62482b2cf0f95c4ad77d50fd550e386961 100644 (file)
@@ -27,9 +27,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <assert.h>
 #include <getopt.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/in.h>
-#include <gpxe/command.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/in.h>
+#include <ipxe/command.h>
 #include <usr/dhcpmgmt.h>
 
 /** @file
index bc6e5516235ec59d33f96fe88cfc11545faffeb8..e28e6c3bb31485f6585cdd4c0e785c01ff433e4a 100644 (file)
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
-#include <gpxe/command.h>
-#include <gpxe/image.h>
-#include <gpxe/crypto.h>
+#include <ipxe/command.h>
+#include <ipxe/image.h>
+#include <ipxe/crypto.h>
 
-#include <gpxe/md5.h>
-#include <gpxe/sha1.h>
+#include <ipxe/md5.h>
+#include <ipxe/sha1.h>
 
 /**
  * "digest" command syntax message
index 74167525503fcb4c9fdea2325a430abbdad26ac0..4ad597215e888885ecac98595974b31dd105262b 100644 (file)
@@ -18,8 +18,8 @@
 
 #include <stdio.h>
 #include <getopt.h>
-#include <gpxe/command.h>
-#include <gpxe/gdbstub.h>
+#include <ipxe/command.h>
+#include <ipxe/gdbstub.h>
 
 /** @file
  *
index ad069f14f5f2f44952990eed1fdb7a150f5b0c6a..ae80cde421b07ea19cc7c54f33d79d1c1bb3f45a 100644 (file)
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdio.h>
 #include <getopt.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/command.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/command.h>
 #include <usr/ifmgmt.h>
 #include <hci/ifmgmt_cmd.h>
 
index 33994b510701efa13893de1205cb30189e7319e6..74d0ff55a6e6249cd8d6e1dc2036ab8d39d93c44 100644 (file)
@@ -24,8 +24,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <libgen.h>
 #include <getopt.h>
-#include <gpxe/image.h>
-#include <gpxe/command.h>
+#include <ipxe/image.h>
+#include <ipxe/command.h>
 #include <usr/imgmgmt.h>
 
 /** @file
index 006c9f1df6e231bbb4acfa52d61b3d9274d5937a..8c00a206bbd340b323e9f4c18912aa8e90b348a7 100644 (file)
@@ -18,9 +18,9 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/netdevice.h>
-#include <gpxe/net80211.h>
-#include <gpxe/command.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/net80211.h>
+#include <ipxe/command.h>
 #include <usr/iwmgmt.h>
 #include <hci/ifmgmt_cmd.h>
 
index 0da2497a730dd0b199e96e9a93977e9305d85db2..be8476582a0f355ae0e7ee0da698f718e4a93627 100644 (file)
@@ -1,7 +1,7 @@
 #include <string.h>
 #include <stdio.h>
-#include <gpxe/command.h>
-#include <gpxe/login_ui.h>
+#include <ipxe/command.h>
+#include <ipxe/login_ui.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
index 5eb2f06f55127d1460d1dbcf6aa25c53bc4ad04f..331c3e4746871b8fb689d53658654a855b6b15d2 100644 (file)
@@ -4,8 +4,8 @@
 #include <string.h>
 #include <errno.h>
 #include <getopt.h>
-#include <gpxe/settings.h>
-#include <gpxe/command.h>
+#include <ipxe/settings.h>
+#include <ipxe/command.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
index 4372e34f50da62f0a91a3c20ad2b48775e169abd..057349723189e80b830d8da0207000ed8a6fe01a 100644 (file)
@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdio.h>
 #include <getopt.h>
-#include <gpxe/command.h>
+#include <ipxe/command.h>
 #include <usr/route.h>
 
 /** @file
index 783b747b29ab41e8491b0eb4ab3c368b15fc17a7..ec7f5acfa1ef0c2284dbfab026d803fc9169c284 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <getopt.h>
-#include <gpxe/command.h>
+#include <ipxe/command.h>
 #include <usr/autoboot.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
index 947410ec76e0288f8815f971a055e2bfbe0f02f2..5e2612a6d23f094249e4510a5f93ab5552cc7567 100644 (file)
@@ -23,9 +23,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <gpxe/command.h>
-#include <gpxe/nap.h>
-#include <gpxe/timer.h>
+#include <ipxe/command.h>
+#include <ipxe/nap.h>
+#include <ipxe/timer.h>
 
 static int time_exec ( int argc, char **argv ) {
        unsigned long start;
index 648f3389346ca66f980a21bf034e11a0057ca26d..9207e58a7220cee2baf5ade490a7154e8c7735bf 100644 (file)
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <assert.h>
 #include <string.h>
-#include <gpxe/keys.h>
-#include <gpxe/editstring.h>
+#include <ipxe/keys.h>
+#include <ipxe/editstring.h>
 
 /** @file
  *
index 1608c0a7828f192229c725955025ab451b639b3c..9c682588b9a150c8a242155730b4da7fb997f7f4 100644 (file)
@@ -1,7 +1,7 @@
 #include <curses.h>
 #include <stdio.h>
 #include <stddef.h>
-#include <gpxe/vsprintf.h>
+#include <ipxe/vsprintf.h>
 #include "mucurses.h"
 
 /** @file
index ee7d609db04988d20544fb6d3215e46d997b9c22..40e22d629dcd591564802d3471ee62457a2efc56 100644 (file)
@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <string.h>
 #include <assert.h>
-#include <gpxe/editbox.h>
+#include <ipxe/editbox.h>
 
 /** @file
  *
index e5699d519c2096d219e1e12cde1ea77aeaefa72a..ee252a199266d67fe0cf21296679d55be10ddd03 100644 (file)
@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <stdlib.h>
 #include <console.h>
-#include <gpxe/keys.h>
-#include <gpxe/editstring.h>
+#include <ipxe/keys.h>
+#include <ipxe/editstring.h>
 #include <readline/readline.h>
 
 /** @file
index 5bedbdc9848181e18ac8adde409333a5e9cf86b2..3fc25727e97326f3358ae48fc60612665dd9c3f1 100644 (file)
@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdlib.h>
 #include <stdio.h>
 #include <readline/readline.h>
-#include <gpxe/command.h>
-#include <gpxe/shell.h>
+#include <ipxe/command.h>
+#include <ipxe/shell.h>
 
 /** @file
  *
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 /** The shell prompt string */
-static const char shell_prompt[] = "gPXE> ";
+static const char shell_prompt[] = "iPXE> ";
 
 /** Flag set in order to exit shell */
 static int exit_flag = 0;
index dbe376739cb246f59b7d5ed55dc13cac9adf066c..8d2a5d0c79de08697e2509de78226eab738afa49 100644 (file)
@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <console.h>
 #include <unistd.h>
 #include <config/general.h>
-#include <gpxe/keys.h>
-#include <gpxe/shell_banner.h>
+#include <ipxe/keys.h>
+#include <ipxe/shell_banner.h>
 
 /** @file
  *
@@ -45,7 +45,7 @@ int shell_banner ( void ) {
                return enter_shell;
        }
 
-       printf ( "\nPress Ctrl-B for the gPXE command line..." );
+       printf ( "\nPress Ctrl-B for the iPXE command line..." );
 
        /* Wait for key */
        for ( wait_count = 0 ; wait_count < BANNER_TIMEOUT ; wait_count++ ) {
index 94547dd4b19018defe6cb8f1d4eb394c830b96dd..1b75f980770052d5e562f1c0645a83a7200b6117 100644 (file)
@@ -1,7 +1,7 @@
 #include <errno.h>
 #include <string.h>
 #include <stdio.h>
-#include <gpxe/errortab.h>
+#include <ipxe/errortab.h>
 
 /** @file
  *
@@ -52,7 +52,7 @@ static struct errortab * find_closest_error ( int errno ) {
        if ( ( errortab = find_error ( errno ) ) != NULL )
                return errortab;
 
-       /* Second, try masking off the gPXE-specific bit and seeing if
+       /* Second, try masking off the iPXE-specific bit and seeing if
         * we have an entry for the generic POSIX error message.
         */
        if ( ( errortab = find_error ( errno & 0x7f0000ff ) ) != NULL )
index b80bf27b74c63494c9e46461d87b2430d64e0309..bcfd09cb6d014f38bb564747381f34e24d8e2025 100644 (file)
@@ -28,10 +28,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <curses.h>
 #include <console.h>
-#include <gpxe/settings.h>
-#include <gpxe/editbox.h>
-#include <gpxe/keys.h>
-#include <gpxe/login_ui.h>
+#include <ipxe/settings.h>
+#include <ipxe/editbox.h>
+#include <ipxe/keys.h>
+#include <ipxe/login_ui.h>
 
 /* Colour pairs */
 #define CPAIR_NORMAL           1
index 74ce6afb136a6ba18f518664df1b8a237b5da8dc..be5357ae6b27b612ba282471046ec7af079e6d7c 100644 (file)
@@ -24,10 +24,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <curses.h>
 #include <console.h>
-#include <gpxe/settings.h>
-#include <gpxe/editbox.h>
-#include <gpxe/keys.h>
-#include <gpxe/settings_ui.h>
+#include <ipxe/settings.h>
+#include <ipxe/editbox.h>
+#include <ipxe/keys.h>
+#include <ipxe/settings_ui.h>
 
 /** @file
  *
@@ -301,7 +301,7 @@ static void alert ( const char *fmt, ... ) {
  */
 static void draw_title_row ( void ) {
        attron ( A_BOLD );
-       msg ( TITLE_ROW, "gPXE option configuration console" );
+       msg ( TITLE_ROW, "iPXE option configuration console" );
        attroff ( A_BOLD );
 }
 
index 46006f9e1da362653c30fd16077805459ea7a2f9..0909c017dbaabf5bb7d13362ef0c60bf3ba8b79a 100644 (file)
@@ -19,7 +19,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <errno.h>
-#include <gpxe/errortab.h>
+#include <ipxe/errortab.h>
 
 /* Record errors as though they come from the 802.11 stack */
 #undef ERRFILE
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  * strerror.
  */
 struct errortab wireless_errors[] __errortab = {
-       /* gPXE 802.11 stack errors */
+       /* iPXE 802.11 stack errors */
        { EINVAL | EUNIQ_01, "Packet too short" },
        { EINVAL | EUNIQ_02, "Packet 802.11 version not supported" },
        { EINVAL | EUNIQ_03, "Packet not a data packet" },
index 60d150a9cb58878274d8def15ff07ab4f4e4157a..6eb943b610ae66019f02f45a8c8268d5395ae713 100644 (file)
@@ -19,9 +19,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <errno.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/image.h>
-#include <gpxe/features.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/image.h>
+#include <ipxe/features.h>
 
 FEATURE ( FEATURE_IMAGE, "EFI", DHCP_EB_FEATURE_EFI, 1 );
 
index a0ec065ecf0a84a39bc0190c538f6c149e016e42..740fd3ac75364b8f97a7e01214945f4fcf41eab9 100644 (file)
@@ -30,10 +30,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <errno.h>
 #include <elf.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/segment.h>
-#include <gpxe/image.h>
-#include <gpxe/elf.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/segment.h>
+#include <ipxe/image.h>
+#include <ipxe/elf.h>
 
 typedef Elf32_Ehdr     Elf_Ehdr;
 typedef Elf32_Phdr     Elf_Phdr;
index 58a14ea4d710e7e9ccc028a07538b695f8197ffb..b3ed8ccfa6d0bb71d5ec9de2b9b29e27bcfd2996 100644 (file)
@@ -2,16 +2,16 @@
  *
  * Embedded image support
  *
- * Embedded images are images built into the gPXE binary and do not require
+ * Embedded images are images built into the iPXE binary and do not require
  * fetching over the network.
  */
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <string.h>
-#include <gpxe/image.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/init.h>
+#include <ipxe/image.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/init.h>
 
 /**
  * Free embedded image
index 0835ecb5932795a6702fc8d68acf5d99548305e5..61f5a99795c59a4be5b97f3e1adb1a4bdfe6196a 100644 (file)
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /**
  * @file
  *
- * gPXE scripts
+ * iPXE scripts
  *
  */
 
@@ -29,7 +29,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdlib.h>
 #include <ctype.h>
 #include <errno.h>
-#include <gpxe/image.h>
+#include <ipxe/image.h>
 
 struct image_type script_image_type __image_type ( PROBE_NORMAL );
 
@@ -91,7 +91,7 @@ static int script_exec ( struct image *image ) {
  * @ret rc             Return status code
  */
 static int script_load ( struct image *image ) {
-       static const char magic[] = "#!gpxe";
+       static const char magic[] = "#!ipxe";
        char test[ sizeof ( magic ) - 1 /* NUL */ + 1 /* terminating space */];
 
        /* Sanity check */
index e24745369aa07cc593fa362de5da2f29f92acc8f..9099c8fed56add30a59cb47058c2a6bec59e0e8c 100644 (file)
@@ -26,10 +26,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 #include <errno.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/memmap.h>
-#include <gpxe/errortab.h>
-#include <gpxe/segment.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/memmap.h>
+#include <ipxe/errortab.h>
+#include <ipxe/segment.h>
 
 /**
  * Prepare segment for loading
index cc784bc18121b6b9d3368927b060d3f0d5efc81b..40a00a2b1008c1d88b7bf38a099a561cc1a57b51 100644 (file)
@@ -54,7 +54,7 @@ assert_printf ( const char *fmt, ... ) asm ( "printf" );
  * If the condition is not true, the link will fail with an unresolved
  * symbol (error_symbol).
  *
- * This macro is gPXE-specific.  Do not use this macro in code
+ * This macro is iPXE-specific.  Do not use this macro in code
  * intended to be portable.
  *
  */
index ea81fc89ad3e764fa438ebd8626dd2c6b573253f..a9067c945331a9fdf7ccfecd24e47e3b301768d0 100644 (file)
@@ -538,7 +538,7 @@ int __debug_disable;
  * @defgroup licences Licence declarations
  *
  * For reasons that are partly historical, various different files
- * within the gPXE codebase have differing licences.
+ * within the iPXE codebase have differing licences.
  *
  * @{
  */
index 62fedf5bd8122ad0cc94c82802aefb087cb5c586..da26c36cc0e769bed06185d4108eaff7db3dda11 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef CONSOLE_H
 #define CONSOLE_H
 
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 
 /** @file
  *
index e2c5af23d00d656cb1910df13d32ff25bb9afe12..206977904fc6810a859012d265088dd07c29da75 100644 (file)
@@ -194,9 +194,9 @@ extern unsigned short _LINES;
 #define COLORS         COLOURS
 
 /*
- * KEY code constants are define in gpxe/keys.h
+ * KEY code constants are define in ipxe/keys.h
  */
-#include <gpxe/keys.h>
+#include <ipxe/keys.h>
 
 //extern int addch ( const chtype * );
 //extern int addchnstr ( const chtype *, int );
index 56095ecb8a946a5e4f1a5cba6be7b9e37c854fcc..0757fadb6b33a06515d78e9664e0283b319dcb2e 100644 (file)
@@ -7,7 +7,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  *
  * Error codes
  *
- * Return status codes as used within gPXE are designed to allow for
+ * Return status codes as used within iPXE are designed to allow for
  * maximum visibility into the source of an error even in an end-user
  * build with no debugging.  They are constructed as follows:
  *
@@ -72,7 +72,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 /* Get definitions for file identifiers */
-#include <gpxe/errfile.h>
+#include <ipxe/errfile.h>
 
 /* If we do not have a valid file identifier, generate a compiler
  * warning upon usage of any error codes.  (Don't just use a #warning,
@@ -85,7 +85,7 @@ extern char missing_errfile_declaration[] __attribute__ (( deprecated ));
 #define ERRFILE ( 0 * ( ( int ) missing_errfile_declaration ) )
 #endif
 
-/** Derive PXENV_STATUS code from gPXE error number */
+/** Derive PXENV_STATUS code from iPXE error number */
 #define PXENV_STATUS( rc ) ( (-(rc)) & 0x00ff )
 
 /**
index ad44e8a9b970950d7d15b9602184f4358dbff3d4..3241294d9ab20acfdeb7e44715b8218e5d3a6efd 100644 (file)
@@ -15,9 +15,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <unistd.h>
 #include <strings.h>
 #include <console.h>
-#include <gpxe/timer.h>
-#include <gpxe/if_arp.h>
-#include <gpxe/if_ether.h>
+#include <ipxe/timer.h>
+#include <ipxe/if_arp.h>
+#include <ipxe/if_ether.h>
 
 typedef unsigned long Address;
 
similarity index 93%
rename from src/include/gpxe/acpi.h
rename to src/include/ipxe/acpi.h
index 12edda90a16d411fce656c049c28049fd168a2bc..eabbec3900d63aca7e41d2c7caeee5850eb84238 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ACPI_H
-#define _GPXE_ACPI_H
+#ifndef _IPXE_ACPI_H
+#define _IPXE_ACPI_H
 
 /** @file
  *
@@ -40,4 +40,4 @@ struct acpi_description_header {
 
 extern void acpi_fix_checksum ( struct acpi_description_header *acpi );
 
-#endif /* _GPXE_ACPI_H */
+#endif /* _IPXE_ACPI_H */
similarity index 90%
rename from src/include/gpxe/aes.h
rename to src/include/ipxe/aes.h
index fc1694b3be54074f9a9864d3985fc65dcce6cb4b..5d645b207f706aef0de670aa838fd51254c2106c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_AES_H
-#define _GPXE_AES_H
+#ifndef _IPXE_AES_H
+#define _IPXE_AES_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -27,4 +27,4 @@ extern struct cipher_algorithm aes_cbc_algorithm;
 int aes_wrap ( const void *kek, const void *src, void *dest, int nblk );
 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk );
 
-#endif /* _GPXE_AES_H */
+#endif /* _IPXE_AES_H */
similarity index 97%
rename from src/include/gpxe/ansiesc.h
rename to src/include/ipxe/ansiesc.h
index 85f7a9f329eaba572c9de09bbba5f9b48aaf56bf..35438e43a593b768d9975b958e0d851bdf092008 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ANSIESC_H
-#define _GPXE_ANSIESC_H
+#ifndef _IPXE_ANSIESC_H
+#define _IPXE_ANSIESC_H
 
 /** @file
  *
@@ -117,4 +117,4 @@ struct ansiesc_context {
 
 extern int ansiesc_process ( struct ansiesc_context *ctx, int c );
 
-#endif /* _GPXE_ANSIESC_H */
+#endif /* _IPXE_ANSIESC_H */
similarity index 95%
rename from src/include/gpxe/aoe.h
rename to src/include/ipxe/aoe.h
index 6b42fd5b4c09499e831f68c94f9d3cf0db4a2934..d2a1285858e139882ba9ac22aefb4e0b55796dd3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_AOE_H
-#define _GPXE_AOE_H
+#ifndef _IPXE_AOE_H
+#define _IPXE_AOE_H
 
 /** @file
  *
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/list.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/retry.h>
-#include <gpxe/ata.h>
+#include <ipxe/list.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/retry.h>
+#include <ipxe/ata.h>
 
 /** An AoE config command */
 struct aoecfg {
@@ -147,4 +147,4 @@ extern void aoe_detach ( struct ata_device *ata );
 extern int aoe_attach ( struct ata_device *ata, struct net_device *netdev,
                        const char *root_path );
 
-#endif /* _GPXE_AOE_H */
+#endif /* _IPXE_AOE_H */
similarity index 94%
rename from src/include/gpxe/api.h
rename to src/include/ipxe/api.h
index ff2ba595f58085aa89e41e3a49bf0343fef43d40..838b8936e1a725300c44c113d208ec567b0b7394 100644 (file)
@@ -1,11 +1,11 @@
-#ifndef _GPXE_API_H
-#define _GPXE_API_H
+#ifndef _IPXE_API_H
+#define _IPXE_API_H
 
 /** @file
  *
- * gPXE internal APIs
+ * iPXE internal APIs
  *
- * There are various formally-defined APIs internal to gPXE, with
+ * There are various formally-defined APIs internal to iPXE, with
  * several differing implementations specific to particular execution
  * environments (e.g. PC BIOS, EFI, LinuxBIOS).
  *
@@ -81,4 +81,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 /** @} */
 
-#endif /* _GPXE_API_H */
+#endif /* _IPXE_API_H */
similarity index 83%
rename from src/include/gpxe/arc4.h
rename to src/include/ipxe/arc4.h
index 9917628a5fce740a9d2f2891ed83611ea5ab1eaa..9da972b6991acd0be6c61f74cdc7f610843a6a87 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ARC4_H
-#define _GPXE_ARC4_H
+#ifndef _IPXE_ARC4_H
+#define _IPXE_ARC4_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -19,4 +19,4 @@ extern struct cipher_algorithm arc4_algorithm;
 void arc4_skip ( const void *key, size_t keylen, size_t skip,
                 const void *src, void *dst, size_t msglen );
 
-#endif /* _GPXE_ARC4_H */
+#endif /* _IPXE_ARC4_H */
similarity index 91%
rename from src/include/gpxe/arp.h
rename to src/include/ipxe/arp.h
index 0623d35c4b304b2cf108c642f83f8217d66f8f81..373a95da1fb6663803b5b81a914da08a9ee5c11e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ARP_H
-#define _GPXE_ARP_H
+#ifndef _IPXE_ARP_H
+#define _IPXE_ARP_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 
 struct net_device;
 struct net_protocol;
@@ -43,4 +43,4 @@ extern int arp_resolve ( struct net_device *netdev,
                         const void *source_net_addr,
                         void *dest_ll_addr );
 
-#endif /* _GPXE_ARP_H */
+#endif /* _IPXE_ARP_H */
similarity index 89%
rename from src/include/gpxe/asn1.h
rename to src/include/ipxe/asn1.h
index 477c209d33c295788800be233c055e573487b6cd..85e480e87c692cc049f386dbe0372f895f9f28e7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ASN1_H
-#define _GPXE_ASN1_H
+#ifndef _IPXE_ASN1_H
+#define _IPXE_ASN1_H
 
 /** @file
  *
@@ -31,4 +31,4 @@ struct asn1_cursor {
 extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type );
 extern int asn1_skip ( struct asn1_cursor *cursor, unsigned int type );
 
-#endif /* _GPXE_ASN1_H */
+#endif /* _IPXE_ASN1_H */
similarity index 97%
rename from src/include/gpxe/ata.h
rename to src/include/ipxe/ata.h
index 3c5658445c8816a2e57bb5b5cca7b74fcc5b7752..043e3705152fd21b4ab647361249542da048728c 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef _GPXE_ATA_H
-#define _GPXE_ATA_H
+#ifndef _IPXE_ATA_H
+#define _IPXE_ATA_H
 
 #include <stdint.h>
-#include <gpxe/blockdev.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/refcnt.h>
+#include <ipxe/blockdev.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/refcnt.h>
 
 /** @file
  *
@@ -206,4 +206,4 @@ struct ata_device {
 
 extern int init_atadev ( struct ata_device *ata );
 
-#endif /* _GPXE_ATA_H */
+#endif /* _IPXE_ATA_H */
similarity index 85%
rename from src/include/gpxe/base64.h
rename to src/include/ipxe/base64.h
index e38bef0126cec4003f13e07df2aeb5b3da9227f9..129594154347eeaae9393befe58e63b7d16095f2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_BASE64_H
-#define _GPXE_BASE64_H
+#ifndef _IPXE_BASE64_H
+#define _IPXE_BASE64_H
 
 /** @file
  *
@@ -23,4 +23,4 @@ static inline size_t base64_encoded_len ( size_t raw_len ) {
 
 extern void base64_encode ( const char *raw, char *encoded );
 
-#endif /* _GPXE_BASE64_H */
+#endif /* _IPXE_BASE64_H */
similarity index 93%
rename from src/include/gpxe/bitbash.h
rename to src/include/ipxe/bitbash.h
index f2ba9f7a4e77538260e15b5989f2da010bc30913..62b54b10f9ca9288ffb6e1c90216d408b98cb4b2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_BITBASH_H
-#define _GPXE_BITBASH_H
+#ifndef _IPXE_BITBASH_H
+#define _IPXE_BITBASH_H
 
 /** @file
  *
@@ -49,4 +49,4 @@ extern void write_bit ( struct bit_basher *basher, unsigned int bit_id,
                        unsigned long data );
 extern int read_bit ( struct bit_basher *basher, unsigned int bit_id );
 
-#endif /* _GPXE_BITBASH_H */
+#endif /* _IPXE_BITBASH_H */
similarity index 95%
rename from src/include/gpxe/bitmap.h
rename to src/include/ipxe/bitmap.h
index d6911a51dd7af31577e4e0ad1b8bb4b68f7e2ed5..38d1f221df884b88db59c56fbc592aafdee75583 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_BITMAP_H
-#define _GPXE_BITMAP_H
+#ifndef _IPXE_BITMAP_H
+#define _IPXE_BITMAP_H
 
 /** @file
  *
@@ -82,4 +82,4 @@ static inline int bitmap_full ( struct bitmap *bitmap ) {
        return ( bitmap->first_gap == bitmap->length );
 }
 
-#endif /* _GPXE_BITMAP_H */
+#endif /* _IPXE_BITMAP_H */
similarity index 99%
rename from src/include/gpxe/bitops.h
rename to src/include/ipxe/bitops.h
index 8db34312ae5ead6c4c7702801b36c7cb0d57c8a6..0599168eba00f36627401105c4ae939ae6306956 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_BITOPS_H
-#define _GPXE_BITOPS_H
+#ifndef _IPXE_BITOPS_H
+#define _IPXE_BITOPS_H
 
 /*
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
@@ -227,4 +227,4 @@ typedef unsigned char pseudo_bit_t;
                *__ptr |= cpu_to_BIT64 ( __value << __shift );                \
        } while ( 0 )
 
-#endif /* _GPXE_BITOPS_H */
+#endif /* _IPXE_BITOPS_H */
similarity index 89%
rename from src/include/gpxe/blockdev.h
rename to src/include/ipxe/blockdev.h
index cf28524de0d04e751ee4bc30f7b949090ed50962..5c1ab136acd1e9470950ec309467da5ecb72ec8b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_BLOCKDEV_H
-#define _GPXE_BLOCKDEV_H
+#ifndef _IPXE_BLOCKDEV_H
+#define _IPXE_BLOCKDEV_H
 
 /**
  * @file
@@ -10,7 +10,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 struct block_device;
 
@@ -50,4 +50,4 @@ struct block_device {
        uint64_t blocks;
 };
 
-#endif /* _GPXE_BLOCKDEV_H */
+#endif /* _IPXE_BLOCKDEV_H */
similarity index 97%
rename from src/include/gpxe/cbc.h
rename to src/include/ipxe/cbc.h
index 1262f1dbd2d71c3baba630918c6034165974b3f3..fae37657703277b6e779eefc45893c89959e1131 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_CBC_H
-#define _GPXE_CBC_H
+#ifndef _IPXE_CBC_H
+#define _IPXE_CBC_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/crypto.h>
+#include <ipxe/crypto.h>
 
 /**
  * Set key
@@ -97,4 +97,4 @@ struct cipher_algorithm _cbc_cipher = {                                       \
        .decrypt        = _cbc_name ## _decrypt,                        \
 };
 
-#endif /* _GPXE_CBC_H */
+#endif /* _IPXE_CBC_H */
similarity index 93%
rename from src/include/gpxe/chap.h
rename to src/include/ipxe/chap.h
index e86ede3576de14abc278ef022fce530ddde9ca63..fce48f3eaed638189023e738b2d066d9b3822eb2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_CHAP_H
-#define _GPXE_CHAP_H
+#ifndef _IPXE_CHAP_H
+#define _IPXE_CHAP_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/md5.h>
+#include <ipxe/md5.h>
 
 struct digest_algorithm;
 
@@ -50,4 +50,4 @@ static inline void chap_set_identifier ( struct chap_response *chap,
        chap_update ( chap, &ident_byte, sizeof ( ident_byte ) );
 }
 
-#endif /* _GPXE_CHAP_H */
+#endif /* _IPXE_CHAP_H */
similarity index 80%
rename from src/include/gpxe/command.h
rename to src/include/ipxe/command.h
index 51ca6d6d59eb5aa4f7fe3473fe48ff82f14a4356..a7d0ae4623af8f3bf77d7daba6e5040982776cfe 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_COMMAND_H
-#define _GPXE_COMMAND_H
+#ifndef _IPXE_COMMAND_H
+#define _IPXE_COMMAND_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 
 /** A command-line command */
 struct command {
@@ -23,4 +23,4 @@ struct command {
 
 #define __command __table_entry ( COMMANDS, 01 )
 
-#endif /* _GPXE_COMMAND_H */
+#endif /* _IPXE_COMMAND_H */
similarity index 94%
rename from src/include/gpxe/cpio.h
rename to src/include/ipxe/cpio.h
index f462cec15971de5aae7b20d5d59c880d6bb7172f..277232808baf0214326caeaeea153d2710e3084f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_CPIO_H
-#define _GPXE_CPIO_H
+#ifndef _IPXE_CPIO_H
+#define _IPXE_CPIO_H
 
 /** @file
  *
@@ -50,4 +50,4 @@ struct cpio_header {
 
 extern void cpio_set_field ( char *field, unsigned long value );
 
-#endif /* _GPXE_CPIO_H */
+#endif /* _IPXE_CPIO_H */
similarity index 73%
rename from src/include/gpxe/crc32.h
rename to src/include/ipxe/crc32.h
index d1c7437d4689ab33084cc1040bb08f5a9398673e..38ac1b31f219a4c2948536de873745974c305a5a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_CRC32_H
-#define _GPXE_CRC32_H
+#ifndef _IPXE_CRC32_H
+#define _IPXE_CRC32_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
similarity index 98%
rename from src/include/gpxe/crypto.h
rename to src/include/ipxe/crypto.h
index ecda5f6da4650fe972ada5378d2c5053ba22c41c..9383c076c42283d3ff153b3486cea8c74efeacbd 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_CRYPTO_H
-#define _GPXE_CRYPTO_H
+#ifndef _IPXE_CRYPTO_H
+#define _IPXE_CRYPTO_H
 
 /** @file
  *
@@ -153,4 +153,4 @@ extern struct pubkey_algorithm pubkey_null;
 
 void get_random_bytes ( void *buf, size_t len );
 
-#endif /* _GPXE_CRYPTO_H */
+#endif /* _IPXE_CRYPTO_H */
similarity index 94%
rename from src/include/gpxe/device.h
rename to src/include/ipxe/device.h
index 1db3ff906d1ea36974ef9f55628068e83cd64f37..85675300022f3f144c3807c05b77151218daf153 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_DEVICE_H
-#define _GPXE_DEVICE_H
+#ifndef _IPXE_DEVICE_H
+#define _IPXE_DEVICE_H
 
 /**
  * @file
@@ -10,8 +10,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/list.h>
-#include <gpxe/tables.h>
+#include <ipxe/list.h>
+#include <ipxe/tables.h>
 
 /** A hardware device description */
 struct device_description {
@@ -110,4 +110,4 @@ struct root_driver {
 /** Declare a root device */
 #define __root_device __table_entry ( ROOT_DEVICES, 01 )
 
-#endif /* _GPXE_DEVICE_H */
+#endif /* _IPXE_DEVICE_H */
similarity index 97%
rename from src/include/gpxe/dhcp.h
rename to src/include/ipxe/dhcp.h
index ebfe8edeb08c5ebdd17c27d9f431153c7562830a..bbfa293b1e72980e68d2b0caaf6f0644e26b17cf 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_DHCP_H
-#define _GPXE_DHCP_H
+#ifndef _IPXE_DHCP_H
+#define _IPXE_DHCP_H
 
 /** @file
  *
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/in.h>
-#include <gpxe/list.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/tables.h>
-#include <gpxe/uuid.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/in.h>
+#include <ipxe/list.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/tables.h>
+#include <ipxe/uuid.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/uaccess.h>
 
 struct job_interface;
 struct dhcp_options;
@@ -291,7 +291,7 @@ struct dhcp_client_uuid {
 
 /** Keep SAN drive registered
  *
- * If set to a non-zero value, gPXE will not detach any SAN drive
+ * If set to a non-zero value, iPXE will not detach any SAN drive
  * after failing to boot from it.  (This option is required in order
  * to perform a Windows Server 2008 installation direct to an iSCSI
  * target.)
@@ -305,7 +305,7 @@ struct dhcp_client_uuid {
 
 /** Skip PXE DHCP protocol extensions such as ProxyDHCP
  *
- * If set to a non-zero value, gPXE will not wait for ProxyDHCP offers
+ * If set to a non-zero value, iPXE will not wait for ProxyDHCP offers
  * and will ignore any PXE-specific DHCP options that it receives.
  */
 #define DHCP_EB_NO_PXEDHCP DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xb0 )
@@ -386,7 +386,7 @@ struct dhcp_netdev_desc {
  */
 #define DHCP_EB_REVERSE_PASSWORD DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xc1 )
 
-/** gPXE version number */
+/** iPXE version number */
 #define DHCP_EB_VERSION DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xeb )
 
 /** iSCSI primary target IQN */
@@ -634,4 +634,4 @@ __weak_decl ( void, get_cached_dhcpack, ( void ), (), );
 
 extern void store_cached_dhcpack ( userptr_t data, size_t len );
 
-#endif /* _GPXE_DHCP_H */
+#endif /* _IPXE_DHCP_H */
similarity index 90%
rename from src/include/gpxe/dhcpopts.h
rename to src/include/ipxe/dhcpopts.h
index 3d90f41162d38312fb073bb26e35f521fd2465f1..fea99d59ddedf0f6ae8b57bacf288651c175ee97 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_DHCPOPTS_H
-#define _GPXE_DHCPOPTS_H
+#ifndef _IPXE_DHCPOPTS_H
+#define _IPXE_DHCPOPTS_H
 
 /** @file
  *
@@ -31,4 +31,4 @@ extern int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag,
 extern void dhcpopt_init ( struct dhcp_options *options,
                           void *data, size_t max_len );
 
-#endif /* _GPXE_DHCPOPTS_H */
+#endif /* _IPXE_DHCPOPTS_H */
similarity index 89%
rename from src/include/gpxe/dhcppkt.h
rename to src/include/ipxe/dhcppkt.h
index 6007ccabe6615e6d9a3dd33281f682b02c2b8b74..5709cc7d1ff2538dfd65c33ad3d4929d29946bb7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_DHCPPKT_H
-#define _GPXE_DHCPPKT_H
+#ifndef _IPXE_DHCPPKT_H
+#define _IPXE_DHCPPKT_H
 
 /** @file
  *
@@ -9,9 +9,9 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/dhcp.h>
-#include <gpxe/dhcpopts.h>
-#include <gpxe/refcnt.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/dhcpopts.h>
+#include <ipxe/refcnt.h>
 
 /**
  * A DHCP packet
@@ -61,4 +61,4 @@ extern int dhcppkt_fetch ( struct dhcp_packet *dhcppkt, unsigned int tag,
 extern void dhcppkt_init ( struct dhcp_packet *dhcppkt, 
                           struct dhcphdr *data, size_t len );
 
-#endif /* _GPXE_DHCPPKT_H */
+#endif /* _IPXE_DHCPPKT_H */
similarity index 95%
rename from src/include/gpxe/dns.h
rename to src/include/ipxe/dns.h
index 9e5e874fe23ba97ab7ede99bf42ac2136ca4dc15..1c427601a2847896197620fe66fd93fae1816f64 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_DNS_H
-#define _GPXE_DNS_H
+#ifndef _IPXE_DNS_H
+#define _IPXE_DNS_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/in.h>
+#include <ipxe/in.h>
 
 /*
  * Constants
@@ -89,4 +89,4 @@ union dns_rr_info {
        struct dns_rr_info_cname cname;
 };
 
-#endif /* _GPXE_DNS_H */
+#endif /* _IPXE_DNS_H */
similarity index 76%
rename from src/include/gpxe/downloader.h
rename to src/include/ipxe/downloader.h
index 7f21e07bfbff94cb7180142e62bbc3ebd5347804..023bf94fbcdac5ed0c45d08ad73d180237c03fb6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_DOWNLOADER_H
-#define _GPXE_DOWNLOADER_H
+#ifndef _IPXE_DOWNLOADER_H
+#define _IPXE_DOWNLOADER_H
 
 /** @file
  *
@@ -16,4 +16,4 @@ extern int create_downloader ( struct job_interface *job, struct image *image,
                               int ( * register_image ) ( struct image *image ),
                               int type, ... );
 
-#endif /* _GPXE_DOWNLOADER_H */
+#endif /* _IPXE_DOWNLOADER_H */
similarity index 97%
rename from src/include/gpxe/eapol.h
rename to src/include/ipxe/eapol.h
index c9855d09ffe9eb80f6de2b6efad987d2b5d45bdd..43d891c611084f79266341bd9bd79c9560d1a47c 100644 (file)
@@ -16,8 +16,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#ifndef _GPXE_EAPOL_H
-#define _GPXE_EAPOL_H
+#ifndef _IPXE_EAPOL_H
+#define _IPXE_EAPOL_H
 
 /** @file
  *
@@ -26,7 +26,7 @@
  * them are elsewhere.
  */
 
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 #include <stdint.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
@@ -109,4 +109,4 @@ struct eapol_handler
 extern struct net_protocol eapol_protocol __net_protocol;
 
 
-#endif /* _GPXE_EAPOL_H */
+#endif /* _IPXE_EAPOL_H */
similarity index 92%
rename from src/include/gpxe/editbox.h
rename to src/include/ipxe/editbox.h
index b7cc411b51b9e1d2b87b32fa158c718197bccbaa..9122dbbf33d57b95fb20e562728bd73fe987980c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_EDITBOX_H
-#define _GPXE_EDITBOX_H
+#ifndef _IPXE_EDITBOX_H
+#define _IPXE_EDITBOX_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <curses.h>
-#include <gpxe/editstring.h>
+#include <ipxe/editstring.h>
 
 /** An editable text box widget */
 struct edit_box {
@@ -58,4 +58,4 @@ static inline int edit_editbox ( struct edit_box *box, int key ) {
        return edit_string ( &box->string, key );
 }
 
-#endif /* _GPXE_EDITBOX_H */
+#endif /* _IPXE_EDITBOX_H */
similarity index 87%
rename from src/include/gpxe/editstring.h
rename to src/include/ipxe/editstring.h
index 48c1baa0dd325c2baaaee02404000b073d409f3c..5c1a18bea1f45857e069a73405267f8de60228d3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_EDITSTRING_H
-#define _GPXE_EDITSTRING_H
+#ifndef _IPXE_EDITSTRING_H
+#define _IPXE_EDITSTRING_H
 
 /** @file
  *
@@ -30,4 +30,4 @@ struct edit_string {
 
 extern int edit_string ( struct edit_string *string, int key ) __nonnull;
 
-#endif /* _GPXE_EDITSTRING_H */
+#endif /* _IPXE_EDITSTRING_H */
similarity index 99%
rename from src/include/gpxe/efi/Base.h
rename to src/include/ipxe/efi/Base.h
index b2552d806603b9b27206165ecb79b5cebbbb4a3d..14fd9cb5188a2865e085c271138cef39883b586e 100644 (file)
@@ -24,7 +24,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //
 // Include processor specific binding
 //
-#include <gpxe/efi/ProcessorBind.h>
+#include <ipxe/efi/ProcessorBind.h>
 
 typedef struct {
   UINT32  Data1;
similarity index 97%
rename from src/include/gpxe/efi/LICENCE
rename to src/include/ipxe/efi/LICENCE
index 6aa2b2ff4a7c675ff3e3db138c40833a7689fd60..6c28e6f964f88cddfa4aca5491633fe52198b729 100644 (file)
@@ -37,4 +37,4 @@ following licence:
 
 This licence applies only to files that are part of the EFI
 Development Kit.  Other files may contain their own licence terms, or
-may fall under the standard gPXE GPL licence.
+may fall under the standard iPXE GPL licence.
similarity index 97%
rename from src/include/gpxe/efi/Pi/PiBootMode.h
rename to src/include/ipxe/efi/Pi/PiBootMode.h
index bebca227eed1a1b5b7018ecf8506d32ec3745f37..a33bdf4be55646b7525a7e7a6ffa3cc5300d071b 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __PI_BOOT_MODE_H__
 #define __PI_BOOT_MODE_H__
 
-#include <gpxe/efi/ProcessorBind.h>
+#include <ipxe/efi/ProcessorBind.h>
 
 ///
 /// EFI boot mode
similarity index 99%
rename from src/include/gpxe/efi/Pi/PiDxeCis.h
rename to src/include/ipxe/efi/Pi/PiDxeCis.h
index a9248883ea9df48f1fc7adc73aa070c1fcc3f34c..514295af568c4972a50eec0133661cf830f59a7c 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __PI_DXECIS_H__
 #define __PI_DXECIS_H__
 
-#include <gpxe/efi/Pi/PiMultiPhase.h>
+#include <ipxe/efi/Pi/PiMultiPhase.h>
 
 ///
 /// Global Coherencey Domain types - Memory type
similarity index 99%
rename from src/include/gpxe/efi/Pi/PiFirmwareFile.h
rename to src/include/ipxe/efi/Pi/PiFirmwareFile.h
index be6f8bd2fecd0fdc4eb9e0d156c1e5229bea73c4..973a2b5c3bbf9f4a2e2c04b8f72feb9687f6fb2f 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __PI_FIRMWARE_FILE_H__
 #define __PI_FIRMWARE_FILE_H__
 
-#include <gpxe/efi/ProcessorBind.h>
+#include <ipxe/efi/ProcessorBind.h>
 
 #pragma pack(1)
 ///
similarity index 99%
rename from src/include/gpxe/efi/Pi/PiFirmwareVolume.h
rename to src/include/ipxe/efi/Pi/PiFirmwareVolume.h
index 277b704515825e9027bb656de35ae4b60beea57d..5f530e6432266b4db438cde56ee95a3a3c82edd1 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __PI_FIRMWAREVOLUME_H__
 #define __PI_FIRMWAREVOLUME_H__
 
-#include <gpxe/efi/ProcessorBind.h>
+#include <ipxe/efi/ProcessorBind.h>
 
 ///
 /// EFI_FV_FILE_ATTRIBUTES
similarity index 98%
rename from src/include/gpxe/efi/Pi/PiHob.h
rename to src/include/ipxe/efi/Pi/PiHob.h
index 0c8df1f21e5699c13cbb177058fb336bb1c38d89..26dc45c50b59e93489d584959d2b337c40595755 100644 (file)
 #ifndef __PI_HOB_H__
 #define __PI_HOB_H__
 
-#include <gpxe/efi/ProcessorBind.h>
-#include <gpxe/efi/Pi/PiBootMode.h>
-#include <gpxe/efi/Uefi/UefiBaseType.h>
-#include <gpxe/efi/Uefi/UefiMultiPhase.h>
+#include <ipxe/efi/ProcessorBind.h>
+#include <ipxe/efi/Pi/PiBootMode.h>
+#include <ipxe/efi/Uefi/UefiBaseType.h>
+#include <ipxe/efi/Uefi/UefiMultiPhase.h>
 
 //
 // HobType of EFI_HOB_GENERIC_HEADER.
similarity index 92%
rename from src/include/gpxe/efi/Pi/PiMultiPhase.h
rename to src/include/ipxe/efi/Pi/PiMultiPhase.h
index 3ab6421f8d8b82bc8ddb21860ad8d9201ef376aa..96440249e23e422cf8301f1faf35c135cdd144ce 100644 (file)
 #ifndef __PI_MULTIPHASE_H__
 #define __PI_MULTIPHASE_H__
 
-#include <gpxe/efi/Uefi/UefiMultiPhase.h>
+#include <ipxe/efi/Uefi/UefiMultiPhase.h>
 
-#include <gpxe/efi/Pi/PiFirmwareVolume.h>
-#include <gpxe/efi/Pi/PiFirmwareFile.h>
-#include <gpxe/efi/Pi/PiBootMode.h>
+#include <ipxe/efi/Pi/PiFirmwareVolume.h>
+#include <ipxe/efi/Pi/PiFirmwareFile.h>
+#include <ipxe/efi/Pi/PiBootMode.h>
 
-#include <gpxe/efi/Pi/PiHob.h>
-#include <gpxe/efi/Pi/PiDependency.h>
+#include <ipxe/efi/Pi/PiHob.h>
+#include <ipxe/efi/Pi/PiDependency.h>
 
 
 #define EFI_NOT_AVAILABLE_YET   EFIERR (32)
similarity index 84%
rename from src/include/gpxe/efi/PiDxe.h
rename to src/include/ipxe/efi/PiDxe.h
index c3263029931a9549ae7bac9e18ef70e5b3dc1fc5..b79a96ed3a01b67f0a4ab816435080f924ea35a5 100644 (file)
@@ -16,10 +16,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __PI_DXE_H__
 #define __PI_DXE_H__
 
-#include <gpxe/efi/Uefi/UefiBaseType.h>
-#include <gpxe/efi/Uefi/UefiSpec.h>
+#include <ipxe/efi/Uefi/UefiBaseType.h>
+#include <ipxe/efi/Uefi/UefiSpec.h>
 
-#include <gpxe/efi/Pi/PiDxeCis.h>
+#include <ipxe/efi/Pi/PiDxeCis.h>
 
 #endif
 
similarity index 75%
rename from src/include/gpxe/efi/ProcessorBind.h
rename to src/include/ipxe/efi/ProcessorBind.h
index 3dbaf1b8f8028ab3a48118179b14ce5d9d8fe5f4..bf39cd69c83a0793aba593473f6821e00382f569 100644 (file)
@@ -6,9 +6,9 @@
  */
 
 #if __i386__
-#include <gpxe/efi/Ia32/ProcessorBind.h>
+#include <ipxe/efi/Ia32/ProcessorBind.h>
 #endif
 
 #if __x86_64__
-#include <gpxe/efi/X64/ProcessorBind.h>
+#include <ipxe/efi/X64/ProcessorBind.h>
 #endif
similarity index 99%
rename from src/include/gpxe/efi/Protocol/Cpu.h
rename to src/include/ipxe/efi/Protocol/Cpu.h
index da3d0fda6db95e0d7f26739fb0201e1dc240e700..b06c0df4e757f6d3eced001e7345dba9fb5a55f4 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef __ARCH_PROTOCOL_CPU_H__
 #define __ARCH_PROTOCOL_CPU_H__
 
-#include <gpxe/efi/Protocol/DebugSupport.h>
+#include <ipxe/efi/Protocol/DebugSupport.h>
 
 #define EFI_CPU_ARCH_PROTOCOL_GUID \
   { 0x26baccb1, 0x6f42, 0x11d4, {0xbc, 0xe7, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }
similarity index 99%
rename from src/include/gpxe/efi/Protocol/CpuIo.h
rename to src/include/ipxe/efi/Protocol/CpuIo.h
index 8d35c6cdff725bbffe952dbebb7df8ee2b12fa5f..e3d96106d1efe53330d1b80154f899e4ce231e84 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _CPUIO_H_
 #define _CPUIO_H_
 
-#include <gpxe/efi/PiDxe.h>
+#include <ipxe/efi/PiDxe.h>
 
 #define EFI_CPU_IO_PROTOCOL_GUID \
   { \
similarity index 99%
rename from src/include/gpxe/efi/Protocol/DebugSupport.h
rename to src/include/ipxe/efi/Protocol/DebugSupport.h
index c8db249861543aa349bded67cca08389ee2accb8..370614d70105dc5e23622f210d7d5bce50086014 100644 (file)
@@ -19,8 +19,8 @@
 #ifndef __DEBUG_SUPPORT_H__
 #define __DEBUG_SUPPORT_H__
 
-#include <gpxe/efi/ProcessorBind.h>
-#include <gpxe/efi/IndustryStandard/PeImage.h>
+#include <ipxe/efi/ProcessorBind.h>
+#include <ipxe/efi/IndustryStandard/PeImage.h>
 
 typedef struct _EFI_DEBUG_SUPPORT_PROTOCOL EFI_DEBUG_SUPPORT_PROTOCOL;
 
similarity index 99%
rename from src/include/gpxe/efi/Protocol/DevicePath.h
rename to src/include/ipxe/efi/Protocol/DevicePath.h
index e847668fcc801176ceecc483660e5e78e48cb7f2..4d310082c4fd50db2a90192271f84e2a87859cf6 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __EFI_DEVICE_PATH_PROTOCOL_H__
 #define __EFI_DEVICE_PATH_PROTOCOL_H__
 
-#include <gpxe/efi/Guid/PcAnsi.h>
+#include <ipxe/efi/Guid/PcAnsi.h>
 
 ///
 /// Device Path protocol
similarity index 99%
rename from src/include/gpxe/efi/Protocol/DriverBinding.h
rename to src/include/ipxe/efi/Protocol/DriverBinding.h
index 510cb7ce9cbda6ba7096493dd391bfe72a00d453..2ee784503f71456a0429c3fde245a204da11c3f7 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __EFI_DRIVER_BINDING_H__
 #define __EFI_DRIVER_BINDING_H__
 
-#include <gpxe/efi/Protocol/DevicePath.h>
+#include <ipxe/efi/Protocol/DevicePath.h>
 ///
 /// Global ID for the ControllerHandle Driver Protocol
 ///
similarity index 99%
rename from src/include/gpxe/efi/Protocol/SimpleTextIn.h
rename to src/include/ipxe/efi/Protocol/SimpleTextIn.h
index f14f62d536d218dab781c5fed2a09736324a6293..787d8f14a981cca13f0377b49e6a262187527b2a 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __SIMPLE_TEXT_IN_PROTOCOL_H__
 #define __SIMPLE_TEXT_IN_PROTOCOL_H__
 
-#include <gpxe/efi/ProcessorBind.h>
+#include <ipxe/efi/ProcessorBind.h>
 
 #define EFI_SIMPLE_TEXT_INPUT_PROTOCOL_GUID \
   { \
similarity index 91%
rename from src/include/gpxe/efi/Uefi.h
rename to src/include/ipxe/efi/Uefi.h
index 58ddb11f760329c7a79871897862d51508e36a40..1e62d2a77d77063678dc90bbafec6bf71d50c271 100644 (file)
@@ -20,8 +20,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __PI_UEFI_H__
 #define __PI_UEFI_H__
 
-#include <gpxe/efi/Uefi/UefiBaseType.h>
-#include <gpxe/efi/Uefi/UefiSpec.h>
+#include <ipxe/efi/Uefi/UefiBaseType.h>
+#include <ipxe/efi/Uefi/UefiSpec.h>
 
 #endif
 
similarity index 99%
rename from src/include/gpxe/efi/Uefi/UefiBaseType.h
rename to src/include/ipxe/efi/Uefi/UefiBaseType.h
index 475ac01ef28dbdc30d9265e6c72b639a719ca6b0..e7d964deed5ba73edb9fbcbec51dd55f3a091194 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef __UEFI_BASETYPE_H__
 #define __UEFI_BASETYPE_H__
 
-#include <gpxe/efi/Base.h>
+#include <ipxe/efi/Base.h>
 
 //
 // Basical data type definitions introduced in UEFI.
similarity index 99%
rename from src/include/gpxe/efi/Uefi/UefiMultiPhase.h
rename to src/include/ipxe/efi/Uefi/UefiMultiPhase.h
index 2d1af5ede1e4e16113a12df942368a92d22165de..24cf48eb2d1192f4a58657ecfe88a8a237319e39 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef __UEFI_MULTIPHASE_H__
 #define __UEFI_MULTIPHASE_H__
 
-#include <gpxe/efi/ProcessorBind.h>
+#include <ipxe/efi/ProcessorBind.h>
 
 ///
 /// Enumeration of memory types introduced in UEFI.
similarity index 99%
rename from src/include/gpxe/efi/Uefi/UefiSpec.h
rename to src/include/ipxe/efi/Uefi/UefiSpec.h
index 03e7b6cc864417bb804ee60353dbc96c5780e240..4d34b19d6592ef077fe4915bb10189deec7cd218 100644 (file)
 #ifndef __UEFI_SPEC_H__
 #define __UEFI_SPEC_H__
 
-#include <gpxe/efi/Uefi/UefiMultiPhase.h>
+#include <ipxe/efi/Uefi/UefiMultiPhase.h>
 
-#include <gpxe/efi/Protocol/DevicePath.h>
-#include <gpxe/efi/Protocol/SimpleTextIn.h>
-#include <gpxe/efi/Protocol/SimpleTextOut.h>
+#include <ipxe/efi/Protocol/DevicePath.h>
+#include <ipxe/efi/Protocol/SimpleTextIn.h>
+#include <ipxe/efi/Protocol/SimpleTextOut.h>
 
 ///
 /// Enumeration of memory allocation.
@@ -1909,8 +1909,8 @@ typedef struct {
   #error Unknown Processor Type
 #endif
 
-#include <gpxe/efi/Uefi/UefiPxe.h>
-#include <gpxe/efi/Uefi/UefiGpt.h>
-#include <gpxe/efi/Uefi/UefiInternalFormRepresentation.h>
+#include <ipxe/efi/Uefi/UefiPxe.h>
+#include <ipxe/efi/Uefi/UefiGpt.h>
+#include <ipxe/efi/Uefi/UefiInternalFormRepresentation.h>
 
 #endif
similarity index 81%
rename from src/include/gpxe/efi/efi.h
rename to src/include/ipxe/efi/efi.h
index f4459b74751a69f507dfc44077d9001b3af8c97a..4acbc242fa772931adbf4e22255f031b64102f77 100644 (file)
@@ -6,7 +6,7 @@
  * EFI API
  *
  * The intention is to include near-verbatim copies of the EFI headers
- * required by gPXE.  This is achieved using the import.pl script in
+ * required by iPXE.  This is achieved using the import.pl script in
  * this directory.  Run the import script to update the local copies
  * of the headers:
  *
@@ -16,7 +16,7 @@
  * EFI Development Kit.
  *
  * Note that import.pl will modify any #include lines in each imported
- * header to reflect its new location within the gPXE tree.  It will
+ * header to reflect its new location within the iPXE tree.  It will
  * also tidy up the file by removing carriage return characters and
  * trailing whitespace.
  *
 #endif
 
 /* Include the top-level EFI header files */
-#include <gpxe/efi/Uefi.h>
-#include <gpxe/efi/PiDxe.h>
+#include <ipxe/efi/Uefi.h>
+#include <ipxe/efi/PiDxe.h>
 
 /* Reset any trailing #pragma pack directives */
 #pragma pack(1)
 #pragma pack()
 
-#include <gpxe/tables.h>
-#include <gpxe/uuid.h>
+#include <ipxe/tables.h>
+#include <ipxe/uuid.h>
 
-/** An EFI protocol used by gPXE */
+/** An EFI protocol used by iPXE */
 struct efi_protocol {
        /** GUID */
        union {
                /** EFI protocol GUID */
                EFI_GUID guid;
-               /** UUID structure understood by gPXE */
+               /** UUID structure understood by iPXE */
                union uuid uuid;
        } u;
        /** Variable containing pointer to protocol structure */
@@ -63,10 +63,10 @@ struct efi_protocol {
 /** EFI protocol table */
 #define EFI_PROTOCOLS __table ( struct efi_protocol, "efi_protocols" )
 
-/** Declare an EFI protocol used by gPXE */
+/** Declare an EFI protocol used by iPXE */
 #define __efi_protocol __table_entry ( EFI_PROTOCOLS, 01 )
 
-/** Declare an EFI protocol to be required by gPXE
+/** Declare an EFI protocol to be required by iPXE
  *
  * @v _protocol                EFI protocol name
  * @v _ptr             Pointer to protocol instance
@@ -79,13 +79,13 @@ struct efi_protocol {
                                (_ptr) : (_ptr) ) ),                         \
        }
 
-/** An EFI configuration table used by gPXE */
+/** An EFI configuration table used by iPXE */
 struct efi_config_table {
        /** GUID */
        union {
                /** EFI configuration table GUID */
                EFI_GUID guid;
-               /** UUID structure understood by gPXE */
+               /** UUID structure understood by iPXE */
                union uuid uuid;
        } u;
        /** Variable containing pointer to configuration table */
@@ -98,10 +98,10 @@ struct efi_config_table {
 #define EFI_CONFIG_TABLES \
        __table ( struct efi_config_table, "efi_config_tables" )
 
-/** Declare an EFI configuration table used by gPXE */
+/** Declare an EFI configuration table used by iPXE */
 #define __efi_config_table __table_entry ( EFI_CONFIG_TABLES, 01 )
 
-/** Declare an EFI configuration table to be used by gPXE
+/** Declare an EFI configuration table to be used by iPXE
  *
  * @v _table           EFI configuration table name
  * @v _ptr             Pointer to configuration table
@@ -114,9 +114,9 @@ struct efi_config_table {
                .required = (_required),                                     \
        }
 
-/** Convert a gPXE status code to an EFI status code
+/** Convert a iPXE status code to an EFI status code
  *
- * FIXME: actually perform some kind of conversion.  gPXE error codes
+ * FIXME: actually perform some kind of conversion.  iPXE error codes
  * will be detected as EFI error codes; both have the top bit set, and
  * the success return code is zero for both.  Anything that just
  * reports a numerical error will be OK, anything attempting to
@@ -125,7 +125,7 @@ struct efi_config_table {
  */
 #define RC_TO_EFIRC( rc ) (rc)
 
-/** Convert an EFI status code to a gPXE status code
+/** Convert an EFI status code to a iPXE status code
  *
  * FIXME: as above
  */
similarity index 98%
rename from src/include/gpxe/efi/efi_io.h
rename to src/include/ipxe/efi/efi_io.h
index 7ad5ffe70a5e0e3208c3e2905c29ebc5cd06d68d..2ed96e10d58ca9ba9c651eb30b04a53abfad71c3 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_EFI_IO_H
-#define _GPXE_EFI_IO_H
+#ifndef _IPXE_EFI_IO_H
+#define _IPXE_EFI_IO_H
 
 /** @file
  *
- * gPXE I/O API for EFI
+ * iPXE I/O API for EFI
  *
  * EFI runs with flat physical addressing, so the various mappings
  * between virtual addresses, I/O addresses and bus addresses are all
@@ -177,4 +177,4 @@ IOAPI_INLINE ( efi, mb ) ( void ) {
         */
 }
 
-#endif /* _GPXE_EFI_IO_H */
+#endif /* _IPXE_EFI_IO_H */
similarity index 97%
rename from src/include/gpxe/efi/efi_pci.h
rename to src/include/ipxe/efi/efi_pci.h
index 59c0eb1d44dfc80bd5252ab9dda3927b795e051d..b280d801dee3315bdaaad0d345b89cffcf6b913f 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_EFI_PCI_H
-#define _GPXE_EFI_PCI_H
+#ifndef _IPXE_EFI_PCI_H
+#define _IPXE_EFI_PCI_H
 
 /** @file
  *
- * gPXE PCI I/O API for EFI
+ * iPXE PCI I/O API for EFI
  *
  */
 
@@ -145,4 +145,4 @@ PCIAPI_INLINE ( efi, pci_write_config_dword ) ( struct pci_device *pci,
                              value );
 }
 
-#endif /* _GPXE_EFI_PCI_H */
+#endif /* _IPXE_EFI_PCI_H */
similarity index 56%
rename from src/include/gpxe/efi/efi_smbios.h
rename to src/include/ipxe/efi/efi_smbios.h
index 01631e525588e4f5219d7d3b6dcd5d1084906ca6..7642e5bc5c9333ccaa969eb100df53606438f799 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_EFI_SMBIOS_H
-#define _GPXE_EFI_SMBIOS_H
+#ifndef _IPXE_EFI_SMBIOS_H
+#define _IPXE_EFI_SMBIOS_H
 
 /** @file
  *
- * gPXE SMBIOS API for EFI
+ * iPXE SMBIOS API for EFI
  *
  */
 
@@ -15,4 +15,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define SMBIOS_PREFIX_efi __efi_
 #endif
 
-#endif /* _GPXE_EFI_SMBIOS_H */
+#endif /* _IPXE_EFI_SMBIOS_H */
similarity index 56%
rename from src/include/gpxe/efi/efi_timer.h
rename to src/include/ipxe/efi/efi_timer.h
index e0531d5af2e9dcc9ec43baa11d3baffa35d5f53c..b10543d6c0815bd40e61f05bcbd773feb1bf81ad 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_EFI_TIMER_H
-#define _GPXE_EFI_TIMER_H
+#ifndef _IPXE_EFI_TIMER_H
+#define _IPXE_EFI_TIMER_H
 
 /** @file
  *
- * gPXE timer API for EFI
+ * iPXE timer API for EFI
  *
  */
 
@@ -15,4 +15,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define TIMER_PREFIX_efi __efi_
 #endif
 
-#endif /* _GPXE_EFI_TIMER_H */
+#endif /* _IPXE_EFI_TIMER_H */
similarity index 95%
rename from src/include/gpxe/efi/efi_uaccess.h
rename to src/include/ipxe/efi/efi_uaccess.h
index a6b61c58db7cd2a23fddb59d4be25e389432b6cd..dc226a3e5feac42981918afe71179fa82c3f76a7 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_EFI_UACCESS_H
-#define _GPXE_EFI_UACCESS_H
+#ifndef _IPXE_EFI_UACCESS_H
+#define _IPXE_EFI_UACCESS_H
 
 /** @file
  *
- * gPXE user access API for EFI
+ * iPXE user access API for EFI
  *
  * EFI runs with flat physical addressing, so the various mappings
  * between virtual addresses, I/O addresses and bus addresses are all
@@ -87,4 +87,4 @@ UACCESS_INLINE ( efi, memchr_user ) ( userptr_t buffer, off_t offset,
        return trivial_memchr_user ( buffer, offset, c, len );
 }
 
-#endif /* _GPXE_EFI_UACCESS_H */
+#endif /* _IPXE_EFI_UACCESS_H */
similarity index 53%
rename from src/include/gpxe/efi/efi_umalloc.h
rename to src/include/ipxe/efi/efi_umalloc.h
index 0388dd10f9efd81415d061bf90e13e9ad16e605e..911e69a96b0477cb946b954640bf689a027505a1 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_EFI_UMALLOC_H
-#define _GPXE_EFI_UMALLOC_H
+#ifndef _IPXE_EFI_UMALLOC_H
+#define _IPXE_EFI_UMALLOC_H
 
 /** @file
  *
- * gPXE user memory allocation API for EFI
+ * iPXE user memory allocation API for EFI
  *
  */
 
@@ -15,4 +15,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define UMALLOC_PREFIX_efi __efi_
 #endif
 
-#endif /* _GPXE_EFI_UMALLOC_H */
+#endif /* _IPXE_EFI_UMALLOC_H */
similarity index 74%
rename from src/include/gpxe/efi/import.pl
rename to src/include/ipxe/efi/import.pl
index 169939443928d8e604bed941ea47d29387987008..4ea5175b2e70aecfd0ef776017d16a17e6bbb13a 100755 (executable)
@@ -8,7 +8,7 @@ use strict;
 use warnings;
 
 sub try_import_file {
-  my $gpxedir = shift;
+  my $ipxedir = shift;
   my $edkdirs = shift;
   my $filename = shift;
 
@@ -16,7 +16,7 @@ sub try_import_file {
   return unless $filename =~ /\.h$/;
   print "$filename...";
 
-  my $outfile = catfile ( $gpxedir, $filename );
+  my $outfile = catfile ( $ipxedir, $filename );
   foreach my $edkdir ( @$edkdirs ) {
     my $infile = catfile ( $edkdir, $filename );
     if ( -e $infile ) {
@@ -33,7 +33,7 @@ sub try_import_file {
        s/\s*$//g;
        chomp;
        # Update include lines, and record included files
-       if ( s/^\#include\s+[<\"](\S+)[>\"]/\#include <gpxe\/efi\/$1>/ ) {
+       if ( s/^\#include\s+[<\"](\S+)[>\"]/\#include <ipxe\/efi\/$1>/ ) {
          push @dependencies, $1;
        }
        print $outfh "$_\n";
@@ -42,9 +42,9 @@ sub try_import_file {
       close $infh;
       # Recurse to handle any included files that we don't already have
       foreach my $dependency ( @dependencies ) {
-       if ( ! -e catfile ( $gpxedir, $dependency ) ) {
+       if ( ! -e catfile ( $ipxedir, $dependency ) ) {
          print "...following dependency on $dependency\n";
-         try_import_file ( $gpxedir, $edkdirs, $dependency );
+         try_import_file ( $ipxedir, $edkdirs, $dependency );
        }
       }
       return;
@@ -61,15 +61,15 @@ die "Directory \"$edktop\" does not appear to contain the EFI EDK2\n"
 my $edkdirs = [ catfile ( $edktop, "MdePkg/Include" ),
                catfile ( $edktop, "IntelFrameworkPkg/Include" ) ];
 
-# Identify gPXE EFI includes directory
-my $gpxedir = $FindBin::Bin;
-die "Directory \"$gpxedir\" does not appear to contain the gPXE EFI includes\n"
-    unless -e catfile ( $gpxedir, "../../../include/gpxe/efi" );
+# Identify iPXE EFI includes directory
+my $ipxedir = $FindBin::Bin;
+die "Directory \"$ipxedir\" does not appear to contain the iPXE EFI includes\n"
+    unless -e catfile ( $ipxedir, "../../../include/ipxe/efi" );
 
-print "Importing EFI headers into $gpxedir\nfrom ";
+print "Importing EFI headers into $ipxedir\nfrom ";
 print join ( "\n and ", @$edkdirs )."\n";
 
 # Import headers
 find ( { wanted => sub {
-  try_import_file ( $gpxedir, $edkdirs, abs2rel ( $_, $gpxedir ) );
-}, no_chdir => 1 }, $gpxedir );
+  try_import_file ( $ipxedir, $edkdirs, abs2rel ( $_, $ipxedir ) );
+}, no_chdir => 1 }, $ipxedir );
similarity index 97%
rename from src/include/gpxe/eisa.h
rename to src/include/ipxe/eisa.h
index f76e4b9d05419817740fa912b8ecb90ebfe43b61..1588f81140dc94d7ab42562039b49931d90c70e8 100644 (file)
@@ -4,9 +4,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/isa_ids.h>
-#include <gpxe/device.h>
-#include <gpxe/tables.h>
+#include <ipxe/isa_ids.h>
+#include <ipxe/device.h>
+#include <ipxe/tables.h>
 
 /*
  * EISA constants
similarity index 68%
rename from src/include/gpxe/elf.h
rename to src/include/ipxe/elf.h
index da9d2fc07068b6b2939ccf80635a37e00248bf9f..23160a93e8403fc8fa56d392a6ae95bee46b657f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ELF_H
-#define _GPXE_ELF_H
+#ifndef _IPXE_ELF_H
+#define _IPXE_ELF_H
 
 /**
  * @file
@@ -14,4 +14,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 extern int elf_load ( struct image *image );
 
-#endif /* _GPXE_ELF_H */
+#endif /* _IPXE_ELF_H */
similarity index 99%
rename from src/include/gpxe/errfile.h
rename to src/include/ipxe/errfile.h
index f2be7c0f4729e3315e1e93543393615f7c105079..736ce4643393791aeffc7233b08556ca9b3ec745 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ERRFILE_H
-#define _GPXE_ERRFILE_H
+#ifndef _IPXE_ERRFILE_H
+#define _IPXE_ERRFILE_H
 
 /** @file
  *
@@ -208,4 +208,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 /** @} */
 
-#endif /* _GPXE_ERRFILE_H */
+#endif /* _IPXE_ERRFILE_H */
similarity index 69%
rename from src/include/gpxe/errortab.h
rename to src/include/ipxe/errortab.h
index 35765d48db74ffb8ab6220c98dd0957ca837dfa4..945cde31c3251081204dc02d42c68597874738de 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ERRORTAB_H
-#define _GPXE_ERRORTAB_H
+#ifndef _IPXE_ERRORTAB_H
+#define _IPXE_ERRORTAB_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 
 struct errortab {
        int errno;
@@ -20,4 +20,4 @@ struct errortab {
 
 #define __errortab __table_entry ( ERRORTAB, 01 )
 
-#endif /* _GPXE_ERRORTAB_H */
+#endif /* _IPXE_ERRORTAB_H */
similarity index 84%
rename from src/include/gpxe/ethernet.h
rename to src/include/ipxe/ethernet.h
index 4dfc24d3f431a32fce028fb87378cdb9945baf38..5799092a2ccb4d759e86369e22cbc2e8d451e494 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ETHERNET_H
-#define _GPXE_ETHERNET_H
+#ifndef _IPXE_ETHERNET_H
+#define _IPXE_ETHERNET_H
 
 /** @file
  *
@@ -18,4 +18,4 @@ extern int eth_mc_hash ( unsigned int af, const void *net_addr,
 extern int eth_eth_addr ( const void *ll_addr, void *eth_addr );
 extern struct net_device * alloc_etherdev ( size_t priv_size );
 
-#endif /* _GPXE_ETHERNET_H */
+#endif /* _IPXE_ETHERNET_H */
similarity index 83%
rename from src/include/gpxe/fakedhcp.h
rename to src/include/ipxe/fakedhcp.h
index c603bdc4016d2868569e4b85f53abe20a03ba8ba..ea06b06dc2dec2adecd3bb02a9591740ce38b804 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_FAKEDHCP_H
-#define _GPXE_FAKEDHCP_H
+#ifndef _IPXE_FAKEDHCP_H
+#define _IPXE_FAKEDHCP_H
 
 /** @file
  *
@@ -20,4 +20,4 @@ extern int create_fakedhcpack ( struct net_device *netdev,
 extern int create_fakepxebsack ( struct net_device *netdev,
                                 void *data, size_t max_len );
 
-#endif /* _GPXE_FAKEDHCP_H */
+#endif /* _IPXE_FAKEDHCP_H */
similarity index 95%
rename from src/include/gpxe/features.h
rename to src/include/ipxe/features.h
index 34431867603d83c1d50186ada120e9685b9d9e3f..b5033a6a92801e2178fe533ced2589193d516832 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_FEATURES_H
-#define _GPXE_FEATURES_H
+#ifndef _IPXE_FEATURES_H
+#define _IPXE_FEATURES_H
 
 #include <stdint.h>
-#include <gpxe/tables.h>
-#include <gpxe/dhcp.h>
+#include <ipxe/tables.h>
+#include <ipxe/dhcp.h>
 
 /** @file
  *
@@ -100,4 +100,4 @@ struct feature {
 #define FEATURE_VERSION( ... )                                             \
        DHCP_FEATURE ( DHCP_ENCAPSULATED ( DHCP_EB_VERSION ), __VA_ARGS__ )
 
-#endif /* _GPXE_FEATURES_H */
+#endif /* _IPXE_FEATURES_H */
similarity index 95%
rename from src/include/gpxe/filter.h
rename to src/include/ipxe/filter.h
index 1f59fccc62fd832f29838574fb025551fbbf10aa..b23a98d913cd9ca350d80d7f7570e8ac0948a9e7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_FILTER_H
-#define _GPXE_FILTER_H
+#ifndef _IPXE_FILTER_H
+#define _IPXE_FILTER_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
-#include <gpxe/xfer.h>
+#include <ipxe/xfer.h>
 
 /**
  * Half of a data transfer filter
@@ -72,4 +72,4 @@ static inline void filter_init ( struct xfer_filter_half *left,
        right->other = left;
 }
 
-#endif /* _GPXE_FILTER_H */
+#endif /* _IPXE_FILTER_H */
similarity index 65%
rename from src/include/gpxe/ftp.h
rename to src/include/ipxe/ftp.h
index 93194f6586df95577621e5f0276fba428c749872..cbab12d2c9e5f8d4ed66cf6cb29adb374624bcd7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_FTP_H
-#define _GPXE_FTP_H
+#ifndef _IPXE_FTP_H
+#define _IPXE_FTP_H
 
 /** @file
  *
@@ -12,4 +12,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 /** FTP default port */
 #define FTP_PORT 21
 
-#endif /* _GPXE_FTP_H */
+#endif /* _IPXE_FTP_H */
similarity index 77%
rename from src/include/gpxe/gdbserial.h
rename to src/include/ipxe/gdbserial.h
index 2613ab47b254188926f51c6ddd368e266e4e165e..a3b56173cbf3b1b166055eaf5f3ec99b135d1f29 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_GDBSERIAL_H
-#define _GPXE_GDBSERIAL_H
+#ifndef _IPXE_GDBSERIAL_H
+#define _IPXE_GDBSERIAL_H
 
 /** @file
  *
@@ -18,4 +18,4 @@ struct gdb_transport;
  */
 struct gdb_transport *gdbserial_configure ( void );
 
-#endif /* _GPXE_GDBSERIAL_H */
+#endif /* _IPXE_GDBSERIAL_H */
similarity index 93%
rename from src/include/gpxe/gdbstub.h
rename to src/include/ipxe/gdbstub.h
index 8f9b7c1da340697d5f00a226e780fb62ec92a598..31960674731542f5f118cbd4386e672bd500641c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_GDBSTUB_H
-#define _GPXE_GDBSTUB_H
+#ifndef _IPXE_GDBSTUB_H
+#define _IPXE_GDBSTUB_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 #include <gdbmach.h>
 
 /**
@@ -74,4 +74,4 @@ extern void gdbstub_start ( struct gdb_transport *trans );
  **/
 extern void gdbstub_handler ( int signo, gdbreg_t *regs );
 
-#endif /* _GPXE_GDBSTUB_H */
+#endif /* _IPXE_GDBSTUB_H */
similarity index 85%
rename from src/include/gpxe/gdbudp.h
rename to src/include/ipxe/gdbudp.h
index 5f02faaa9ace5366a5f3a494c981590a8779e0c0..db7a451c908c850ccb69592bea2fa6d9fdeb4a3c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_GDBUDP_H
-#define _GPXE_GDBUDP_H
+#ifndef _IPXE_GDBUDP_H
+#define _IPXE_GDBUDP_H
 
 /** @file
  *
@@ -21,4 +21,4 @@ struct gdb_transport;
  */
 struct gdb_transport *gdbudp_configure ( const char *name, struct sockaddr_in *addr );
 
-#endif /* _GPXE_GDBUDP_H */
+#endif /* _IPXE_GDBUDP_H */
similarity index 68%
rename from src/include/gpxe/hidemem.h
rename to src/include/ipxe/hidemem.h
index 01b3fc242aa2f8c335c51da0d110659aebe16950..ddc9cd8b3dc103da3261ef13aa91d91419b3483a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_HIDEMEM_H
-#define _GPXE_HIDEMEM_H
+#ifndef _IPXE_HIDEMEM_H
+#define _IPXE_HIDEMEM_H
 
 /**
  * @file
@@ -14,4 +14,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 extern void hide_umalloc ( physaddr_t start, physaddr_t end );
 
-#endif /* _GPXE_HIDEMEM_H */
+#endif /* _IPXE_HIDEMEM_H */
similarity index 87%
rename from src/include/gpxe/hmac.h
rename to src/include/ipxe/hmac.h
index cb001b9d32b59ab514051ee3d494e20110c1929a..d5ec0868d256252f7998691fed481ffe4411499e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_HMAC_H
-#define _GPXE_HMAC_H
+#ifndef _IPXE_HMAC_H
+#define _IPXE_HMAC_H
 
 /** @file
  *
@@ -8,7 +8,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/crypto.h>
+#include <ipxe/crypto.h>
 
 /**
  * Update HMAC
@@ -29,4 +29,4 @@ extern void hmac_init ( struct digest_algorithm *digest, void *digest_ctx,
 extern void hmac_final ( struct digest_algorithm *digest, void *digest_ctx,
                         void *key, size_t *key_len, void *hmac );
 
-#endif /* _GPXE_HMAC_H */
+#endif /* _IPXE_HMAC_H */
similarity index 85%
rename from src/include/gpxe/http.h
rename to src/include/ipxe/http.h
index baa6d83ee71326e3a4b3d313ee900e6c7ffb15ea..97014d1f40ec7da2ef0e9cc8aeb4746aa7b32115 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_HTTP_H
-#define _GPXE_HTTP_H
+#ifndef _IPXE_HTTP_H
+#define _IPXE_HTTP_H
 
 /** @file
  *
@@ -20,4 +20,4 @@ extern int http_open_filter ( struct xfer_interface *xfer, struct uri *uri,
                              int ( * filter ) ( struct xfer_interface *,
                                                 struct xfer_interface ** ) );
 
-#endif /* _GPXE_HTTP_H */
+#endif /* _IPXE_HTTP_H */
similarity index 97%
rename from src/include/gpxe/i2c.h
rename to src/include/ipxe/i2c.h
index 87b89d46a3bb663dd824ee89f2fa1630a974eb22..c1f5a9bbddd3117f316d8f4713f1cc5801caeec2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_I2C_H
-#define _GPXE_I2C_H
+#ifndef _IPXE_I2C_H
+#define _IPXE_I2C_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/bitbash.h>
+#include <ipxe/bitbash.h>
 
 /** An I2C device
  *
@@ -168,4 +168,4 @@ init_at24c11 ( struct i2c_device *i2cdev ) {
        i2cdev->word_addr_len = 0;
 }
 
-#endif /* _GPXE_I2C_H */
+#endif /* _IPXE_I2C_H */
similarity index 93%
rename from src/include/gpxe/ib_cm.h
rename to src/include/ipxe/ib_cm.h
index 670fffdaa2274be8c90d508c833c9e7202b0fa8b..136e4943b7c890413407bdd498b8c0e25e3ed58a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_CM_H
-#define _GPXE_IB_CM_H
+#ifndef _IPXE_IB_CM_H
+#define _IPXE_IB_CM_H
 
 /** @file
  *
@@ -9,8 +9,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/infiniband.h>
-#include <gpxe/retry.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/retry.h>
 
 struct ib_mad_transaction;
 struct ib_connection;
@@ -69,4 +69,4 @@ extern void ib_destroy_conn ( struct ib_device *ibdev,
                              struct ib_queue_pair *qp,
                              struct ib_connection *conn );
 
-#endif /* _GPXE_IB_CM_H */
+#endif /* _IPXE_IB_CM_H */
similarity index 66%
rename from src/include/gpxe/ib_cmrc.h
rename to src/include/ipxe/ib_cmrc.h
index efa741accf564e9f6eff43a419a84e7fd0890aa8..c02b15dcb5ca8daca6eb9a4e6af20946995dc735 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_CMRC_H
-#define _GPXE_IB_CMRC_H
+#ifndef _IPXE_IB_CMRC_H
+#define _IPXE_IB_CMRC_H
 
 /** @file
  *
@@ -9,12 +9,12 @@
 
 FILE_LICENCE ( BSD2 );
 
-#include <gpxe/infiniband.h>
-#include <gpxe/xfer.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/xfer.h>
 
 extern int ib_cmrc_open ( struct xfer_interface *xfer,
                          struct ib_device *ibdev,
                          struct ib_gid *dgid,
                          struct ib_gid_half *service_id );
 
-#endif /* _GPXE_IB_CMRC_H */
+#endif /* _IPXE_IB_CMRC_H */
similarity index 99%
rename from src/include/gpxe/ib_mad.h
rename to src/include/ipxe/ib_mad.h
index 8b49718351ce0ec89e5e45b7320257e583a29a19..94f171ada6ad5a4b4463a413c125567cffe313ad 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_MAD_H
-#define _GPXE_IB_MAD_H
+#ifndef _IPXE_IB_MAD_H
+#define _IPXE_IB_MAD_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/ib_packet.h>
+#include <ipxe/ib_packet.h>
 
 /*****************************************************************************
  *
@@ -558,4 +558,4 @@ union ib_mad {
        uint8_t bytes[256];
 } __attribute__ (( packed ));
 
-#endif /* _GPXE_IB_MAD_H */
+#endif /* _IPXE_IB_MAD_H */
similarity index 91%
rename from src/include/gpxe/ib_mcast.h
rename to src/include/ipxe/ib_mcast.h
index 74eccd0b2a471d403bbbf97785a5a5c976ff8842..86d5709082ad348d32e268d0f9062d734be6b8cd 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_MCAST_H
-#define _GPXE_IB_MCAST_H
+#ifndef _IPXE_IB_MCAST_H
+#define _IPXE_IB_MCAST_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/infiniband.h>
+#include <ipxe/infiniband.h>
 
 struct ib_mad_transaction;
 
@@ -45,4 +45,4 @@ extern int ib_mcast_join ( struct ib_device *ibdev, struct ib_queue_pair *qp,
 extern void ib_mcast_leave ( struct ib_device *ibdev, struct ib_queue_pair *qp,
                             struct ib_mc_membership *membership );
 
-#endif /* _GPXE_IB_MCAST_H */
+#endif /* _IPXE_IB_MCAST_H */
similarity index 95%
rename from src/include/gpxe/ib_mi.h
rename to src/include/ipxe/ib_mi.h
index b1cf686da062dd720d2f37c9a9a72ee74de1b290..5c5415b71f66aceb4678939808ee1446b6f567a0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_MI_H
-#define _GPXE_IB_MI_H
+#ifndef _IPXE_IB_MI_H
+#define _IPXE_IB_MI_H
 
 /** @file
  *
@@ -9,10 +9,10 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/list.h>
-#include <gpxe/retry.h>
-#include <gpxe/tables.h>
-#include <gpxe/infiniband.h>
+#include <ipxe/list.h>
+#include <ipxe/retry.h>
+#include <ipxe/tables.h>
+#include <ipxe/infiniband.h>
 
 struct ib_mad_interface;
 struct ib_mad_transaction;
@@ -132,4 +132,4 @@ extern struct ib_mad_interface * ib_create_mi ( struct ib_device *ibdev,
 extern void ib_destroy_mi ( struct ib_device *ibdev,
                            struct ib_mad_interface *mi );
 
-#endif /* _GPXE_IB_MI_H */
+#endif /* _IPXE_IB_MI_H */
similarity index 97%
rename from src/include/gpxe/ib_packet.h
rename to src/include/ipxe/ib_packet.h
index d46885969a79666b3520f6ab816d83e623358fe9..09042957bb7aef7d60f4579c68418c84e70f6eb9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_PACKET_H
-#define _GPXE_IB_PACKET_H
+#ifndef _IPXE_IB_PACKET_H
+#define _IPXE_IB_PACKET_H
 
 /** @file
  *
@@ -144,4 +144,4 @@ extern int ib_pull ( struct ib_device *ibdev, struct io_buffer *iobuf,
                     struct ib_queue_pair **qp, size_t *payload_len,
                     struct ib_address_vector *av );
 
-#endif /* _GPXE_IB_PACKET_H */
+#endif /* _IPXE_IB_PACKET_H */
similarity index 93%
rename from src/include/gpxe/ib_pathrec.h
rename to src/include/ipxe/ib_pathrec.h
index 5884d5363d7d063fcb283f603fb5b4c634f39767..1fe67f87dc6342393e2cbfb8a26c2c852e4936bd 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_PATHREC_H
-#define _GPXE_IB_PATHREC_H
+#ifndef _IPXE_IB_PATHREC_H
+#define _IPXE_IB_PATHREC_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/infiniband.h>
+#include <ipxe/infiniband.h>
 
 struct ib_mad_transaction;
 struct ib_path;
@@ -73,4 +73,4 @@ extern void ib_destroy_path ( struct ib_device *ibdev,
 extern int ib_resolve_path ( struct ib_device *ibdev,
                             struct ib_address_vector *av );
 
-#endif /* _GPXE_IB_PATHREC_H */
+#endif /* _IPXE_IB_PATHREC_H */
similarity index 81%
rename from src/include/gpxe/ib_sma.h
rename to src/include/ipxe/ib_sma.h
index 78fc67295faed8d984fddf71ce98c9d75596e916..fa355c65269b1b95d90b74876193aafd79e9397f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_SMA_H
-#define _GPXE_IB_SMA_H
+#ifndef _IPXE_IB_SMA_H
+#define _IPXE_IB_SMA_H
 
 /** @file
  *
@@ -17,4 +17,4 @@ extern int ib_create_sma ( struct ib_device *ibdev,
 extern void ib_destroy_sma ( struct ib_device *ibdev,
                             struct ib_mad_interface *mi );
 
-#endif /* _GPXE_IB_SMA_H */
+#endif /* _IPXE_IB_SMA_H */
similarity index 72%
rename from src/include/gpxe/ib_smc.h
rename to src/include/ipxe/ib_smc.h
index fdd1c9cca63dc68bc984d17f19c95701a325054a..d16a37fa3f3bd6a5439b1eb0f6643b3785c2cda6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_SMC_H
-#define _GPXE_IB_SMC_H
+#ifndef _IPXE_IB_SMC_H
+#define _IPXE_IB_SMC_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/infiniband.h>
+#include <ipxe/infiniband.h>
 
 typedef int ( * ib_local_mad_t ) ( struct ib_device *ibdev,
                                   union ib_mad *mad );
@@ -17,4 +17,4 @@ typedef int ( * ib_local_mad_t ) ( struct ib_device *ibdev,
 extern int ib_smc_update ( struct ib_device *ibdev,
                           ib_local_mad_t local_mad );
 
-#endif /* _GPXE_IB_SMC_H */
+#endif /* _IPXE_IB_SMC_H */
similarity index 93%
rename from src/include/gpxe/ib_srp.h
rename to src/include/ipxe/ib_srp.h
index cf705b30e64a45b9e2814bf5bcdd8c436776a70e..b773f96486cec086c02d32e2c1a12026778c6e2b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IB_SRP_H
-#define _GPXE_IB_SRP_H
+#ifndef _IPXE_IB_SRP_H
+#define _IPXE_IB_SRP_H
 
 /** @file
  *
@@ -10,8 +10,8 @@
 FILE_LICENCE ( BSD2 );
 
 #include <stdint.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/srp.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/srp.h>
 
 /** SRP initiator port identifier for Infiniband */
 struct ib_srp_initiator_port_id {
@@ -76,4 +76,4 @@ ib_srp_params ( struct srp_device *srp ) {
 
 extern struct srp_transport_type ib_srp_transport;
 
-#endif /* _GPXE_IB_SRP_H */
+#endif /* _IPXE_IB_SRP_H */
similarity index 81%
rename from src/include/gpxe/icmp.h
rename to src/include/ipxe/icmp.h
index bb8fce8ba1d8ed9313af6b9c85077857c7f2101d..e402ce40e6d64194075e826e0318e3da7b19fcff 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ICMP_H
-#define _GPXE_ICMP_H
+#ifndef _IPXE_ICMP_H
+#define _IPXE_ICMP_H
 
 /** @file
  *
@@ -22,4 +22,4 @@ struct icmp_header {
 #define ICMP_ECHO_RESPONSE 0
 #define ICMP_ECHO_REQUEST 8
 
-#endif /* _GPXE_ICMP_H */
+#endif /* _IPXE_ICMP_H */
similarity index 89%
rename from src/include/gpxe/icmp6.h
rename to src/include/ipxe/icmp6.h
index e8fd1eb39c7a7c17c5522bc35934c78687b36217..d2ab3bc1802c91691f5cc9574b008c9e1ec57de1 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ICMP6_H
-#define _GPXE_ICMP6_H
+#ifndef _IPXE_ICMP6_H
+#define _IPXE_ICMP6_H
 
 /** @file
  *
@@ -9,8 +9,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/ip6.h>
-#include <gpxe/ndp.h>
+#include <ipxe/ip6.h>
+#include <ipxe/ndp.h>
 
 #define ICMP6_NSOLICIT 135
 #define ICMP6_NADVERT 136
@@ -56,4 +56,4 @@ struct neighbour_advert {
 
 int icmp6_send_solicit ( struct net_device *netdev, struct in6_addr *src, struct in6_addr *dest );
 
-#endif /* _GPXE_ICMP6_H */
+#endif /* _IPXE_ICMP6_H */
similarity index 98%
rename from src/include/gpxe/ieee80211.h
rename to src/include/ipxe/ieee80211.h
index e5b10c304f8017bfe8f58636cdefb551676f456d..8f4aa9658db0461b8808f63f5c094332171997e4 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef _GPXE_IEEE80211_H
-#define _GPXE_IEEE80211_H
+#ifndef _IPXE_IEEE80211_H
+#define _IPXE_IEEE80211_H
 
-#include <gpxe/if_ether.h>     /* for ETH_ALEN */
+#include <ipxe/if_ether.h>     /* for ETH_ALEN */
 #include <endian.h>
 
 /** @file
  * Constants and data structures defined in IEEE 802.11, subsetted
- * according to what gPXE knows how to use.
+ * according to what iPXE knows how to use.
  */
 
 FILE_LICENCE(GPL2_OR_LATER);
@@ -199,7 +199,7 @@ FILE_LICENCE(GPL2_OR_LATER);
 /** Subtype value for action management frames
  *
  * Action frames are used to implement spectrum management and QoS
- * features that gPXE currently does not support.
+ * features that iPXE currently does not support.
  */
 #define  IEEE80211_STYPE_ACTION              0x00D0
 
@@ -436,7 +436,7 @@ struct ieee80211_cts_or_ack
  * @defgroup ieee80211_status 802.11 status codes
  *
  * These are returned to indicate an immediate denial of
- * authentication or association. In gPXE, the lower 5 bits of the
+ * authentication or association. In iPXE, the lower 5 bits of the
  * status code are encoded into the file-unique portion of an error
  * code, the ERRFILE portion is always @c ERRFILE_net80211, and the
  * POSIX error code is @c ECONNREFUSED for status 0-31 or @c
@@ -496,7 +496,7 @@ struct ieee80211_cts_or_ack
  *
  * These are returned to indicate the reason for a deauthentication or
  * disassociation sent (usually) after authentication or association
- * had succeeded.  In gPXE, the lower 5 bits of the reason code are
+ * had succeeded.  In iPXE, the lower 5 bits of the reason code are
  * encoded into the file-unique portion of an error code, the ERRFILE
  * portion is always @c ERRFILE_net80211, and the POSIX error code is
  * @c ECONNRESET for reason 0-31 or @c ENETRESET for reason 32-63.
@@ -554,7 +554,7 @@ struct ieee80211_cts_or_ack
  * parts it doesn't understand. Each IE contains a two-byte header,
  * one byte ID and one byte length, followed by IE-specific data. The
  * length does not include the two-byte header. Information elements
- * are required to be sorted by ID, but gPXE does not require that in
+ * are required to be sorted by ID, but iPXE does not require that in
  * those it receives.
  *
  * This group also includes a few inline functions to simplify common
@@ -901,7 +901,7 @@ static inline size_t ieee80211_rsn_size ( int npair, int nauth, int npmkid,
 
 /** 802.11 RSN IE capabilities: Node has conflict between TKIP and WEP
  *
- * This is a legacy issue; APs always set it to 0, and gPXE sets it to
+ * This is a legacy issue; APs always set it to 0, and iPXE sets it to
  * 0.
  */
 #define  IEEE80211_RSN_CAPAB_NO_PAIRWISE 0x002
similarity index 97%
rename from src/include/gpxe/if_arp.h
rename to src/include/ipxe/if_arp.h
index 932bb3b2c7bcc8f9eda9fe2a3c4efebbd8c31693..fd36e9c67bd2bfcea612d576ff8000b32523c1a4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef        _GPXE_IF_ARP_H
-#define        _GPXE_IF_ARP_H
+#ifndef        _IPXE_IF_ARP_H
+#define        _IPXE_IF_ARP_H
 
 /** @file
  *
@@ -99,4 +99,4 @@ static inline void * arp_target_pa ( struct arphdr *arphdr ) {
        return ( arp_target_ha ( arphdr ) + arphdr->ar_hln );
 }
 
-#endif /* _GPXE_IF_ARP_H */
+#endif /* _IPXE_IF_ARP_H */
similarity index 93%
rename from src/include/gpxe/if_ether.h
rename to src/include/ipxe/if_ether.h
index b96bee08befe306deb51aea37395b350ebae3d6e..a526241461147cb6419fcd01b8e049681b4ffbdf 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef        _GPXE_IF_ETHER_H
-#define        _GPXE_IF_ETHER_H
+#ifndef        _IPXE_IF_ETHER_H
+#define        _IPXE_IF_ETHER_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -33,4 +33,4 @@ struct ethhdr {
         uint16_t h_protocol;
 } __attribute__ ((packed));
 
-#endif /* _GPXE_IF_ETHER_H */
+#endif /* _IPXE_IF_ETHER_H */
similarity index 96%
rename from src/include/gpxe/image.h
rename to src/include/ipxe/image.h
index 10db8af2180be3e7ee8dd35034288c4969b7f84e..abe4a6102c92730bd3171119ecf9cd74edf297b1 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IMAGE_H
-#define _GPXE_IMAGE_H
+#ifndef _IPXE_IMAGE_H
+#define _IPXE_IMAGE_H
 
 /**
  * @file
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/tables.h>
-#include <gpxe/list.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/refcnt.h>
+#include <ipxe/tables.h>
+#include <ipxe/list.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/refcnt.h>
 
 struct uri;
 struct image_type;
@@ -191,4 +191,4 @@ static inline int image_set_name ( struct image *image, const char *name ) {
        return 0;
 }
 
-#endif /* _GPXE_IMAGE_H */
+#endif /* _IPXE_IMAGE_H */
similarity index 96%
rename from src/include/gpxe/in.h
rename to src/include/ipxe/in.h
index c313717c0acb7aaea6c6cfaf07337004b60d2308..20f1ce267fe47f0792ecadc19ca708387d8f7600 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef        _GPXE_IN_H
-#define        _GPXE_IN_H
+#ifndef        _IPXE_IN_H
+#define        _IPXE_IN_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/socket.h>
+#include <ipxe/socket.h>
 
 /* Protocol numbers */
 
@@ -101,4 +101,4 @@ extern char * inet6_ntoa ( struct in_addr in );
 
  */
 
-#endif /* _GPXE_IN_H */
+#endif /* _IPXE_IN_H */
similarity index 98%
rename from src/include/gpxe/infiniband.h
rename to src/include/ipxe/infiniband.h
index d90b1c105ae55c5e406082bfd5435f7b6c472427..f2eb57cd5d82ae811f47cc5fa30cbf8d32243032 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_INFINIBAND_H
-#define _GPXE_INFINIBAND_H
+#ifndef _IPXE_INFINIBAND_H
+#define _IPXE_INFINIBAND_H
 
 /** @file
  *
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/device.h>
-#include <gpxe/ib_packet.h>
-#include <gpxe/ib_mad.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/device.h>
+#include <ipxe/ib_packet.h>
+#include <ipxe/ib_mad.h>
 
 /** Subnet management interface QPN */
 #define IB_QPN_SMI 0
@@ -656,4 +656,4 @@ ib_get_ownerdata ( struct ib_device *ibdev ) {
        return ibdev->owner_priv;
 }
 
-#endif /* _GPXE_INFINIBAND_H */
+#endif /* _IPXE_INFINIBAND_H */
similarity index 92%
rename from src/include/gpxe/init.h
rename to src/include/ipxe/init.h
index a72cba7a7325bcf631cb5ea80caab99e33932e10..10ff8695dddbbbbe8a781062be36830a89af1ab9 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_INIT_H
-#define _GPXE_INIT_H
+#ifndef _IPXE_INIT_H
+#define _IPXE_INIT_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 
 /**
  * An initialisation function
@@ -34,7 +34,7 @@ struct init_fn {
 
 /** Shutdown flags */
 enum shutdown_flags {
-       /** Shutdown is in order to exit (return to gPXE's caller) */
+       /** Shutdown is in order to exit (return to iPXE's caller) */
        SHUTDOWN_EXIT = 0x0001,
        /** Shutdown is in order to boot an OS */
        SHUTDOWN_BOOT = 0x0002,
@@ -78,4 +78,4 @@ extern void initialise ( void );
 extern void startup ( void );
 extern void shutdown ( int flags );
 
-#endif /* _GPXE_INIT_H */
+#endif /* _IPXE_INIT_H */
similarity index 91%
rename from src/include/gpxe/interface.h
rename to src/include/ipxe/interface.h
index 114ebf32d16fdbf3d0d63bf82868d2e2cd044b22..41041054c8315d7cbb7ccfe85a7089dc75c23eba 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_INTERFACE_H
-#define _GPXE_INTERFACE_H
+#ifndef _IPXE_INTERFACE_H
+#define _IPXE_INTERFACE_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/refcnt.h>
+#include <ipxe/refcnt.h>
 
 /** An object communication interface */
 struct interface {
@@ -55,4 +55,4 @@ intf_put ( struct interface *intf ) {
 extern void plug ( struct interface *intf, struct interface *dest );
 extern void plug_plug ( struct interface *a, struct interface *b );
 
-#endif /* _GPXE_INTERFACE_H */
+#endif /* _IPXE_INTERFACE_H */
similarity index 98%
rename from src/include/gpxe/io.h
rename to src/include/ipxe/io.h
index 919823d985364fec53076acce917ce3cc4f54dfd..5bfd89987a3c66b541f15e02f3fec372b00d59b8 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_IO_H
-#define _GPXE_IO_H
+#ifndef _IPXE_IO_H
+#define _IPXE_IO_H
 
 /** @file
  *
- * gPXE I/O API
+ * iPXE I/O API
  *
  * The I/O API provides methods for reading from and writing to
  * memory-mapped and I/O-mapped devices.
@@ -19,9 +19,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/api.h>
+#include <ipxe/api.h>
 #include <config/ioapi.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 /**
  * Calculate static inline I/O API function name
@@ -53,7 +53,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
        PROVIDE_SINGLE_API_INLINE ( IOAPI_PREFIX_ ## _subsys, _api_func )
 
 /* Include all architecture-independent I/O API headers */
-#include <gpxe/efi/efi_io.h>
+#include <ipxe/efi/efi_io.h>
 
 /* Include all architecture-dependent I/O API headers */
 #include <bits/io.h>
@@ -503,4 +503,4 @@ void mb ( void );
 #define rmb()  mb()
 #define wmb()  mb()
 
-#endif /* _GPXE_IO_H */
+#endif /* _IPXE_IO_H */
similarity index 98%
rename from src/include/gpxe/iobuf.h
rename to src/include/ipxe/iobuf.h
index 8f05f9eaefe58d9df48d522061af974dcbf70d4e..82c8b8896f6bb8983f95e59f9879ed57e3c3e7e9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IOBUF_H
-#define _GPXE_IOBUF_H
+#ifndef _IPXE_IOBUF_H
+#define _IPXE_IOBUF_H
 
 /** @file
  *
@@ -11,7 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
 #include <assert.h>
-#include <gpxe/list.h>
+#include <ipxe/list.h>
 
 /**
  * I/O buffer alignment
@@ -226,4 +226,4 @@ extern void free_iob ( struct io_buffer *iobuf );
 extern void iob_pad ( struct io_buffer *iobuf, size_t min_len );
 extern int iob_ensure_headroom ( struct io_buffer *iobuf, size_t len );
 
-#endif /* _GPXE_IOBUF_H */
+#endif /* _IPXE_IOBUF_H */
similarity index 92%
rename from src/include/gpxe/ip.h
rename to src/include/ipxe/ip.h
index 4342a0c71e998937ada87b2cbb16438bce78319c..e3445aa4777a08c223e2995a4af3095005ce25bb 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IP_H
-#define _GPXE_IP_H
+#ifndef _IPXE_IP_H
+#define _IPXE_IP_H
 
 /** @file
  *
@@ -10,9 +10,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/in.h>
-#include <gpxe/list.h>
-#include <gpxe/retry.h>
+#include <ipxe/in.h>
+#include <ipxe/list.h>
+#include <ipxe/retry.h>
 
 struct io_buffer;
 struct net_device;
@@ -94,4 +94,4 @@ extern struct list_head ipv4_miniroutes;
 
 extern struct net_protocol ipv4_protocol;
 
-#endif /* _GPXE_IP_H */
+#endif /* _IPXE_IP_H */
similarity index 95%
rename from src/include/gpxe/ip6.h
rename to src/include/ipxe/ip6.h
index edb2863c8148c23ceeac6872b5aeaa2f4dafe49d..70c2fad23b3ae89956702fc3b7be970dfcb7c4f4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IP6_H
-#define _GPXE_IP6_H
+#ifndef _IPXE_IP6_H
+#define _IPXE_IP6_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/in.h>
+#include <ipxe/in.h>
 
 /* IP6 constants */
 
@@ -77,4 +77,4 @@ extern int add_ipv6_address ( struct net_device *netdev,
                              struct in6_addr gateway );
 extern void del_ipv6_address ( struct net_device *netdev );
 
-#endif /* _GPXE_IP6_H */
+#endif /* _IPXE_IP6_H */
similarity index 93%
rename from src/include/gpxe/ipoib.h
rename to src/include/ipxe/ipoib.h
index 1d02f792b2ceaff9de0a6364189117f5484daa74..31b0c1b6ddbb66e877db5fc71779224b0ea2ad30 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_IPOIB_H
-#define _GPXE_IPOIB_H
+#ifndef _IPXE_IPOIB_H
+#define _IPXE_IPOIB_H
 
 /** @file
  *
@@ -8,7 +8,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/infiniband.h>
+#include <ipxe/infiniband.h>
 
 /** IPoIB MAC address length */
 #define IPOIB_ALEN 20
@@ -58,4 +58,4 @@ extern int ipoib_probe ( struct ib_device *ibdev );
 extern void ipoib_remove ( struct ib_device *ibdev );
 extern struct net_device * alloc_ipoibdev ( size_t priv_size );
 
-#endif /* _GPXE_IPOIB_H */
+#endif /* _IPXE_IPOIB_H */
similarity index 96%
rename from src/include/gpxe/isa.h
rename to src/include/ipxe/isa.h
index 63027a5a48b06ea92ae71df475564083cdf5a35b..6d8f761618ca6e3b6300db63791cd18d76f2772d 100644 (file)
@@ -4,9 +4,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/isa_ids.h>
-#include <gpxe/device.h>
-#include <gpxe/tables.h>
+#include <ipxe/isa_ids.h>
+#include <ipxe/device.h>
+#include <ipxe/tables.h>
 
 /** An ISA device */
 struct isa_device {
similarity index 99%
rename from src/include/gpxe/isapnp.h
rename to src/include/ipxe/isapnp.h
index b58a87e4f16b613b267a77550ea4dada52494128..f2b0b34ac80d574eaad0af3d8283308f77344e82 100644 (file)
@@ -39,9 +39,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define ISAPNP_H
 
 #include <stdint.h>
-#include <gpxe/isa_ids.h>
-#include <gpxe/device.h>
-#include <gpxe/tables.h>
+#include <ipxe/isa_ids.h>
+#include <ipxe/device.h>
+#include <ipxe/tables.h>
 
 /*
  * ISAPnP constants
similarity index 98%
rename from src/include/gpxe/iscsi.h
rename to src/include/ipxe/iscsi.h
index 00717d2b2a4752574853f288076089a673ace23e..c5e725154f19637c8fcf7eaa5cbbf91e89d8ca27 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ISCSI_H
-#define _GPXE_ISCSI_H
+#ifndef _IPXE_ISCSI_H
+#define _IPXE_ISCSI_H
 
 /** @file
  *
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/socket.h>
-#include <gpxe/scsi.h>
-#include <gpxe/chap.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/xfer.h>
-#include <gpxe/process.h>
+#include <ipxe/socket.h>
+#include <ipxe/scsi.h>
+#include <ipxe/chap.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/xfer.h>
+#include <ipxe/process.h>
 
 /** Default iSCSI port */
 #define ISCSI_PORT 3260
@@ -675,4 +675,4 @@ extern int iscsi_attach ( struct scsi_device *scsi, const char *root_path );
 extern void iscsi_detach ( struct scsi_device *scsi );
 extern const char * iscsi_initiator_iqn ( void );
 
-#endif /* _GPXE_ISCSI_H */
+#endif /* _IPXE_ISCSI_H */
similarity index 97%
rename from src/include/gpxe/job.h
rename to src/include/ipxe/job.h
index f1bcada44280d6e339d0b864b1071f3642346af5..893a7901b5c15582474332d9c85fd3ee7e7e5ab4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_JOB_H
-#define _GPXE_JOB_H
+#ifndef _IPXE_JOB_H
+#define _IPXE_JOB_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
-#include <gpxe/interface.h>
+#include <ipxe/interface.h>
 
 /** Job progress */
 struct job_progress {
@@ -166,4 +166,4 @@ static inline void job_nullify ( struct job_interface *job ) {
        job->op = &null_job_ops;
 };
 
-#endif /* _GPXE_JOB_H */
+#endif /* _IPXE_JOB_H */
similarity index 96%
rename from src/include/gpxe/keys.h
rename to src/include/ipxe/keys.h
index 25bc9bc06eebeda29aec379ed7cf4e028f3bdaf8..dba65ec3fbd0df830d71c0d321938c3648c30683 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_KEYS_H
-#define _GPXE_KEYS_H
+#ifndef _IPXE_KEYS_H
+#define _IPXE_KEYS_H
 
 /** @file
  *
@@ -78,4 +78,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define KEY_BACKSPACE  BACKSPACE
 #define KEY_ENTER      LF
 
-#endif /* _GPXE_KEYS_H */
+#endif /* _IPXE_KEYS_H */
similarity index 87%
rename from src/include/gpxe/linebuf.h
rename to src/include/ipxe/linebuf.h
index cfa21472f91e6f1297b4795a24cb93ecbdd1ebbe..706ef2554c00ae67275cc5cc01d2468d6e627cd8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_LINEBUF_H
-#define _GPXE_LINEBUF_H
+#ifndef _IPXE_LINEBUF_H
+#define _IPXE_LINEBUF_H
 
 /** @file
  *
@@ -27,4 +27,4 @@ extern ssize_t line_buffer ( struct line_buffer *linebuf,
                             const char *data, size_t len );
 extern void empty_line_buffer ( struct line_buffer *linebuf );
 
-#endif /* _GPXE_LINEBUF_H */
+#endif /* _IPXE_LINEBUF_H */
similarity index 67%
rename from src/include/gpxe/linux_compat.h
rename to src/include/ipxe/linux_compat.h
index 577512eb68807328b91c3dc60001780087470764..6f6ed97d7560b4cf6c3a9eef1813d445a9550ff7 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef _GPXE_LINUX_COMPAT_H
-#define _GPXE_LINUX_COMPAT_H
+#ifndef _IPXE_LINUX_COMPAT_H
+#define _IPXE_LINUX_COMPAT_H
 
 /** @file
  *
  * Linux code compatibility
  *
  * This file exists to ease the building of Linux source code within
- * gPXE.  This is intended to facilitate quick testing; it is not
+ * iPXE.  This is intended to facilitate quick testing; it is not
  * intended to be a substitute for proper porting.
  */
 
@@ -16,7 +16,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <stdio.h>
 #include <byteswap.h>
-#include <gpxe/bitops.h>
+#include <ipxe/bitops.h>
 
 #define __init
 #define __exit
@@ -24,4 +24,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #define __exitdata
 #define printk printf
 
-#endif /* _GPXE_LINUX_COMPAT_H */
+#endif /* _IPXE_LINUX_COMPAT_H */
similarity index 98%
rename from src/include/gpxe/list.h
rename to src/include/ipxe/list.h
index 22ba201540f1eb5652ed1886fb6fe23f75cb91d5..743a3e26035fad88969deae6c5a15e022bb33559 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_LIST_H
-#define _GPXE_LIST_H
+#ifndef _IPXE_LIST_H
+#define _IPXE_LIST_H
 
 /** @file
  *
@@ -177,4 +177,4 @@ static inline int list_empty ( const struct list_head *head ) {
              pos = tmp,                                                      \
              tmp = list_entry ( tmp->member.next, typeof ( *tmp ), member ) )
 
-#endif /* _GPXE_LIST_H */
+#endif /* _IPXE_LIST_H */
similarity index 55%
rename from src/include/gpxe/login_ui.h
rename to src/include/ipxe/login_ui.h
index 4196f7b15051433d545342ba8eb9998ed730cd56..01e5479f72fbd812523516459573f71963282efc 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_LOGIN_UI_H
-#define _GPXE_LOGIN_UI_H
+#ifndef _IPXE_LOGIN_UI_H
+#define _IPXE_LOGIN_UI_H
 
 /** @file
  *
@@ -11,4 +11,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 extern int login_ui ( void );
 
-#endif /* _GPXE_LOGIN_UI_H */
+#endif /* _IPXE_LOGIN_UI_H */
similarity index 90%
rename from src/include/gpxe/malloc.h
rename to src/include/ipxe/malloc.h
index c02a866859e20f6fd41d4eb1a5cc8c87dd756fab..a1b656c84752abbc7817cc08052340f28966f012 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_MALLOC_H
-#define _GPXE_MALLOC_H
+#ifndef _IPXE_MALLOC_H
+#define _IPXE_MALLOC_H
 
 #include <stdint.h>
 
@@ -13,7 +13,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 /*
  * Prototypes for the standard functions (malloc() et al) are in
- * stdlib.h.  Include <gpxe/malloc.h> only if you need the
+ * stdlib.h.  Include <ipxe/malloc.h> only if you need the
  * non-standard functions, such as malloc_dma().
  *
  */
@@ -56,4 +56,4 @@ static inline void free_dma ( void *ptr, size_t size ) {
        free_memblock ( ptr, size );
 }
 
-#endif /* _GPXE_MALLOC_H */
+#endif /* _IPXE_MALLOC_H */
similarity index 96%
rename from src/include/gpxe/mca.h
rename to src/include/ipxe/mca.h
index da9d73e44acbbfe54b67be30a92a35efc94934d4..79543c1a06a836e885e2e6c18983910b88294eed 100644 (file)
@@ -10,9 +10,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #ifndef MCA_H
 #define MCA_H
 
-#include <gpxe/isa_ids.h>
-#include <gpxe/device.h>
-#include <gpxe/tables.h>
+#include <ipxe/isa_ids.h>
+#include <ipxe/device.h>
+#include <ipxe/tables.h>
 
 /*
  * MCA constants
similarity index 84%
rename from src/include/gpxe/md5.h
rename to src/include/ipxe/md5.h
index 03d65c1a9f3c4f883d514edc003ef86c715ea511..c3dfeb7e01bb7fb1e0b30b3b4bb814e1949d5d6e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_MD5_H
-#define _GPXE_MD5_H
+#ifndef _IPXE_MD5_H
+#define _IPXE_MD5_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -21,4 +21,4 @@ struct md5_ctx {
 
 extern struct digest_algorithm md5_algorithm;
 
-#endif /* _GPXE_MD5_H */
+#endif /* _IPXE_MD5_H */
similarity index 88%
rename from src/include/gpxe/memmap.h
rename to src/include/ipxe/memmap.h
index dc5bec3bfeaebc09be21d5dc7dd651308d168f05..cfd3fe9dc9f0902affeb03da12f2f50933975629 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_MEMMAP_H
-#define _GPXE_MEMMAP_H
+#ifndef _IPXE_MEMMAP_H
+#define _IPXE_MEMMAP_H
 
 #include <stdint.h>
 
@@ -33,4 +33,4 @@ struct memory_map {
 
 extern void get_memmap ( struct memory_map *memmap );
 
-#endif /* _GPXE_MEMMAP_H */
+#endif /* _IPXE_MEMMAP_H */
similarity index 71%
rename from src/include/gpxe/monojob.h
rename to src/include/ipxe/monojob.h
index 35ff4fd3c829964b5700be81e76fdb4f1bfedd00..b2f3dfde9cd1706f1dfa8335de2fa97e8c0edac6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_MONOJOB_H
-#define _GPXE_MONOJOB_H
+#ifndef _IPXE_MONOJOB_H
+#define _IPXE_MONOJOB_H
 
 /** @file
  *
@@ -14,4 +14,4 @@ struct job_interface;
 extern struct job_interface monojob;
 extern int monojob_wait ( const char *string );
 
-#endif /* _GPXE_MONOJOB_H */
+#endif /* _IPXE_MONOJOB_H */
similarity index 90%
rename from src/include/gpxe/nap.h
rename to src/include/ipxe/nap.h
index 6c2e40cfbf5a106a30892bb8e25d75c6ecf2db55..90bd958d013d3eab843f3afee42594404109f8a3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_NAP_H
-#define _GPXE_NAP_H
+#ifndef _IPXE_NAP_H
+#define _IPXE_NAP_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/api.h>
+#include <ipxe/api.h>
 #include <config/nap.h>
 
 /**
@@ -42,7 +42,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
        PROVIDE_SINGLE_API_INLINE ( NAP_PREFIX_ ## _subsys, _api_func )
 
 /* Include all architecture-independent I/O API headers */
-#include <gpxe/null_nap.h>
+#include <ipxe/null_nap.h>
 
 /* Include all architecture-dependent I/O API headers */
 #include <bits/nap.h>
@@ -53,4 +53,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 void cpu_nap ( void );
 
-#endif /* _GPXE_NAP_H */
+#endif /* _IPXE_NAP_H */
similarity index 76%
rename from src/include/gpxe/ndp.h
rename to src/include/ipxe/ndp.h
index db32b0c89911b8c4f714b248021221dfdecc159e..42bb2fe006b5c60ae935f151f9cfbd0f7ae36b29 100644 (file)
@@ -1,12 +1,12 @@
 #include <stdint.h>
 #include <byteswap.h>
 #include <string.h>
-#include <gpxe/icmp6.h>
-#include <gpxe/ip6.h>
-#include <gpxe/in.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/tcpip.h>
+#include <ipxe/icmp6.h>
+#include <ipxe/ip6.h>
+#include <ipxe/in.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/tcpip.h>
 
 #define NDP_STATE_INVALID 0
 #define NDP_STATE_INCOMPLETE 1
similarity index 98%
rename from src/include/gpxe/net80211.h
rename to src/include/ipxe/net80211.h
index 027e091c3791b6af2f62946779cffa6c5762c619..d70eb7cb876555423fbc2abb205cf5831a4a6579 100644 (file)
@@ -1,15 +1,15 @@
-#ifndef _GPXE_NET80211_H
-#define _GPXE_NET80211_H
+#ifndef _IPXE_NET80211_H
+#define _IPXE_NET80211_H
 
-#include <gpxe/process.h>
-#include <gpxe/ieee80211.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/rc80211.h>
+#include <ipxe/process.h>
+#include <ipxe/ieee80211.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/rc80211.h>
 
 /** @file
  *
- * The gPXE 802.11 MAC layer.
+ * The iPXE 802.11 MAC layer.
  */
 
 /*
@@ -156,7 +156,7 @@ enum net80211_crypto_alg {
         * There exists one known attack on TKIP, that allows one to
         * send between 7 and 15 arbitrary short data packets on a
         * QoS-enabled network given about an hour of data
-        * gathering. Since gPXE does not support QoS for 802.11
+        * gathering. Since iPXE does not support QoS for 802.11
         * networks, this is not a threat to us. The only other method
         * is a brute-force passphrase attack.
         */
@@ -680,7 +680,7 @@ struct net80211_handshaker
 /** Interface to an 802.11 cryptosystem
  *
  * Cryptosystems define a net80211_crypto structure statically, using
- * a gPXE linker table to make it available to the 802.11 layer. When
+ * a iPXE linker table to make it available to the 802.11 layer. When
  * the cryptosystem needs to be used, the 802.11 code will allocate a
  * copy of the static definition plus whatever space the algorithm has
  * requested for private state, and point net80211_device::crypto or
@@ -902,7 +902,7 @@ struct net80211_device
         * defined) explaining why it canceled an association after it
         * had originally OK'ed it. Status and reason codes serve
         * similar functions, but they use separate error message
-        * tables. A gPXE-formatted return status code (negative) is
+        * tables. A iPXE-formatted return status code (negative) is
         * placed in @c assoc_rc.
         *
         * If the failure to associate is indicated by a status code,
@@ -1058,7 +1058,7 @@ struct net80211_wlan
        /** The human-readable ESSID (network name)
         *
         * Although the 802.11 SSID field is generally not
-        * NUL-terminated, the gPXE code adds an extra NUL (and
+        * NUL-terminated, the iPXE code adds an extra NUL (and
         * expects one in this structure) for convenience.
         */
        char essid[IEEE80211_MAX_SSID_LEN+1];
similarity index 98%
rename from src/include/gpxe/netdevice.h
rename to src/include/ipxe/netdevice.h
index 97bf1685c5f5349fc7ca41aa632a4873eea913c7..f829327c54d05691e13435fbd19306f4e5f25b28 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_NETDEVICE_H
-#define _GPXE_NETDEVICE_H
+#ifndef _IPXE_NETDEVICE_H
+#define _IPXE_NETDEVICE_H
 
 /** @file
  *
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/list.h>
-#include <gpxe/tables.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/settings.h>
+#include <ipxe/list.h>
+#include <ipxe/tables.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/settings.h>
 
 struct io_buffer;
 struct net_device;
@@ -554,4 +554,4 @@ static inline void netdev_tx_complete_next ( struct net_device *netdev ) {
        netdev_tx_complete_next_err ( netdev, 0 );
 }
 
-#endif /* _GPXE_NETDEVICE_H */
+#endif /* _IPXE_NETDEVICE_H */
similarity index 76%
rename from src/include/gpxe/null_nap.h
rename to src/include/ipxe/null_nap.h
index 0f46eaa22ef17eeac3f0c47945f08c3c61bd6115..0c0704bc7bfaee4a2713dfede2def3448b11aab4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_NULL_NAP_H
-#define _GPXE_NULL_NAP_H
+#ifndef _IPXE_NULL_NAP_H
+#define _IPXE_NULL_NAP_H
 
 /** @file
  *
@@ -20,4 +20,4 @@ NAP_INLINE ( null, cpu_nap ) ( void ) {
        /* Do nothing */
 }
 
-#endif /* _GPXE_NULL_NAP_H */
+#endif /* _IPXE_NULL_NAP_H */
similarity index 90%
rename from src/include/gpxe/nvo.h
rename to src/include/ipxe/nvo.h
index c96507061882ba02086efd3c88400701e1067bcc..0a0222b3845b3102eaef88f13567863f6535d5e8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_NVO_H
-#define _GPXE_NVO_H
+#ifndef _IPXE_NVO_H
+#define _IPXE_NVO_H
 
 /** @file
  *
@@ -10,8 +10,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/dhcpopts.h>
-#include <gpxe/settings.h>
+#include <ipxe/dhcpopts.h>
+#include <ipxe/settings.h>
 
 struct nvs_device;
 struct refcnt;
@@ -52,4 +52,4 @@ extern void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs,
 extern int register_nvo ( struct nvo_block *nvo, struct settings *parent );
 extern void unregister_nvo ( struct nvo_block *nvo );
 
-#endif /* _GPXE_NVO_H */
+#endif /* _IPXE_NVO_H */
similarity index 96%
rename from src/include/gpxe/nvs.h
rename to src/include/ipxe/nvs.h
index 5c90c65560183edbaf0a27c3120c86bacd465b4f..4733123cf590fa855ee26d64c29ac1931b0489a3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_NVS_H
-#define _GPXE_NVS_H
+#ifndef _IPXE_NVS_H
+#define _IPXE_NVS_H
 
 /** @file
  *
@@ -65,4 +65,4 @@ extern int nvs_read ( struct nvs_device *nvs, unsigned int address,
 extern int nvs_write ( struct nvs_device *nvs, unsigned int address,
                       const void *data, size_t len );
 
-#endif /* _GPXE_NVS_H */
+#endif /* _IPXE_NVS_H */
similarity index 95%
rename from src/include/gpxe/open.h
rename to src/include/ipxe/open.h
index ebf754da6b0b25c1b765eacbfceb827ead5cdbd8..04e37e0e6a83f358928c4596f05b3e5535877eb8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_OPEN_H
-#define _GPXE_OPEN_H
+#ifndef _IPXE_OPEN_H
+#define _IPXE_OPEN_H
 
 /** @file
  *
@@ -10,8 +10,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdarg.h>
-#include <gpxe/tables.h>
-#include <gpxe/socket.h>
+#include <ipxe/tables.h>
+#include <ipxe/socket.h>
 
 struct xfer_interface;
 struct uri;
@@ -102,4 +102,4 @@ extern int xfer_open ( struct xfer_interface *xfer, int type, ... );
 extern int xfer_vreopen ( struct xfer_interface *xfer, int type,
                          va_list args );
 
-#endif /* _GPXE_OPEN_H */
+#endif /* _IPXE_OPEN_H */
similarity index 99%
rename from src/include/gpxe/pci.h
rename to src/include/ipxe/pci.h
index 8bcf1e0cb4ef436db12179646b417fa12530bdaa..60ac8bf7c4cfd0273eeb8d4fce5df7262f4758b8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef        _GPXE_PCI_H
-#define _GPXE_PCI_H
+#ifndef        _IPXE_PCI_H
+#define _IPXE_PCI_H
 
 /*
  * Support for NE2000 PCI clones added David Monro June 1997
@@ -19,9 +19,9 @@
 FILE_LICENCE ( GPL2_ONLY );
 
 #include <stdint.h>
-#include <gpxe/device.h>
-#include <gpxe/tables.h>
-#include <gpxe/pci_io.h>
+#include <ipxe/device.h>
+#include <ipxe/tables.h>
+#include <ipxe/pci_io.h>
 #include "pci_ids.h"
 
 /*
@@ -399,4 +399,4 @@ static inline void * pci_get_drvdata ( struct pci_device *pci ) {
        return pci->priv;
 }
 
-#endif /* _GPXE_PCI_H */
+#endif /* _IPXE_PCI_H */
similarity index 99%
rename from src/include/gpxe/pci_ids.h
rename to src/include/ipxe/pci_ids.h
index 42070138d3538a645a696826c2bbbe621c4b954c..25c7782bcbb4e1f28871640d914193ad9b4a8c2e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_PCI_IDS_H
-#define _GPXE_PCI_IDS_H
+#ifndef _IPXE_PCI_IDS_H
+#define _IPXE_PCI_IDS_H
 
 /*
  *     PCI Class, Vendor and Device IDs
@@ -348,4 +348,4 @@ FILE_LICENCE ( GPL2_ONLY );
 #define PCI_VENDOR_ID_TIGERJET         0xe159
 #define PCI_VENDOR_ID_ARK              0xedd8
 
-#endif /* _GPXE_PCI_IDS_H */
+#endif /* _IPXE_PCI_IDS_H */
similarity index 95%
rename from src/include/gpxe/pci_io.h
rename to src/include/ipxe/pci_io.h
index 8b2729ab464c0337d59b14a88040c99f128e0706..1188090722a3c61729053ff69a4c0fca25f551c5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_PCI_IO_H
-#define _GPXE_PCI_IO_H
+#ifndef _IPXE_PCI_IO_H
+#define _IPXE_PCI_IO_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/api.h>
+#include <ipxe/api.h>
 #include <config/ioapi.h>
 
 /**
@@ -43,7 +43,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
        PROVIDE_SINGLE_API_INLINE ( PCIAPI_PREFIX_ ## _subsys, _api_func )
 
 /* Include all architecture-independent I/O API headers */
-#include <gpxe/efi/efi_pci.h>
+#include <ipxe/efi/efi_pci.h>
 
 /* Include all architecture-dependent I/O API headers */
 #include <bits/pci_io.h>
@@ -121,4 +121,4 @@ int pci_write_config_word ( struct pci_device *pci, unsigned int where,
 int pci_write_config_dword ( struct pci_device *pci, unsigned int where,
                             uint32_t value );
 
-#endif /* _GPXE_PCI_IO_H */
+#endif /* _IPXE_PCI_IO_H */
similarity index 89%
rename from src/include/gpxe/pcibackup.h
rename to src/include/ipxe/pcibackup.h
index 3d295c0fc446e8227ebd341443e76d6ae4dbacd3..b9f55cf7149af5bf2cef8a34cd59f5c00d3c0af3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_PCIBACKUP_H
-#define _GPXE_PCIBACKUP_H
+#ifndef _IPXE_PCIBACKUP_H
+#define _IPXE_PCIBACKUP_H
 
 /** @file
  *
@@ -30,4 +30,4 @@ extern void pci_restore ( struct pci_device *pci,
                          struct pci_config_backup *backup,
                          const uint8_t *exclude );
 
-#endif /* _GPXE_PCIBACKUP_H */
+#endif /* _IPXE_PCIBACKUP_H */
similarity index 94%
rename from src/include/gpxe/posix_io.h
rename to src/include/ipxe/posix_io.h
index 3063dfff29950271b9ec9ccb6e26286883d40224..11f3bb5c9c59893bb0ccf442082a70815f6bcd3b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_POSIX_IO_H
-#define _GPXE_POSIX_IO_H
+#ifndef _IPXE_POSIX_IO_H
+#define _IPXE_POSIX_IO_H
 
 /** @file
  *
@@ -10,7 +10,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 /** Minimum file descriptor that will ever be allocated */
 #define POSIX_FD_MIN ( 1 )
@@ -84,4 +84,4 @@ static inline ssize_t read ( int fd, void *buf, size_t len ) {
        return read_user ( fd, virt_to_user ( buf ), 0, len );
 }
 
-#endif /* _GPXE_POSIX_IO_H */
+#endif /* _IPXE_POSIX_IO_H */
similarity index 92%
rename from src/include/gpxe/process.h
rename to src/include/ipxe/process.h
index 944858d76639ef8315e5d87e1ecd792ebe73c760..7cd5b91ac6ace319db03412f2bb18ed514e18eca 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_PROCESS_H
-#define _GPXE_PROCESS_H
+#ifndef _IPXE_PROCESS_H
+#define _IPXE_PROCESS_H
 
 /** @file
  *
@@ -9,9 +9,9 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/list.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/tables.h>
+#include <ipxe/list.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/tables.h>
 
 /** A process */
 struct process {
@@ -77,4 +77,4 @@ process_init ( struct process *process,
  */
 #define __permanent_process __table_entry ( PERMANENT_PROCESSES, 01 )
 
-#endif /* _GPXE_PROCESS_H */
+#endif /* _IPXE_PROCESS_H */
similarity index 95%
rename from src/include/gpxe/profile.h
rename to src/include/ipxe/profile.h
index a5bdd3a45b4a21858c1be29482f0b2d95e88d14c..60dd53a3213b7b77056f775aa6f59e4934cff1e8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_PROFILE_H
-#define _GPXE_PROFILE_H
+#ifndef _IPXE_PROFILE_H
+#define _IPXE_PROFILE_H
 
 /** @file
  *
@@ -77,4 +77,4 @@ simple_profile ( void ) {
        return profile ( &simple_profiler );
 }
 
-#endif /* _GPXE_PROFILE_H */
+#endif /* _IPXE_PROFILE_H */
similarity index 65%
rename from src/include/gpxe/ramdisk.h
rename to src/include/ipxe/ramdisk.h
index 31a1d9982c6205659e0d36ab53c7f03dd68cbaa9..012ac73628c42660e92f8d50872536591fa124dd 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_RAMDISK_H
-#define _GPXE_RAMDISK_H
+#ifndef _IPXE_RAMDISK_H
+#define _IPXE_RAMDISK_H
 
 /**
  * @file
@@ -10,8 +10,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/uaccess.h>
-#include <gpxe/blockdev.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/blockdev.h>
 
 struct ramdisk {
        struct block_device blockdev;
@@ -21,4 +21,4 @@ struct ramdisk {
 extern int init_ramdisk ( struct ramdisk *ramdisk, userptr_t data, size_t len,
                          unsigned int blksize );
 
-#endif /* _GPXE_RAMDISK_H */
+#endif /* _IPXE_RAMDISK_H */
similarity index 70%
rename from src/include/gpxe/rarp.h
rename to src/include/ipxe/rarp.h
index 7ade8312b6d842629fc30a661acd0b5b72e025d8..7edbe21913754def3c31ee98afba8886b2b87cb5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_RARP_H
-#define _GPXE_RARP_H
+#ifndef _IPXE_RARP_H
+#define _IPXE_RARP_H
 
 /** @file
  *
@@ -13,4 +13,4 @@ struct net_protocol;
 
 extern struct net_protocol rarp_protocol;
 
-#endif /* _GPXE_RARP_H */
+#endif /* _IPXE_RARP_H */
similarity index 84%
rename from src/include/gpxe/rc80211.h
rename to src/include/ipxe/rc80211.h
index 0856896c8fed50ccc7b617922ef83b8dac8ca985..eac6bc9cf447ce0a3ae509b25dcac2c465caee62 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_RC80211_H
-#define _GPXE_RC80211_H
+#ifndef _IPXE_RC80211_H
+#define _IPXE_RC80211_H
 
 /** @file
  *
@@ -16,4 +16,4 @@ void rc80211_update_tx ( struct net80211_device *dev, int retries, int rc );
 void rc80211_update_rx ( struct net80211_device *dev, int retry, u16 rate );
 void rc80211_free ( struct rc80211_ctx *ctx );
 
-#endif /* _GPXE_RC80211_H */
+#endif /* _IPXE_RC80211_H */
similarity index 93%
rename from src/include/gpxe/refcnt.h
rename to src/include/ipxe/refcnt.h
index e56f1d310b187e4dce5e24257669318e95fbdf2a..4b023225e3c7f6e0e002a0f24b0ab195dd6dc843 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_REFCNT_H
-#define _GPXE_REFCNT_H
+#ifndef _IPXE_REFCNT_H
+#define _IPXE_REFCNT_H
 
 /** @file
  *
@@ -43,4 +43,4 @@ struct refcnt {
 extern struct refcnt * ref_get ( struct refcnt *refcnt );
 extern void ref_put ( struct refcnt *refcnt );
 
-#endif /* _GPXE_REFCNT_H */
+#endif /* _IPXE_REFCNT_H */
similarity index 96%
rename from src/include/gpxe/resolv.h
rename to src/include/ipxe/resolv.h
index 33bb0986b9f1e5bdfea2f81c8f5b5f0d3e4cf1a8..c7d61998a44b8dab3295f639a085cd99c52e6c4d 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_RESOLV_H
-#define _GPXE_RESOLV_H
+#ifndef _IPXE_RESOLV_H
+#define _IPXE_RESOLV_H
 
 /** @file
  *
@@ -9,10 +9,10 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/refcnt.h>
-#include <gpxe/interface.h>
-#include <gpxe/tables.h>
-#include <gpxe/socket.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/interface.h>
+#include <ipxe/tables.h>
+#include <ipxe/socket.h>
 
 struct resolv_interface;
 
@@ -167,4 +167,4 @@ extern struct resolv_interface null_resolv;
 extern int resolv ( struct resolv_interface *resolv, const char *name,
                    struct sockaddr *sa );
 
-#endif /* _GPXE_RESOLV_H */
+#endif /* _IPXE_RESOLV_H */
similarity index 95%
rename from src/include/gpxe/retry.h
rename to src/include/ipxe/retry.h
index ada0204d6e104a0fe139de0728c59010b5d8bc94..370a599ce3c2ffab34b10677fb4681b94016ef20 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_RETRY_H
-#define _GPXE_RETRY_H
+#ifndef _IPXE_RETRY_H
+#define _IPXE_RETRY_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/list.h>
+#include <ipxe/list.h>
 
 /** Default timeout value */
 #define DEFAULT_MIN_TIMEOUT ( TICKS_PER_SEC / 4 )
@@ -78,4 +78,4 @@ timer_running ( struct retry_timer *timer ) {
        return ( timer->running );
 }
 
-#endif /* _GPXE_RETRY_H */
+#endif /* _IPXE_RETRY_H */
similarity index 90%
rename from src/include/gpxe/rotate.h
rename to src/include/ipxe/rotate.h
index 0371c578b4e049f5aada0f1a810cee858fad9f3f..745d84e6c25dd05d10d7f7fd52d2fb4ad2253259 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_ROTATE_H
-#define _GPXE_ROTATE_H
+#ifndef _IPXE_ROTATE_H
+#define _IPXE_ROTATE_H
 
 /** @file
  *
@@ -26,4 +26,4 @@ static inline uint64_t ror64 ( uint64_t data, unsigned int rotation ) {
         return ( ( data >> rotation ) | ( data << ( 64 - rotation ) ) );
 }
 
-#endif /* _GPXE_ROTATE_H */
+#endif /* _IPXE_ROTATE_H */
similarity index 68%
rename from src/include/gpxe/rsa.h
rename to src/include/ipxe/rsa.h
index 5052ad46f84bd556368cab177acce06d8afc9527..a080f9f08afe4bcb1537b6789f2fa917914c705c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_RSA_H
-#define _GPXE_RSA_H
+#ifndef _IPXE_RSA_H
+#define _IPXE_RSA_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -9,4 +9,4 @@ extern struct pubkey_algorithm rsa_algorithm;
 
 #include "crypto/axtls/crypto.h"
 
-#endif /* _GPXE_RSA_H */
+#endif /* _IPXE_RSA_H */
similarity index 75%
rename from src/include/gpxe/sanboot.h
rename to src/include/ipxe/sanboot.h
index fd063164ca1e474112ae713ecddc2a873232d246..d27452cb6eded100e998d580ba93a737c884883b 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _GPXE_SANBOOT_H
-#define _GPXE_SANBOOT_H
+#ifndef _IPXE_SANBOOT_H
+#define _IPXE_SANBOOT_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 
 struct sanboot_protocol {
        const char *prefix;
@@ -17,4 +17,4 @@ struct sanboot_protocol {
 
 extern int keep_san ( void );
 
-#endif /* _GPXE_SANBOOT_H */
+#endif /* _IPXE_SANBOOT_H */
similarity index 97%
rename from src/include/gpxe/scsi.h
rename to src/include/ipxe/scsi.h
index 97416970d4250c4de7ce4cae9362fbab82def175..b56ab75785bc625f17ecbe4b14b5216e1d0913aa 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef _GPXE_SCSI_H
-#define _GPXE_SCSI_H
+#ifndef _IPXE_SCSI_H
+#define _IPXE_SCSI_H
 
 #include <stdint.h>
-#include <gpxe/blockdev.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/refcnt.h>
+#include <ipxe/blockdev.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/refcnt.h>
 
 /** @file
  *
@@ -278,4 +278,4 @@ extern int scsi_detached_command ( struct scsi_device *scsi,
 extern int init_scsidev ( struct scsi_device *scsi );
 extern int scsi_parse_lun ( const char *lun_string, struct scsi_lun *lun );
 
-#endif /* _GPXE_SCSI_H */
+#endif /* _IPXE_SCSI_H */
similarity index 96%
rename from src/include/gpxe/sec80211.h
rename to src/include/ipxe/sec80211.h
index 502ebf7d7c24df168922a7d4eaa23c04242e6997..5ac96de1dbff62198d2ff55f90b24a61ea72d55d 100644 (file)
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#ifndef _GPXE_SEC80211_H
-#define _GPXE_SEC80211_H
+#ifndef _IPXE_SEC80211_H
+#define _IPXE_SEC80211_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/net80211.h>
+#include <ipxe/net80211.h>
 #include <errno.h>
 
 /** @file
@@ -79,5 +79,5 @@ u32 sec80211_rsn_get_akm_desc ( enum net80211_security_proto secprot,
                                int rsnie );
 enum net80211_crypto_alg sec80211_rsn_get_net80211_crypt ( u32 desc );
 
-#endif /* _GPXE_SEC80211_H */
+#endif /* _IPXE_SEC80211_H */
 
similarity index 61%
rename from src/include/gpxe/segment.h
rename to src/include/ipxe/segment.h
index 5b59c54c5f298250cd172f2e1fdf0f9b2f4b11b9..37bed0e19e71c77c80291581e1d56d554c599e4c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SEGMENT_H
-#define _GPXE_SEGMENT_H
+#ifndef _IPXE_SEGMENT_H
+#define _IPXE_SEGMENT_H
 
 /**
  * @file
@@ -10,8 +10,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 extern int prep_segment ( userptr_t segment, size_t filesz, size_t memsz );
 
-#endif /* _GPXE_SEGMENT_H */
+#endif /* _IPXE_SEGMENT_H */
similarity index 71%
rename from src/include/gpxe/serial.h
rename to src/include/ipxe/serial.h
index a72ca7e817691918425d25322bce97869e531235..c16e56ae6ab4b4a317fbbe4b5a4b8102f26301e6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SERIAL_H
-#define _GPXE_SERIAL_H
+#ifndef _IPXE_SERIAL_H
+#define _IPXE_SERIAL_H
 
 /** @file
  *
@@ -13,4 +13,4 @@ extern void serial_putc ( int ch );
 extern int serial_getc ( void );
 extern int serial_ischar ( void );
 
-#endif /* _GPXE_SERIAL_H */
+#endif /* _IPXE_SERIAL_H */
similarity index 98%
rename from src/include/gpxe/settings.h
rename to src/include/ipxe/settings.h
index efefe73a5989667c69b5ccc2ed522977164f3115..1be1cf21d2288f5d191adbe551fbbca041f7dfdf 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SETTINGS_H
-#define _GPXE_SETTINGS_H
+#ifndef _IPXE_SETTINGS_H
+#define _IPXE_SETTINGS_H
 
 /** @file
  *
@@ -10,9 +10,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/tables.h>
-#include <gpxe/list.h>
-#include <gpxe/refcnt.h>
+#include <ipxe/tables.h>
+#include <ipxe/list.h>
+#include <ipxe/refcnt.h>
 
 struct settings;
 struct in_addr;
@@ -332,4 +332,4 @@ static inline int setting_exists ( struct settings *settings,
        return ( fetch_setting_len ( settings, setting ) >= 0 );
 }
 
-#endif /* _GPXE_SETTINGS_H */
+#endif /* _IPXE_SETTINGS_H */
similarity index 65%
rename from src/include/gpxe/settings_ui.h
rename to src/include/ipxe/settings_ui.h
index a82d733668185c74a46cb62ff0a1d48081fb244f..5f7be30ccf9fedf38ce7f07d9d9ddfa8e3ee4ca5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SETTINGS_UI_H
-#define _GPXE_SETTINGS_UI_H
+#ifndef _IPXE_SETTINGS_UI_H
+#define _IPXE_SETTINGS_UI_H
 
 /** @file
  *
@@ -13,4 +13,4 @@ struct settings;
 
 extern int settings_ui ( struct settings *settings ) __nonnull;
 
-#endif /* _GPXE_SETTINGS_UI_H */
+#endif /* _IPXE_SETTINGS_UI_H */
similarity index 89%
rename from src/include/gpxe/sha1.h
rename to src/include/ipxe/sha1.h
index c203d9959ebbd18e7252f2693ba52cf857f2f1fd..9b6f55147215bc6c180ea40f978a34505d447677 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SHA1_H
-#define _GPXE_SHA1_H
+#ifndef _IPXE_SHA1_H
+#define _IPXE_SHA1_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -21,4 +21,4 @@ void pbkdf2_sha1 ( const void *passphrase, size_t pass_len,
                   const void *salt, size_t salt_len,
                   int iterations, void *key, size_t key_len );
 
-#endif /* _GPXE_SHA1_H */
+#endif /* _IPXE_SHA1_H */
similarity index 60%
rename from src/include/gpxe/shell.h
rename to src/include/ipxe/shell.h
index a65a34432bc80b8b4539fc4a10b43bad7d75be1c..635de248bc4663f236f35d23c57057ee122d8d91 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SHELL_H
-#define _GPXE_SHELL_H
+#ifndef _IPXE_SHELL_H
+#define _IPXE_SHELL_H
 
 /** @file
  *
@@ -11,4 +11,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 extern void shell ( void );
 
-#endif /* _GPXE_SHELL_H */
+#endif /* _IPXE_SHELL_H */
similarity index 55%
rename from src/include/gpxe/shell_banner.h
rename to src/include/ipxe/shell_banner.h
index 28482be8af750726f6a46c59ef5537ad2005bfb4..d03fcbace507267982a81d3b39df15534e4f1d2b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SHELL_BANNER_H
-#define _GPXE_SHELL_BANNER_H
+#ifndef _IPXE_SHELL_BANNER_H
+#define _IPXE_SHELL_BANNER_H
 
 /** @file
  *
@@ -11,4 +11,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 extern int shell_banner ( void );
 
-#endif /* _GPXE_SHELL_BANNER_H */
+#endif /* _IPXE_SHELL_BANNER_H */
similarity index 95%
rename from src/include/gpxe/smbios.h
rename to src/include/ipxe/smbios.h
index 4df25c3e721cbf653244da80721461fa8a717c74..dc34bbeb90958b94f722b935a6cf0a2fc76a1158 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SMBIOS_H
-#define _GPXE_SMBIOS_H
+#ifndef _IPXE_SMBIOS_H
+#define _IPXE_SMBIOS_H
 
 /** @file
  *
@@ -10,9 +10,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/api.h>
+#include <ipxe/api.h>
 #include <config/general.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 /**
  * Provide an SMBIOS API implementation
@@ -25,7 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
        PROVIDE_SINGLE_API ( SMBIOS_PREFIX_ ## _subsys, _api_func, _func )
 
 /* Include all architecture-independent SMBIOS API headers */
-#include <gpxe/efi/efi_smbios.h>
+#include <ipxe/efi/efi_smbios.h>
 
 /* Include all architecture-dependent SMBIOS API headers */
 #include <bits/smbios.h>
@@ -158,4 +158,4 @@ extern int read_smbios_string ( struct smbios_structure *structure,
                                unsigned int index,
                                void *data, size_t len );
 
-#endif /* _GPXE_SMBIOS_H */
+#endif /* _IPXE_SMBIOS_H */
similarity index 96%
rename from src/include/gpxe/socket.h
rename to src/include/ipxe/socket.h
index 9ea0db9499a886671f1080f7cb118010bf169dcc..ea2972a8934c4ed706f1c5a2ddbd1285c1f4d8f6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SOCKET_H
-#define _GPXE_SOCKET_H
+#ifndef _IPXE_SOCKET_H
+#define _IPXE_SOCKET_H
 
 /** @file
  *
@@ -98,4 +98,4 @@ struct sockaddr {
        char pad[ SA_LEN - sizeof ( sa_family_t ) ];
 } __attribute__ (( may_alias ));
 
-#endif /* _GPXE_SOCKET_H */
+#endif /* _IPXE_SOCKET_H */
similarity index 98%
rename from src/include/gpxe/spi.h
rename to src/include/ipxe/spi.h
index 8e4a6763b957a35fefe86e96e7fed33fdbdeba84..d92d1aec95ab9fa8d1f3f813b1eb2ad3c65b3ce3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SPI_H
-#define _GPXE_SPI_H
+#ifndef _IPXE_SPI_H
+#define _IPXE_SPI_H
 
 /** @file
  *
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/nvs.h>
+#include <ipxe/nvs.h>
 
 /**
  * @defgroup spicmds SPI commands
@@ -255,4 +255,4 @@ init_mc25xx640 ( struct spi_device *device ) {
 
 /** @} */
 
-#endif /* _GPXE_SPI_H */
+#endif /* _IPXE_SPI_H */
similarity index 90%
rename from src/include/gpxe/spi_bit.h
rename to src/include/ipxe/spi_bit.h
index 8bd25196629ba77cda64434953f4b63e7548779c..9cfa7b825b2212f111c69ff0b5ef1e485c369033 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SPI_BIT_H
-#define _GPXE_SPI_BIT_H
+#ifndef _IPXE_SPI_BIT_H
+#define _IPXE_SPI_BIT_H
 
 /** @file
  *
@@ -9,8 +9,8 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/spi.h>
-#include <gpxe/bitbash.h>
+#include <ipxe/spi.h>
+#include <ipxe/bitbash.h>
 
 /** A bit-bashing SPI bus */
 struct spi_bit_basher {
@@ -60,4 +60,4 @@ enum {
 
 extern void init_spi_bit_basher ( struct spi_bit_basher *spibit );
 
-#endif /* _GPXE_SPI_BIT_H */
+#endif /* _IPXE_SPI_BIT_H */
similarity index 99%
rename from src/include/gpxe/srp.h
rename to src/include/ipxe/srp.h
index 85f39b933cc76ac5c44c330361e75aaf929f5e26..7c0ff4c939e4b8bf4ba50981e633be5c8276c05c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_SRP_H
-#define _GPXE_SRP_H
+#ifndef _IPXE_SRP_H
+#define _IPXE_SRP_H
 
 /** @file
  *
@@ -11,9 +11,9 @@ FILE_LICENCE ( BSD2 );
 
 #include <stdint.h>
 #include <byteswap.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/xfer.h>
-#include <gpxe/scsi.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/xfer.h>
+#include <ipxe/scsi.h>
 
 /*****************************************************************************
  *
@@ -865,4 +865,4 @@ enum srp_state {
 extern int srp_attach ( struct scsi_device *scsi, const char *root_path );
 extern void srp_detach ( struct scsi_device *scsi );
 
-#endif /* _GPXE_SRP_H */
+#endif /* _IPXE_SRP_H */
similarity index 99%
rename from src/include/gpxe/tables.h
rename to src/include/ipxe/tables.h
index 7dfced8c4686c0cb4f85c88076200d1c55f43fab..130486c67e009ed0e382d3a4a8bc8a1306fdf302 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_TABLES_H
-#define _GPXE_TABLES_H
+#ifndef _IPXE_TABLES_H
+#define _IPXE_TABLES_H
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -431,4 +431,4 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #endif /* __ICC */
 
-#endif /* _GPXE_TABLES_H */
+#endif /* _IPXE_TABLES_H */
similarity index 98%
rename from src/include/gpxe/tcp.h
rename to src/include/ipxe/tcp.h
index 7ae7eab993cefe5d69ad07c2866a534f4b8811dd..f834cc36e4a683a6d1eb0b2e611d11fae2e90c86 100644 (file)
@@ -1,17 +1,17 @@
-#ifndef _GPXE_TCP_H
-#define _GPXE_TCP_H
+#ifndef _IPXE_TCP_H
+#define _IPXE_TCP_H
 
 /** @file
  *
  * TCP protocol
  *
- * This file defines the gPXE TCP API.
+ * This file defines the iPXE TCP API.
  *
  */
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/tcpip.h>
+#include <ipxe/tcpip.h>
 
 /**
  * A TCP header
@@ -315,4 +315,4 @@ struct tcp_options {
 
 extern struct tcpip_protocol tcp_protocol;
 
-#endif /* _GPXE_TCP_H */
+#endif /* _IPXE_TCP_H */
similarity index 96%
rename from src/include/gpxe/tcpip.h
rename to src/include/ipxe/tcpip.h
index f71d7d6d39dc0fb354cb1d5fed60b165bb085fc3..cdf554eae63063ad0f8b0fd8b0e422df16db3d08 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_TCPIP_H
-#define _GPXE_TCPIP_H
+#ifndef _IPXE_TCPIP_H
+#define _IPXE_TCPIP_H
 
 /** @file
  *
@@ -10,9 +10,9 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/socket.h>
-#include <gpxe/in.h>
-#include <gpxe/tables.h>
+#include <ipxe/socket.h>
+#include <ipxe/in.h>
+#include <ipxe/tables.h>
 
 struct io_buffer;
 struct net_device;
@@ -125,4 +125,4 @@ extern uint16_t tcpip_continue_chksum ( uint16_t partial,
                                        const void *data, size_t len );
 extern uint16_t tcpip_chksum ( const void *data, size_t len );
 
-#endif /* _GPXE_TCPIP_H */
+#endif /* _IPXE_TCPIP_H */
similarity index 96%
rename from src/include/gpxe/tftp.h
rename to src/include/ipxe/tftp.h
index c57bb254c8109b1cd8b5c928ca5e0ee0d97e43c1..38be0d4da4710bc69ff1a3bf0e46d0976986c9ce 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef        _GPXE_TFTP_H
-#define        _GPXE_TFTP_H
+#ifndef        _IPXE_TFTP_H
+#define        _IPXE_TFTP_H
 
 /** @file
  *
@@ -82,4 +82,4 @@ union tftp_any {
 
 extern void tftp_set_request_blksize ( unsigned int blksize );
 
-#endif /* _GPXE_TFTP_H */
+#endif /* _IPXE_TFTP_H */
similarity index 96%
rename from src/include/gpxe/threewire.h
rename to src/include/ipxe/threewire.h
index e23284af42e390b297bce4a7145632fadbe99628..135ef56a3b1d5d13158294ecb0322bfc713162b7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_THREEWIRE_H
-#define _GPXE_THREEWIRE_H
+#ifndef _IPXE_THREEWIRE_H
+#define _IPXE_THREEWIRE_H
 
 /** @file
  *
@@ -12,7 +12,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/spi.h>
+#include <ipxe/spi.h>
 #include <limits.h>
 
 /**
@@ -102,4 +102,4 @@ init_at93c66 ( struct spi_device *device, unsigned int organisation ) {
 
 /** @} */
 
-#endif /* _GPXE_THREEWIRE_H */
+#endif /* _IPXE_THREEWIRE_H */
similarity index 91%
rename from src/include/gpxe/timer.h
rename to src/include/ipxe/timer.h
index 86722dca9e2c13e58e1d96ad0bc7f8ecb22c92e4..d59122f2eb2b4c8acc9c8bc0a66604d51fd6caff 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef        _GPXE_TIMER_H
-#define _GPXE_TIMER_H
+#ifndef        _IPXE_TIMER_H
+#define _IPXE_TIMER_H
 
 /** @file
  *
- * gPXE timer API
+ * iPXE timer API
  *
  * The timer API provides udelay() for fixed delays, and currticks()
  * for a monotonically increasing tick counter.
@@ -11,7 +11,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/api.h>
+#include <ipxe/api.h>
 #include <config/timer.h>
 
 /**
@@ -44,7 +44,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
        PROVIDE_SINGLE_API_INLINE ( TIMER_PREFIX_ ## _subsys, _api_func )
 
 /* Include all architecture-independent I/O API headers */
-#include <gpxe/efi/efi_timer.h>
+#include <ipxe/efi/efi_timer.h>
 
 /* Include all architecture-dependent I/O API headers */
 #include <bits/timer.h>
@@ -73,4 +73,4 @@ unsigned long ticks_per_sec ( void );
 /** Number of ticks per second */
 #define TICKS_PER_SEC ( ticks_per_sec() )
 
-#endif /* _GPXE_TIMER_H */
+#endif /* _IPXE_TIMER_H */
similarity index 94%
rename from src/include/gpxe/tls.h
rename to src/include/ipxe/tls.h
index e2da0462e5282feb8a0d8c353fe6d166ffd439cb..2cc36dd7c1c7c179637f70bbe78433e9a6769c8b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_TLS_H
-#define _GPXE_TLS_H
+#ifndef _IPXE_TLS_H
+#define _IPXE_TLS_H
 
 /**
  * @file
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/filter.h>
-#include <gpxe/process.h>
-#include <gpxe/crypto.h>
-#include <gpxe/md5.h>
-#include <gpxe/sha1.h>
-#include <gpxe/x509.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/filter.h>
+#include <ipxe/process.h>
+#include <ipxe/crypto.h>
+#include <ipxe/md5.h>
+#include <ipxe/sha1.h>
+#include <ipxe/x509.h>
 
 /** A TLS header */
 struct tls_header {
@@ -184,4 +184,4 @@ struct tls_session {
 extern int add_tls ( struct xfer_interface *xfer,
                     struct xfer_interface **next );
 
-#endif /* _GPXE_TLS_H */
+#endif /* _IPXE_TLS_H */
similarity index 97%
rename from src/include/gpxe/uaccess.h
rename to src/include/ipxe/uaccess.h
index 5a8f29217704b02bdebeca3b3b8387c8e7a10a10..7d4ab9cec4d84973498f1209b313764eeef3b412 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef _GPXE_UACCESS_H
-#define _GPXE_UACCESS_H
+#ifndef _IPXE_UACCESS_H
+#define _IPXE_UACCESS_H
 
 /**
  * @file
  *
  * Access to external ("user") memory
  *
- * gPXE often needs to transfer data between internal and external
+ * iPXE often needs to transfer data between internal and external
  * buffers.  On i386, the external buffers may require access via a
  * different segment, and the buffer address cannot be encoded into a
  * simple void * pointer.  The @c userptr_t type encapsulates the
@@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
 #include <string.h>
-#include <gpxe/api.h>
+#include <ipxe/api.h>
 #include <config/ioapi.h>
 
 /**
@@ -188,7 +188,7 @@ trivial_memchr_user ( userptr_t buffer, off_t offset, int c, size_t len ) {
        PROVIDE_SINGLE_API_INLINE ( UACCESS_PREFIX_ ## _subsys, _api_func )
 
 /* Include all architecture-independent user access API headers */
-#include <gpxe/efi/efi_uaccess.h>
+#include <ipxe/efi/efi_uaccess.h>
 
 /* Include all architecture-dependent user access API headers */
 #include <bits/uaccess.h>
@@ -341,4 +341,4 @@ size_t strlen_user ( userptr_t userptr, off_t offset );
  */
 off_t memchr_user ( userptr_t userptr, off_t offset, int c, size_t len );
 
-#endif /* _GPXE_UACCESS_H */
+#endif /* _IPXE_UACCESS_H */
similarity index 76%
rename from src/include/gpxe/udp.h
rename to src/include/ipxe/udp.h
index 670c5e5ab9d6c65babb1e46fbf46e2fe48a01a83..5e55c5e8c1514949b0f0806936983b6af6913763 100644 (file)
@@ -1,20 +1,20 @@
-#ifndef _GPXE_UDP_H
-#define _GPXE_UDP_H
+#ifndef _IPXE_UDP_H
+#define _IPXE_UDP_H
 
 /** @file
  *
  * UDP protocol
  *
- * This file defines the gPXE UDP API.
+ * This file defines the iPXE UDP API.
  *
  */
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/if_ether.h>
 
 struct xfer_interface;
 
@@ -44,5 +44,5 @@ extern int udp_open_promisc ( struct xfer_interface *xfer );
 extern int udp_open ( struct xfer_interface *xfer, struct sockaddr *peer,
                      struct sockaddr *local );
 
-#endif /* _GPXE_UDP_H */
+#endif /* _IPXE_UDP_H */
 
similarity index 89%
rename from src/include/gpxe/umalloc.h
rename to src/include/ipxe/umalloc.h
index b0e5564584e970d052d8907837b99380215811e7..4afa0c9c8ed5551dc8a29b9d055ac1da60d92fa2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_UMALLOC_H
-#define _GPXE_UMALLOC_H
+#ifndef _IPXE_UMALLOC_H
+#define _IPXE_UMALLOC_H
 
 /**
  * @file
@@ -10,9 +10,9 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/api.h>
+#include <ipxe/api.h>
 #include <config/umalloc.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/uaccess.h>
 
 /**
  * Provide a user memory allocation API implementation
@@ -25,7 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
        PROVIDE_SINGLE_API ( UMALLOC_PREFIX_ ## _subsys, _api_func, _func )
 
 /* Include all architecture-independent I/O API headers */
-#include <gpxe/efi/efi_umalloc.h>
+#include <ipxe/efi/efi_umalloc.h>
 
 /* Include all architecture-dependent I/O API headers */
 #include <bits/umalloc.h>
@@ -65,4 +65,4 @@ static inline __always_inline void ufree ( userptr_t userptr ) {
        urealloc ( userptr, 0 );
 }
 
-#endif /* _GPXE_UMALLOC_H */
+#endif /* _IPXE_UMALLOC_H */
similarity index 96%
rename from src/include/gpxe/uri.h
rename to src/include/ipxe/uri.h
index 405d0ce9d011b975912b2402a3f879ee6a710512..cb0898e42c146641b730e5b5db39333074f7e57a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_URI_H
-#define _GPXE_URI_H
+#ifndef _IPXE_URI_H
+#define _IPXE_URI_H
 
 /** @file
  *
@@ -11,7 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
 #include <stdlib.h>
-#include <gpxe/refcnt.h>
+#include <ipxe/refcnt.h>
 
 /** A Uniform Resource Identifier
  *
@@ -26,9 +26,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
  *
  * Some examples are probably helpful:
  *
- *   http://www.etherboot.org/wiki :
+ *   http://www.ipxe.org/wiki :
  *
- *   scheme = "http", host = "www.etherboot.org", path = "/wiki"
+ *   scheme = "http", host = "www.ipxe.org", path = "/wiki"
  *
  *   /var/lib/tftpboot :
  *
@@ -179,4 +179,4 @@ extern size_t uri_encode ( const char *raw_string, char *buf, ssize_t len,
                           int field );
 extern size_t uri_decode ( const char *encoded_string, char *buf, ssize_t len );
 
-#endif /* _GPXE_URI_H */
+#endif /* _IPXE_URI_H */
similarity index 88%
rename from src/include/gpxe/uuid.h
rename to src/include/ipxe/uuid.h
index 019cd052fec5f6b05c77e75f087ac1db694e2c7e..2f3c224821e9c983885c2ee8f54e6678d7dbbae9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_UUID_H
-#define _GPXE_UUID_H
+#ifndef _IPXE_UUID_H
+#define _IPXE_UUID_H
 
 /** @file
  *
@@ -30,4 +30,4 @@ union uuid {
 
 extern char * uuid_ntoa ( union uuid *uuid );
 
-#endif /* _GPXE_UUID_H */
+#endif /* _IPXE_UUID_H */
similarity index 95%
rename from src/include/gpxe/vsprintf.h
rename to src/include/ipxe/vsprintf.h
index ee860a52c8e6139c4c009076f5f0b807dd3f2c6b..c48c97a87dcfb0e7f4f8aeab5e908814676184b3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_VSPRINTF_H
-#define _GPXE_VSPRINTF_H
+#ifndef _IPXE_VSPRINTF_H
+#define _IPXE_VSPRINTF_H
 
 /** @file
  *
@@ -71,4 +71,4 @@ extern int vssnprintf ( char *buf, ssize_t ssize, const char *fmt,
 extern int __attribute__ (( format ( printf, 3, 4 ) ))
 ssnprintf ( char *buf, ssize_t ssize, const char *fmt, ... );
 
-#endif /* _GPXE_VSPRINTF_H */
+#endif /* _IPXE_VSPRINTF_H */
similarity index 99%
rename from src/include/gpxe/wpa.h
rename to src/include/ipxe/wpa.h
index a7f19d718614c6ebdc27b0010af2870dc6e2636a..293422828c4a5a0387aed5f424546a0c48906c7b 100644 (file)
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#ifndef _GPXE_WPA_H
-#define _GPXE_WPA_H
+#ifndef _IPXE_WPA_H
+#define _IPXE_WPA_H
 
-#include <gpxe/ieee80211.h>
-#include <gpxe/list.h>
+#include <ipxe/ieee80211.h>
+#include <ipxe/list.h>
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
@@ -500,4 +500,4 @@ int wpa_start ( struct net80211_device *dev, struct wpa_common_ctx *ctx,
                const void *pmk, size_t pmk_len );
 void wpa_stop ( struct net80211_device *dev );
 
-#endif /* _GPXE_WPA_H */
+#endif /* _IPXE_WPA_H */
similarity index 90%
rename from src/include/gpxe/x509.h
rename to src/include/ipxe/x509.h
index 1b9d9aabbb0d62e45b55f0ffe56f1c7e823f1a73..37c5a4ee554104d9a0cd870687acd07df87ca2d7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_X509_H
-#define _GPXE_X509_H
+#ifndef _IPXE_X509_H
+#define _IPXE_X509_H
 
 /** @file
  *
@@ -38,4 +38,4 @@ x509_free_rsa_public_key ( struct x509_rsa_public_key *rsa_pubkey ) {
 extern int x509_rsa_public_key ( const struct asn1_cursor *certificate,
                                 struct x509_rsa_public_key *rsa_pubkey );
 
-#endif /* _GPXE_X509_H */
+#endif /* _IPXE_X509_H */
similarity index 98%
rename from src/include/gpxe/xfer.h
rename to src/include/ipxe/xfer.h
index edd37034518ec3450068e555029483457e7f1377..ad41e932c2bdb111ad7161e56a2a88b76311beb3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GPXE_XFER_H
-#define _GPXE_XFER_H
+#ifndef _IPXE_XFER_H
+#define _IPXE_XFER_H
 
 /** @file
  *
@@ -11,8 +11,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
 #include <stdarg.h>
-#include <gpxe/interface.h>
-#include <gpxe/iobuf.h>
+#include <ipxe/interface.h>
+#include <ipxe/iobuf.h>
 
 struct xfer_interface;
 struct xfer_metadata;
@@ -274,4 +274,4 @@ static inline void xfer_nullify ( struct xfer_interface *xfer ) {
        xfer->op = &null_xfer_ops;
 };
 
-#endif /* _GPXE_XFER_H */
+#endif /* _IPXE_XFER_H */
index 3b735d9937655d69c5c5881fe11d29de65c522ae..2baff2f18415a2b81b8c5315d59fc70c979292a2 100644 (file)
@@ -140,7 +140,7 @@ FILE_LICENCE ( GPL2_ONLY );
 #define LPA_1000FULL            0x0800  /* Link partner 1000BASE-T full duplex */
 #define LPA_1000HALF            0x0400  /* Link partner 1000BASE-T half duplex */
 
-#include <gpxe/netdevice.h>
+#include <ipxe/netdevice.h>
 
 struct mii_if_info {
         int phy_id;
index c808972a599af68219e7aca5327c92539bf7d501..d5375bd6aba90c98ee08e39d1d7341ea64618c52 100644 (file)
@@ -14,12 +14,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <stdio.h>
 #include <byteswap.h>
-#include <gpxe/pci.h>
-#include <gpxe/isapnp.h>
-#include <gpxe/isa.h>
-#include <gpxe/eisa.h>
-#include <gpxe/mca.h>
-#include <gpxe/io.h>
+#include <ipxe/pci.h>
+#include <ipxe/isapnp.h>
+#include <ipxe/isa.h>
+#include <ipxe/eisa.h>
+#include <ipxe/mca.h>
+#include <ipxe/io.h>
 
 typedef enum {
        DISABLE = 0,
index ef946947c457e60e2cc14189aeabedf0aba83ebd..3a50a25216e6f1b14c8fdee04f74b4960ebad22f 100644 (file)
@@ -24,7 +24,7 @@ extern int execv ( const char *command, char * const argv[] );
        } )
 
 /* Pick up udelay() */
-#include <gpxe/timer.h>
+#include <ipxe/timer.h>
 
 /*
  * sleep() prototype is defined by POSIX.1.  usleep() prototype is
index a91802020d869f4ff0af6e46722a1a724cf141d5..70c1adfc96ea4f42d859cc9f7ce9176a2eea0082 100644 (file)
@@ -9,7 +9,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/in.h>
+#include <ipxe/in.h>
 struct net_device;
 
 extern int shutdown_exit_flags;
index 04af28a291a52d508695124bb424fa776c7c7855..6d766ece898c906fae08c9b24c813dfbfc1849b3 100644 (file)
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
 #include <assert.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/ansiesc.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/ansiesc.h>
 #include <console.h>
 
 #define ATTR_BOLD              0x08
index ad550375fb812b8ec04d4b5ea03c1f9f716ab945..ed65993270530a3edc1c7d47babefda653843264 100644 (file)
@@ -19,8 +19,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <string.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/uuid.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/uuid.h>
 
 /** Image handle passed to entry point */
 EFI_HANDLE efi_image_handle;
index 0ba16f8f64299c11f4d949ae483fa0802508b7ec..13a3e23224420bce10b153874f81b3b065129995 100644 (file)
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <assert.h>
-#include <gpxe/io.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/efi/Protocol/CpuIo.h>
-#include <gpxe/efi/efi_io.h>
+#include <ipxe/io.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/efi/Protocol/CpuIo.h>
+#include <ipxe/efi/efi_io.h>
 
 /** @file
  *
- * gPXE I/O API for EFI
+ * iPXE I/O API for EFI
  *
  */
 
index ec43391bb74bbf2f83ffd709e88aa1a54aa1b6ac..9a402c447279a0db1f5826668085d59375cdf623 100644 (file)
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <errno.h>
-#include <gpxe/pci.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/efi/Protocol/PciRootBridgeIo.h>
+#include <ipxe/pci.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/efi/Protocol/PciRootBridgeIo.h>
 
 /** @file
  *
- * gPXE PCI I/O API for EFI
+ * iPXE PCI I/O API for EFI
  *
  */
 
index 8caf624c3d9d98bb5ab4be2b90ce280fa1a346fc..150083b945bff45f594efab93bb5c88258aa0730 100644 (file)
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <errno.h>
-#include <gpxe/smbios.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/efi/Guid/SmBios.h>
+#include <ipxe/smbios.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/efi/Guid/SmBios.h>
 
 /** @file
  *
- * gPXE SMBIOS API for EFI
+ * iPXE SMBIOS API for EFI
  *
  */
 
index e57d8db4d5267e7c7989c72a1985ce2e518e307e..01b6b506bb2802a73fd1d2539040fbfa3ad9384d 100644 (file)
@@ -23,27 +23,27 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <assert.h>
 #include <byteswap.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/in.h>
-#include <gpxe/pci.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/efi/Protocol/DriverBinding.h>
-#include <gpxe/efi/Protocol/PciIo.h>
-#include <gpxe/efi/Protocol/SimpleNetwork.h>
-#include <gpxe/efi/Protocol/ComponentName2.h>
-#include <gpxe/efi/Protocol/NetworkInterfaceIdentifier.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/in.h>
+#include <ipxe/pci.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/efi/Protocol/DriverBinding.h>
+#include <ipxe/efi/Protocol/PciIo.h>
+#include <ipxe/efi/Protocol/SimpleNetwork.h>
+#include <ipxe/efi/Protocol/ComponentName2.h>
+#include <ipxe/efi/Protocol/NetworkInterfaceIdentifier.h>
 #include <config/general.h>
 
 /** @file
  *
- * gPXE EFI SNP interface
+ * iPXE EFI SNP interface
  *
  */
 
 /** An SNP device */
 struct efi_snp_device {
-       /** The underlying gPXE network device */
+       /** The underlying iPXE network device */
        struct net_device *netdev;
        /** EFI device handle */
        EFI_HANDLE handle;
@@ -112,7 +112,7 @@ static EFI_GUID efi_pci_io_protocol_guid
        = EFI_PCI_IO_PROTOCOL_GUID;
 
 /**
- * Set EFI SNP mode based on gPXE net device parameters
+ * Set EFI SNP mode based on iPXE net device parameters
  *
  * @v snp              SNP interface
  */
@@ -794,7 +794,7 @@ efi_snp_netdev ( EFI_DRIVER_BINDING_PROTOCOL *driver, EFI_HANDLE device ) {
        pci_busdevfn = PCI_BUSDEVFN ( pci_bus, PCI_DEVFN ( pci_dev, pci_fn ) );
        if ( ( netdev = find_netdev_by_location ( BUS_TYPE_PCI,
                                                  pci_busdevfn ) ) == NULL ) {
-               DBGCP ( driver, "SNPDRV %p device %p is not a gPXE network "
+               DBGCP ( driver, "SNPDRV %p device %p is not a iPXE network "
                        "device\n", driver, device );
                goto out_no_netdev;
        }
@@ -958,7 +958,7 @@ efi_snp_driver_start ( EFI_DRIVER_BINDING_PROTOCOL *driver,
        /* Populate the NII structure */
        snpdev->nii.Revision =
                EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION;
-       strncpy ( snpdev->nii.StringId, "gPXE",
+       strncpy ( snpdev->nii.StringId, "iPXE",
                  sizeof ( snpdev->nii.StringId ) );
 
        /* Populate the device name */
index 2bf4581d32d3a547a0cb5d22b9f742351e6a08a7..430758f83b6e09b4c2de56ad0259c2f870c36b10 100644 (file)
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdio.h>
-#include <gpxe/efi/efi.h>
+#include <ipxe/efi/efi.h>
 
 /** @file
  *
- * gPXE error message formatting for EFI
+ * iPXE error message formatting for EFI
  *
  */
 
index 0dcb7605ade74921ce0b538327a6a10ffdd58d30..1f8ad15045143ddcd6238a5a0e53260a28abb1fe 100644 (file)
@@ -21,13 +21,13 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <limits.h>
 #include <assert.h>
 #include <unistd.h>
-#include <gpxe/timer.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/efi/Protocol/Cpu.h>
+#include <ipxe/timer.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/efi/Protocol/Cpu.h>
 
 /** @file
  *
- * gPXE timer API for EFI
+ * iPXE timer API for EFI
  *
  */
 
index 63e9521c91eb6246a60dd2055e1375935aae2f2d..d80ca7a7556cd4296d48892b9d00d58231475bb2 100644 (file)
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/uaccess.h>
-#include <gpxe/efi/efi.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/efi/efi.h>
 
 /** @file
  *
- * gPXE user access API for EFI
+ * iPXE user access API for EFI
  *
  */
 
index 7113c792bed21fa9bd685232ffcc53ff9570b49d..d1d689ea2fc91cfde68e59c0a4103d1e3dcdcace 100644 (file)
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <assert.h>
-#include <gpxe/umalloc.h>
-#include <gpxe/efi/efi.h>
+#include <ipxe/umalloc.h>
+#include <ipxe/efi/efi.h>
 
 /** @file
  *
- * gPXE user memory allocation API for EFI
+ * iPXE user memory allocation API for EFI
  *
  */
 
index cc7df59aedf90474e729e37a30b9eb38b07d4563..b60e10f76abf8723e9b8084a25e9cb168810a8dd 100644 (file)
@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/smbios.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/smbios.h>
 
 /** @file
  *
index 1c96564646f3ac8730bcc6b9d1f76bb7cfe24ee6..09e1a57866081133fe1d1b6db350b9c0303ef3a4 100644 (file)
@@ -21,10 +21,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdint.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/settings.h>
-#include <gpxe/init.h>
-#include <gpxe/uuid.h>
-#include <gpxe/smbios.h>
+#include <ipxe/settings.h>
+#include <ipxe/init.h>
+#include <ipxe/uuid.h>
+#include <ipxe/smbios.h>
 
 /** SMBIOS settings tag magic number */
 #define SMBIOS_TAG_MAGIC 0x5B /* "SmBios" */
index 40f7ba25f306fa96a4843659b05aab73279f2ce0..0069abaa80677d2f4c479bc7538c8f249363c3a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * The gPXE 802.11 MAC layer.
+ * The iPXE 802.11 MAC layer.
  *
  * Copyright (c) 2009 Joshua Oreman <oremanj@rwcr.net>.
  *
@@ -23,15 +23,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <byteswap.h>
 #include <stdlib.h>
-#include <gpxe/settings.h>
-#include <gpxe/if_arp.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/ieee80211.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/net80211.h>
-#include <gpxe/sec80211.h>
-#include <gpxe/timer.h>
-#include <gpxe/nap.h>
+#include <ipxe/settings.h>
+#include <ipxe/if_arp.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/ieee80211.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/net80211.h>
+#include <ipxe/sec80211.h>
+#include <ipxe/timer.h>
+#include <ipxe/nap.h>
 #include <unistd.h>
 #include <errno.h>
 
@@ -248,7 +248,7 @@ struct setting net80211_active_setting __setting = {
 /** The cryptographic key to use
  *
  * For hex WEP keys, as is common, this must be entered using the
- * normal gPXE method for entering hex settings; an ASCII string of
+ * normal iPXE method for entering hex settings; an ASCII string of
  * hex characters will not behave as expected.
  */
 struct setting net80211_key_setting __setting = {
@@ -459,7 +459,7 @@ static inline int net80211_rate_is_erp ( u16 rate )
  * being protected and its ACK; add the results of two calls, one with
  * bytes = 10 and one with bytes set to the next frame's size.
  *
- * No other frame types are currently supported by gPXE.
+ * No other frame types are currently supported by iPXE.
  */
 u16 net80211_duration ( struct net80211_device *dev, int bytes, u16 rate )
 {
@@ -1285,7 +1285,7 @@ net80211_marshal_request_info ( struct net80211_device *dev,
  * @ret ctx    Probe context
  *
  * Active scanning may only be used on channels 1-11 in the 2.4GHz
- * band, due to gPXE's lack of a complete regulatory database. If
+ * band, due to iPXE's lack of a complete regulatory database. If
  * active scanning is used, probe packets will be sent on each
  * channel; this can allow association with hidden-SSID networks if
  * the SSID is properly specified.
index 5bd1914380906f6b5b347e7f4e8e3da922f7635d..56bbc8a06d532aa89cb7b058cbd078bfe4e6788c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Simple 802.11 rate-control algorithm for gPXE.
+ * Simple 802.11 rate-control algorithm for iPXE.
  *
  * Copyright (c) 2009 Joshua Oreman <oremanj@rwcr.net>.
  *
@@ -21,7 +21,7 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdlib.h>
-#include <gpxe/net80211.h>
+#include <ipxe/net80211.h>
 
 /**
  * @file
@@ -69,11 +69,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
  * below some threshold, and try increasing our rate when the goodness
  * is very high.
  *
- * This system is optimized for gPXE's style of usage. Because normal
+ * This system is optimized for iPXE's style of usage. Because normal
  * operation always involves receiving something, we'll make our way
  * to the best rate pretty quickly. We tend to follow the lead of the
  * sending AP in choosing rates, but we won't use rates for long that
- * don't work well for us in transmission. We assume gPXE won't be
+ * don't work well for us in transmission. We assume iPXE won't be
  * running for long enough that rate patterns will change much, so we
  * don't have to keep time counters or the like.  And if this doesn't
  * work well in practice there are many ways it could be tweaked.
index c5aa1183f30d2c014edb2705dc9910a5b9371d73..69fad8ffc86d9947386328994e253f7220057dbf 100644 (file)
@@ -21,9 +21,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/ieee80211.h>
-#include <gpxe/net80211.h>
-#include <gpxe/sec80211.h>
+#include <ipxe/ieee80211.h>
+#include <ipxe/net80211.h>
+#include <ipxe/sec80211.h>
 
 /** @file
  *
@@ -148,8 +148,8 @@ int sec80211_install ( struct net80211_crypto **which,
  * @v rsnp             Pointer to next descriptor count field in RSN IE
  * @v rsn_end          Pointer to end of RSN IE
  * @v map              Descriptor map to use
- * @v tbl_start                Start of linker table to examine for gPXE support
- * @v tbl_end          End of linker table to examine for gPXE support
+ * @v tbl_start                Start of linker table to examine for iPXE support
+ * @v tbl_end          End of linker table to examine for iPXE support
  * @ret rsnp           Updated to point to first byte after descriptors
  * @ret map_ent                Descriptor map entry of translation to use
  *
@@ -162,7 +162,7 @@ int sec80211_install ( struct net80211_crypto **which,
  * will return @c NULL if the input packet is malformed, and otherwise
  * set @a rsnp to the first byte it has not looked at. It will return
  * the first cipher in the list that is supported by the current build
- * of gPXE, or the first of all if none are supported.
+ * of iPXE, or the first of all if none are supported.
  *
  * We play rather fast and loose with type checking, because this
  * function is only called from two well-defined places in the
index 1c37e0c30ec9e7022b0145e59b14959201712c8e..3b1045525787844504992d2321dd47877370e4aa 100644 (file)
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/net80211.h>
-#include <gpxe/sec80211.h>
-#include <gpxe/crypto.h>
-#include <gpxe/arc4.h>
-#include <gpxe/crc32.h>
+#include <ipxe/net80211.h>
+#include <ipxe/sec80211.h>
+#include <ipxe/crypto.h>
+#include <ipxe/arc4.h>
+#include <ipxe/crc32.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
index 9bac8fe74a1e0401a151ee9f4b461f1a76c9c8ac..3e78c8d5845021aecd409f22f0a10df4852fff3f 100644 (file)
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/net80211.h>
-#include <gpxe/sec80211.h>
-#include <gpxe/wpa.h>
-#include <gpxe/eapol.h>
-#include <gpxe/crypto.h>
-#include <gpxe/arc4.h>
-#include <gpxe/crc32.h>
-#include <gpxe/sha1.h>
-#include <gpxe/hmac.h>
-#include <gpxe/list.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/net80211.h>
+#include <ipxe/sec80211.h>
+#include <ipxe/wpa.h>
+#include <ipxe/eapol.h>
+#include <ipxe/crypto.h>
+#include <ipxe/arc4.h>
+#include <ipxe/crc32.h>
+#include <ipxe/sha1.h>
+#include <ipxe/hmac.h>
+#include <ipxe/list.h>
+#include <ipxe/ethernet.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
@@ -63,7 +63,7 @@ static int wpa_fail ( struct wpa_common_ctx *ctx, int rc )
  * @v crypt    Cryptosystem ID
  * @ret crypto Cryptosystem handler structure
  *
- * If support for @a crypt is not compiled in to gPXE, or if @a crypt
+ * If support for @a crypt is not compiled in to iPXE, or if @a crypt
  * is NET80211_CRYPT_UNKNOWN, returns @c NULL.
  */
 static struct net80211_crypto *
@@ -110,7 +110,7 @@ struct wpa_kie * wpa_find_kie ( int version )
  * information element suitable for including in an association
  * request frame to the network identified by @c dev->associating.
  * If it is impossible to construct an information element consistent
- * with gPXE's capabilities that is compatible with that network, or
+ * with iPXE's capabilities that is compatible with that network, or
  * if none should be sent because that network's beacon included no
  * security information, returns an error indication and leaves
  * @a ie_ret unchanged.
@@ -777,7 +777,7 @@ static int wpa_handle_1_of_2 ( struct wpa_common_ctx *ctx,
         * So from an old WPA host, 3/4 does not contain an
         * encapsulated GTK. The first frame of the GK handshake
         * contains it, encrypted, but without a KDE wrapper, and with
-        * the key ID field (which gPXE doesn't use) shoved away in
+        * the key ID field (which iPXE doesn't use) shoved away in
         * the reserved bits in the info field, and the TxRx bit
         * stealing the Install bit's spot.
         */
index 08b1e17b6dce99b6e08dc050c3b1c62a9c2ef6c2..89bb36fd8a63b1f5bb232c723259aaaec23070a7 100644 (file)
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/net80211.h>
-#include <gpxe/crypto.h>
-#include <gpxe/hmac.h>
-#include <gpxe/sha1.h>
-#include <gpxe/aes.h>
-#include <gpxe/wpa.h>
+#include <ipxe/net80211.h>
+#include <ipxe/crypto.h>
+#include <ipxe/hmac.h>
+#include <ipxe/sha1.h>
+#include <ipxe/aes.h>
+#include <ipxe/wpa.h>
 #include <byteswap.h>
 #include <errno.h>
 
index e7521682559804bf08e3003bf777712a1a9a0adf..780738e794d0197ee2d8a2832f15ee2a5577b102 100644 (file)
@@ -18,9 +18,9 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/net80211.h>
-#include <gpxe/sha1.h>
-#include <gpxe/wpa.h>
+#include <ipxe/net80211.h>
+#include <ipxe/sha1.h>
+#include <ipxe/wpa.h>
 #include <errno.h>
 
 /** @file
index 0cb697fa5401d2355206efe2980e9d7592295401..0a94df07e18760b2788abdb37d2d1abf86e1cf1c 100644 (file)
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
-#include <gpxe/net80211.h>
-#include <gpxe/crypto.h>
-#include <gpxe/hmac.h>
-#include <gpxe/sha1.h>
-#include <gpxe/md5.h>
-#include <gpxe/crc32.h>
-#include <gpxe/arc4.h>
-#include <gpxe/wpa.h>
+#include <ipxe/net80211.h>
+#include <ipxe/crypto.h>
+#include <ipxe/hmac.h>
+#include <ipxe/sha1.h>
+#include <ipxe/md5.h>
+#include <ipxe/crc32.h>
+#include <ipxe/arc4.h>
+#include <ipxe/wpa.h>
 #include <byteswap.h>
 #include <errno.h>
 
index 839a875b4be55be34e28c023f75ac8dee0e4eb20..497c12a02bf8c4fade9f2463c7dca6d79560273f 100644 (file)
@@ -25,16 +25,16 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <assert.h>
 #include <byteswap.h>
-#include <gpxe/list.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/ethernet.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/ata.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/process.h>
-#include <gpxe/features.h>
-#include <gpxe/aoe.h>
+#include <ipxe/list.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/ethernet.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/ata.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/process.h>
+#include <ipxe/features.h>
+#include <ipxe/aoe.h>
 
 /** @file
  *
index 124a856eb60e7c21393cca11fc904d5a6a175344..fe4dbff91a053a5e040f0327cb3f6fe83d51ce36 100644 (file)
@@ -22,11 +22,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/if_arp.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/arp.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/if_arp.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/arp.h>
 
 /** @file
  *
index 37f344b69507e8d7bf05c22ee03fc5cf2371b42f..299b164cf53adfad9c860df162fa61a5c816dc54 100644 (file)
@@ -21,11 +21,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/dhcppkt.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/dhcppkt.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/uaccess.h>
 
 /** @file
  *
index 6482c627b160d757063f36c5a5e24a93728fe927..f351c32e3517399d8edd27162cae6d4228ba6cb2 100644 (file)
@@ -23,8 +23,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/dhcpopts.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/dhcpopts.h>
 
 /** @file
  *
index 20a0e6668e99aaf2f0843f36293370240c0c9701..bc99401f2e7fc007343665639f85c19f6a746254 100644 (file)
@@ -23,10 +23,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/dhcpopts.h>
-#include <gpxe/dhcppkt.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/dhcpopts.h>
+#include <ipxe/dhcppkt.h>
 
 /** @file
  *
index 507c8ce2b172947569f7b32e1d8b676676b5e797..7246c7b8aba920da39d87092f4998aac3b0b8986 100644 (file)
@@ -24,10 +24,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
  *
  */
 
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/eapol.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/eapol.h>
 #include <errno.h>
 #include <byteswap.h>
 
index 79ed1dc60e6d7d5a88d1f8b9aa03963fa14ff2ee..5c5936f40f084b9ad1f02835a95cbdb0229809eb 100644 (file)
@@ -24,12 +24,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/if_arp.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/in.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/if_arp.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/in.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/ethernet.h>
 
 /** @file
  *
index ad3f046fe3fe14be4f8abc9d56743ab809ad6366..b43e9b12486d0144227a5720a8a1787f75e2cdca 100644 (file)
@@ -23,10 +23,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>
-#include <gpxe/settings.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/dhcppkt.h>
-#include <gpxe/fakedhcp.h>
+#include <ipxe/settings.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/dhcppkt.h>
+#include <ipxe/fakedhcp.h>
 
 /** @file
  *
index 749c345490c2c6c1a25c2e8631e6dd8d5693f69c..84dad42561bf5a0a45064129dd976da147a2f3b4 100644 (file)
@@ -20,10 +20,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <string.h>
 #include <errno.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/in.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/icmp.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/in.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/icmp.h>
 
 /** @file
  *
index 237fc4a63de4424c8b246f45de76040471ccda83..ab8a65ec98f9079e13c2cf24653576484b3505d6 100644 (file)
@@ -2,14 +2,14 @@
 #include <string.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/in.h>
-#include <gpxe/ip6.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/ndp.h>
-#include <gpxe/icmp6.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/in.h>
+#include <ipxe/ip6.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/ndp.h>
+#include <ipxe/icmp6.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/netdevice.h>
 
 struct tcpip_protocol icmp6_protocol;
 
index d7813249a7edf60c1872edb447f4de6173a2a047..dd98e92289c72585fb77c1bd7e3082e7e8b2228d 100644 (file)
@@ -26,16 +26,16 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/list.h>
-#include <gpxe/errortab.h>
-#include <gpxe/if_arp.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/ipoib.h>
-#include <gpxe/process.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_mi.h>
-#include <gpxe/ib_sma.h>
+#include <ipxe/list.h>
+#include <ipxe/errortab.h>
+#include <ipxe/if_arp.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/ipoib.h>
+#include <ipxe/process.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_mi.h>
+#include <ipxe/ib_sma.h>
 
 /** @file
  *
index ebe65b33b71075b2a036ce09b351488aa0a25742..35ade6690a1e71dba159663274e931cc90630f17 100644 (file)
@@ -24,10 +24,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_mi.h>
-#include <gpxe/ib_pathrec.h>
-#include <gpxe/ib_cm.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_mi.h>
+#include <ipxe/ib_pathrec.h>
+#include <ipxe/ib_cm.h>
 
 /**
  * @file
index 2d64811583d4d6fa8f8a3821e797e69a58cf0bd0..de19c51f7cd3f0b67f8893b020d146e84c5a8824 100644 (file)
@@ -33,12 +33,12 @@ FILE_LICENCE ( BSD2 );
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/xfer.h>
-#include <gpxe/process.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_cm.h>
-#include <gpxe/ib_cmrc.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/xfer.h>
+#include <ipxe/process.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_cm.h>
+#include <ipxe/ib_cmrc.h>
 
 /**
  * @file
index 5cb395de7ee2f671f0ece8eccbf4b9455d484179..9eff1899e188394499086397731cabccb5cd0645 100644 (file)
@@ -22,10 +22,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/list.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_mi.h>
-#include <gpxe/ib_mcast.h>
+#include <ipxe/list.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_mi.h>
+#include <ipxe/ib_mcast.h>
 
 /** @file
  *
index 7511fd87e308e7bb597dc5ba851bd7b204b1162c..b4b64ca454ec80263907489059cfd2a93f372343 100644 (file)
@@ -25,9 +25,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <unistd.h>
 #include <byteswap.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/ib_mi.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/ib_mi.h>
 
 /**
  * @file
index 08820ef36dce632e14e218b7ca1b74ce46fce66a..943f39571273c3cbb19723a740fa91995f29096c 100644 (file)
@@ -23,9 +23,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_packet.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_packet.h>
 
 /**
  * @file
index 136e628d295366cc62d47ac8d22e8fe5dcc366f6..e1fa530683ef7c44322d9b33e2a0f3094b0ab405 100644 (file)
@@ -23,9 +23,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_mi.h>
-#include <gpxe/ib_pathrec.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_mi.h>
+#include <ipxe/ib_pathrec.h>
 
 /** @file
  *
index ff4cbbf6ad1ae47b6e2db9441342b8e7c1e7db69..b8327355f797d6954a24c84696b11afb548547ea 100644 (file)
@@ -25,11 +25,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <unistd.h>
 #include <byteswap.h>
-#include <gpxe/settings.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/ib_mi.h>
-#include <gpxe/ib_sma.h>
+#include <ipxe/settings.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/ib_mi.h>
+#include <ipxe/ib_sma.h>
 
 /**
  * @file
@@ -99,7 +99,7 @@ static void ib_sma_node_desc ( struct ib_device *ibdev,
        hostname_len = fetch_string_setting ( NULL, &hostname_setting,
                                              hostname, sizeof ( hostname ) );
        snprintf ( node_desc->node_string, sizeof ( node_desc->node_string ),
-                  "gPXE %s%s%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x (%s)",
+                  "iPXE %s%s%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x (%s)",
                   hostname, ( ( hostname_len >= 0 ) ? " " : "" ),
                   guid.u.bytes[0], guid.u.bytes[1], guid.u.bytes[2],
                   guid.u.bytes[3], guid.u.bytes[4], guid.u.bytes[5],
index d308dd9dcba091d753d88ba4bd7fbb3fb09a3b0d..7d5963594ab4cbfb4eef13eec7d057da046bb5db 100644 (file)
@@ -24,8 +24,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <unistd.h>
 #include <byteswap.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_smc.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_smc.h>
 
 /**
  * @file
index c156d3aecfabf93a63fb20f39b7f23c611b70947..24eb1f92a411ca29311612abdfbec38e808f263b 100644 (file)
@@ -32,10 +32,10 @@ FILE_LICENCE ( BSD2 );
 
 #include <stdlib.h>
 #include <errno.h>
-#include <gpxe/srp.h>
-#include <gpxe/infiniband.h>
-#include <gpxe/ib_cmrc.h>
-#include <gpxe/ib_srp.h>
+#include <ipxe/srp.h>
+#include <ipxe/infiniband.h>
+#include <ipxe/ib_cmrc.h>
+#include <ipxe/ib_srp.h>
 
 /**
  * @file
index cbae221a1a93fd568ea6a52b13b20f8d084a729c..f83c76d87fb20e82fa98236fa553a8655b639275 100644 (file)
@@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 #include <string.h>
-#include <gpxe/iobuf.h>
+#include <ipxe/iobuf.h>
 
 /**
  * Pad I/O buffer
index 7a8ddd3b214d79f46ade87ef98a0840783d25211..6d3d80a55302cf3ef48dcab006e9ea925da01c8c 100644 (file)
@@ -4,16 +4,16 @@
 #include <stdio.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/list.h>
-#include <gpxe/in.h>
-#include <gpxe/arp.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ip.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/settings.h>
+#include <ipxe/list.h>
+#include <ipxe/in.h>
+#include <ipxe/arp.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ip.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/settings.h>
 
 /** @file
  *
index f7308bb431270f9840118e66e9b343149f6632a5..781d7628a2278e9a353cad7fe9c6003682ed60dd 100644 (file)
@@ -4,16 +4,16 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <byteswap.h>
-#include <gpxe/in.h>
-#include <gpxe/ip6.h>
-#include <gpxe/ndp.h>
-#include <gpxe/list.h>
-#include <gpxe/icmp6.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/socket.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/if_ether.h>
+#include <ipxe/in.h>
+#include <ipxe/ip6.h>
+#include <ipxe/ndp.h>
+#include <ipxe/list.h>
+#include <ipxe/icmp6.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/socket.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/if_ether.h>
 
 struct net_protocol ipv6_protocol;
 
index 0de6442885108f9ceec0ad8496445964bb5b8526..dbaecf11c5a08950f3cecc59677003c7849136eb 100644 (file)
@@ -2,7 +2,7 @@
 
        mii.c: MII interface library
 
-       Ported to gPXE by Daniel Verkamp <daniel@drv.nu>
+       Ported to iPXE by Daniel Verkamp <daniel@drv.nu>
        from Linux drivers/net/mii.c
 
        Maintained by Jeff Garzik <jgarzik@pobox.com>
index 8bea8b32b16f76aa4a5586a2eda6c999942c5b9d..4d3713353eb525b0ee38eb36eacb8caabb9d2fef 100644 (file)
@@ -2,12 +2,12 @@
 #include <string.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/ndp.h>
-#include <gpxe/icmp6.h>
-#include <gpxe/ip6.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/ndp.h>
+#include <ipxe/icmp6.h>
+#include <ipxe/ip6.h>
+#include <ipxe/netdevice.h>
 
 /** @file
  *
index d814193b83df7348e577fee136efa7f863370147..f641d3b217c64a548f22ee3bbf765e3f193ebf6f 100644 (file)
@@ -21,10 +21,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/settings.h>
-#include <gpxe/device.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/settings.h>
+#include <ipxe/device.h>
+#include <ipxe/netdevice.h>
 
 /** @file
  *
index b91f98c4981d852026c874cc80b4325669e0783b..9b42ad37fa549ac6a370ff2eddbaadac4716de7c 100644 (file)
@@ -24,14 +24,14 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/tables.h>
-#include <gpxe/process.h>
-#include <gpxe/init.h>
-#include <gpxe/device.h>
-#include <gpxe/errortab.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/tables.h>
+#include <ipxe/process.h>
+#include <ipxe/init.h>
+#include <ipxe/device.h>
+#include <ipxe/errortab.h>
+#include <ipxe/netdevice.h>
 
 /** @file
  *
index 381f02a6aac8d6f11300ec14b56735fb9f63d15c..48849dfd67e5a22125dd727b3cabde992cf2755d 100644 (file)
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
 #include <errno.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/netdevice.h>
 
 /** @file
  *
index 1d0dd961fdef4c7bf38107dd76a87aedab4f3b11..bf2e7f0ae91683e5acf383cc17c6a9ec52717df1 100644 (file)
@@ -20,10 +20,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdint.h>
 #include <byteswap.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/rarp.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/rarp.h>
 
 /** @file
  *
index 40f656f2a43bc0aded77f8c32181167fe2bc2834..5eefa3d48816c8711419a6b480739951d1aa6649 100644 (file)
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stddef.h>
-#include <gpxe/timer.h>
-#include <gpxe/list.h>
-#include <gpxe/process.h>
-#include <gpxe/init.h>
-#include <gpxe/retry.h>
+#include <ipxe/timer.h>
+#include <ipxe/list.h>
+#include <ipxe/process.h>
+#include <ipxe/init.h>
+#include <ipxe/retry.h>
 
 /** @file
  *
index a06196226dad0dcc6a7f3f4ba736c7c942fe1d0c..decc9215b36f4f977292fe3c7b34d19cbe44ca12 100644 (file)
@@ -4,16 +4,16 @@
 #include <assert.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/timer.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/malloc.h>
-#include <gpxe/retry.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/uri.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/tcp.h>
+#include <ipxe/timer.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/malloc.h>
+#include <ipxe/retry.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/uri.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/tcp.h>
 
 /** @file
  *
index 920e537ab89cefd3b854a50e25d0edaf62bced91..3ef71b6102ac597de6e7df1791ed31b9d7c87a9f 100644 (file)
@@ -5,14 +5,14 @@
 #include <assert.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/socket.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/in.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/uri.h>
-#include <gpxe/features.h>
-#include <gpxe/ftp.h>
+#include <ipxe/socket.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/in.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/uri.h>
+#include <ipxe/features.h>
+#include <ipxe/ftp.h>
 
 /** @file
  *
@@ -149,7 +149,7 @@ static const char * ftp_user ( struct ftp_request *ftp ) {
  * @ret password       FTP password
  */
 static const char * ftp_password ( struct ftp_request *ftp ) {
-       static char *ftp_default_password = "etherboot@etherboot.org";
+       static char *ftp_default_password = "ipxe@ipxe.org";
        return ftp->uri->password ? ftp->uri->password : ftp_default_password;
 }
 
index a365b2a485a80edc06ed9e723d59be0fc03be388..c7027d2d0d65d5d1f028439fd3dcca29ea06716b 100644 (file)
@@ -33,18 +33,18 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/uri.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/socket.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/process.h>
-#include <gpxe/linebuf.h>
-#include <gpxe/features.h>
-#include <gpxe/base64.h>
-#include <gpxe/http.h>
+#include <ipxe/uri.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/socket.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/process.h>
+#include <ipxe/linebuf.h>
+#include <ipxe/features.h>
+#include <ipxe/base64.h>
+#include <ipxe/http.h>
 
 FEATURE ( FEATURE_PROTOCOL, "HTTP", DHCP_EB_FEATURE_HTTP, 1 );
 
@@ -453,7 +453,7 @@ static void http_step ( struct process *process ) {
                /* Send GET request */
                if ( ( rc = xfer_printf ( &http->socket,
                                          "GET %s%s HTTP/1.0\r\n"
-                                         "User-Agent: gPXE/" VERSION "\r\n"
+                                         "User-Agent: iPXE/" VERSION "\r\n"
                                          "%s%s%s"
                                          "Host: %s\r\n"
                                          "\r\n",
index 7a2961f2184c69cbe2505262f721f36b198d7a7e..b738f416780cb774495f61e6d1187cd6ca1d7f1b 100644 (file)
@@ -26,10 +26,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
  */
 
 #include <stddef.h>
-#include <gpxe/open.h>
-#include <gpxe/tls.h>
-#include <gpxe/http.h>
-#include <gpxe/features.h>
+#include <ipxe/open.h>
+#include <ipxe/tls.h>
+#include <ipxe/http.h>
+#include <ipxe/features.h>
 
 FEATURE ( FEATURE_PROTOCOL, "HTTPS", DHCP_EB_FEATURE_HTTPS, 1 );
 
index b13a107c2fa7b487fcad3a2896091a28d2ab4d04..27e454e2545e486e15c14246e11b5c86c75d6cf6 100644 (file)
@@ -25,17 +25,17 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <assert.h>
 #include <byteswap.h>
-#include <gpxe/vsprintf.h>
-#include <gpxe/socket.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/scsi.h>
-#include <gpxe/process.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/settings.h>
-#include <gpxe/features.h>
-#include <gpxe/iscsi.h>
+#include <ipxe/vsprintf.h>
+#include <ipxe/socket.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/scsi.h>
+#include <ipxe/process.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/settings.h>
+#include <ipxe/features.h>
+#include <ipxe/iscsi.h>
 
 /** @file
  *
index 932fd482a1a854df2b379ab3fcae77ec447ad7ea..4451bf11126f909b729221ce109ea65b4b307738 100644 (file)
@@ -2,9 +2,9 @@
 #include <string.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/tables.h>
-#include <gpxe/tcpip.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/tables.h>
+#include <ipxe/tcpip.h>
 
 /** @file
  *
index a5b126ed8b631eea96b949fbd098458e8928b76c..3c72b45c4e317870a2df86b8fda0cdadefd217a9 100644 (file)
@@ -30,17 +30,17 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/hmac.h>
-#include <gpxe/md5.h>
-#include <gpxe/sha1.h>
-#include <gpxe/aes.h>
-#include <gpxe/rsa.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/filter.h>
-#include <gpxe/asn1.h>
-#include <gpxe/x509.h>
-#include <gpxe/tls.h>
+#include <ipxe/hmac.h>
+#include <ipxe/md5.h>
+#include <ipxe/sha1.h>
+#include <ipxe/aes.h>
+#include <ipxe/rsa.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/filter.h>
+#include <ipxe/asn1.h>
+#include <ipxe/x509.h>
+#include <ipxe/tls.h>
 
 static int tls_send_plaintext ( struct tls_session *tls, unsigned int type,
                                const void *data, size_t len );
index 771655e0629596db8ee47cd47b1ac1980c27f73c..1aa0e4968308c64da2b7df97186e47ed5adca1f2 100644 (file)
@@ -4,12 +4,12 @@
 #include <assert.h>
 #include <byteswap.h>
 #include <errno.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/uri.h>
-#include <gpxe/udp.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/uri.h>
+#include <ipxe/udp.h>
 
 /** @file
  *
index ce2c82072ad9f84580ec174e17e8eca094770e2f..63d1ecc60894829feeaaa4ed16b2f18b080e0512 100644 (file)
@@ -25,22 +25,22 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <assert.h>
 #include <byteswap.h>
-#include <gpxe/if_ether.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/device.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/job.h>
-#include <gpxe/retry.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/ip.h>
-#include <gpxe/uuid.h>
-#include <gpxe/timer.h>
-#include <gpxe/settings.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/dhcpopts.h>
-#include <gpxe/dhcppkt.h>
-#include <gpxe/features.h>
+#include <ipxe/if_ether.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/device.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/job.h>
+#include <ipxe/retry.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/ip.h>
+#include <ipxe/uuid.h>
+#include <ipxe/timer.h>
+#include <ipxe/settings.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/dhcpopts.h>
+#include <ipxe/dhcppkt.h>
+#include <ipxe/features.h>
 
 /** @file
  *
index f94094aa956a9d8a1fdec9330342fa85aebd9206..db9c036228c0bc78e0574ddcfd806a0870fe8cf0 100644 (file)
@@ -27,15 +27,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdio.h>
 #include <errno.h>
 #include <byteswap.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/resolv.h>
-#include <gpxe/retry.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/settings.h>
-#include <gpxe/features.h>
-#include <gpxe/dns.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/resolv.h>
+#include <ipxe/retry.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/settings.h>
+#include <ipxe/features.h>
+#include <ipxe/dns.h>
 
 /** @file
  *
index 396f69b0715ac9f60e2e4b0876084adf1f4a1d7f..aa15933ec1e269db13aaa1fcfe0b1f5107e229af 100644 (file)
@@ -25,15 +25,15 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <errno.h>
 #include <assert.h>
 #include <byteswap.h>
-#include <gpxe/features.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/bitmap.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/uri.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/timer.h>
-#include <gpxe/retry.h>
+#include <ipxe/features.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/bitmap.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/uri.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/timer.h>
+#include <ipxe/retry.h>
 
 /** @file
  *
index 3de2fb9b7fef11e48e1d43c1f62701c1cd42ed8a..70ba4f62ed7b29496339002dcbc831235216a197 100644 (file)
@@ -26,18 +26,18 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <errno.h>
 #include <assert.h>
-#include <gpxe/refcnt.h>
-#include <gpxe/xfer.h>
-#include <gpxe/open.h>
-#include <gpxe/uri.h>
-#include <gpxe/tcpip.h>
-#include <gpxe/retry.h>
-#include <gpxe/features.h>
-#include <gpxe/bitmap.h>
-#include <gpxe/settings.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/uri.h>
-#include <gpxe/tftp.h>
+#include <ipxe/refcnt.h>
+#include <ipxe/xfer.h>
+#include <ipxe/open.h>
+#include <ipxe/uri.h>
+#include <ipxe/tcpip.h>
+#include <ipxe/retry.h>
+#include <ipxe/features.h>
+#include <ipxe/bitmap.h>
+#include <ipxe/settings.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/uri.h>
+#include <ipxe/tftp.h>
 
 /** @file
  *
index 52aa693f260d1e1315cc08082744f61293b9c347..bcfa07daee9b0ced50b280681f6df1ff7cf84474 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/gdb -x
 # Test suite for GDB remote debugging
 # Run:
-#   make bin/gpxe.hd.tmp
+#   make bin/ipxe.hd.tmp
 #   make
 #   gdb
 #   (gdb) target remote :TCPPORT
@@ -9,11 +9,11 @@
 #   (gdb) target remote udp:IP:UDPPORT
 #   (gdb) source tests/gdbstub_test.gdb
 
-define gpxe_load_symbols
-       file bin/gpxe.hd.tmp
+define ipxe_load_symbols
+       file bin/ipxe.hd.tmp
 end
 
-define gpxe_assert
+define ipxe_assert
        if $arg0 != $arg1
                echo FAIL $arg2\n
        else
@@ -21,20 +21,20 @@ define gpxe_assert
        end
 end
 
-define gpxe_start_tests
+define ipxe_start_tests
        jump gdbstub_test
 end
 
-define gpxe_test_regs_read
-       gpxe_assert $eax 0xea010203 "gpxe_test_regs_read eax"
-       gpxe_assert $ebx 0xeb040506 "gpxe_test_regs_read ebx"
-       gpxe_assert $ecx 0xec070809 "gpxe_test_regs_read ecx"
-       gpxe_assert $edx 0xed0a0b0c "gpxe_test_regs_read edx"
-       gpxe_assert $esi 0x510d0e0f "gpxe_test_regs_read esi"
-       gpxe_assert $edi 0xd1102030 "gpxe_test_regs_read edi"
+define ipxe_test_regs_read
+       ipxe_assert $eax 0xea010203 "ipxe_test_regs_read eax"
+       ipxe_assert $ebx 0xeb040506 "ipxe_test_regs_read ebx"
+       ipxe_assert $ecx 0xec070809 "ipxe_test_regs_read ecx"
+       ipxe_assert $edx 0xed0a0b0c "ipxe_test_regs_read edx"
+       ipxe_assert $esi 0x510d0e0f "ipxe_test_regs_read esi"
+       ipxe_assert $edi 0xd1102030 "ipxe_test_regs_read edi"
 end
 
-define gpxe_test_regs_write
+define ipxe_test_regs_write
        set $eax = 0xea112233
        set $ebx = 0xeb445566
        set $ecx = 0xec778899
@@ -42,52 +42,52 @@ define gpxe_test_regs_write
        set $esi = 0x51ddeeff
        set $edi = 0xd1010203
        c
-       gpxe_assert $eax 0xea112233 "gpxe_test_regs_write eax"
-       gpxe_assert $ebx 0xeb445566 "gpxe_test_regs_write ebx"
-       gpxe_assert $ecx 0xec778899 "gpxe_test_regs_write ecx"
-       gpxe_assert $edx 0xedaabbcc "gpxe_test_regs_write edx"
-       gpxe_assert $esi 0x51ddeeff "gpxe_test_regs_write esi"
-       gpxe_assert $edi 0xd1010203 "gpxe_test_regs_write edi"
+       ipxe_assert $eax 0xea112233 "ipxe_test_regs_write eax"
+       ipxe_assert $ebx 0xeb445566 "ipxe_test_regs_write ebx"
+       ipxe_assert $ecx 0xec778899 "ipxe_test_regs_write ecx"
+       ipxe_assert $edx 0xedaabbcc "ipxe_test_regs_write edx"
+       ipxe_assert $esi 0x51ddeeff "ipxe_test_regs_write esi"
+       ipxe_assert $edi 0xd1010203 "ipxe_test_regs_write edi"
 
        # This assumes segment selectors are always 0x10 or 0x8 (for code).
-       gpxe_assert $cs 0x08 "gpxe_test_regs_write cs"
-       gpxe_assert $ds 0x10 "gpxe_test_regs_write ds"
+       ipxe_assert $cs 0x08 "ipxe_test_regs_write cs"
+       ipxe_assert $ds 0x10 "ipxe_test_regs_write ds"
 end
 
-define gpxe_test_mem_read
+define ipxe_test_mem_read
        c
-       gpxe_assert ({int}($esp+4)) 0x11223344 "gpxe_test_mem_read int"
-       gpxe_assert ({short}($esp+2)) 0x5566 "gpxe_test_mem_read short"
-       gpxe_assert ({char}($esp)) 0x77 "gpxe_test_mem_read char"
+       ipxe_assert ({int}($esp+4)) 0x11223344 "ipxe_test_mem_read int"
+       ipxe_assert ({short}($esp+2)) 0x5566 "ipxe_test_mem_read short"
+       ipxe_assert ({char}($esp)) 0x77 "ipxe_test_mem_read char"
 end
 
-define gpxe_test_mem_write
+define ipxe_test_mem_write
        set ({int}($esp+4)) = 0xaabbccdd
        set ({short}($esp+2)) = 0xeeff
        set ({char}($esp)) = 0x99
        c
-       gpxe_assert ({int}($esp+4)) 0xaabbccdd "gpxe_test_mem_write int"
-       gpxe_assert ({short}($esp+2)) (short)0xeeff "gpxe_test_mem_write short"
-       gpxe_assert ({char}($esp)) (char)0x99 "gpxe_test_mem_write char"
+       ipxe_assert ({int}($esp+4)) 0xaabbccdd "ipxe_test_mem_write int"
+       ipxe_assert ({short}($esp+2)) (short)0xeeff "ipxe_test_mem_write short"
+       ipxe_assert ({char}($esp)) (char)0x99 "ipxe_test_mem_write char"
 end
 
-define gpxe_test_step
+define ipxe_test_step
        c
        si
-       gpxe_assert ({char}($eip-1)) (char)0x90 "gpxe_test_step" # nop = 0x90
+       ipxe_assert ({char}($eip-1)) (char)0x90 "ipxe_test_step" # nop = 0x90
 end
 
-define gpxe_test_awatch
+define ipxe_test_awatch
        awatch watch_me
 
        c
-       gpxe_assert $ecx 0x600d0000 "gpxe_test_awatch read"
+       ipxe_assert $ecx 0x600d0000 "ipxe_test_awatch read"
        if $ecx == 0x600d0000
                c
        end
 
        c
-       gpxe_assert $ecx 0x600d0001 "gpxe_test_awatch write"
+       ipxe_assert $ecx 0x600d0001 "ipxe_test_awatch write"
        if $ecx == 0x600d0001
                c
        end
@@ -95,22 +95,22 @@ define gpxe_test_awatch
        delete
 end
 
-define gpxe_test_watch
+define ipxe_test_watch
        watch watch_me
        c
-       gpxe_assert $ecx 0x600d0002 "gpxe_test_watch"
+       ipxe_assert $ecx 0x600d0002 "ipxe_test_watch"
        if $ecx == 0x600d0002
                c
        end
        delete
 end
 
-gpxe_load_symbols
-gpxe_start_tests
-gpxe_test_regs_read
-gpxe_test_regs_write
-gpxe_test_mem_read
-gpxe_test_mem_write
-gpxe_test_step
-gpxe_test_awatch
-gpxe_test_watch
+ipxe_load_symbols
+ipxe_start_tests
+ipxe_test_regs_read
+ipxe_test_regs_write
+ipxe_test_mem_read
+ipxe_test_mem_write
+ipxe_test_step
+ipxe_test_awatch
+ipxe_test_watch
index c3c3b37599b58f014e92347acbc52db0fd36842c..e06ac7d86e0b3fc817a9d07a5cb4d17d54aee96f 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <stdio.h>
-#include <gpxe/linebuf.h>
+#include <ipxe/linebuf.h>
 
 static const char data1[] = 
 "Hello world\r\n"
index 7a3618684c82cff07415999938b1364abfa30ac1..157835d8d89982647453d68d077b8c44ba174e89 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/umalloc.h>
-#include <gpxe/memmap.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/umalloc.h>
+#include <ipxe/memmap.h>
 
 void umalloc_test ( void ) {
        struct memory_map memmap;
index ca3aed9fdd0924c395db3f795879a34debafcb7d..fd29d39700f3e5116dd5f5c52ec15b9d9c3ec079 100644 (file)
@@ -3,7 +3,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/uri.h>
+#include <ipxe/uri.h>
 
 #define URI_MAX_LEN 1024
 
@@ -16,17 +16,17 @@ struct uri_test {
 static struct uri_test uri_tests[] = {
        { "http://www.fensystems.co.uk", "",
          "http://www.fensystems.co.uk/" },
-       { "http://etherboot.org/wiki/page1", "page2",
-         "http://etherboot.org/wiki/page2" },
-       { "http://etherboot.org/wiki/page1", "../page3",
-         "http://etherboot.org/page3" },
+       { "http://ipxe.org/wiki/page1", "page2",
+         "http://ipxe.org/wiki/page2" },
+       { "http://ipxe.org/wiki/page1", "../page3",
+         "http://ipxe.org/page3" },
        { "tftp://192.168.0.1/", "/tftpboot/vmlinuz",
          "tftp://192.168.0.1/tftpboot/vmlinuz" },
        { "ftp://the%41nswer%3d:%34ty%32wo@ether%62oot.org:8080/p%41th/foo",
          "to?%41=b#%43d",
-         "ftp://theAnswer%3d:4ty2wo@etherboot.org:8080/path/to?a=b#cd" },
+         "ftp://theAnswer%3d:4ty2wo@ipxe.org:8080/path/to?a=b#cd" },
 #if 0
-       "http://www.etherboot.org/wiki",
+       "http://www.ipxe.org/wiki",
        "mailto:bob@nowhere.com",
        "ftp://joe:secret@insecure.org:8081/hidden/path/to?what=is#this",
 #endif
index 2fa10e6bc63d983033c74b5d80aabf46f2fd88a4..acc4efd6a4e995913866aaef799068ff0463283d 100644 (file)
@@ -21,12 +21,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/settings.h>
-#include <gpxe/image.h>
-#include <gpxe/sanboot.h>
-#include <gpxe/uri.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/settings.h>
+#include <ipxe/image.h>
+#include <ipxe/sanboot.h>
+#include <ipxe/uri.h>
 #include <usr/ifmgmt.h>
 #include <usr/route.h>
 #include <usr/dhcpmgmt.h>
index f82a3bb817988fa7d60536d1ef8912c365ddfb39..ed8a9fe6541fd3b173833f5007eb05838faf4b12 100644 (file)
@@ -21,10 +21,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/monojob.h>
-#include <gpxe/process.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/monojob.h>
+#include <ipxe/process.h>
 #include <usr/ifmgmt.h>
 #include <usr/dhcpmgmt.h>
 
index 95505fcf0ff7351c671c645132e7a67e8fc81333..e031cd09e91366a2f402e756ca369c2aa469aef3 100644 (file)
@@ -23,10 +23,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <unistd.h>
 #include <errno.h>
 #include <console.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/device.h>
-#include <gpxe/process.h>
-#include <gpxe/keys.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/device.h>
+#include <ipxe/process.h>
+#include <ipxe/keys.h>
 #include <usr/ifmgmt.h>
 
 /** @file
index 023e3f0f52e55c15bb79bf700fa0d86096db20f9..5e7629a609be620b484950367a3de0a63b9fb026 100644 (file)
@@ -22,11 +22,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <gpxe/image.h>
-#include <gpxe/downloader.h>
-#include <gpxe/monojob.h>
-#include <gpxe/open.h>
-#include <gpxe/uri.h>
+#include <ipxe/image.h>
+#include <ipxe/downloader.h>
+#include <ipxe/monojob.h>
+#include <ipxe/open.h>
+#include <ipxe/uri.h>
 #include <usr/imgmgmt.h>
 
 /** @file
index dd456629f04cbe30ef0dd0c6fe3e6376ee5a6a31..27e77950429c1b87429328ac94a822c051348486 100644 (file)
@@ -22,11 +22,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <console.h>
 #include <string.h>
 #include <errno.h>
-#include <gpxe/net80211.h>
-#include <gpxe/ethernet.h>
+#include <ipxe/net80211.h>
+#include <ipxe/ethernet.h>
 #include <usr/ifmgmt.h>
 #include <usr/iwmgmt.h>
-#include <gpxe/errortab.h>
+#include <ipxe/errortab.h>
 
 /** @file
  *
index 519c200e1292671eda0712bea263538ec56438e2..bbd7670c584ec9b44caebd074d18362df4f54902 100644 (file)
@@ -27,10 +27,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <byteswap.h>
 #include <curses.h>
 #include <console.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/keys.h>
-#include <gpxe/timer.h>
-#include <gpxe/process.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/keys.h>
+#include <ipxe/timer.h>
+#include <ipxe/process.h>
 #include <usr/dhcpmgmt.h>
 #include <usr/autoboot.h>
 
index 101d170750dc53d0fd54eb8ecbe9b4e7da1e873d..1da7135bc5150ec8d951516bda13fc3237ca260c 100644 (file)
@@ -19,8 +19,8 @@
 FILE_LICENCE ( GPL2_OR_LATER );
 
 #include <stdio.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/ip.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/ip.h>
 #include <usr/route.h>
 
 /** @file
index d4978c2a965de119f3733832a3bdde8186c04f6d..ced07862d51ab66b80e0dd56c490088393cdc407 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/perl -w
 # usage:
-# [somebody@somewhere ~/gpxe/src]$ ./util/diffsize.pl [<old rev> [<new rev>]]
+# [somebody@somewhere ~/ipxe/src]$ ./util/diffsize.pl [<old rev> [<new rev>]]
 # by default <old rev> is HEAD and <new rev> is the working tree
 
 use strict;
 
--d "bin" or die "Please run me in the gPXE src directory\n";
+-d "bin" or die "Please run me in the iPXE src directory\n";
 mkdir ".sizes";
 
 my($oldrev, $newrev);
@@ -47,8 +47,8 @@ sub calc_sizes($$) {
     system("git checkout $name >/dev/null"); $res ||= $?;
   }
 
-  system("make -j4 bin/gpxe.lkrn >/dev/null"); $res ||= $?;
-  system("make bin/gpxe.lkrn.sizes > .sizes/$rev.sizes"); $res ||= $?;
+  system("make -j4 bin/ipxe.lkrn >/dev/null"); $res ||= $?;
+  system("make bin/ipxe.lkrn.sizes > .sizes/$rev.sizes"); $res ||= $?;
 
   if (defined $name) {
     system("git checkout $lastrev >/dev/null"); $res ||= $?;
index 9369db8768f8a00004a9dae65e22b41c592de64d..d0bdace62df9f664451ea99c043305c151447d4a 100644 (file)
@@ -26,9 +26,9 @@
 #include <errno.h>
 #include <assert.h>
 #include <getopt.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/efi/IndustryStandard/PeImage.h>
-#include <gpxe/efi/IndustryStandard/Pci22.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/efi/IndustryStandard/PeImage.h>
+#include <ipxe/efi/IndustryStandard/Pci22.h>
 
 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ )
 
index bb766bd37cccf1e2d8560610505edb6f2803d8ce..7870bb901ae68e5ef46e216b6d186295526690d9 100644 (file)
@@ -27,8 +27,8 @@
 #include <assert.h>
 #include <getopt.h>
 #include <bfd.h>
-#include <gpxe/efi/efi.h>
-#include <gpxe/efi/IndustryStandard/PeImage.h>
+#include <ipxe/efi/efi.h>
+#include <ipxe/efi/IndustryStandard/PeImage.h>
 #include <libgen.h>
 
 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ )
index 00784ac5e2cfc529e24d1eb4cd2cdc59bc7b6856..3be5ceaa730cbc032ccbe4f1d667dc06a3320af4 100755 (executable)
@@ -24,7 +24,7 @@ Look up symbol names in <elf-binary> for function addresses from
 <addresses-file>.
 
 Example:
-$0 bin/gpxe.hd.tmp fnrec.dat
+$0 bin/ipxe.hd.tmp fnrec.dat
 EOF
        exit 1
 fi
index 1f1c1168bb3650980d3e27105b78591542d93058..184408adec02ee85e69e8116bf50c18bbe79f3b0 100755 (executable)
@@ -34,7 +34,7 @@ mformat -f 1440 -C -i $img ::
 cfg=$dir/syslinux.cfg
 cat > $cfg <<EOF
 # These default options can be changed in the genliso script
-SAY gPXE ISO boot image generated by genliso
+SAY iPXE ISO boot image generated by genliso
 TIMEOUT 30
 EOF
 
index a8661586f7c9e9e3e02dfc3ce5a5e5a847243e9e..9e8361d491dc3482f9058b043d698277629fa44e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Generate a syslinux floppy that loads a gPXE image
+# Generate a syslinux floppy that loads a iPXE image
 #
 # gensdsk foo.sdsk foo.lkrn
 #
index 303ae9ca579ca51df0fbc6a2fc6dde05d9f9d507..8b555c5454e0a5f6e298ed37abb429bc01b2e9b5 100644 (file)
@@ -9,7 +9,7 @@
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <elf.h>
-#include <gpxe/tables.h>
+#include <ipxe/tables.h>
 
 #define DEBUG 0