Update gPXE to version 0.9.6+ 277b84c6e7d49f3cf01c855007f591de8c7cb75f
authorH. Peter Anvin <hpa@zytor.com>
Wed, 18 Feb 2009 04:17:17 +0000 (20:17 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 18 Feb 2009 04:17:17 +0000 (20:17 -0800)
commitd0c6656a62113b913948361779d6298fe76f6e61
treeefa2541a1abae4760717c6db421ea818114ab6f7
parent85b92a462dab7ce36c48614ea18314f8fc83ca9c
Update gPXE to version 0.9.6+ 277b84c6e7d49f3cf01c855007f591de8c7cb75f

Update gPXE to version 0.9.6+, from commit
277b84c6e7d49f3cf01c855007f591de8c7cb75f in the main gPXE repository.

The only differences is src/config/general.h which has a few protocols
added, and src/arch/i386/prefix/boot1a.S which was called boot1a.s in
the upstream repository.
430 files changed:
gpxe/.gitignore [new file with mode: 0644]
gpxe/Makefile
gpxe/VERSION
gpxe/pxelinux.gpxe [new file with mode: 0644]
gpxe/src/Makefile
gpxe/src/Makefile.housekeeping
gpxe/src/arch/i386/Config [deleted file]
gpxe/src/arch/i386/Makefile
gpxe/src/arch/i386/Makefile.efi [new file with mode: 0644]
gpxe/src/arch/i386/Makefile.pcbios [new file with mode: 0644]
gpxe/src/arch/i386/core/dumpregs.c
gpxe/src/arch/i386/core/gdbidt.S
gpxe/src/arch/i386/core/gdbmach.c
gpxe/src/arch/i386/core/nap.c [deleted file]
gpxe/src/arch/i386/core/pic8259.c
gpxe/src/arch/i386/core/rdtsc_timer.c [new file with mode: 0644]
gpxe/src/arch/i386/core/relocate.c
gpxe/src/arch/i386/core/stack.S
gpxe/src/arch/i386/core/stack16.S
gpxe/src/arch/i386/core/start32.S [deleted file]
gpxe/src/arch/i386/core/timer2.c [moved from gpxe/src/arch/i386/core/i386_timer.c with 85% similarity]
gpxe/src/arch/i386/core/video_subr.c
gpxe/src/arch/i386/core/virtaddr.S
gpxe/src/arch/i386/core/x86_io.c [new file with mode: 0644]
gpxe/src/arch/i386/drivers/net/undiisr.S
gpxe/src/arch/i386/drivers/net/undinet.c
gpxe/src/arch/i386/drivers/net/undionly.c
gpxe/src/arch/i386/drivers/net/undirom.c
gpxe/src/arch/i386/drivers/timer_bios.c [deleted file]
gpxe/src/arch/i386/drivers/timer_rdtsc.c [deleted file]
gpxe/src/arch/i386/firmware/pcbios/bios_console.c
gpxe/src/arch/i386/firmware/pcbios/e820mangler.S
gpxe/src/arch/i386/firmware/pcbios/gateA20.c
gpxe/src/arch/i386/firmware/pcbios/hidemem.c
gpxe/src/arch/i386/firmware/pcbios/memmap.c
gpxe/src/arch/i386/image/bzimage.c
gpxe/src/arch/i386/image/com32.c
gpxe/src/arch/i386/image/comboot.c
gpxe/src/arch/i386/image/multiboot.c
gpxe/src/arch/i386/image/nbi.c
gpxe/src/arch/i386/image/pxe_image.c
gpxe/src/arch/i386/include/bios.h
gpxe/src/arch/i386/include/biosint.h
gpxe/src/arch/i386/include/bits/byteswap.h
gpxe/src/arch/i386/include/bits/compiler.h [new file with mode: 0644]
gpxe/src/arch/i386/include/bits/elf.h [deleted file]
gpxe/src/arch/i386/include/bits/elf_x.h [deleted file]
gpxe/src/arch/i386/include/bits/errfile.h
gpxe/src/arch/i386/include/bits/io.h [new file with mode: 0644]
gpxe/src/arch/i386/include/bits/nap.h [new file with mode: 0644]
gpxe/src/arch/i386/include/bits/smbios.h [new file with mode: 0644]
gpxe/src/arch/i386/include/bits/stdint.h
gpxe/src/arch/i386/include/bits/timer.h [new file with mode: 0644]
gpxe/src/arch/i386/include/bits/timer2.h [deleted file]
gpxe/src/arch/i386/include/bits/uaccess.h
gpxe/src/arch/i386/include/bits/umalloc.h [new file with mode: 0644]
gpxe/src/arch/i386/include/comboot.h
gpxe/src/arch/i386/include/gdbmach.h
gpxe/src/arch/i386/include/gpxe/abft.h [moved from gpxe/src/include/gpxe/abft.h with 100% similarity]
gpxe/src/arch/i386/include/gpxe/bios_nap.h [new file with mode: 0644]
gpxe/src/arch/i386/include/gpxe/bios_smbios.h [new file with mode: 0644]
gpxe/src/arch/i386/include/gpxe/bios_timer.h [new file with mode: 0644]
gpxe/src/arch/i386/include/gpxe/ibft.h [moved from gpxe/src/include/gpxe/ibft.h with 100% similarity]
gpxe/src/arch/i386/include/gpxe/memtop_umalloc.h [new file with mode: 0644]
gpxe/src/arch/i386/include/gpxe/rdtsc_timer.h [new file with mode: 0644]
gpxe/src/arch/i386/include/gpxe/timer2.h [new file with mode: 0644]
gpxe/src/arch/i386/include/gpxe/x86_io.h [new file with mode: 0644]
gpxe/src/arch/i386/include/int13.h
gpxe/src/arch/i386/include/io.h [deleted file]
gpxe/src/arch/i386/include/librm.h [changed mode: 0644->0755]
gpxe/src/arch/i386/include/pci_io.h [deleted file]
gpxe/src/arch/i386/include/pxe.h [moved from gpxe/src/include/pxe.h with 100% similarity]
gpxe/src/arch/i386/include/pxe_addr.h [deleted file]
gpxe/src/arch/i386/include/pxe_api.h [moved from gpxe/src/include/pxe_api.h with 100% similarity]
gpxe/src/arch/i386/include/pxe_call.h
gpxe/src/arch/i386/include/pxe_types.h [moved from gpxe/src/include/pxe_types.h with 95% similarity]
gpxe/src/arch/i386/include/realmode.h
gpxe/src/arch/i386/include/registers.h
gpxe/src/arch/i386/include/setjmp.h
gpxe/src/arch/i386/include/smbios.h [deleted file]
gpxe/src/arch/i386/include/undi.h
gpxe/src/arch/i386/include/virtaddr.h [deleted file]
gpxe/src/arch/i386/interface/pcbios/abft.c [moved from gpxe/src/core/abft.c with 100% similarity]
gpxe/src/arch/i386/interface/pcbios/aoeboot.c [moved from gpxe/src/usr/aoeboot.c with 76% similarity]
gpxe/src/arch/i386/interface/pcbios/bios_nap.c [new file with mode: 0644]
gpxe/src/arch/i386/interface/pcbios/bios_smbios.c [new file with mode: 0644]
gpxe/src/arch/i386/interface/pcbios/bios_timer.c [new file with mode: 0644]
gpxe/src/arch/i386/interface/pcbios/biosint.c
gpxe/src/arch/i386/interface/pcbios/ibft.c [moved from gpxe/src/core/ibft.c with 100% similarity]
gpxe/src/arch/i386/interface/pcbios/int13.c
gpxe/src/arch/i386/interface/pcbios/iscsiboot.c [moved from gpxe/src/usr/iscsiboot.c with 83% similarity]
gpxe/src/arch/i386/interface/pcbios/memtop_umalloc.c [moved from gpxe/src/arch/i386/core/umalloc.c with 89% similarity]
gpxe/src/arch/i386/interface/pcbios/pcibios.c [moved from gpxe/src/arch/i386/core/pcibios.c with 86% similarity]
gpxe/src/arch/i386/interface/pxe/pxe_call.c
gpxe/src/arch/i386/interface/pxe/pxe_entry.S
gpxe/src/arch/i386/interface/pxe/pxe_errors.c [moved from gpxe/src/interface/pxe/pxe_errors.c with 100% similarity]
gpxe/src/arch/i386/interface/pxe/pxe_file.c [moved from gpxe/src/interface/pxe/pxe_file.c with 100% similarity]
gpxe/src/arch/i386/interface/pxe/pxe_loader.c [moved from gpxe/src/interface/pxe/pxe_loader.c with 100% similarity]
gpxe/src/arch/i386/interface/pxe/pxe_preboot.c [moved from gpxe/src/interface/pxe/pxe_preboot.c with 99% similarity]
gpxe/src/arch/i386/interface/pxe/pxe_tftp.c [moved from gpxe/src/interface/pxe/pxe_tftp.c with 98% similarity]
gpxe/src/arch/i386/interface/pxe/pxe_udp.c [moved from gpxe/src/interface/pxe/pxe_udp.c with 100% similarity]
gpxe/src/arch/i386/interface/pxe/pxe_undi.c [moved from gpxe/src/interface/pxe/pxe_undi.c with 95% similarity]
gpxe/src/arch/i386/interface/syslinux/com32_call.c
gpxe/src/arch/i386/interface/syslinux/comboot_call.c
gpxe/src/arch/i386/prefix/boot1a.S [new file with mode: 0644]
gpxe/src/arch/i386/prefix/dskprefix.S
gpxe/src/arch/i386/prefix/hdprefix.S
gpxe/src/arch/i386/prefix/kkpxeprefix.S [new file with mode: 0644]
gpxe/src/arch/i386/prefix/libprefix.S
gpxe/src/arch/i386/prefix/lkrnprefix.S
gpxe/src/arch/i386/prefix/nbiprefix.S
gpxe/src/arch/i386/prefix/pxeprefix.S
gpxe/src/arch/i386/prefix/romprefix.S
gpxe/src/arch/i386/scripts/i386.lds
gpxe/src/arch/i386/transitions/librm.S [changed mode: 0644->0755]
gpxe/src/arch/i386/transitions/librm_mgmt.c [changed mode: 0644->0755]
gpxe/src/arch/x86/Makefile [new file with mode: 0644]
gpxe/src/arch/x86/Makefile.efi [new file with mode: 0644]
gpxe/src/arch/x86/core/pcidirect.c [moved from gpxe/src/arch/i386/core/pcidirect.c with 74% similarity]
gpxe/src/arch/x86/core/x86_string.c [moved from gpxe/src/arch/i386/core/i386_string.c with 93% similarity]
gpxe/src/arch/x86/include/bits/pci_io.h [new file with mode: 0644]
gpxe/src/arch/x86/include/bits/string.h [moved from gpxe/src/arch/i386/include/bits/string.h with 98% similarity]
gpxe/src/arch/x86/include/gpxe/efi/efix86_nap.h [new file with mode: 0644]
gpxe/src/arch/x86/include/gpxe/pcibios.h [moved from gpxe/src/arch/i386/include/pcibios.h with 66% similarity]
gpxe/src/arch/x86/include/gpxe/pcidirect.h [moved from gpxe/src/arch/i386/include/pcidirect.h with 66% similarity]
gpxe/src/arch/x86/interface/efi/efix86_nap.c [new file with mode: 0644]
gpxe/src/arch/x86/prefix/efidrvprefix.c [new file with mode: 0644]
gpxe/src/arch/x86/prefix/efiprefix.c [new file with mode: 0644]
gpxe/src/arch/x86/scripts/efi.lds [new file with mode: 0644]
gpxe/src/arch/x86_64/Makefile [new file with mode: 0644]
gpxe/src/arch/x86_64/Makefile.efi [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/byteswap.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/compiler.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/endian.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/errfile.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/io.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/nap.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/smbios.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/stdint.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/timer.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/uaccess.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/bits/umalloc.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/gdbmach.h [new file with mode: 0644]
gpxe/src/arch/x86_64/include/limits.h [new file with mode: 0644]
gpxe/src/config.h [deleted file]
gpxe/src/config/.gitignore
gpxe/src/config/console.h [new file with mode: 0644]
gpxe/src/config/defaults.h [new file with mode: 0644]
gpxe/src/config/defaults/efi.h [new file with mode: 0644]
gpxe/src/config/defaults/pcbios.h [new file with mode: 0644]
gpxe/src/config/general.h [new file with mode: 0644]
gpxe/src/config/ioapi.h [new file with mode: 0644]
gpxe/src/config/isa.h [new file with mode: 0644]
gpxe/src/config/nap.h [new file with mode: 0644]
gpxe/src/config/serial.h [new file with mode: 0644]
gpxe/src/config/timer.h [new file with mode: 0644]
gpxe/src/config/umalloc.h [new file with mode: 0644]
gpxe/src/core/base64.c [new file with mode: 0644]
gpxe/src/core/config.c
gpxe/src/core/console.c
gpxe/src/core/cwuri.c
gpxe/src/core/debug.c
gpxe/src/core/gdbudp.c
gpxe/src/core/getkey.c
gpxe/src/core/image.c
gpxe/src/core/main.c
gpxe/src/core/malloc.c
gpxe/src/core/monojob.c
gpxe/src/core/null_nap.c [new file with mode: 0644]
gpxe/src/core/nvo.c
gpxe/src/core/pc_kbd.c
gpxe/src/core/process.c
gpxe/src/core/serial.c
gpxe/src/core/settings.c
gpxe/src/core/timer.c
gpxe/src/core/uri.c
gpxe/src/core/uuid.c
gpxe/src/core/xfer.c
gpxe/src/crypto/asn1.c
gpxe/src/crypto/axtls/axtls_asn1.c [deleted file]
gpxe/src/crypto/cryptoLayer.h [deleted file]
gpxe/src/crypto/framework.c [deleted file]
gpxe/src/crypto/matrixssl/mpi.h [deleted file]
gpxe/src/crypto/matrixssl/pscrypto.h [deleted file]
gpxe/src/crypto/ssl.c [deleted file]
gpxe/src/crypto/ssl.h [deleted file]
gpxe/src/crypto/ssl_constructs.h [deleted file]
gpxe/src/crypto/x509.c [new file with mode: 0644]
gpxe/src/dl360.gpxe [new file with mode: 0644]
gpxe/src/drivers/bitbash/i2c_bit.c
gpxe/src/drivers/block/ata.c
gpxe/src/drivers/block/ramdisk.c
gpxe/src/drivers/block/scsi.c
gpxe/src/drivers/bus/eisa.c
gpxe/src/drivers/bus/isa.c
gpxe/src/drivers/bus/isapnp.c
gpxe/src/drivers/bus/mca.c
gpxe/src/drivers/bus/pci.c
gpxe/src/drivers/bus/virtio-pci.c [new file with mode: 0644]
gpxe/src/drivers/bus/virtio-ring.c [new file with mode: 0644]
gpxe/src/drivers/infiniband/arbel.c
gpxe/src/drivers/infiniband/hermon.c
gpxe/src/drivers/infiniband/ib_packet.c [new file with mode: 0644]
gpxe/src/drivers/infiniband/ib_sma.c [new file with mode: 0644]
gpxe/src/drivers/infiniband/ib_smc.c [new file with mode: 0644]
gpxe/src/drivers/infiniband/linda.c [new file with mode: 0644]
gpxe/src/drivers/infiniband/linda.h [new file with mode: 0644]
gpxe/src/drivers/infiniband/linda_fw.c [new file with mode: 0644]
gpxe/src/drivers/infiniband/qib_7220_regs.h [new file with mode: 0644]
gpxe/src/drivers/infiniband/qib_genbits.pl [new file with mode: 0644]
gpxe/src/drivers/net/3c509.c
gpxe/src/drivers/net/3c515.c
gpxe/src/drivers/net/3c595.c
gpxe/src/drivers/net/3c90x.c
gpxe/src/drivers/net/b44.c [new file with mode: 0644]
gpxe/src/drivers/net/b44.h [new file with mode: 0644]
gpxe/src/drivers/net/cs89x0.c
gpxe/src/drivers/net/davicom.c
gpxe/src/drivers/net/dmfe.c
gpxe/src/drivers/net/e1000/e1000.c
gpxe/src/drivers/net/e1000/e1000.h
gpxe/src/drivers/net/e1000/e1000_hw.c
gpxe/src/drivers/net/e1000/e1000_osdep.h
gpxe/src/drivers/net/eepro100.c
gpxe/src/drivers/net/epic100.c
gpxe/src/drivers/net/etherfabric.c
gpxe/src/drivers/net/etherfabric_nic.h [new file with mode: 0644]
gpxe/src/drivers/net/forcedeth.c
gpxe/src/drivers/net/ipoib.c
gpxe/src/drivers/net/mtnic.c [changed mode: 0755->0644]
gpxe/src/drivers/net/mtnic.h [changed mode: 0755->0644]
gpxe/src/drivers/net/natsemi.c
gpxe/src/drivers/net/ne2k_isa.c [new file with mode: 0644]
gpxe/src/drivers/net/phantom/phantom.c
gpxe/src/drivers/net/phantom/phantom.h
gpxe/src/drivers/net/pnic.c
gpxe/src/drivers/net/prism2.c
gpxe/src/drivers/net/prism2_pci.c
gpxe/src/drivers/net/prism2_plx.c
gpxe/src/drivers/net/r8169.c
gpxe/src/drivers/net/r8169.h [new file with mode: 0644]
gpxe/src/drivers/net/rtl8139.c
gpxe/src/drivers/net/sis900.c
gpxe/src/drivers/net/sundance.c
gpxe/src/drivers/net/tg3.c
gpxe/src/drivers/net/tulip.c
gpxe/src/drivers/net/via-rhine.c
gpxe/src/drivers/net/via-velocity.c
gpxe/src/drivers/net/virtio-net.c
gpxe/src/drivers/net/w89c840.c
gpxe/src/hci/commands/config_cmd.c
gpxe/src/hci/commands/dhcp_cmd.c
gpxe/src/hci/commands/login_cmd.c [new file with mode: 0644]
gpxe/src/hci/mucurses/ansi_screen.c
gpxe/src/hci/mucurses/widgets/editbox.c
gpxe/src/hci/mucurses/wininit.c
gpxe/src/hci/tui/login_ui.c [new file with mode: 0644]
gpxe/src/hci/tui/settings_ui.c
gpxe/src/image/default.gpxe [new file with mode: 0644]
gpxe/src/image/efi_image.c [new file with mode: 0644]
gpxe/src/image/elf.c
gpxe/src/image/embed.S [deleted file]
gpxe/src/image/embedded.c
gpxe/src/image/script.c
gpxe/src/include/byteswap.h
gpxe/src/include/compiler.h
gpxe/src/include/elf.h
gpxe/src/include/gpxe/aoe.h
gpxe/src/include/gpxe/api.h [new file with mode: 0644]
gpxe/src/include/gpxe/asn1.h
gpxe/src/include/gpxe/base64.h [new file with mode: 0644]
gpxe/src/include/gpxe/bitops.h
gpxe/src/include/gpxe/blockdev.h
gpxe/src/include/gpxe/dhcp.h
gpxe/src/include/gpxe/dhcppkt.h
gpxe/src/include/gpxe/editbox.h
gpxe/src/include/gpxe/efi/Base.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Guid/PcAnsi.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Guid/SmBios.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Ia32/ProcessorBind.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/IndustryStandard/Pci22.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/IndustryStandard/PeImage.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/LICENCE [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Pi/PiBootMode.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Pi/PiDependency.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Pi/PiDxeCis.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Pi/PiFirmwareFile.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Pi/PiFirmwareVolume.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Pi/PiHob.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Pi/PiMultiPhase.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/PiDxe.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/ProcessorBind.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/ComponentName2.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/Cpu.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/CpuIo.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/DebugSupport.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/DevicePath.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/DriverBinding.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/NetworkInterfaceIdentifier.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/PciIo.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/PciRootBridgeIo.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/SimpleNetwork.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/SimpleTextIn.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Protocol/SimpleTextOut.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Uefi.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Uefi/UefiBaseType.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Uefi/UefiGpt.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Uefi/UefiInternalFormRepresentation.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Uefi/UefiMultiPhase.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Uefi/UefiPxe.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/Uefi/UefiSpec.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/X64/ProcessorBind.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/efi.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/efi_io.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/efi_pci.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/efi_smbios.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/efi_timer.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/efi_uaccess.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/efi_umalloc.h [new file with mode: 0644]
gpxe/src/include/gpxe/efi/import.pl [new file with mode: 0755]
gpxe/src/include/gpxe/embedded.h [deleted file]
gpxe/src/include/gpxe/errfile.h
gpxe/src/include/gpxe/ethernet.h
gpxe/src/include/gpxe/fakedhcp.h
gpxe/src/include/gpxe/features.h
gpxe/src/include/gpxe/i2c.h
gpxe/src/include/gpxe/ib_mad.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_packet.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_sma.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_smc.h [new file with mode: 0644]
gpxe/src/include/gpxe/icmp.h [new file with mode: 0644]
gpxe/src/include/gpxe/image.h
gpxe/src/include/gpxe/in.h
gpxe/src/include/gpxe/infiniband.h
gpxe/src/include/gpxe/init.h
gpxe/src/include/gpxe/io.h [new file with mode: 0644]
gpxe/src/include/gpxe/iobuf.h
gpxe/src/include/gpxe/ipoib.h
gpxe/src/include/gpxe/keys.h
gpxe/src/include/gpxe/login_ui.h [new file with mode: 0644]
gpxe/src/include/gpxe/nap.h [new file with mode: 0644]
gpxe/src/include/gpxe/netdevice.h
gpxe/src/include/gpxe/null_nap.h [new file with mode: 0644]
gpxe/src/include/gpxe/open.h
gpxe/src/include/gpxe/pci.h
gpxe/src/include/gpxe/pci_io.h [new file with mode: 0644]
gpxe/src/include/gpxe/resolv.h
gpxe/src/include/gpxe/retry.h
gpxe/src/include/gpxe/rotate.h [new file with mode: 0644]
gpxe/src/include/gpxe/sanboot.h [new file with mode: 0644]
gpxe/src/include/gpxe/settings.h
gpxe/src/include/gpxe/smbios.h [new file with mode: 0644]
gpxe/src/include/gpxe/socket.h
gpxe/src/include/gpxe/tcpip.h
gpxe/src/include/gpxe/timer.h
gpxe/src/include/gpxe/tls.h
gpxe/src/include/gpxe/uaccess.h
gpxe/src/include/gpxe/udp.h
gpxe/src/include/gpxe/umalloc.h
gpxe/src/include/gpxe/uri.h
gpxe/src/include/gpxe/virtio-pci.h [moved from gpxe/src/drivers/net/virtio-pci.h with 59% similarity]
gpxe/src/include/gpxe/virtio-ring.h [moved from gpxe/src/drivers/net/virtio-ring.h with 64% similarity]
gpxe/src/include/gpxe/x509.h [new file with mode: 0644]
gpxe/src/include/gpxe/xfer.h
gpxe/src/include/nic.h
gpxe/src/include/stddef.h
gpxe/src/include/stdlib.h
gpxe/src/include/unistd.h
gpxe/src/include/usr/aoeboot.h [deleted file]
gpxe/src/include/usr/autoboot.h
gpxe/src/include/usr/dhcpmgmt.h
gpxe/src/include/usr/iscsiboot.h [deleted file]
gpxe/src/interface/efi/efi_console.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_init.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_io.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_pci.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_smbios.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_snp.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_strerror.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_timer.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_uaccess.c [new file with mode: 0644]
gpxe/src/interface/efi/efi_umalloc.c [new file with mode: 0644]
gpxe/src/interface/smbios/smbios.c [moved from gpxe/src/arch/i386/firmware/pcbios/smbios.c with 64% similarity]
gpxe/src/interface/smbios/smbios_settings.c [moved from gpxe/src/arch/i386/firmware/pcbios/smbios_settings.c with 90% similarity]
gpxe/src/libgcc/__divdi3.c
gpxe/src/libgcc/__moddi3.c
gpxe/src/libgcc/__udivdi3.c
gpxe/src/libgcc/__udivmoddi4.c
gpxe/src/libgcc/__umoddi3.c
gpxe/src/libgcc/libgcc.h
gpxe/src/net/aoe.c
gpxe/src/net/arp.c
gpxe/src/net/dhcppkt.c
gpxe/src/net/ethernet.c
gpxe/src/net/fakedhcp.c
gpxe/src/net/icmp.c [new file with mode: 0644]
gpxe/src/net/icmpv6.c
gpxe/src/net/infiniband.c
gpxe/src/net/ipv4.c
gpxe/src/net/ipv6.c
gpxe/src/net/netdevice.c
gpxe/src/net/retry.c
gpxe/src/net/tcp.c
gpxe/src/net/tcp/ftp.c
gpxe/src/net/tcp/http.c
gpxe/src/net/tcp/iscsi.c
gpxe/src/net/tcpip.c
gpxe/src/net/tls.c
gpxe/src/net/udp.c
gpxe/src/net/udp/dhcp.c
gpxe/src/net/udp/dns.c
gpxe/src/net/udp/slam.c
gpxe/src/net/udp/tftp.c
gpxe/src/netboot.gpxe [new file with mode: 0644]
gpxe/src/tests/gdbstub_test.S
gpxe/src/tests/gdbstub_test.gdb [changed mode: 0644->0755]
gpxe/src/usr/autoboot.c
gpxe/src/usr/dhcpmgmt.c
gpxe/src/usr/ifmgmt.c
gpxe/src/usr/imgmgmt.c
gpxe/src/usr/pxemenu.c [new file with mode: 0644]
gpxe/src/util/.gitignore
gpxe/src/util/disrom.pl
gpxe/src/util/efirom.c [new file with mode: 0644]
gpxe/src/util/elf2efi.c [new file with mode: 0644]
gpxe/src/util/geniso
gpxe/src/util/mergerom.pl [changed mode: 0644->0755]
gpxe/src/util/mkconfig.pl [deleted file]
gpxe/src/util/sortobjdump.pl
gpxe/src/util/zbin.c