|
Re: [PATCH 1/1] MdeModulePkg/VariableRuntimeDxe: avoid double VA conversion of FVB protocol
Hi Ard,
śr., 17 mar 2021 o 04:20 gaoliming <gaoliming@...> napisał(a):
I'm digging up the patch from abyss. Do you think it's possible to
answer Liming's questions and merge it upstream
Hi Ard,
śr., 17 mar 2021 o 04:20 gaoliming <gaoliming@...> napisał(a):
I'm digging up the patch from abyss. Do you think it's possible to
answer Liming's questions and merge it upstream
|
By
Marcin Wojtas
·
#87608
·
|
|
Re: 回复: [edk2-devel] Request for PI spec change
Thank you for the help, Vincent!
Could you please let me know if there is anything I need to do in the meantime?
Regards,
Kun
Thank you for the help, Vincent!
Could you please let me know if there is anything I need to do in the meantime?
Regards,
Kun
|
By
Kun Qin
·
#87607
·
|
|
Re: 回复: [edk2-devel] Request for PI spec change
Sounds like we need to open a UEFI Forum Mantis under the PIWG in order to propagate this clean-up into the next PI specification based upon
Sounds like we need to open a UEFI Forum Mantis under the PIWG in order to propagate this clean-up into the next PI specification based upon
|
By
Zimmer, Vincent
·
#87606
·
|
|
Re: [edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/JunctionCity: Build ACPI content
Isaac/Nate :
Using the patch reference, we manually updated the source. Below are the commits used in our testing source.
- edk2 - b24306f15daa2ff8510b06702114724b33895d3c
Isaac/Nate :
Using the patch reference, we manually updated the source. Below are the commits used in our testing source.
- edk2 - b24306f15daa2ff8510b06702114724b33895d3c
|
By
manickavasakam karpagavinayagam
·
#87605
·
|
|
Re: 回复: [edk2-devel] Request for PI spec change
Thanks for the review, Liming.
Could you please also shed some light on what the next steps are?
Thanks,
Kun
Thanks for the review, Liming.
Could you please also shed some light on what the next steps are?
Thanks,
Kun
|
By
Kun Qin
·
#87604
·
|
|
Re: [PATCH 0/3] [RFC] consolidate compiler intrinsics
Gerd,
Have you considered just pulling in LLVM's compiler-rt builtins? It implements essentially everything we'll ever need for a GNU-like toolchain, for all the architectures we support, and also has
Gerd,
Have you considered just pulling in LLVM's compiler-rt builtins? It implements essentially everything we'll ever need for a GNU-like toolchain, for all the architectures we support, and also has
|
By
Pedro Falcato
·
#87603
·
|
|
Re: [PATCH 0/3] [RFC] consolidate compiler intrinsics
Hi Gerd,
Thanks for working on this. I raised this topic in the new TianoCore build and CI
meeting yesterday because the intrinsic libs are closely tied to the toolchains
supported by TianoCore.
I
Hi Gerd,
Thanks for working on this. I raised this topic in the new TianoCore build and CI
meeting yesterday because the intrinsic libs are closely tied to the toolchains
supported by TianoCore.
I
|
By
Michael D Kinney
·
#87602
·
|
|
Re: [PATCH v1 1/1] DynamicTablesPkg: Fix serial port namespace path in DBG2
Hi All,
The GCC download link is now restored and the EDK2 CI is functional again.
This patch has been merged as a13dfc769bd7..c8ea48bdf955
Regards,
Sami Mujawar
On 14/03/2022, 15:00, "Sami
Hi All,
The GCC download link is now restored and the EDK2 CI is functional again.
This patch has been merged as a13dfc769bd7..c8ea48bdf955
Regards,
Sami Mujawar
On 14/03/2022, 15:00, "Sami
|
By
Sami Mujawar
·
#87601
·
|
|
Re: [PATCH V5 09/10] MdeModulePkg: Update PciEnumeratorSupport to ignore OptionRom if needed
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#87600
·
|
|
Re: [PATCH V5 08/10] OvmfPkg/IncompatiblePciDeviceSupportDxe: Ignore OptionRom in Td guest
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#87599
·
|
|
Re: [PATCH V5 07/10] OvmfPkg/IncompatiblePciDeviceSupportDxe: Refine the configuration
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#87598
·
|
|
Re: [PATCH V5 06/10] OvmfPkg: Update DxeAcpiTimerLib to read HostBridgeDevId in PlatformInfoHob
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#87597
·
|
|
[PATCH v3 5/5] NetworkPkg/HttpDxe: Detect HTTP/1.0 servers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Force connection close before the next request if
the server identifies as version 1.0.
Signed-off-by: Oliver Steffen
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Force connection close before the next request if
the server identifies as version 1.0.
Signed-off-by: Oliver Steffen
|
By
Oliver Steffen
·
#87596
·
|
|
[PATCH v3 3/5] NetworkPkg/HttpDxe: Add ConnectionClose flag fo HTTP_PROTOCOL
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Add ConnectionClose flag to HTTP_PROTOCOL.
This boolean is FALSE by default. If set to TRUE, a reconfigure
of the Http instance is forced on
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Add ConnectionClose flag to HTTP_PROTOCOL.
This boolean is FALSE by default. If set to TRUE, a reconfigure
of the Http instance is forced on
|
By
Oliver Steffen
·
#87595
·
|
|
[PATCH v3 4/5] NetworkPkg/HttpDxe: Detect 'Connection: close' header
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Force connection close before the next request if
the server sends the 'Connection: close' header.
Signed-off-by: Oliver Steffen
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Force connection close before the next request if
the server sends the 'Connection: close' header.
Signed-off-by: Oliver Steffen
|
By
Oliver Steffen
·
#87594
·
|
|
[PATCH v3 2/5] NetworkPkg/HttpDxe: Decofigure Tcp6 before reconfiguring
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Check if the state of the HTTP instance is HTTP_STATE_TCP_CONNECTED, or
HTTP_STATE_TCP_CLOSED and de-configure the Tcp6 instance
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Check if the state of the HTTP instance is HTTP_STATE_TCP_CONNECTED, or
HTTP_STATE_TCP_CLOSED and de-configure the Tcp6 instance
|
By
Oliver Steffen
·
#87593
·
|
|
[PATCH v3 0/5] Http Fixes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
This set of patches fixes booting from HTTP/1.0 servers.
It also improves the interaction with HTTP/1.1 servers by recognizing
the
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
This set of patches fixes booting from HTTP/1.0 servers.
It also improves the interaction with HTTP/1.1 servers by recognizing
the
|
By
Oliver Steffen
·
#87592
·
|
|
[PATCH v3 1/5] NetworkPkg/HttpDxe: Decofigure Tcp4 before reconfiguring
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Check if the state of the HTTP instance is HTTP_STATE_TCP_CONNECTED, or
HTTP_STATE_TCP_CLOSED and de-configure the Tcp4 instance
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720
Check if the state of the HTTP instance is HTTP_STATE_TCP_CONNECTED, or
HTTP_STATE_TCP_CLOSED and de-configure the Tcp4 instance
|
By
Oliver Steffen
·
#87591
·
|
|
Re: [PATCH 0/3] [RFC] consolidate compiler intrinsics
Ping. How go forward with this? I've posted it as RFC because
I expected a more controversial discussion. But seems everybody
agrees this is a step into the right direction.
So just merge this
Ping. How go forward with this? I've posted it as RFC because
I expected a more controversial discussion. But seems everybody
agrees this is a step into the right direction.
So just merge this
|
By
Gerd Hoffmann
·
#87590
·
|
|
[Patch] BaseTools: Remove the redundant __FLEXIBLE_SIZE from PcdValueInit.c
For the multiple SKU cases, basetools generates multiple redundant
__FLEXIBLE_SIZE statement that is from the same line in dsc file.
This behavior causes the generated PcdValueInit.c file to have
For the multiple SKU cases, basetools generates multiple redundant
__FLEXIBLE_SIZE statement that is from the same line in dsc file.
This behavior causes the generated PcdValueInit.c file to have
|
By
Bob Feng
·
#87589
·
|