|
[PATCH v1 2/2] OvmfPkg/VirtioFsDxe: suppress incorrect gcc warnings
`CreateDirectoryIfCreating` is used only if `PermitCreation` is set.
`NewNodeIsDirectory` might not set in case of error, but that would lead
to leaving the function before invalid use.
Ref:
`CreateDirectoryIfCreating` is used only if `PermitCreation` is set.
`NewNodeIsDirectory` might not set in case of error, but that would lead
to leaving the function before invalid use.
Ref:
|
By
Sergei Dmitrouk <sergei@...>
·
#75047
·
|
|
[PATCH v1 1/2] ShellPkg/UefiShellCommandLib: suppress incorrect gcc warning
`Dupes` is used only if `Duplicates != NULL` and function is left if
allocation of memory for `Dupes` fails, so it can't be used
uninitialized.
Ref:
`Dupes` is used only if `Duplicates != NULL` and function is left if
allocation of memory for `Dupes` fails, so it can't be used
uninitialized.
Ref:
|
By
Sergei Dmitrouk <sergei@...>
·
#75046
·
|
|
[PATCH v1 0/2] "maybe-uninitialized" warnings emitted by
Compiling for IA32 target with gcc-5.5.0 emits "maybe-uninitialized" warnings.
Compilation command: build -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -t GCC49
Sergei Dmitrouk (2):
Compiling for IA32 target with gcc-5.5.0 emits "maybe-uninitialized" warnings.
Compilation command: build -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -t GCC49
Sergei Dmitrouk (2):
|
By
sergei@...
·
#75045
·
|
|
Re: [edk2-platforms] [PATCH V1 00/18] Reinstate Purley MinPlatform
Thanks Isaac. I'll make those changes at submission time.
Thanks Isaac. I'll make those changes at submission time.
|
By
Nate DeSimone
·
#75044
·
|
|
[PATCH 2/2] Platform/RaspberryPi: Invert emmc PIO/DMA selection
Now that we are doing SoC detection and adjusting the DMA
window it should be safe to turn DMA on by default.
Signed-off-by: Jeremy Linton <jeremy.linton@...>
---
Now that we are doing SoC detection and adjusting the DMA
window it should be safe to turn DMA on by default.
Signed-off-by: Jeremy Linton <jeremy.linton@...>
---
|
By
Jeremy Linton
·
#75043
·
|
|
[PATCH 1/2] Platform/Raspberrypi: Update DMA constants based on SOC revision
The newer BCM2711 SoC's don't have a DMA constraint on the emmc2
controller. So we don't need to do the 1G translation. Lets
allow the AML to detect the SoC revision and return a different
_DMA
The newer BCM2711 SoC's don't have a DMA constraint on the emmc2
controller. So we don't need to do the 1G translation. Lets
allow the AML to detect the SoC revision and return a different
_DMA
|
By
Jeremy Linton
·
#75042
·
|
|
[PATCH 0/2] EMMC2 fix _DMA for newer SOC
The _DMA range needs to change depending on the SOC in use, this
was part of the problem with enabling DMA by default because there
wasn't a clear way to determine the SOC revision in use.
Now that
The _DMA range needs to change depending on the SOC in use, this
was part of the problem with enabling DMA by default because there
wasn't a clear way to determine the SOC revision in use.
Now that
|
By
Jeremy Linton
·
#75041
·
|
|
[PATCH v2 2/2] Platform/RaspberryPi: Increase genet dma window
The genet is capable of addressing the entire memory space
on the RPI4. Lets allow it to dma into those regions.
This solves intermittent issues with grub/etc being able
to communicate when the 3G
The genet is capable of addressing the entire memory space
on the RPI4. Lets allow it to dma into those regions.
This solves intermittent issues with grub/etc being able
to communicate when the 3G
|
By
Jeremy Linton
·
#75040
·
|
|
[PATCH v2 1/2] Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit
Under normal circumstances GenetSimpleNetworkTransmit won't be
called unless the rest of the network stack detects the link is
up. So, during normal operation when the adapter is initialized
the link
Under normal circumstances GenetSimpleNetworkTransmit won't be
called unless the rest of the network stack detects the link is
up. So, during normal operation when the adapter is initialized
the link
|
By
Jeremy Linton
·
#75039
·
|
|
[PATCH v2 0/2] rpi: Fix PXE issues with grub
When PXE booting with grub the network link
isn't given a chance to resume so grub's transmit
calls fail. This results in failed boots. Similarly
the DMA range for the adapter isn't right since
When PXE booting with grub the network link
isn't given a chance to resume so grub's transmit
calls fail. This results in failed boots. Similarly
the DMA range for the adapter isn't right since
|
By
Jeremy Linton
·
#75038
·
|
|
[PATCH v2 0/2] rpi: Fix PXE issues with grub
When PXE booting with grub the network link
isn't given a chance to resume so grub's transmit
calls fail. This results in failed boots. Similarly
the DMA range for the adapter isn't right since
When PXE booting with grub the network link
isn't given a chance to resume so grub's transmit
calls fail. This results in failed boots. Similarly
the DMA range for the adapter isn't right since
|
By
Jeremy Linton
·
#75037
·
|
|
Re: [edk2-non-osi] [PATCH V1 0/9] PurleySiliconBinPkg: Restore Silicon FVs
Series Reviewed-by: Isaac Oram <isaac.w.oram@...>
Series Reviewed-by: Isaac Oram <isaac.w.oram@...>
|
By
Oram, Isaac W
·
#75036
·
|
|
Re: [edk2-platforms] [PATCH V1 00/18] Reinstate Purley MinPlatform
Series Reviewed-by: Isaac Oram <isaac.w.oram@...>
Some nit observations. Not critical, but nice to update.
Patch 05/18:
Series Reviewed-by: Isaac Oram <isaac.w.oram@...>
Some nit observations. Not critical, but nice to update.
Patch 05/18:
|
By
Oram, Isaac W
·
#75035
·
|
|
Re: [PATCH edk2-test 1/1] uefi-sct/SctPkg: correct print code for EFI_MEMORY_TYPE
Thanks!!
Reviewed-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@...>
Thanks!!
Reviewed-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@...>
|
By
Samer El-Haj-Mahmoud
·
#75034
·
|
|
[PATCH] UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3324
The SEV-ES stacks currently share a page with the reset code and data.
Separate the SEV-ES stacks from the reset vector code and data to
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3324
The SEV-ES stacks currently share a page with the reset code and data.
Separate the SEV-ES stacks from the reset vector code and data to
|
By
Lendacky, Thomas
·
#75033
·
|
|
Re: [PATCH 5/5] StandaloneMmPkg: build for 32bit arm machines
Hi Etienne,
Thank you for this patch.
I am getting build errors in VariableMmDependency.inf when building for ARM. Not sure if you are getting these or it is my development environment (I am
Hi Etienne,
Thank you for this patch.
I am getting build errors in VariableMmDependency.inf when building for ARM. Not sure if you are getting these or it is my development environment (I am
|
By
Sami Mujawar
·
#75032
·
|
|
Re: [PATCH 4/5] StandaloneMmPkg: fix pointer/int casts against 32bit architectures
Hi Etienne,
Thank you for this patch.
A space should not be there between a unary operator add its
Hi Etienne,
Thank you for this patch.
A space should not be there between a unary operator add its
|
By
Sami Mujawar
·
#75031
·
|
|
Re: [PATCH 3/5] GenGv: Arm: support images entered in Thumb mode
Hi Etienne,
Thank you for this patch.
Please find my comments below marked [SAMI].
Regards,
Sami Mujawar
[SAMI] if condition should evaluate a Boolean value. See
Hi Etienne,
Thank you for this patch.
Please find my comments below marked [SAMI].
Regards,
Sami Mujawar
[SAMI] if condition should evaluate a Boolean value. See
|
By
Sami Mujawar
·
#75030
·
|
|
Re: [PATCH 2/5] ArmPkg: prepare 32bit ARM build of StandaloneMmPkg
Hi Etienne,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Etienne,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#75029
·
|
|
Re: [PATCH 1/5] ArmPkg/IndustryStandard: 32b/64b agnostic FF-A and Mm SVC IDs
Hi Etienn,
This patch looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Etienn,
This patch looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#75028
·
|