Update gPXE to version 1.0.0
authorH. Peter Anvin <hpa@zytor.com>
Wed, 3 Feb 2010 06:41:00 +0000 (22:41 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Feb 2010 06:41:00 +0000 (22:41 -0800)
commit702c7fbe7342403472e887508716add0c58c385c
tree639050b522cea25f4475d48da54380d61c7d10f3
parent1e96e9cc1c3549c86dbf4e7caf880477e16e93e0
Update gPXE to version 1.0.0
683 files changed:
gpxe/gpxe.diff [new file with mode: 0644]
gpxe/src/Makefile
gpxe/src/Makefile.housekeeping
gpxe/src/README.pixify [deleted file]
gpxe/src/arch/i386/Makefile
gpxe/src/arch/i386/Makefile.pcbios
gpxe/src/arch/i386/core/basemem_packet.c
gpxe/src/arch/i386/core/etherboot.prefix.lds [deleted file]
gpxe/src/arch/i386/core/pic8259.c
gpxe/src/arch/i386/core/prefixudata.lds [deleted file]
gpxe/src/arch/i386/core/prefixzdata.lds [deleted file]
gpxe/src/arch/i386/core/rdtsc_timer.c
gpxe/src/arch/i386/core/realmode.c [deleted file]
gpxe/src/arch/i386/core/relocate.c
gpxe/src/arch/i386/core/setjmp.S
gpxe/src/arch/i386/core/stack.S
gpxe/src/arch/i386/core/stack16.S
gpxe/src/arch/i386/core/start16.lds [deleted file]
gpxe/src/arch/i386/core/start16z.lds [deleted file]
gpxe/src/arch/i386/core/timer2.c
gpxe/src/arch/i386/core/virtaddr.S
gpxe/src/arch/i386/core/x86_io.c
gpxe/src/arch/i386/drivers/net/undi.c
gpxe/src/arch/i386/drivers/net/undiisr.S
gpxe/src/arch/i386/drivers/net/undiload.c
gpxe/src/arch/i386/drivers/net/undinet.c
gpxe/src/arch/i386/drivers/net/undionly.c
gpxe/src/arch/i386/drivers/net/undipreload.c
gpxe/src/arch/i386/drivers/net/undirom.c
gpxe/src/arch/i386/firmware/pcbios/basemem.c
gpxe/src/arch/i386/firmware/pcbios/bios_console.c
gpxe/src/arch/i386/firmware/pcbios/e820mangler.S
gpxe/src/arch/i386/firmware/pcbios/fakee820.c
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/firmware/pcbios/pnpbios.c
gpxe/src/arch/i386/hci/commands/pxe_cmd.c [new file with mode: 0644]
gpxe/src/arch/i386/image/bootsector.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/elfboot.c
gpxe/src/arch/i386/image/eltorito.c
gpxe/src/arch/i386/image/multiboot.c
gpxe/src/arch/i386/image/pxe_image.c
gpxe/src/arch/i386/include/basemem.h
gpxe/src/arch/i386/include/basemem_packet.h
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
gpxe/src/arch/i386/include/bits/endian.h
gpxe/src/arch/i386/include/bits/errfile.h
gpxe/src/arch/i386/include/bits/io.h
gpxe/src/arch/i386/include/bits/nap.h
gpxe/src/arch/i386/include/bits/smbios.h
gpxe/src/arch/i386/include/bits/stdint.h
gpxe/src/arch/i386/include/bits/timer.h
gpxe/src/arch/i386/include/bits/uaccess.h
gpxe/src/arch/i386/include/bits/umalloc.h
gpxe/src/arch/i386/include/bootsector.h
gpxe/src/arch/i386/include/bzimage.h
gpxe/src/arch/i386/include/callbacks_arch.h [deleted file]
gpxe/src/arch/i386/include/comboot.h
gpxe/src/arch/i386/include/fakee820.h
gpxe/src/arch/i386/include/gpxe/abft.h
gpxe/src/arch/i386/include/gpxe/bios_nap.h
gpxe/src/arch/i386/include/gpxe/bios_smbios.h
gpxe/src/arch/i386/include/gpxe/bios_timer.h
gpxe/src/arch/i386/include/gpxe/ibft.h
gpxe/src/arch/i386/include/gpxe/memtop_umalloc.h
gpxe/src/arch/i386/include/gpxe/rdtsc_timer.h
gpxe/src/arch/i386/include/gpxe/sbft.h [new file with mode: 0644]
gpxe/src/arch/i386/include/gpxe/timer2.h
gpxe/src/arch/i386/include/gpxe/x86_io.h
gpxe/src/arch/i386/include/int13.h
gpxe/src/arch/i386/include/librm.h [changed mode: 0755->0644]
gpxe/src/arch/i386/include/limits.h
gpxe/src/arch/i386/include/memsizes.h
gpxe/src/arch/i386/include/multiboot.h
gpxe/src/arch/i386/include/pic8259.h
gpxe/src/arch/i386/include/pnpbios.h
gpxe/src/arch/i386/include/pxe.h
gpxe/src/arch/i386/include/pxe_api.h
gpxe/src/arch/i386/include/pxe_call.h
gpxe/src/arch/i386/include/pxe_types.h
gpxe/src/arch/i386/include/pxeparent.h [new file with mode: 0644]
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/undi.h
gpxe/src/arch/i386/include/undiload.h
gpxe/src/arch/i386/include/undinet.h
gpxe/src/arch/i386/include/undipreload.h
gpxe/src/arch/i386/include/undirom.h
gpxe/src/arch/i386/interface/pcbios/abft.c
gpxe/src/arch/i386/interface/pcbios/aoeboot.c
gpxe/src/arch/i386/interface/pcbios/bios_nap.c
gpxe/src/arch/i386/interface/pcbios/bios_smbios.c
gpxe/src/arch/i386/interface/pcbios/bios_timer.c
gpxe/src/arch/i386/interface/pcbios/biosint.c
gpxe/src/arch/i386/interface/pcbios/ib_srpboot.c [new file with mode: 0644]
gpxe/src/arch/i386/interface/pcbios/ibft.c
gpxe/src/arch/i386/interface/pcbios/int13.c
gpxe/src/arch/i386/interface/pcbios/iscsiboot.c
gpxe/src/arch/i386/interface/pcbios/keepsan.c [new file with mode: 0644]
gpxe/src/arch/i386/interface/pcbios/memtop_umalloc.c
gpxe/src/arch/i386/interface/pcbios/pcibios.c
gpxe/src/arch/i386/interface/pcbios/sbft.c [new file with mode: 0644]
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_file.c
gpxe/src/arch/i386/interface/pxe/pxe_loader.c
gpxe/src/arch/i386/interface/pxe/pxe_preboot.c
gpxe/src/arch/i386/interface/pxe/pxe_tftp.c
gpxe/src/arch/i386/interface/pxe/pxe_udp.c
gpxe/src/arch/i386/interface/pxe/pxe_undi.c
gpxe/src/arch/i386/interface/pxeparent/pxeparent.c [new file with mode: 0644]
gpxe/src/arch/i386/interface/pxeparent/pxeparent_dhcp.c [new file with mode: 0644]
gpxe/src/arch/i386/interface/syslinux/com32_call.c
gpxe/src/arch/i386/interface/syslinux/com32_wrapper.S
gpxe/src/arch/i386/interface/syslinux/comboot_call.c
gpxe/src/arch/i386/interface/syslinux/comboot_resolv.c
gpxe/src/arch/i386/prefix/bImageprefix.S [deleted file]
gpxe/src/arch/i386/prefix/bootpart.S
gpxe/src/arch/i386/prefix/comprefix.S [deleted file]
gpxe/src/arch/i386/prefix/dskprefix.S
gpxe/src/arch/i386/prefix/elf_dprefix.S [deleted file]
gpxe/src/arch/i386/prefix/elfprefix.S [deleted file]
gpxe/src/arch/i386/prefix/exeprefix.S [deleted file]
gpxe/src/arch/i386/prefix/hdprefix.S
gpxe/src/arch/i386/prefix/hromprefix.S [new file with mode: 0644]
gpxe/src/arch/i386/prefix/kkpxeprefix.S
gpxe/src/arch/i386/prefix/kpxeprefix.S
gpxe/src/arch/i386/prefix/libprefix.S
gpxe/src/arch/i386/prefix/lkrnprefix.S
gpxe/src/arch/i386/prefix/lmelf_dprefix.S [deleted file]
gpxe/src/arch/i386/prefix/lmelf_prefix.S [deleted file]
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/prefix/undiloader.S [new file with mode: 0644]
gpxe/src/arch/i386/prefix/unnrv2b.S
gpxe/src/arch/i386/prefix/unnrv2b16.S [new file with mode: 0644]
gpxe/src/arch/i386/prefix/xromprefix.S [new file with mode: 0644]
gpxe/src/arch/i386/scripts/i386-kir.lds
gpxe/src/arch/i386/scripts/i386.lds
gpxe/src/arch/i386/transitions/libkir.S
gpxe/src/arch/i386/transitions/librm.S [changed mode: 0755->0644]
gpxe/src/arch/i386/transitions/librm_mgmt.c [changed mode: 0755->0644]
gpxe/src/arch/x86/Makefile
gpxe/src/arch/x86/core/pcidirect.c
gpxe/src/arch/x86/core/x86_string.c
gpxe/src/arch/x86/include/bits/pci_io.h
gpxe/src/arch/x86/include/bits/string.h
gpxe/src/arch/x86/include/gpxe/efi/efix86_nap.h
gpxe/src/arch/x86/include/gpxe/pcibios.h
gpxe/src/arch/x86/include/gpxe/pcidirect.h
gpxe/src/arch/x86/interface/efi/efix86_nap.c
gpxe/src/arch/x86/prefix/efidrvprefix.c
gpxe/src/arch/x86/prefix/efiprefix.c
gpxe/src/arch/x86/scripts/efi.lds
gpxe/src/arch/x86_64/include/bits/stdint.h
gpxe/src/config/config.c [moved from gpxe/src/core/config.c with 77% similarity]
gpxe/src/config/config_net80211.c [new file with mode: 0644]
gpxe/src/config/config_romprefix.c [new file with mode: 0644]
gpxe/src/config/console.h
gpxe/src/config/defaults.h
gpxe/src/config/defaults/pcbios.h
gpxe/src/config/general.h
gpxe/src/config/ioapi.h
gpxe/src/config/nap.h
gpxe/src/config/serial.h
gpxe/src/config/timer.h
gpxe/src/config/umalloc.h
gpxe/src/core/acpi.c
gpxe/src/core/ansiesc.c
gpxe/src/core/asprintf.c
gpxe/src/core/base64.c
gpxe/src/core/basename.c
gpxe/src/core/bitmap.c
gpxe/src/core/bitops.c
gpxe/src/core/console.c
gpxe/src/core/cpio.c
gpxe/src/core/ctype.c [new file with mode: 0644]
gpxe/src/core/cwuri.c
gpxe/src/core/debug.c
gpxe/src/core/device.c
gpxe/src/core/downloader.c
gpxe/src/core/exec.c
gpxe/src/core/filter.c
gpxe/src/core/gdbstub.c
gpxe/src/core/getkey.c
gpxe/src/core/getopt.c
gpxe/src/core/image.c
gpxe/src/core/init.c
gpxe/src/core/interface.c
gpxe/src/core/iobuf.c
gpxe/src/core/job.c
gpxe/src/core/linebuf.c
gpxe/src/core/main.c
gpxe/src/core/malloc.c
gpxe/src/core/misc.c
gpxe/src/core/monojob.c
gpxe/src/core/nvo.c
gpxe/src/core/open.c
gpxe/src/core/posix_io.c
gpxe/src/core/process.c
gpxe/src/core/random.c
gpxe/src/core/refcnt.c
gpxe/src/core/resolv.c
gpxe/src/core/serial.c
gpxe/src/core/settings.c
gpxe/src/core/string.c
gpxe/src/core/timer.c
gpxe/src/core/uri.c
gpxe/src/core/uuid.c
gpxe/src/core/vsprintf.c
gpxe/src/core/xfer.c
gpxe/src/crypto/aes_wrap.c [new file with mode: 0644]
gpxe/src/crypto/arc4.c [new file with mode: 0644]
gpxe/src/crypto/asn1.c
gpxe/src/crypto/axtls_aes.c
gpxe/src/crypto/cbc.c
gpxe/src/crypto/chap.c
gpxe/src/crypto/crandom.c [new file with mode: 0644]
gpxe/src/crypto/crc32.c [new file with mode: 0644]
gpxe/src/crypto/crypto_null.c
gpxe/src/crypto/hmac.c
gpxe/src/crypto/md5.c
gpxe/src/crypto/sha1extra.c [new file with mode: 0644]
gpxe/src/crypto/x509.c
gpxe/src/doc/pxe_extensions
gpxe/src/doxygen.cfg
gpxe/src/drivers/bitbash/bitbash.c
gpxe/src/drivers/bitbash/i2c_bit.c
gpxe/src/drivers/bitbash/spi_bit.c
gpxe/src/drivers/block/ata.c
gpxe/src/drivers/block/ramdisk.c
gpxe/src/drivers/block/scsi.c
gpxe/src/drivers/block/srp.c [new file with mode: 0644]
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/pcibackup.c [new file with mode: 0644]
gpxe/src/drivers/bus/pciextra.c
gpxe/src/drivers/infiniband/MT25218_PRM.h
gpxe/src/drivers/infiniband/MT25408_PRM.h
gpxe/src/drivers/infiniband/arbel.c
gpxe/src/drivers/infiniband/arbel.h
gpxe/src/drivers/infiniband/hermon.c
gpxe/src/drivers/infiniband/hermon.h
gpxe/src/drivers/infiniband/ib_sma.c [deleted file]
gpxe/src/drivers/infiniband/linda.c
gpxe/src/drivers/infiniband/linda.h
gpxe/src/drivers/infiniband/linda_fw.c
gpxe/src/drivers/infiniband/mlx_bitops.h
gpxe/src/drivers/infiniband/qib_7220_regs.h
gpxe/src/drivers/infiniband/qib_genbits.pl [changed mode: 0644->0755]
gpxe/src/drivers/net/3c509.c
gpxe/src/drivers/net/3c509.h
gpxe/src/drivers/net/3c515.c
gpxe/src/drivers/net/3c529.c
gpxe/src/drivers/net/3c595.c
gpxe/src/drivers/net/3c595.h
gpxe/src/drivers/net/3c5x9.c
gpxe/src/drivers/net/3c90x.c
gpxe/src/drivers/net/3c90x.h [new file with mode: 0644]
gpxe/src/drivers/net/3c90x.txt [deleted file]
gpxe/src/drivers/net/amd8111e.c
gpxe/src/drivers/net/amd8111e.h
gpxe/src/drivers/net/ath5k/ath5k.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k.h [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_attach.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_caps.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_desc.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_dma.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_eeprom.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_gpio.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_initvals.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_pcu.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_phy.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_qcu.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_reset.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/ath5k_rfkill.c [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/base.h [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/desc.h [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/eeprom.h [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/reg.h [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/rfbuffer.h [new file with mode: 0644]
gpxe/src/drivers/net/ath5k/rfgain.h [new file with mode: 0644]
gpxe/src/drivers/net/atl1e.c [new file with mode: 0644]
gpxe/src/drivers/net/atl1e.h [new file with mode: 0644]
gpxe/src/drivers/net/b44.c
gpxe/src/drivers/net/b44.h
gpxe/src/drivers/net/bnx2.c
gpxe/src/drivers/net/bnx2.h
gpxe/src/drivers/net/cs89x0.c
gpxe/src/drivers/net/cs89x0.h
gpxe/src/drivers/net/davicom.c
gpxe/src/drivers/net/depca.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_hw.h
gpxe/src/drivers/net/e1000/e1000_osdep.h
gpxe/src/drivers/net/eepro.c
gpxe/src/drivers/net/eepro100.c
gpxe/src/drivers/net/eepro100.h [new file with mode: 0644]
gpxe/src/drivers/net/epic100.c
gpxe/src/drivers/net/epic100.h
gpxe/src/drivers/net/etherfabric.c
gpxe/src/drivers/net/etherfabric.h
gpxe/src/drivers/net/etherfabric_nic.h
gpxe/src/drivers/net/forcedeth.c
gpxe/src/drivers/net/hfa384x.h
gpxe/src/drivers/net/ipoib.c
gpxe/src/drivers/net/legacy.c
gpxe/src/drivers/net/mtd80x.c
gpxe/src/drivers/net/mtnic.c
gpxe/src/drivers/net/mtnic.h
gpxe/src/drivers/net/myri10ge.c [new file with mode: 0644]
gpxe/src/drivers/net/myri10ge_mcp.h [new file with mode: 0644]
gpxe/src/drivers/net/natsemi.c
gpxe/src/drivers/net/natsemi.h
gpxe/src/drivers/net/ne2k_isa.c
gpxe/src/drivers/net/ns83820.c [changed mode: 0755->0644]
gpxe/src/drivers/net/ns8390.c
gpxe/src/drivers/net/ns8390.h
gpxe/src/drivers/net/p80211hdr.h
gpxe/src/drivers/net/pcnet32.c
gpxe/src/drivers/net/phantom/nx_bitops.h
gpxe/src/drivers/net/phantom/nxhal_nic_interface.h
gpxe/src/drivers/net/phantom/phantom.c
gpxe/src/drivers/net/phantom/phantom.h
gpxe/src/drivers/net/phantom/phantom_hw.h
gpxe/src/drivers/net/pnic.c
gpxe/src/drivers/net/pnic_api.h
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
gpxe/src/drivers/net/rtl8139.c
gpxe/src/drivers/net/rtl818x/rtl8180.c [new file with mode: 0644]
gpxe/src/drivers/net/rtl818x/rtl8180_grf5101.c [new file with mode: 0644]
gpxe/src/drivers/net/rtl818x/rtl8180_max2820.c [new file with mode: 0644]
gpxe/src/drivers/net/rtl818x/rtl8180_sa2400.c [new file with mode: 0644]
gpxe/src/drivers/net/rtl818x/rtl8185.c [new file with mode: 0644]
gpxe/src/drivers/net/rtl818x/rtl8185_rtl8225.c [new file with mode: 0644]
gpxe/src/drivers/net/rtl818x/rtl818x.c [new file with mode: 0644]
gpxe/src/drivers/net/rtl818x/rtl818x.h [new file with mode: 0644]
gpxe/src/drivers/net/sis190.c [new file with mode: 0644]
gpxe/src/drivers/net/sis190.h [new file with mode: 0644]
gpxe/src/drivers/net/sis900.c
gpxe/src/drivers/net/sis900.h
gpxe/src/drivers/net/skge.c [new file with mode: 0755]
gpxe/src/drivers/net/skge.h [new file with mode: 0755]
gpxe/src/drivers/net/sky2.c [new file with mode: 0644]
gpxe/src/drivers/net/sky2.h [new file with mode: 0644]
gpxe/src/drivers/net/smc9000.c
gpxe/src/drivers/net/smc9000.h
gpxe/src/drivers/net/sundance.c
gpxe/src/drivers/net/tg3.c
gpxe/src/drivers/net/tg3.h
gpxe/src/drivers/net/tlan.c
gpxe/src/drivers/net/tlan.h
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/drivers/net/wlan_compat.h
gpxe/src/drivers/nvs/nvs.c
gpxe/src/drivers/nvs/spi.c
gpxe/src/drivers/nvs/threewire.c
gpxe/src/hci/commands/autoboot_cmd.c
gpxe/src/hci/commands/config_cmd.c
gpxe/src/hci/commands/dhcp_cmd.c
gpxe/src/hci/commands/digest_cmd.c [new file with mode: 0644]
gpxe/src/hci/commands/ifmgmt_cmd.c
gpxe/src/hci/commands/image_cmd.c
gpxe/src/hci/commands/iwmgmt_cmd.c [new file with mode: 0644]
gpxe/src/hci/commands/login_cmd.c
gpxe/src/hci/commands/nvo_cmd.c
gpxe/src/hci/commands/route_cmd.c
gpxe/src/hci/commands/sanboot_cmd.c
gpxe/src/hci/commands/time_cmd.c [new file with mode: 0644]
gpxe/src/hci/editstring.c
gpxe/src/hci/mucurses/ansi_screen.c
gpxe/src/hci/mucurses/clear.c
gpxe/src/hci/mucurses/colour.c
gpxe/src/hci/mucurses/cursor.h
gpxe/src/hci/mucurses/mucurses.c
gpxe/src/hci/mucurses/mucurses.h
gpxe/src/hci/mucurses/print.c
gpxe/src/hci/mucurses/widgets/editbox.c
gpxe/src/hci/mucurses/winattrs.c
gpxe/src/hci/mucurses/wininit.c
gpxe/src/hci/readline.c
gpxe/src/hci/shell.c
gpxe/src/hci/shell_banner.c
gpxe/src/hci/strerror.c
gpxe/src/hci/tui/login_ui.c
gpxe/src/hci/tui/settings_ui.c
gpxe/src/hci/wireless_errors.c [new file with mode: 0644]
gpxe/src/image/efi_image.c
gpxe/src/image/elf.c
gpxe/src/image/embedded.c
gpxe/src/image/script.c
gpxe/src/image/segment.c
gpxe/src/include/assert.h
gpxe/src/include/byteswap.h
gpxe/src/include/compiler.h
gpxe/src/include/console.h
gpxe/src/include/ctype.h
gpxe/src/include/curses.h
gpxe/src/include/debug.h [deleted file]
gpxe/src/include/dhcp.h [deleted file]
gpxe/src/include/elf.h
gpxe/src/include/endian.h
gpxe/src/include/errno.h
gpxe/src/include/etherboot.h
gpxe/src/include/getopt.h
gpxe/src/include/gpxe/acpi.h
gpxe/src/include/gpxe/aes.h
gpxe/src/include/gpxe/ansiesc.h
gpxe/src/include/gpxe/aoe.h
gpxe/src/include/gpxe/api.h
gpxe/src/include/gpxe/arc4.h [new file with mode: 0644]
gpxe/src/include/gpxe/arp.h
gpxe/src/include/gpxe/asn1.h
gpxe/src/include/gpxe/ata.h
gpxe/src/include/gpxe/base64.h
gpxe/src/include/gpxe/bitbash.h
gpxe/src/include/gpxe/bitmap.h
gpxe/src/include/gpxe/bitops.h
gpxe/src/include/gpxe/blockdev.h
gpxe/src/include/gpxe/cbc.h
gpxe/src/include/gpxe/chap.h
gpxe/src/include/gpxe/command.h
gpxe/src/include/gpxe/cpio.h
gpxe/src/include/gpxe/crc32.h [new file with mode: 0644]
gpxe/src/include/gpxe/crypto.h
gpxe/src/include/gpxe/device.h
gpxe/src/include/gpxe/dhcp.h
gpxe/src/include/gpxe/dhcpopts.h
gpxe/src/include/gpxe/dhcppkt.h
gpxe/src/include/gpxe/dns.h
gpxe/src/include/gpxe/downloader.h
gpxe/src/include/gpxe/eapol.h [new file with mode: 0644]
gpxe/src/include/gpxe/editbox.h
gpxe/src/include/gpxe/editstring.h
gpxe/src/include/gpxe/efi/efi.h
gpxe/src/include/gpxe/efi/efi_io.h
gpxe/src/include/gpxe/efi/efi_pci.h
gpxe/src/include/gpxe/efi/efi_smbios.h
gpxe/src/include/gpxe/efi/efi_timer.h
gpxe/src/include/gpxe/efi/efi_uaccess.h
gpxe/src/include/gpxe/efi/efi_umalloc.h
gpxe/src/include/gpxe/eisa.h
gpxe/src/include/gpxe/elf.h
gpxe/src/include/gpxe/errfile.h
gpxe/src/include/gpxe/errortab.h
gpxe/src/include/gpxe/ethernet.h
gpxe/src/include/gpxe/fakedhcp.h
gpxe/src/include/gpxe/features.h
gpxe/src/include/gpxe/filter.h
gpxe/src/include/gpxe/ftp.h
gpxe/src/include/gpxe/gdbserial.h
gpxe/src/include/gpxe/gdbstub.h
gpxe/src/include/gpxe/gdbudp.h
gpxe/src/include/gpxe/hidemem.h
gpxe/src/include/gpxe/hmac.h
gpxe/src/include/gpxe/http.h
gpxe/src/include/gpxe/i2c.h
gpxe/src/include/gpxe/ib_cm.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_cmrc.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_mad.h
gpxe/src/include/gpxe/ib_mcast.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_mi.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_packet.h
gpxe/src/include/gpxe/ib_pathrec.h [new file with mode: 0644]
gpxe/src/include/gpxe/ib_sma.h
gpxe/src/include/gpxe/ib_smc.h
gpxe/src/include/gpxe/ib_srp.h [new file with mode: 0644]
gpxe/src/include/gpxe/icmp.h
gpxe/src/include/gpxe/icmp6.h
gpxe/src/include/gpxe/ieee80211.h [new file with mode: 0644]
gpxe/src/include/gpxe/if_arp.h
gpxe/src/include/gpxe/if_ether.h
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/interface.h
gpxe/src/include/gpxe/io.h
gpxe/src/include/gpxe/iobuf.h
gpxe/src/include/gpxe/ip.h
gpxe/src/include/gpxe/ip6.h
gpxe/src/include/gpxe/ipoib.h
gpxe/src/include/gpxe/isa.h
gpxe/src/include/gpxe/isa_ids.h
gpxe/src/include/gpxe/isapnp.h
gpxe/src/include/gpxe/iscsi.h
gpxe/src/include/gpxe/job.h
gpxe/src/include/gpxe/keys.h
gpxe/src/include/gpxe/linebuf.h
gpxe/src/include/gpxe/linux_compat.h
gpxe/src/include/gpxe/list.h
gpxe/src/include/gpxe/login_ui.h
gpxe/src/include/gpxe/malloc.h
gpxe/src/include/gpxe/mca.h
gpxe/src/include/gpxe/md5.h
gpxe/src/include/gpxe/memmap.h
gpxe/src/include/gpxe/monojob.h
gpxe/src/include/gpxe/nap.h
gpxe/src/include/gpxe/net80211.h [new file with mode: 0644]
gpxe/src/include/gpxe/netdevice.h
gpxe/src/include/gpxe/null_nap.h
gpxe/src/include/gpxe/nvo.h
gpxe/src/include/gpxe/nvs.h
gpxe/src/include/gpxe/open.h
gpxe/src/include/gpxe/pci.h
gpxe/src/include/gpxe/pci_ids.h
gpxe/src/include/gpxe/pci_io.h
gpxe/src/include/gpxe/pcibackup.h [new file with mode: 0644]
gpxe/src/include/gpxe/posix_io.h
gpxe/src/include/gpxe/process.h
gpxe/src/include/gpxe/profile.h
gpxe/src/include/gpxe/ramdisk.h
gpxe/src/include/gpxe/rarp.h
gpxe/src/include/gpxe/rc80211.h [new file with mode: 0644]
gpxe/src/include/gpxe/refcnt.h
gpxe/src/include/gpxe/resolv.h
gpxe/src/include/gpxe/retry.h
gpxe/src/include/gpxe/rotate.h
gpxe/src/include/gpxe/rsa.h
gpxe/src/include/gpxe/sanboot.h
gpxe/src/include/gpxe/scsi.h
gpxe/src/include/gpxe/sec80211.h [new file with mode: 0644]
gpxe/src/include/gpxe/segment.h
gpxe/src/include/gpxe/serial.h
gpxe/src/include/gpxe/settings.h
gpxe/src/include/gpxe/settings_ui.h
gpxe/src/include/gpxe/sha1.h
gpxe/src/include/gpxe/shell.h
gpxe/src/include/gpxe/shell_banner.h
gpxe/src/include/gpxe/smbios.h
gpxe/src/include/gpxe/socket.h
gpxe/src/include/gpxe/spi.h
gpxe/src/include/gpxe/spi_bit.h
gpxe/src/include/gpxe/srp.h [new file with mode: 0644]
gpxe/src/include/gpxe/tables.h
gpxe/src/include/gpxe/tcp.h
gpxe/src/include/gpxe/tcpip.h
gpxe/src/include/gpxe/tftp.h
gpxe/src/include/gpxe/threewire.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/uuid.h
gpxe/src/include/gpxe/vsprintf.h
gpxe/src/include/gpxe/wpa.h [new file with mode: 0644]
gpxe/src/include/gpxe/x509.h
gpxe/src/include/gpxe/xfer.h
gpxe/src/include/hci/ifmgmt_cmd.h [new file with mode: 0644]
gpxe/src/include/igmp.h [deleted file]
gpxe/src/include/lib.h [deleted file]
gpxe/src/include/libgen.h
gpxe/src/include/little_bswap.h
gpxe/src/include/mii.h
gpxe/src/include/nfs.h [deleted file]
gpxe/src/include/nic.h
gpxe/src/include/nmb.h [deleted file]
gpxe/src/include/readline/readline.h
gpxe/src/include/stdarg.h
gpxe/src/include/stddef.h
gpxe/src/include/stdint.h
gpxe/src/include/stdio.h
gpxe/src/include/stdlib.h
gpxe/src/include/string.h
gpxe/src/include/strings.h
gpxe/src/include/unistd.h
gpxe/src/include/usr/autoboot.h
gpxe/src/include/usr/dhcpmgmt.h
gpxe/src/include/usr/ifmgmt.h
gpxe/src/include/usr/imgmgmt.h
gpxe/src/include/usr/iwmgmt.h [new file with mode: 0644]
gpxe/src/include/usr/route.h
gpxe/src/interface/efi/efi_console.c
gpxe/src/interface/efi/efi_init.c
gpxe/src/interface/efi/efi_io.c
gpxe/src/interface/efi/efi_pci.c
gpxe/src/interface/efi/efi_smbios.c
gpxe/src/interface/efi/efi_snp.c
gpxe/src/interface/efi/efi_strerror.c
gpxe/src/interface/efi/efi_timer.c
gpxe/src/interface/efi/efi_uaccess.c
gpxe/src/interface/efi/efi_umalloc.c
gpxe/src/interface/smbios/smbios.c
gpxe/src/interface/smbios/smbios_settings.c
gpxe/src/libgcc/icc.c [new file with mode: 0644]
gpxe/src/net/80211/net80211.c [new file with mode: 0644]
gpxe/src/net/80211/rc80211.c [new file with mode: 0644]
gpxe/src/net/80211/sec80211.c [new file with mode: 0644]
gpxe/src/net/80211/wep.c [new file with mode: 0644]
gpxe/src/net/80211/wpa.c [new file with mode: 0644]
gpxe/src/net/80211/wpa_ccmp.c [new file with mode: 0644]
gpxe/src/net/80211/wpa_psk.c [new file with mode: 0644]
gpxe/src/net/80211/wpa_tkip.c [new file with mode: 0644]
gpxe/src/net/aoe.c
gpxe/src/net/arp.c
gpxe/src/net/cachedhcp.c [new file with mode: 0644]
gpxe/src/net/dhcpopts.c
gpxe/src/net/dhcppkt.c
gpxe/src/net/eapol.c [new file with mode: 0644]
gpxe/src/net/ethernet.c
gpxe/src/net/fakedhcp.c
gpxe/src/net/icmp.c
gpxe/src/net/infiniband.c
gpxe/src/net/infiniband/ib_cm.c [new file with mode: 0644]
gpxe/src/net/infiniband/ib_cmrc.c [new file with mode: 0644]
gpxe/src/net/infiniband/ib_mcast.c [new file with mode: 0644]
gpxe/src/net/infiniband/ib_mi.c [new file with mode: 0644]
gpxe/src/net/infiniband/ib_packet.c [moved from gpxe/src/drivers/infiniband/ib_packet.c with 87% similarity]
gpxe/src/net/infiniband/ib_pathrec.c [new file with mode: 0644]
gpxe/src/net/infiniband/ib_sma.c [new file with mode: 0644]
gpxe/src/net/infiniband/ib_smc.c [moved from gpxe/src/drivers/infiniband/ib_smc.c with 80% similarity]
gpxe/src/net/infiniband/ib_srp.c [new file with mode: 0644]
gpxe/src/net/iobpad.c
gpxe/src/net/ipv4.c
gpxe/src/net/mii.c [new file with mode: 0644]
gpxe/src/net/netdev_settings.c
gpxe/src/net/netdevice.c
gpxe/src/net/nullnet.c
gpxe/src/net/rarp.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/https.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/proto/fsp.c [deleted file]
gpxe/src/proto/igmp.c [deleted file]
gpxe/src/proto/nfs.c [deleted file]
gpxe/src/proto/nmb.c [deleted file]
gpxe/src/tests/uri_test.c
gpxe/src/usr/autoboot.c
gpxe/src/usr/dhcpmgmt.c
gpxe/src/usr/ifmgmt.c
gpxe/src/usr/imgmgmt.c
gpxe/src/usr/iwmgmt.c [new file with mode: 0644]
gpxe/src/usr/pxemenu.c
gpxe/src/usr/route.c
gpxe/src/util/.gitignore
gpxe/src/util/diffsize.pl [new file with mode: 0755]
gpxe/src/util/dskpad.pl [deleted file]
gpxe/src/util/elf2efi.c
gpxe/src/util/geniso
gpxe/src/util/genliso
gpxe/src/util/gensdsk [new file with mode: 0755]
gpxe/src/util/iccfix.c [new file with mode: 0644]
gpxe/src/util/licence.pl [new file with mode: 0755]
gpxe/src/util/makerom.pl
gpxe/src/util/modrom.pl
gpxe/src/util/padimg.pl [new file with mode: 0755]
gpxe/src/util/parserom.pl
gpxe/src/util/zbin.c