aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-23[x86_64] Add functions to read and write model-specific registersMichael Brown1-0/+43
2014-07-23[i386] Add functions to read and write model-specific registersMichael Brown1-0/+38
2014-07-16[natsemi] Check for ioremap() failuresMichael Brown1-0/+5
2014-07-16[myson] Check for ioremap() failuresMichael Brown1-0/+5
2014-07-16[skel] Check for ioremap() failuresMichael Brown1-0/+5
2014-07-16[vmxnet3] Check for ioremap() failuresMichael Brown1-0/+10
2014-07-16[realtek] Check for ioremap() failuresMichael Brown1-0/+5
2014-07-16[intel] Check for ioremap() failuresMichael Brown2-0/+10
2014-07-16[ioapi] Fail ioremap() when attempting to map a zero bus addressMichael Brown1-1/+1
2014-07-16[efi] Use EFI_CONSOLE_CONTROL_PROTOCOL to set text mode if availableCurtis Larsen1-0/+34
2014-07-16[efi] Include EFI_CONSOLE_CONTROL_PROTOCOL headerMichael Brown2-1/+125
2014-07-16[efi] Print well-known GUIDs by name in debug messagesMichael Brown1-0/+32
2014-07-16[efi] Allow for interception of boot services calls by loaded imageMichael Brown3-0/+257
2014-07-14[efi] Install our own disk I/O protocol and claim exclusive use of itMichael Brown2-13/+223
2014-07-14[efi] Update EDK2 headersMichael Brown20-96/+533
2014-07-14[netdevice] Reset network device index when last device is unregisteredMichael Brown1-2/+8
2014-07-12[crypto] Fix debug messageMichael Brown1-1/+1
2014-07-11[crypto] Add support for iPAddress subject alternative namesMichael Brown3-40/+105
2014-07-08[efi] Include SNP NIC driver within the all-drivers targetMichael Brown1-0/+4
2014-07-08[efi] Rewrite SNP NIC driverMichael Brown5-510/+418
2014-07-08[efi] Attempt to start only drivers claiming support for a deviceMichael Brown1-0/+7
2014-07-08[efi] Identify autoboot device by MAC address when chainloadingMichael Brown3-0/+89
2014-07-08[autoboot] Allow autoboot device to be identified by link-layer addressMichael Brown3-15/+65
2014-07-03[efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown11-397/+643
2014-06-26[build] Add yet another potential location for isolinux.binMichael Brown1-1/+2
2014-06-26[build] Fix erroneous object name in version objectMichael Brown1-2/+2
2014-06-25[efi] Restructure EFI driver modelMichael Brown7-486/+582
2014-06-25[efi] Provide a meaningful EFI SNP device nameMichael Brown2-2/+3
2014-06-25[efi] Allow device paths to be easily included in debug messagesMichael Brown2-36/+52
2014-06-24[build] Expose build timestamp, build name, and product namesMichael Brown10-37/+101
2014-06-16[debug] Allow debug message colours to be customised via DBGCOL=...Michael Brown2-3/+39
2014-06-16[build] Check if git index actually existsPeter Lemenkov1-0/+2
2014-06-12[smbios] Expose board serial number as ${board-serial}Dale Hamel2-0/+29
2014-06-12[igbvf] Allow changing of MAC addressHannes Reinecke1-0/+4
2014-06-12[igbvf] Assign random MAC address if none is setHannes Reinecke1-10/+4
2014-06-12[iscsi] Include IP address origin in iBFTMichael Brown2-0/+15
2014-06-12[iscsi] Read IPv4 settings only from the relevant network deviceMichael Brown1-9/+14
2014-06-03[scsi] Improve sense code parsingMichael Brown5-19/+93
2014-06-01[ethernet] Provide eth_random_addr() to generate random Ethernet addressesHannes Reinecke2-0/+17
2014-06-01[ifmgmt] Do not sleep CPU while configuring network devicesMichael Brown1-4/+0
2014-05-27[librm] Allow for the PIC interrupt vector offset to be changedMichael Brown1-5/+6
2014-05-23[ipv6] Avoid potentially copying from a NULL pointer in ipv6_tx()Michael Brown1-1/+2
2014-05-23[ipv6] Include network device when transcribing multicast addressesMichael Brown1-1/+1
2014-05-23[ipv6] Do not set sin6_scope_id on source addressMichael Brown1-1/+0
2014-05-23[dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown1-1/+0
2014-05-21[ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown2-1/+39
2014-05-20[efi] Do not try to fetch loaded image device path protocolMichael Brown1-23/+0
2014-05-20[efi] Make EFI_HII_DATABASE_PROTOCOL optionalMichael Brown1-1/+10
2014-05-20[efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optionalMichael Brown1-9/+15
2014-05-19[efi] Allow for optional protocolsMichael Brown2-2/+20