aboutsummaryrefslogtreecommitdiff
path: root/src/interface/efi/efi_snp.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-19[efi] Update link state in SNP device mode dataMichael Brown1-2/+15
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-1/+3
2011-05-03[efi] Ensure that each HII package list and formset has a unique GUIDMichael Brown1-3/+6
2011-04-07[efi] Add support for HIIMichael Brown1-0/+374
2011-04-07[efi] Add EFI string formatting functionsMichael Brown1-7/+4
2011-03-15[efi] Mark SNP devices as children of EFI PCI deviceMichael Brown1-0/+15
2011-02-17[efi] Allow EFI to control PCI bus enumerationMichael Brown1-285/+72
2011-02-17[pci] Use single "busdevfn" field in struct pci_deviceMichael Brown1-1/+1
2010-11-19[efi] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown1-1/+4
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-15/+15
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown1-2/+2
2009-08-12[netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown1-4/+5
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-1/+1
2009-07-17[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown1-2/+1
2009-06-23[netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman1-3/+4
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-01[iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown1-2/+1
2009-01-12[efi] Expose both GUIDs for the EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOLMichael Brown1-7/+12
2009-01-12[efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interfaceMichael Brown1-0/+24
2009-01-12[efi] Provide component name protocol and device path protocol interfacesMichael Brown1-22/+151
2008-11-19[x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown1-18/+25
2008-11-19[efi] Add efi_strerror()Michael Brown1-7/+8
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-16/+16
2008-11-08[netdevice] Retain and report detailed error breakdownsMichael Brown1-10/+12
2008-10-16[efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOLMichael Brown1-0/+978