summaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-1/+3
* [bofm] Pass BOFM version 2 table to SetStatus() if applicableMichael Brown2011-05-051-10/+29
* [bofm] Increase amount of debugging availableMichael Brown2011-05-051-32/+48
* [bofm] Report {slot,port} to {bus:dev.fn,mport} mapping on newer BOFM buildsMichael Brown2011-05-041-2/+7
* [bofm] Use "mport" rather than "port" to describe mport valueMichael Brown2011-05-041-5/+5
* [bofm] Match port numbering as used in CSV fileMichael Brown2011-05-041-1/+1
* [efi] Ensure that each HII package list and formset has a unique GUIDMichael Brown2011-05-031-3/+6
* [efi] Add support for HIIMichael Brown2011-04-081-0/+374
* [efi] Add EFI string formatting functionsMichael Brown2011-04-083-15/+156
* [bofm] Use BOFM protocol version 2 if availableMichael Brown2011-03-301-17/+62
* [efi] Ensure that all drivers are shut down before the OS bootsMichael Brown2011-03-292-2/+51
* [linux] Make malloc and linux_umalloc valgrindablePiotr Jaroszyński2011-03-271-3/+31
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-2/+2
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-2/+18
* [efi] Mark SNP devices as children of EFI PCI deviceMichael Brown2011-03-152-0/+64
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-092-2/+2
* [bofm] Add support for BOFM under EFIMichael Brown2011-03-031-0/+322
* [bofm] Add core BOFM libraryMichael Brown2011-03-031-0/+335
* [efi] Allow EFI to control PCI bus enumerationMichael Brown2011-02-173-285/+593
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-1/+1
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-172-11/+10Star
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-2/+2
* [efi] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-1/+4
* [linux] Add empty smbiosPiotr Jaroszyński2010-08-191-0/+37
* [linux] Add napPiotr Jaroszyński2010-08-191-0/+40
* [linux] Add umallocPiotr Jaroszyński2010-08-191-0/+126
* [linux] Add uaccessPiotr Jaroszyński2010-08-191-0/+38
* [linux] Add timerPiotr Jaroszyński2010-08-191-0/+80
* [linux] Add consolePiotr Jaroszyński2010-08-191-0/+146
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-161-0/+12
* [efi] Add the "snpnet" driverGeoff Lywood2010-06-021-1/+22
* [efi] Update UEFI header files with latest version from TianoCoreGeoff Lywood2010-05-301-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-2012-50/+50
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-231-2/+2
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-121-4/+5
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-181-2/+1Star
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-3/+4
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-261-17/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1812-0/+24
* [smbios] Add asset tag settingTimothy Stack2009-04-151-0/+8
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-14/+2Star
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-011-2/+1Star
* [efi] Expose both GUIDs for the EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOLMichael Brown2009-01-121-7/+12
* [efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interfaceMichael Brown2009-01-121-0/+24
* [efi] Provide component name protocol and device path protocol interfacesMichael Brown2009-01-121-22/+151
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-071-6/+4Star
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-053-0/+441
* [efi] Allow use of EFI configuration tablesMichael Brown2008-12-051-4/+45
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-191-18/+25