On 05/20/14 15:00, miguelro...@ua.pt wrote:
> And where do I add the module in the OVMF compilation (It must run on
> every OVMF boot) ?
> 
> Do I need to add it on OvmfPkg FDF and DSC files? This module was
> built using GNU-EFI so I have only the source and efi binary files.

(1) You should probably create a subdirectory under OvmfPkg first,
containing your EFI binary, plus a new INF file.

You can use "FatBinPkg/EnhancedFatDxe/Fat.inf" as an example for an INF
file that describes a binarily-available UEFI_DRIVER.

Don't forget to generate a new FILE_GUID with "uuidgen" for the new INF
file.

(2) Reference your new INF file in the OvmfPkg/Ovmf*.fdf files the same
as "FatBinPkg/EnhancedFatDxe/Fat.inf" is referenced:

INF  RuleOverride = BINARY OvmfPkg/YourNewDriver/YourNewDriver.inf

That's what I think anyway...

Laszlo

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to