summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [script] Add an iPXE error URI to the "not in a script" messageMichael Brown2011-03-071-2/+3
* [image] Clear the command line rather than setting an empty command lineMichael Brown2011-03-071-3/+6
* [image] Allow image_set_cmdline() to clear the command lineMichael Brown2011-03-071-4/+8
* [comboot] Do not assume that image has a non-NULL command lineMichael Brown2011-03-071-3/+3
* [image] Simplify image managementMichael Brown2011-03-0720-501/+414Star
* [spi] Reset device on each accessMichael Brown2011-03-041-0/+3
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-0423-80/+46Star
* [arbel] Make driver 64-bit safeMichael Brown2011-03-041-2/+37
* [hermon] Make driver 64-bit safeMichael Brown2011-03-042-0/+37
* [iscsi] Change default initiator IQNMichael Brown2011-03-033-241/+150Star
* [dns] Fix memory leak in settings applicatorMichael Brown2011-03-031-2/+9
* [settings] Make fetch_string_setting_copy() easier to useMichael Brown2011-03-031-1/+10
* [settings] Avoid fetch_string_setting_copy() leaving an uninitialised pointerMichael Brown2011-03-031-0/+2
* [hermon] Add BOFM supportMichael Brown2011-03-033-58/+415
* [bofm] Allow garbage collection of BOFM code in non-BOFM buildsMichael Brown2011-03-031-1/+10
* [bofm] Add support for BOFM under EFIMichael Brown2011-03-034-0/+347
* [bofm] Add offline BOFM test facilityMichael Brown2011-03-032-0/+170
* [bofm] Add core BOFM libraryMichael Brown2011-03-034-0/+678
* [autoboot] Allow a SAN boot as a fallback if a filename boot returnsMichael Brown2011-03-021-6/+23
* [autoboot] Tidy up output following NBP executionMichael Brown2011-03-021-1/+7
* [image] Allow download job to complete before acting upon imageMichael Brown2011-03-024-19/+13Star
* [int13] Automatically reopen underlying block device as neededMichael Brown2011-03-021-34/+50
* [prefix] Set the "size" bit in the GDT entry for the flat data segmentMichael Brown2011-03-011-1/+1
* [prefix] Add rudimentary debugging messages to libprefixMichael Brown2011-03-011-0/+40
* [build] Allow DEBUG=... to affect builds of assembler source filesMichael Brown2011-03-012-6/+7
* [autoboot] Use a custom error number for "nothing to boot"Michael Brown2011-02-281-1/+6
* [autoboot] Add an iPXE error URI to the "nothing to boot" messageMichael Brown2011-02-281-1/+1
* [linux] Remove Linux-specific code from default (non-Linux) buildMichael Brown2011-02-252-2/+3
* [iscsi] Clarify support for NOP-InMichael Brown2011-02-251-24/+9Star
* [iscsi] Verify the correct tag in NOP-In PDUsMichael Brown2011-02-251-4/+4
* [iscsi] Fix minor typo in ibft_set_ipaddr()Michael Brown2011-02-251-1/+1
* [iscsi] Accept NOP-In PDUs sent by the targetMichael Brown2011-02-242-0/+84
* [build] Use unique entry symbols for each prefixMichael Brown2011-02-2317-34/+26Star
* [build] Ensure an entry point symbol exists in all buildsMichael Brown2011-02-237-3/+16
* [iscsi] Disambiguate the expected target errors in the login responseMichael Brown2011-02-232-1/+22
* [build] Eliminate unused sections at link-timeMichael Brown2011-02-226-10/+37
* [int13] Add missing "static" modifierMichael Brown2011-02-221-2/+2
* [efi] Provide space for storing the EFI driver nameMichael Brown2011-02-221-1/+1
* [efi] Allow EFI to control PCI bus enumerationMichael Brown2011-02-177-288/+685
* [efi] Rename efi_pci.h to efi_pci_api.hMichael Brown2011-02-172-6/+6
* [pci] Modularise PCI device supportMichael Brown2011-02-172-47/+107
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-1745-107/+77Star
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-177-19/+19
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-1710-101/+97Star
* [bitops] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-1/+1
* [hermon] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-2/+2
* [hermon] Force link speed to SDRItay Gazit2011-02-173-5/+62
* [hermon] Use circular event queueItay Gazit2011-02-172-4/+10
* [hermon] Update PRM file with latest changesItay Gazit2011-02-171-20/+18Star
* [hermon] Fix hermon_cmd_sense_port() to use inline outputItay Gazit2011-02-171-3/+3