rom: Thomas Rognon
> Date: Wed, Aug 13, 2014 at 4:30 PM
> Subject: Re: [edk2] Shell compatibility with non-FAT filesystems
> To: edk2-devel
>
>
> Just to give you even more assurance that it's possible, I made a
> EFI_SIMPLE_FILE_SYSTEM_PROTOCOL/EFI_FILE_PROTOCOL wrapper for
Just to give you even more assurance that it's possible, I made a
EFI_SIMPLE_FILE_SYSTEM_PROTOCOL/EFI_FILE_PROTOCOL wrapper for NTFS-3G that
works great in every shell I've tested it on. Directory navigation was
tricky to get working correctly. I ended up caching the directory list in
EFI_FILE_PROT
On Aug 13, 2014, at 10:34 AM, Felipe Mesquita
wrote:
> Hello,
>
> I'm implementing an UEFI driver that, in its Start() function, installs an
> EFI_FILE_SYSTEM_PROTOCOL instance in the controller handle passed as argument.
> My expectation was that, once I had a consistent implementation for t
Hello,
I'm implementing an UEFI driver that, in its Start() function, installs an
EFI_FILE_SYSTEM_PROTOCOL instance in the controller handle passed as
argument.
My expectation was that, once I had a consistent implementation for this
protocol(and the underlying EFI_FILE_PROTOCOL returned by it), I