summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [netdevice] Avoid registering duplicate network devicesMichael Brown2014-07-302-5/+42
* [efi] Report exact failure when unable to open the device pathMichael Brown2014-07-301-2/+4
* [efi] Fix incorrect debug message level when device has no device pathMichael Brown2014-07-301-2/+2
* [efi] Fill in loaded image's DeviceHandle if firmware fails to do soMichael Brown2014-07-301-0/+7
* [efi] Unload started images only on failureMichael Brown2014-07-301-9/+17
* [efi] Default to releasing network devices for use via SNPMichael Brown2014-07-305-36/+53
* [xen] Add support for Xen netfront virtual NICsMichael Brown2014-07-294-0/+1009
* [xen] Add basic support for PV-HVM domainsMichael Brown2014-07-2918-0/+2272
* [xen] Import selected public headersMichael Brown2014-07-2919-0/+5650
* [lotest] Discard packets arriving on the incorrect network deviceMichael Brown2014-07-291-6/+6
* [ioapi] Centralise notion of PAGE_SIZEMichael Brown2014-07-283-3/+9
* [build] Set GITVERSION only if there is a git repositoryFlorian Schmaus2014-07-281-1/+1
* [efi] Show more diagnostic information when building with DEBUG=efi_wrapMichael Brown2014-07-262-3/+6
* [lacp] Set "aggregatable" flag in response LACPDUSven Ulland2014-07-231-1/+2
* [x86_64] Add functions to read and write model-specific registersMichael Brown2014-07-231-0/+43
* [i386] Add functions to read and write model-specific registersMichael Brown2014-07-231-0/+38
* [natsemi] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [myson] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [skel] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [vmxnet3] Check for ioremap() failuresMichael Brown2014-07-161-0/+10
* [realtek] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [intel] Check for ioremap() failuresMichael Brown2014-07-162-0/+10
* [ioapi] Fail ioremap() when attempting to map a zero bus addressMichael Brown2014-07-161-1/+1
* [efi] Use EFI_CONSOLE_CONTROL_PROTOCOL to set text mode if availableCurtis Larsen2014-07-161-0/+34
* [efi] Include EFI_CONSOLE_CONTROL_PROTOCOL headerMichael Brown2014-07-162-1/+125
* [efi] Print well-known GUIDs by name in debug messagesMichael Brown2014-07-161-0/+32
* [efi] Allow for interception of boot services calls by loaded imageMichael Brown2014-07-163-0/+257
* [efi] Install our own disk I/O protocol and claim exclusive use of itMichael Brown2014-07-142-13/+223
* [efi] Update EDK2 headersMichael Brown2014-07-1420-96/+533
* [netdevice] Reset network device index when last device is unregisteredMichael Brown2014-07-141-2/+8
* [crypto] Fix debug messageMichael Brown2014-07-121-1/+1
* [crypto] Add support for iPAddress subject alternative namesMichael Brown2014-07-113-40/+105
* [efi] Include SNP NIC driver within the all-drivers targetMichael Brown2014-07-081-0/+4
* [efi] Rewrite SNP NIC driverMichael Brown2014-07-085-510/+418Star
* [efi] Attempt to start only drivers claiming support for a deviceMichael Brown2014-07-081-0/+7