UEFI is focused on defining the interfaces to option ROMs and OS loaders, and 
pushing policy decisions, where possible, in the platform firmware.  UEFI tends 
to not define how the construct the platform Firmware. The UEFI PI specs go 
into more detail of firmware construction, but mostly so modules can 
interoperate. PI does not focus on things that are higher level platform 
firmware features. 

The PI terminology is FD (Flash Device) and there is no way to access the FD 
programmatically. The platform firmware produces FVs (Firmware Volumes) out of 
the FD in PEI (memory discovery/S3) and DXE (EFI services) phases. The FV 
containing the SEC and PEI Core are often executed directly from the FD, but 
most other FVs are compressed. This is all done via platform specific code.   

Andrew Fish


On Dec 3, 2012, at 2:24 PM, cruxpot wrote:

> Hi there,
> 
> I am wondering if there are any calls in edk2 or the UEFI spec to locate the 
> system's BIOS code and dump it to disk or some other medium. I want to 
> implement this in a UEFI driver. I have seen plenty of information regarding 
> option ROMs in the spec and driver guide but not on the BIOS code. If I 
> missed it, please point me to the right resources.
> 
> Thanks 
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d_______________________________________________
> edk2-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/edk2-devel


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to