summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [efi] Wrap any images loaded by our wrapped imageMichael Brown2014-08-294-24/+70
* [efi] Make our virtual file system case insensitiveMichael Brown2014-08-271-4/+24
* [efi] Show details of intercepted LoadImage() callsMichael Brown2014-08-271-0/+30
* [mromprefix] Allow for .mrom images larger than 128kBMichael Brown2014-08-261-9/+1Star
* [mromprefix] Use PCI length field to obtain length of individual imagesMichael Brown2014-08-261-7/+17
* [util] Use PCI length field to obtain length of individual imagesMichael Brown2014-08-261-3/+2Star
* [prefix] Report both %esi and %ecx when opening payload failsMichael Brown2014-08-262-1/+6
* [prefix] Halt system without burning CPU if we cannot access the payloadMichael Brown2014-08-261-1/+4
* [build] Avoid deleting config header files if build is interruptedMichael Brown2014-08-261-2/+15
* [build] Avoid using embedded script in VirtualBox named configurationRobin Smidsrød2014-08-223-12/+8Star
* [build] Allow ISA ROMs to be builtMichael Brown2014-08-228-30/+146
* [build] Remove obsolete references to .zrom build targetsMichael Brown2014-08-221-8/+5Star
* [romprefix] Do not preserve unused register %diMichael Brown2014-08-221-8/+1Star
* [efi] Dump details of any calls to our dummy block and disk I/O protocolsMichael Brown2014-08-221-15/+33
* [efi] Add definitions of GUIDs observed during Windows bootMichael Brown2014-08-218-1/+3795
* [build] Add named configuration for VirtualBoxRobin Smidsrød2014-08-219-0/+49
* [intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDsMichael Brown2014-08-212-13/+22
* [intel] Display before and after values for both PBS and PBAMichael Brown2014-08-211-2/+7
* [intel] Display PBS value when applying ICH errata workaroundMichael Brown2014-08-201-2/+2
* [build] Allow for named configurations at build timeMichael Brown2014-08-209-2/+85
* [smc9000] Avoid using CONFIG as a preprocessor macroMichael Brown2014-08-192-6/+6
* [readline] Add CTRL-W shortcut to remove a wordMarin Hannache2014-08-191-1/+35
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-143-11/+66
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-135-109/+349
* [xen] Accept alternative Xen platform PCI device ID 5853:0002Michael Brown2014-08-131-0/+1
* [readline] Ensure cursor is visible when prompting for inputMichael Brown2014-08-061-0/+3
* [efi] Support displaying and hiding cursorMichael Brown2014-08-061-0/+32
* [bios] Support displaying and hiding cursorMichael Brown2014-08-062-0/+44
* [efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown2014-08-063-34/+63
* [efi] Move abstract device path and handle functions to efi_utils.cMichael Brown2014-08-068-85/+131
* [efi] Try various possible SNP receive filtersCurtis Larsen2014-08-061-11/+37
* [efi] Open device path protocol only at point of useMichael Brown2014-08-066-52/+73
* [efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2014-08-0612-141/+119Star
* [efi] Reset multicast filter list when setting SNP receive filtersMichael Brown2014-08-051-1/+1
* [efi] Add ability to dump SNP device mode informationMichael Brown2014-08-051-0/+64
* [efi] Report errors from attempting to disconnect existing driversCurtis Larsen2014-08-051-1/+8
* [efi] Print raw device path when we have no DevicePathToTextProtocolMichael Brown2014-08-011-4/+18
* [efi] Also try original ComponentName protocol for retrieving driver namesMichael Brown2014-08-011-1/+34
* [efi] Add excessive sanity checks into efi_debug functionsMichael Brown2014-08-011-3/+53
* [efi] Improve debugging of the debugging facilitiesMichael Brown2014-08-011-17/+41
* [efi] Dump handle information around connect/disconnect attemptsMichael Brown2014-07-311-0/+9
* [efi] Dump existing openers when we are unable to open a protocolMichael Brown2014-07-314-0/+8
* [efi] Avoid unnecessarily passing pointers to EFI_HANDLEsMichael Brown2014-07-315-14/+14
* [efi] Allow compiler to perform type checks on EFI_HANDLEMichael Brown2014-07-311-0/+10
* [efi] Use efi_handle_name() instead of efi_devpath_text() where applicableMichael Brown2014-07-314-47/+43Star
* [efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2014-07-318-88/+49Star
* [efi] Add ability to dump all openers of a given protocol on a handleMichael Brown2014-07-312-4/+106
* [efi] Provide efi_handle_name() for debuggingMichael Brown2014-07-312-0/+236
* [efi] Expand the range of well-known EFI GUIDs in debug messagesMichael Brown2014-07-314-10/+390
* [efi] Ignore failures when attempting to install SNP HII protocolMichael Brown2014-07-302-6/+13