Hello experts,
 
Background-
Have couple of doubts related to UEFI Device driver for PCIe Block device.
 
My driver.efi produces the Block IO protocol(blk5) for my block device. Using 
simple application I am able to perform RAW BlockIO on it. Next I want to do 
file IO on it. So I need to format my bkl5 device such that it will insatll 
FAT32 on it.
FYI-I am working with QEMU and I am loading my driver.efi using 'load' command. 
I am using EDKII.
 
Issue-
DISKPART.EFI is not listing disk entry for my blk5 device.
 
Query-
1.Is it because 'fsx' entry wrt to my blk5 device is not shown after 'map -r' 
or because something is missing in my driver?
 
2.Is it 'fsx' is expected when UEFI boots with PCIe HBA Oprom which flashed 
with my driver.rom or otherwise also I can get 'fsx' entry for my blk5?
 
Any help around this will be really helpful to move ahead.
Thanks in advance.
 
Regards,
Baban
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to