summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-3122-391/+1499
* [pxe] Remove obsolete pxe_errortab.cMichael Brown2010-05-311-103/+0Star
* [efi] Tidy up output of EFI header import scriptMichael Brown2010-05-303-19/+65
* [legal] Add FILE_LICENCE declarations to EFI header filesMichael Brown2010-05-3040-0/+96
* [efi] Synchronise EFI header filesMichael Brown2010-05-302-7/+10
* [build] Remove PACKED macroMichael Brown2010-05-306-74/+70Star
* [efi] Update UEFI header files with latest version from TianoCoreGeoff Lywood2010-05-3041-1613/+6072
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-295-8/+126
* [iscsi] Allow base64 encoding in large binary valuesPiotr Jaroszyński2010-05-281-23/+47
* [iscsi] Use generic base16 functions for iSCSI reverse CHAPMichael Brown2010-05-281-24/+17Star
* [infiniband] Use generic base16 functions for SRPMichael Brown2010-05-281-9/+7Star
* [iscsi] Use generic base16 functions for iSCSIMichael Brown2010-05-281-30/+21Star
* [base16] Add generic base16 encoding and decoding routinesMichael Brown2010-05-283-0/+145
* [base64] Add ability to decode base64 stringsMichael Brown2010-05-283-0/+101
* [base64] Allow base64_encode() to handle arbitrary dataMichael Brown2010-05-283-14/+16
* [build] Add rtl8139.rom to the default build target listMichael Brown2010-05-281-1/+2
* [build] Allow building against a zlib in a non-standard locationGeoff Lywood2010-05-282-1/+3
* [efi] Fix .efi and .efidrv linkingPiotr Jaroszyński2010-05-275-7/+10
* [compiler] Fix 64bit compile time errorsPiotr Jaroszyński2010-05-276-12/+12
* [dhcp] Don't consider invalid offers to be duplicatesJoshua Oreman2010-05-271-3/+3
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-2711-90/+48Star
* [efi] Fix link order for elf2efiPiotr Jaroszyński2010-05-271-2/+2
* [build] Inhibit "skipping incompatible" message from ldMichael Brown2010-05-271-1/+1
* [efi] Verify object format support in elf2efi.cGeoff Lywood2010-05-271-2/+3
* [dhcp] Honor PXEBS_SKIP option in discovery controlJoshua Oreman2010-05-271-2/+26
* [wpa] Remove PMKID checkingJoshua Oreman2010-05-271-64/+0Star
* [bitmap] Fix bitmaps on 64-bitGeoff Lywood2010-05-272-2/+2
* [comboot] Propagate carry flag from COMBOOT APIStefan Hajnoczi2010-05-253-12/+41
* [qib7322] Add support for QLogic 7322 HCAMichael Brown2010-05-254-0/+10051
* [tcp] Update received sequence number before delivering received dataMichael Brown2010-05-221-8/+10
* [script] Accept "#!gpxe" as well as "#!ipxe" as a script magic markerMichael Brown2010-05-221-4/+9
* [pxe] Treat PXENV_RESTART_TFTP as unreturnableMichael Brown2010-05-213-7/+17
* [lacp] Add simple LACP implementationMichael Brown2010-05-105-406/+526
* [build] Fix building with binutils 2.16Michael Brown2010-04-271-1/+2
* [uri] Special case NULL in churi()Piotr Jaroszyński2010-04-251-2/+4
* [uri] Fix NULL dereference in parse_uri()Piotr Jaroszyński2010-04-251-2/+10
* [romprefix] Add .mrom format, allowing loading of large ROMsMichael Brown2010-04-255-9/+518
* [build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown2010-04-255-251/+39Star
* [main] Match "starting execution" and "initialising devices" message styleMichael Brown2010-04-251-2/+2
* [romprefix] Inhibit the use of relocation during POSTMichael Brown2010-04-253-6/+25
* [romprefix] Split PMM allocations for image source and decompression areaMichael Brown2010-04-251-51/+119
* [prefix] Use area at top of INT 15,88 memory map for temporary decompressionMichael Brown2010-04-253-17/+27
* [pcbios] Always show INT 15,88 result under DEBUG=memmapMichael Brown2010-04-251-5/+5
* [build] Generate random build identifierMichael Brown2010-04-252-2/+10
* [romprefix] Provide indication of successful call to install_preallocMichael Brown2010-04-211-4/+12
* [prefix] Default to 1MB mark as fallback high memory load pointMichael Brown2010-04-201-8/+1Star
* [relocate] Remove the even megabyte constraintMichael Brown2010-04-201-48/+8Star
* [librm] Use libflat to enable A20 line on each real-to-protected transitionMichael Brown2010-04-208-227/+12Star
* [prefix] Add A20-enabling code in libflatMichael Brown2010-04-202-8/+296
* [prefix] Move flatten_real_mode to libflat.SMichael Brown2010-04-202-122/+141