Can we consider UINTN to be equal to larger than UINT32?
The essential difference between Laszlo's suggestion
Cluster= ((UINT32)FileClusterHigh << 16) | FileCluster
and the patchset
Cluster= (UINTN)((UINTN)FileClusterHigh << 16) | FileCluster
is that the latter involv
Comment and code message update is doable with no effect on Patch's
coverity status.
So, this will be included in the final patch series.
On Tue, Nov 7, 2023 at 11:09 PM Laszlo Ersek wrote:
> On 11/7/23 07:28, Ranbir Singh wrote:
> > From: Ranbir Singh
> >
> > The function FatInitializeDiskCac
Hi Oliver,
Thanks for reviving the thread.
Fact of the matter is - I do not work in Dell anymore which is when the
original set of patches were generated and also tested that Coverity
flagged warnings/issues/errors indeed vanishes after applying the set of
patches.
While I was there, I did not h
UEFI Option Rom only consumes the protocols defined in UEFI spec, it doesn’t
depend on other protocols.
Thanks
Liming
发件人: devel@edk2.groups.io 代表 丰立波 via groups.io
发送时间: 2025年1月3日 17:45
收件人: devel
主题: [edk2-devel] Compatibility of PCIe UEFI option ROM
Hello,
PCIe option ROM is