]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: introduce non-discoverable device protocol
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 31 Oct 2016 14:54:56 +0000 (14:54 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 7 Dec 2016 09:01:27 +0000 (09:01 +0000)
commit9598cdc2924f4fb86f23d8004eaea6187e44ba21
tree3840533b0db02c624618c080c8e9486ff4050427
parent5a066b87bda7a7891a05faf4b1d66136e8a5a7b8
MdeModulePkg: introduce non-discoverable device protocol

Introduce a protocol that can be exposed by a platform for devices that
are not discoverable, usually because they are wired straight to the
memory bus rather than to an enumerable bus like PCI or USB.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Tested-by: Marcin Wojtas <mw@semihalf.com>
MdeModulePkg/Include/Guid/NonDiscoverableDevice.h [new file with mode: 0644]
MdeModulePkg/Include/Protocol/NonDiscoverableDevice.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec