Re: Is there a way to include a custom binary in EDK2 and load it in a UEFI driver?
Guomin Jiang
You can use PEI Firmware Volume PPI or Firmware Volume2 Protocol to access content from firmware.
toggle quoted messageShow quoted text
https://uefi.org/sites/default/files/resources/PI_Spec_1_7_final_Jan_2019.pdf contain the information you need, the section you need read to get the information is Volume 3, Section 3.3.1 PEI Firmware Volume PPI and Section 3.4.1 Firmware Volume2 Protocol. I suggest you to read Section 3 Firmware Storage Code Definitions carefully so you can know the storage format. If you just need sample and just want to support you project quickly, you can search edk2 repository and edk2-platform repository for it.
-----Original Message-----
|
|