|
[PATCH v1 1/2] UefiCpuPkg/Test: Move EfiMpServiceProtocol UT in a separate function
3 messages
From: Jason Lou <yun.lou@...> Move the implementation of EfiMpServiceProtocol unit tests in a separate function in preparation for developing the UEFI application and dynamic command for the same unit
From: Jason Lou <yun.lou@...> Move the implementation of EfiMpServiceProtocol unit tests in a separate function in preparation for developing the UEFI application and dynamic command for the same unit
|
By
Jason Lou
·
|
|
[PATCH 1/1] MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSE
4 messages
With the pending commit of UsbNetworkPkg, it will become common for UsbBulkTransfer calls to timeout, given that the drivers are called from MnpSystemPoll every MNP_SYS_POLL_INTERVAL milliseconds: the
With the pending commit of UsbNetworkPkg, it will become common for UsbBulkTransfer calls to timeout, given that the drivers are called from MnpSystemPoll every MNP_SYS_POLL_INTERVAL milliseconds: the
|
By
Rebecca Cran
·
|
|
[PATCH EDK2 v2 1/1] CryptoPkg/BaseCryptLib:time overflow
3 messages
From: Zihong Yi <yizihong@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4167 In CrtLibSupport.h, time_t is defined as INT32, and its maximum value is 2147483647. That is, the corresponding
From: Zihong Yi <yizihong@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4167 In CrtLibSupport.h, time_t is defined as INT32, and its maximum value is 2147483647. That is, the corresponding
|
By
wenyi,xie
·
|
|
[PATCH v1 1/1] CryptPkg: Enable CryptoPkg BaseCryptLib ParallelHash for PEI and DXE
4 messages
From: Zhihao Li <zhihao.li@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4097 The BaseCryptLib in the CryptoPkg currently supports ParallelHash algorithm for SMM. The MP Services PPI and
From: Zhihao Li <zhihao.li@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4097 The BaseCryptLib in the CryptoPkg currently supports ParallelHash algorithm for SMM. The MP Services PPI and
|
By
Li, Zhihao
·
|
|
[PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
10 messages
This driver provides UEFI driver for USB RNDIS device Signed-off-by: Richard Ho <richardho@...> Cc: Andrew Fish <afish@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D Kinney <michael.d.kinney
This driver provides UEFI driver for USB RNDIS device Signed-off-by: Richard Ho <richardho@...> Cc: Andrew Fish <afish@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D Kinney <michael.d.kinney
|
By
RichardHo [何明忠]
·
|
|
[PATCH v10 07/17] CI: Use Fedora 35 container (Linux only)
2 messages
Run all Linux based jobs in a container, using a custom Fedora 35 image (gcc 11). The image is hosted on ghcr.io and the Dockerfiles are here: https://github.com/tianocore/containers The version numbe
Run all Linux based jobs in a container, using a custom Fedora 35 image (gcc 11). The image is hosted on ghcr.io and the Dockerfiles are here: https://github.com/tianocore/containers The version numbe
|
By
Oliver Steffen
·
|
|
[edk2-staging/HttpProxy PATCH v3 7/7] NetworkPkg/HttpBootDxe: Add Proxy URI input in setup menu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Allows users to input the Proxy Server URI in the HTTP setup menu Cc: Maciej Rabeda <maciej.rabeda@...> Cc: Wu Jiaxin <jiaxin.wu@...> Cc: Siyua
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Allows users to input the Proxy Server URI in the HTTP setup menu Cc: Maciej Rabeda <maciej.rabeda@...> Cc: Wu Jiaxin <jiaxin.wu@...> Cc: Siyua
|
By
Saloni Kasbekar
·
|
|
[edk2-staging/HttpProxy PATCH v3 6/7] NetworkPkg/HttpDxe: Support HTTPS EndPoint server with Proxy
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add support for Proxy server to connect to a HTTPS EndPoint server. TLS Connection to be created during GET/HEAD after CONNECT method. Cc: Maci
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add support for Proxy server to connect to a HTTPS EndPoint server. TLS Connection to be created during GET/HEAD after CONNECT method. Cc: Maci
|
By
Saloni Kasbekar
·
|
|
[edk2-staging/HttpProxy PATCH v3 5/7] NetworkPkg: Add support for HTTP CONNECT Method
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add support for the HTTP CONNECT method to request the Proxy Server to open a tunnel to the EndPoint Server Cc: Maciej Rabeda <maciej.rabeda@..
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add support for the HTTP CONNECT method to request the Proxy Server to open a tunnel to the EndPoint Server Cc: Maciej Rabeda <maciej.rabeda@..
|
By
Saloni Kasbekar
·
|
|
[edk2-staging/HttpProxy PATCH v3 4/7] NetworkPkg: Add Proxy Support to HTTP_PROTOCOL
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Update HTTP Protocol with variables to support Proxy Use state machine to call HttpBootGetBootFile() Add switch/case for EfiHttpRequest request
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Update HTTP Protocol with variables to support Proxy Use state machine to call HttpBootGetBootFile() Add switch/case for EfiHttpRequest request
|
By
Saloni Kasbekar
·
|
|
[edk2-staging/HttpProxy PATCH v3 3/7] NetworkPkg/HttpBootDxe: Update HTTP Boot Driver with parsed Proxy URL
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add ProxyUri to HTTP_BOOT_PRIVATE_DATA Parse HTTP Boot Device path to process Proxy and EndPoint URLs Cc: Maciej Rabeda <maciej.rabeda@...> Cc:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add ProxyUri to HTTP_BOOT_PRIVATE_DATA Parse HTTP Boot Device path to process Proxy and EndPoint URLs Cc: Maciej Rabeda <maciej.rabeda@...> Cc:
|
By
Saloni Kasbekar
·
|
|
[edk2-staging/HttpProxy PATCH v3 2/7] MdePkg/Include: Add Proxy Server URL in EFI_HTTP_REQUEST_DATA
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add Proxy Server URL to EFI_HTTP_REQUEST_DATA. This will be used when a Proxy Server URL is a part of the HTTP Boot device path. Cc: Zhiguang L
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add Proxy Server URL to EFI_HTTP_REQUEST_DATA. This will be used when a Proxy Server URL is a part of the HTTP Boot device path. Cc: Zhiguang L
|
By
Saloni Kasbekar
·
|
|
[edk2-staging/HttpProxy PATCH v3 1/7] MdeModulePkg/Library: Support multi-URI HTTP Boot device path
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Process device path with proxy server and endpoint server included. Update comment for sample HTTP Boot device path. Cc: Jian J Wang <jian.j.wa
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Process device path with proxy server and endpoint server included. Update comment for sample HTTP Boot device path. Cc: Jian J Wang <jian.j.wa
|
By
Saloni Kasbekar
·
|
|
[edk2-staging/HttpProxy PATCH v3 0/7] Support HTTPS Proxy Server for HTTP Boot
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4052 - Add CONNECT HTTP Method to create a tunnel through the Proxy Server - TLS adjustment
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4052 - Add CONNECT HTTP Method to create a tunnel through the Proxy Server - TLS adjustment
|
By
Saloni Kasbekar
·
|
|
[PATCH 14/14] OvmfPkg/QemuFwCfgLib: remove mQemuFwCfgSupported + mQemuFwCfgDmaSupported
Remove global variables, store the state in PlatformInfoHob instead. Probing for fw_cfg happens on first use, at library initialization time the Hob might not be present yet. Signed-off-by: Gerd Hoffm
Remove global variables, store the state in PlatformInfoHob instead. Probing for fw_cfg happens on first use, at library initialization time the Hob might not be present yet. Signed-off-by: Gerd Hoffm
|
By
Gerd Hoffmann
·
|
|
[PATCH 13/14] OvmfPkg/QemuFwCfgLib: rewrite fw_cfg probe
Move the code to a new QemuFwCfgProbe() function. Use direct Io*() calls instead of indirect QemuFwCfg*() calls to make sure we don't get recursive calls. Also simplify CC guest detection. Signed-off-
Move the code to a new QemuFwCfgProbe() function. Use direct Io*() calls instead of indirect QemuFwCfg*() calls to make sure we don't get recursive calls. Also simplify CC guest detection. Signed-off-
|
By
Gerd Hoffmann
·
|
|
[PATCH 12/14] OvmfPkg/DebugLibIoPort: use Rom version for PEI
This variant does not use global variables. Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/AmdSev/AmdSevX64.dsc | 4 ++-- OvmfPkg/Bhyve/BhyveX64.dsc | 4 ++-- OvmfPkg/Microvm/MicrovmX64.dsc | 4 +
This variant does not use global variables. Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/AmdSev/AmdSevX64.dsc | 4 ++-- OvmfPkg/Bhyve/BhyveX64.dsc | 4 ++-- OvmfPkg/Microvm/MicrovmX64.dsc | 4 +
|
By
Gerd Hoffmann
·
|
|
[PATCH 10/14] OvmfPkg/PlatformPei: remove mPlatformInfoHob
Stop using the mPlatformInfoHob global variable. Let BuildPlatformInfoHob() allocate and return PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/PlatformPei/Platform.h |
Stop using the mPlatformInfoHob global variable. Let BuildPlatformInfoHob() allocate and return PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/PlatformPei/Platform.h |
|
By
Gerd Hoffmann
·
|
|
[PATCH 11/14] OvmfPkg/PlatformPei: remove mFeatureControlValue
Use PlatformInfoHob->FeatureControlValue instead. OnMpServicesAvailable() will find PlatformInfoHob using GetFirstGuidHob() and pass a pointer to the WriteFeatureControl callback. Signed-off-by: Gerd
Use PlatformInfoHob->FeatureControlValue instead. OnMpServicesAvailable() will find PlatformInfoHob using GetFirstGuidHob() and pass a pointer to the WriteFeatureControl callback. Signed-off-by: Gerd
|
By
Gerd Hoffmann
·
|
|
[PATCH 09/14] OvmfPkg/PlatformPei: Verification: stop using mPlatformInfoHob
Stop using the mPlatformInfoHob global variable in S3Verification() and Q35BoardVerification() functions. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@...> --- O
Stop using the mPlatformInfoHob global variable in S3Verification() and Q35BoardVerification() functions. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@...> --- O
|
By
Gerd Hoffmann
·
|