efi_loader: add helper macro to construct protocol objects
authorRob Clark <robdclark@gmail.com>
Mon, 24 Jul 2017 14:39:00 +0000 (10:39 -0400)
committerAlexander Graf <agraf@suse.de>
Tue, 25 Jul 2017 08:55:51 +0000 (10:55 +0200)
commit641833db4a3bc417e991e7d37ce7cb99657beee0
treeb47e116b70e92f4155a55b0aeaed3992f2afdaa3
parent804b1d737a366604eacd527ef9c5896a8a13b7f5
efi_loader: add helper macro to construct protocol objects

There are a bunch of protocols which should be exposed by GUID but are
not.  Add a helper macro to create an efi_object, to avoid much typing.

Note that using the pointer for efiobj->handle is semi-arbitrary.  We
just need a unique value to match the efiobj supporting the protocol
with the handle that LocateHandle() returns..

See LibLocateProtocol() in gnu-efi.  It does LocateHandle() to find all
the handles, and then loops over them calling HandleProtocol() with the
GUID of the protocol it is trying to find.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h