david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 1a79f6f37a [efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if present
EFI's device naming model requires drivers to provide names for child
devices.  Allow the driver's GetControllerName() method to delegate to
an instance of EFI_COMPONENT_NAME2_PROTOCOL installed on the child
device itself (if present); this allows the SNP device to expose its
own device name via the PCI driver's GetControllerName() method.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-11-21 03:26:45 +00:00
..
arch [bzimage] Allow initrds to be rearranged in place 2012-11-12 23:10:45 +00:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [console] Add support for the bochs/qemu debug port console 2012-09-10 15:58:02 +01:00
core [umalloc] Split largest_memblock() function out from init_eheap() 2012-11-06 17:44:40 +00:00
crypto [crypto] Allow in-place CBC decryption 2012-09-27 01:54:55 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [forcedeth] Increase TX ring size to prevent dropped packets 2012-10-29 10:14:00 +00:00
hci [readline] Allow readline_history() to return a meaningful status 2012-10-24 23:24:43 -07:00
image [legal] Update FSF mailing address in GPL licence texts 2012-07-20 19:55:45 +01:00
include [libc] Convert memcpy() from a macro to an inline function 2012-11-12 16:58:49 +00:00
interface [efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if present 2012-11-21 03:26:45 +00:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [build] Include version number within only a single object file 2012-11-02 14:46:39 +00:00
tests [test] Add self-tests for string functions 2012-11-12 16:58:49 +00:00
usr [cmdline] Add standalone "nslookup" command 2012-09-10 15:31:14 +01:00
util [util] Fix uninitialised-variable warning in einfo.c 2012-10-22 08:26:43 -07:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [build] Include version number within only a single object file 2012-11-02 14:46:39 +00:00
Makefile.housekeeping [build] Make version.o depend on the git index 2012-11-02 15:00:09 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00