|
[PATCH 0/4] OvmfPkg: CloudHv: Reduce PIO and MMIO accesses
From: Sebastien Boeuf <sebastien.boeuf@...> The goal of this series is to reduce the amount of inappropriate PIO and MMIO accesses generated by the firmware when running on Cloud Hypervisor. For MMIO
From: Sebastien Boeuf <sebastien.boeuf@...> The goal of this series is to reduce the amount of inappropriate PIO and MMIO accesses generated by the firmware when running on Cloud Hypervisor. For MMIO
|
By
Boeuf, Sebastien
·
|
|
"FceFmmt2022" branch on edk2-staging
Hello, The “FceFmmt2022” branch was created on edk2-staging repository. https://github.com/tianocore/edk2-staging/tree/FceFmmt2022. This branch is based on the edk2 SHA-1: 0e31124877cc8bc0140a03ad3196
Hello, The “FceFmmt2022” branch was created on edk2-staging repository. https://github.com/tianocore/edk2-staging/tree/FceFmmt2022. This branch is based on the edk2 SHA-1: 0e31124877cc8bc0140a03ad3196
|
By
Bob Feng
·
|
|
[PATCH V4 5/5] CryptoPkg/openssl: disable codestyle checks for generated files
Files generated by process_files.pl from openssl sources should not be checked for edk2 code style. Signed-off-by: Gerd Hoffmann <kraxel@...> Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.y
Files generated by process_files.pl from openssl sources should not be checked for edk2 code style. Signed-off-by: Gerd Hoffmann <kraxel@...> Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.y
|
By
yi1 li
·
|
|
[PATCH V4 4/5] CryptoPkg/openssl: update generated files
Run process_files.pl with the current openssl submodule version. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc:
Run process_files.pl with the current openssl submodule version. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc:
|
By
yi1 li
·
|
|
[PATCH V4 3/5] CryptoPkg: Update process_files.pl to automatically add PCD config option
Recommend from Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. When remove 'no-ec' from openssl
Recommend from Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. When remove 'no-ec' from openssl
|
By
yi1 li
·
|
|
[PATCH V4 2/5] CryptoPkg: Separate auto-generated openssl config and edk2 openssl config
Move auto-generated openssl config to openssl/opensslconf_generated, And openssl/opensslconf.h will contain both edk2 conditional openssl feature and openssl/opensslconf_generated. Will make two part
Move auto-generated openssl config to openssl/opensslconf_generated, And openssl/opensslconf.h will contain both edk2 conditional openssl feature and openssl/opensslconf_generated. Will make two part
|
By
yi1 li
·
|
|
[PATCH V4 1/5] CryptoPkg: Rename PCD about openssl EC configuration
PcdOpensslXXXEnabled is a more appropriate choice. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc: Guomin Jiang <
PcdOpensslXXXEnabled is a more appropriate choice. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc: Guomin Jiang <
|
By
yi1 li
·
|
|
[PATCH 3/3] UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole
Some ConIn or ConOut device may not in the first root bridge, so connect all root bridge before detect ConIn and ConOut device. Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Maurice Ma <maur
Some ConIn or ConOut device may not in the first root bridge, so connect all root bridge before detect ConIn and ConOut device. Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Maurice Ma <maur
|
By
Zhiguang Liu
·
|
|
[PATCH 2/3] UefiPayloadPkg: Add Serial IO device path according to related protocol
Current code follow some rules to check if the PCI device connected to a serial port device, but some platform or hardware doesn't follow such rule. By locating gEfiSerialIoProtocolGuid protocol, we c
Current code follow some rules to check if the PCI device connected to a serial port device, but some platform or hardware doesn't follow such rule. By locating gEfiSerialIoProtocolGuid protocol, we c
|
By
Zhiguang Liu
·
|
|
[PATCH 0/3] UefiPayloadPkg: Enhance the logic to add ConIn and ConOut
Fix the bug that in some platform, there is no serial output or graphics output. Code passed open CI, and pleae check in https://github.com/tianocore/edk2/pull/2864 Cc: Guo Dong <guo.dong@...> Cc: Ray
Fix the bug that in some platform, there is no serial output or graphics output. Code passed open CI, and pleae check in https://github.com/tianocore/edk2/pull/2864 Cc: Guo Dong <guo.dong@...> Cc: Ray
|
By
Zhiguang Liu
·
|
|
Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, May 10, 2022
#cal-cancelled
Cancelled: TianoCore Bug Triage - APAC / NAMO This event has been cancelled. When: Tuesday, May 10, 2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-jo
Cancelled: TianoCore Bug Triage - APAC / NAMO This event has been cancelled. When: Tuesday, May 10, 2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-jo
|
By
devel@edk2.groups.io Calendar
·
|
|
[PATCH V3 5/5] CryptoPkg/openssl: disable codestyle checks for generated files
Files generated by process_files.pl from openssl sources should not be checked for edk2 code style. Signed-off-by: Gerd Hoffmann <kraxel@...> Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.y
Files generated by process_files.pl from openssl sources should not be checked for edk2 code style. Signed-off-by: Gerd Hoffmann <kraxel@...> Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.y
|
By
yi1 li
·
|
|
[PATCH V2 5/5] CryptoPkg/openssl: disable codestyle checks for generated files
Files generated by process_files.pl from openssl sources should not be checked for edk2 code style. Signed-off-by: Gerd Hoffmann <kraxel@...> Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.y
Files generated by process_files.pl from openssl sources should not be checked for edk2 code style. Signed-off-by: Gerd Hoffmann <kraxel@...> Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.y
|
By
yi1 li
·
|
|
[PATCH V2 4/5] CryptoPkg/openssl: update generated files
Run process_files.pl with the current openssl submodule version. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc:
Run process_files.pl with the current openssl submodule version. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc:
|
By
yi1 li
·
|
|
[PATCH V2 3/5] CryptoPkg: Update process_files.pl to automatically add PCD config option
Recommend from Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. When remove 'no-ec' from openssl
Recommend from Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. When remove 'no-ec' from openssl
|
By
yi1 li
·
|
|
[PATCH V2 1/5] CryptoPkg: Rename PCD about openssl EC configuration
PcdOpensslXXXEnabled is a more appropriate choice. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc: Guomin Jiang <
PcdOpensslXXXEnabled is a more appropriate choice. Signed-off-by: Yi Li <yi1.li@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc: Guomin Jiang <
|
By
yi1 li
·
|
|
[PATCH V2 0/5] CryptoPkg/openssl: Enable EC conditionally.
Recommend from Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. This patch set does (2). When re
Recommend from Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. This patch set does (2). When re
|
By
yi1 li
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 05/10/2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO When: 05/10/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWE
Reminder: TianoCore Bug Triage - APAC / NAMO When: 05/10/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWE
|
By
devel@edk2.groups.io Calendar
·
|
|
Question about PCD and FW_BASE_ADDRESS 2 messages
Hi, I have a question related to the MMIO accesses performed by OVMF that I can see are happening whenever PcdGet() is invoked. Could you tell me how PCD works that can explain why I can see some MMIO
Hi, I have a question related to the MMIO accesses performed by OVMF that I can see are happening whenever PcdGet() is invoked. Could you tell me how PCD works that can explain why I can see some MMIO
|
By
Boeuf, Sebastien
·
|
|
Now: Tools, CI, Code base construction meeting series - 05/09/2022
#cal-notice
Tools, CI, Code base construction meeting series When: 05/09/2022 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 View Event Description: Tia
Tools, CI, Code base construction meeting series When: 05/09/2022 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 View Event Description: Tia
|
By
devel@edk2.groups.io Calendar
·
|