summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [romprefix] Update PCI ROM structure to PCI 3.0Michael Brown2008-07-301-20/+84
* [prefix] Reasonable value for lkrn initrd_addr_maxStefan Hajnoczi2008-07-301-2/+8
* [smbios] Add named settings for manufacturer, product name, and serial no.Michael Brown2008-07-271-0/+28
* [cmdline] Add setting expansion using ${...} syntaxMichael Brown2008-07-271-2/+96
* [ui] Add progress dots while waiting on any foreground jobMichael Brown2008-07-241-3/+10
* [cmdline] Minor tidy-ups to shell_banner.cMichael Brown2008-07-241-4/+4
* [cmdline] Added configurable shell banner timeoutAndrew Schran2008-07-242-5/+8
* [tg3] Added support for tg3-5754.Andrew Schran2008-07-243-25/+67
* [makefile] Suppress "No such file or directory" warnings at start of buildMichael Brown2008-07-241-2/+2
* [phantom] Add new board typeMichael Brown2008-07-242-0/+2
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-1718-51/+115
* [phantom] Guard against partially-written status descriptorsMichael Brown2008-07-171-15/+28
* [int13] Pairwise swap drive numbers, instead of shifting all drive numbersMichael Brown2008-07-162-22/+41
* [udp] Avoid reusing auto-allocated ports after connection close.Michael Brown2008-07-101-2/+3
* [dhcp] Verify DHCP server source portMichael Brown2008-07-101-16/+45
* [forcedeth] Add support for PCI ID 10de:0373Andrew Schran2008-07-101-0/+4
* [hermon] Add support for MT26418 deviceMichael Brown2008-07-091-0/+1
* [phantom] Remove warning relating to now-fixed firmware bugMichael Brown2008-07-081-11/+0Star
* [phantom] Add NetXen dual copyrightMichael Brown2008-07-083-0/+21
* [phantom] Initialise RCVPEG before reading MAC addressesMichael Brown2008-07-081-4/+4
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-082-6/+10
* [image] Revert "clear LOADED flag" patchMichael Brown2008-07-081-10/+1Star
* [image] Clear LOADED flag on all other images when loading a new imageMichael Brown2008-07-081-1/+10
* [settings] Allow "config" command to access root settings blockMichael Brown2008-07-081-7/+7
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-084-76/+6Star
* [dhcp] Allow DHCP non-option settings to be clearedMichael Brown2008-07-081-0/+3
* [phantom] Add support for NetXen Phantom NICsMichael Brown2008-07-057-0/+3067
* [tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown2008-07-031-6/+19
* [i386] Change semantics of __from_data16 and __from_text16Michael Brown2008-07-019-30/+23Star
* [pxe] Fix a typo in PXENV_GET_CACHED_INFO that broke AltirisMichael Brown2008-07-011-1/+1
* [dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown2008-07-011-7/+25
* [Config] remove src/ConfigH. Peter Anvin2008-06-303-381/+1Star
* [ns8390] Use stub files instead of src/ConfigH. Peter Anvin2008-06-305-6/+23
* [lkrnprefix] Make gPXE .lkrn images conform to the zImage 2.07 formatStefan Hajnoczi2008-06-301-39/+88
* [bzImage] Support loading zImage kernelsStefan Hajnoczi2008-06-301-1/+3
* [GDB] Provide functions to manually enter GDB stub.Stefan Hajnoczi2008-06-304-32/+79
* [GDB] Obey flow control when GDB connects.Stefan Hajnoczi2008-06-301-0/+4
* [GDB] Remove unused DR6 debug register variableStefan Hajnoczi2008-06-301-4/+3Star
* [GDB] UDP clean up and add netdev refcntStefan Hajnoczi2008-06-301-19/+47
* [GDB] Zero-extend 16-bit segment registersStefan Hajnoczi2008-06-302-8/+14
* [GDB] Add copyright header for gdbmach.cStefan Hajnoczi2008-06-301-0/+24
* [GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2008-06-307-2/+221
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-308-50/+501
* [GDB] Atomic read/write for device memoryStefan Hajnoczi2008-06-301-13/+53
* [GDB] Handle kill and detach packets.Stefan Hajnoczi2008-06-303-5/+19
* [romprefix] Fix PMM detection start addressMichael Brown2008-06-291-1/+1
* [nvs] Add support for ST M25P32 SPI flash devicesMichael Brown2008-06-271-0/+9
* [misc] Fix building on OpenBSDMichael Brown2008-06-272-4/+3Star
* [a20] Send a null command to the KBC after changing A20H. Peter Anvin2008-06-271-0/+3
* [libc] Remove unused le32_to_cpup(x) and cpu_to_le16p() macrosMichael Brown2008-06-271-3/+0Star