Re: [edk2] Shell compatibility with non-FAT filesystems

2014-08-13 Thread Felipe Mesquita
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

Re: [edk2] Shell compatibility with non-FAT filesystems

2014-08-13 Thread Thomas Rognon
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

Re: [edk2] Shell compatibility with non-FAT filesystems

2014-08-13 Thread Andrew Fish
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

[edk2] Shell compatibility with non-FAT filesystems

2014-08-13 Thread Felipe Mesquita
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