On Aug 8, 2012, at 6:31 AM, Shivamurthy Shastri wrote:

> Hi,
> 
> Anyone knows how to mount RAMDISK image using UEFI?
> I want to give RAMDISK image name and path in dsc file and 
> UEFI should take it from the file.
> 

Sorry I'm not 100% sure what you are asking?

In EFI devices are named by Device Path, and a Device Path is a protocol that 
lives on a Handle. So if an EFI driver produces a RAM disk either via adding 
BlockIo or Simple File System protocols to a handle then that driver should 
also add a device path protocol to the handle. There is not concept of mounting 
in EFI, only connecting devices. If you connect the device drivers will layer 
on top. So if the RAM disk produced Block IO, then the FAT32 driver would layer 
on top of it if the block device looks like it is formatted for a FAT file 
system. When booting generally only the boot device is connected to increase 
boot speed, however if you boot to the EFI shell a connect is done, and you can 
connect and disconnect devices at will via shell commands. 

> -- 
> Thanks and Regards,
> Shiva.
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
> edk2-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/edk2-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to