aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-02[efi] Add the "snpnet" driverGeoff Lywood10-4/+724
2010-06-01[qib7322] Fix whitespace errorsMichael Brown1-107/+108
2010-06-01[qib7322] Fix uninitialized variables warningShao Miller1-3/+10
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown22-391/+1499
2010-05-30[pxe] Remove obsolete pxe_errortab.cMichael Brown1-103/+0
2010-05-29[efi] Tidy up output of EFI header import scriptMichael Brown3-19/+65
2010-05-29[legal] Add FILE_LICENCE declarations to EFI header filesMichael Brown40-0/+96
2010-05-29[efi] Synchronise EFI header filesMichael Brown2-7/+10
2010-05-29[build] Remove PACKED macroMichael Brown6-74/+70
2010-05-29[efi] Update UEFI header files with latest version from TianoCoreGeoff Lywood41-1613/+6072
2010-05-29[dhcp] Use correct DHCP options on EFI systemsGeoff Lywood5-8/+126
2010-05-28[iscsi] Allow base64 encoding in large binary valuesPiotr Jaroszyński1-23/+47
2010-05-28[iscsi] Use generic base16 functions for iSCSI reverse CHAPMichael Brown1-24/+17
2010-05-28[infiniband] Use generic base16 functions for SRPMichael Brown1-9/+7
2010-05-28[iscsi] Use generic base16 functions for iSCSIMichael Brown1-30/+21
2010-05-28[base16] Add generic base16 encoding and decoding routinesMichael Brown3-0/+145
2010-05-28[base64] Add ability to decode base64 stringsMichael Brown3-0/+101
2010-05-28[base64] Allow base64_encode() to handle arbitrary dataMichael Brown3-14/+16
2010-05-27[build] Add rtl8139.rom to the default build target listMichael Brown1-1/+2
2010-05-27[build] Allow building against a zlib in a non-standard locationGeoff Lywood2-1/+3
2010-05-27[efi] Fix .efi and .efidrv linkingPiotr Jaroszyński5-7/+10
2010-05-27[compiler] Fix 64bit compile time errorsPiotr Jaroszyński6-12/+12
2010-05-27[dhcp] Don't consider invalid offers to be duplicatesJoshua Oreman1-3/+3
2010-05-27[build] Use weak definitions instead of weak declarationsJoshua Oreman11-90/+48
2010-05-27[efi] Fix link order for elf2efiPiotr Jaroszyński1-2/+2
2010-05-27[build] Inhibit "skipping incompatible" message from ldMichael Brown1-1/+1
2010-05-27[efi] Verify object format support in elf2efi.cGeoff Lywood1-2/+3
2010-05-27[dhcp] Honor PXEBS_SKIP option in discovery controlJoshua Oreman1-2/+26
2010-05-27[wpa] Remove PMKID checkingJoshua Oreman1-64/+0
2010-05-27[bitmap] Fix bitmaps on 64-bitGeoff Lywood2-2/+2
2010-05-25[comboot] Propagate carry flag from COMBOOT APIStefan Hajnoczi3-12/+41
2010-05-25[qib7322] Add support for QLogic 7322 HCAMichael Brown4-0/+10051
2010-05-22[tcp] Update received sequence number before delivering received dataMichael Brown1-8/+10
2010-05-22[script] Accept "#!gpxe" as well as "#!ipxe" as a script magic markerMichael Brown1-4/+9
2010-05-21[pxe] Treat PXENV_RESTART_TFTP as unreturnableMichael Brown3-7/+17
2010-05-10[lacp] Add simple LACP implementationMichael Brown5-406/+526
2010-04-27[build] Fix building with binutils 2.16Michael Brown1-1/+2
2010-04-25[uri] Special case NULL in churi()Piotr Jaroszyński1-2/+4
2010-04-25[uri] Fix NULL dereference in parse_uri()Piotr Jaroszyński1-2/+10
2010-04-25[romprefix] Add .mrom format, allowing loading of large ROMsMichael Brown5-9/+518
2010-04-25[build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown5-251/+39
2010-04-25[main] Match "starting execution" and "initialising devices" message styleMichael Brown1-2/+2
2010-04-25[romprefix] Inhibit the use of relocation during POSTMichael Brown3-6/+25
2010-04-25[romprefix] Split PMM allocations for image source and decompression areaMichael Brown1-51/+119
2010-04-25[prefix] Use area at top of INT 15,88 memory map for temporary decompressionMichael Brown3-17/+27
2010-04-25[pcbios] Always show INT 15,88 result under DEBUG=memmapMichael Brown1-5/+5
2010-04-25[build] Generate random build identifierMichael Brown2-2/+10
2010-04-21[romprefix] Provide indication of successful call to install_preallocMichael Brown1-4/+12
2010-04-20[prefix] Default to 1MB mark as fallback high memory load pointMichael Brown1-8/+1
2010-04-20[relocate] Remove the even megabyte constraintMichael Brown1-48/+8