Hello everyone,
I am trying to develop Redfish on my platform. I got a few questions about the 
development process of Redfish.

- Studying the libraries I see this RedfishLib which provides some API's but 
there isn't much specification on how to implement these APIs. My guess is I 
should start with the RedfishCreateService? But this needs a 
REDFISH_CONFIG_SERVICE_INFORMATION structure to have its 
RedfishServiceRestExHandle initialized. How is this going to work? My guess is 
by using OpenProtocol?

- Since i was trying to use the provided Redfishlib I realized I need to call 
the RedfishConfigHandlerDriver driver to call a callback function whenever the 
gEdkIIRedfishConfigHandlerProtocolGuid gets installed and then execute the 
RedfishConfigHandlerInitialization and then I would have the 
gRedfishConfigData.RedfishServiceInfo filled out with the instance so I could 
eventually use this function RedfishCreateService (this is my assumption even 
though I highly doubt it would be correct). But the problem is that there are 
NO drivers installing the gEdkIIRedfishConfigHandlerProtocolGuid protocol. In 
fact the function registered to this protocol tries to locate it. What driver 
is going to install this protocol? I know the callback function gets called 
even if no driver installs the protocol but what is the point if there is no 
drivers installing that protocol?

Thanks,
Memristor

Sent with [Proton Mail](https://proton.me/) secure email.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120365): https://edk2.groups.io/g/devel/message/120365
Mute This Topic: https://groups.io/mt/107978990/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to