-
-
Err, to
HandleProtocol
, of course. -
OpenProtocol is extension to 1.10 and should really be present in all modern versions, and HandleProtocol is deprecated. From UEFI specification (section 7.3):
he HandleProtocol() function is still available for use by old EFI applications and drivers. However, all new applications and drivers should use EFI_BOOT_SERVICES.OpenProtocol() in place of HandleProtocol().
-
I was just wondering if this will not break some older systems, not sure what "modern" means here.
-
yep, according to wiki, 1.10 was deprecated 2005, that should be long enough, and OpenProtocol did appear in 1.10.
-
Can I just say "LOL!"?
-
-
Change Summary:
Implement OpenProtocolByHandle wrapper.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+33 -24) |
Change Summary:
correcting a mistake..
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+32 -22) |