In addition to mtools, I wrote a tool to package a set of files into a
fresh VFAT image - kinda like tar, but fat32 as output format. I'm using
it in my hobby OS project. It's a single C file but seems to work great,
albeit only tested in my workflow so far. Called it `fatcreate`, it's
available o
Hi,
thanks for merging, though I already had a pull request for it and you now used
the bounce email address for the commit author ^^'
It's ok, just wanted to make sure you know that groups.io pitfall for the next
:)
Best regards and many thanks for your time
Mara Sophie Grosch
-=-=-=-=-=-=-=
arghs, somehow broke those emails for group.io thread overview - not linked as
single thread. I hope they are fine in email clients :/
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#87901): https://edk2.groups.io/g/devel/message/87901
Mu
Previous commit fixed that check in DXE, this one now for PEI.
Signed-off-by: Mara Sophie Grosch
---
MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c
b/MdeModulePkg/Bus
Hi,
new patch series, including the fix for the same problem in PEI
Mara Sophie Grosch (2):
MdeModulePkg/NvmExpressDxe: fix check for Cap.Css
MdeModulePkg/NvmExpressPei: fix check for NVM command set
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c| 2 +-
MdeModulePkg/Bus/Pci/NvmExpre
Fix the check for NVMe command set being supported by the controller.
Was problematic with qemu (6.2.0, Debian 1:6.2+dfsg-3), which sets 0xC1
in that register, making the OVMF think the NVMe controller does not
support NVMe.
Uncovered by commit 9dd14fc91c174eae87fd122c7ac70073a363527f, which
chan
comment in previous reply.
>
>Best Regards,
>Hao Wu
>
>> -Original Message-
>> From: devel@edk2.groups.io On Behalf Of Mara
>> Sophie Grosch via groups.io
>> Sent: Tuesday, March 22, 2022 1:06 AM
>> To: devel@edk2.groups.io; Wu, Hao A
>> Subject:
Fix the check for NVMe command set being supported by the controller.
Was problematic with qemu (6.2.0, Debian 1:6.2+dfsg-3), which sets 0xC1
in that register, making the OVMF think the NVMe controller does not
support NVMe.
Uncovered by commit 9dd14fc91c174eae87fd122c7ac70073a363527f, which
cha
Hi,
sending again, because I forgot to CC reviewers.
Best regards,
Mara Sophie Grosch
Am Wed, Mar 16, 2022 at 12:56:25PM -0700 schrieb littlefox via groups.io:
Fix the check for NVMe command set being supported by the controller.
Was problematic with qemu (6.2.0, Debian 1:6.2+dfsg-3), which s