|
edk2-vUDK2018 Mdk build failure
2 messages
I am getting this failure during build: ``` In file included from /home/edk2/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.h:22, from /home/edk2/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c
I am getting this failure during build: ``` In file included from /home/edk2/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.h:22, from /home/edk2/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c
|
By
startergo
·
|
|
Inclusive Language Update RFC
Hello all, We have updated the Overview section of the Inclusive Language Guidelines to clarify two things. 1. Which version (via date) of the [[UEFI Inclusive Language Implementation Guidelines|https
Hello all, We have updated the Overview section of the Inclusive Language Guidelines to clarify two things. 1. Which version (via date) of the [[UEFI Inclusive Language Implementation Guidelines|https
|
By
Teng, Lynn L
·
|
|
[edk2-devel] Update NASM to stable release 2.15.05
3 messages
Mike, Sounds like a good plan. Thanks, Andrew Fish
Mike, Sounds like a good plan. Thanks, Andrew Fish
|
By
Andrew Fish
·
|
|
[edk2-announce] Inclusive Language RFC
Hello Sean, You make a good point. I will remove both steps 3.1 and 4.1 from the plan for now so we can focus on the main proposal. We can open a discussion later on to determine how best to maintain
Hello Sean, You make a good point. I will remove both steps 3.1 and 4.1 from the plan for now so we can focus on the main proposal. We can open a discussion later on to determine how best to maintain
|
By
Teng, Lynn L
·
|
|
RFC: Static Analysis in edk2 CI
2 messages
I would like to start a discussion regarding integration of the static analysis (SA) into the edk2 workflow. I assume the SA benefits are well understood, so I'll get straight to the point; however, i
I would like to start a discussion regarding integration of the static analysis (SA) into the edk2 workflow. I assume the SA benefits are well understood, so I'll get straight to the point; however, i
|
By
Felix Polyudov
·
|
|
[edk2-devel] RFC: Replace FMMT Tool from C to Python Version
Hi everyone, I would like to propose the new FMMT Python tool, which is used to replace the origin C version tool. Currently the FMMT C tool is saved in edk2-staging repo, but its quality and coding s
Hi everyone, I would like to propose the new FMMT Python tool, which is used to replace the origin C version tool. Currently the FMMT C tool is saved in edk2-staging repo, but its quality and coding s
|
By
Yuwei Chen
·
|
|
[edk2-discuss] [edk2-rfc] Inclusive Language RFC
Hello Marvin, Your concerns have been heard, but providing a list of every alternative for every scenario and how/when to use them would be unreasonable. We would expect developers to use their unders
Hello Marvin, Your concerns have been heard, but providing a list of every alternative for every scenario and how/when to use them would be unreasonable. We would expect developers to use their unders
|
By
Teng, Lynn L
·
|
|
[edk2-devel] RFC: Replace FMMT Tool from C to Python Version
3 messages
Liming, Correct. PyFMMT does not depend on GenSec, GenFfs and GenFv. Yes. the future PyGenSec, PyGenFfs and PyGenFv can reuse code from PyFMMT. Thanks, Bob Sent: Friday, October 29, 2021 10:16 AM To:
Liming, Correct. PyFMMT does not depend on GenSec, GenFfs and GenFv. Yes. the future PyGenSec, PyGenFfs and PyGenFv can reuse code from PyFMMT. Thanks, Bob Sent: Friday, October 29, 2021 10:16 AM To:
|
By
Bob Feng
·
|
|
回复: [edk2-devel] RFC: Replace FMMT Tool from C to Python Version
Christine: This is a good news. Thanks for your great work. With this change, FMMT doesn’t depend on GenSec, GenFfs and GenFv C tool. Right? If yes, can those logic be reused to replace GenSec, GenFfs
Christine: This is a good news. Thanks for your great work. With this change, FMMT doesn’t depend on GenSec, GenFfs and GenFv C tool. Right? If yes, can those logic be reused to replace GenSec, GenFfs
|
By
gaoliming
·
|
|
Inclusive Language RFC
2 messages
Hello all, Please provide your feedback and comments to the Inclusive Language Plan below over the next two weeks (10/25-11/05). Thank you in advance for your contributions. *** ## Overview To promote
Hello all, Please provide your feedback and comments to the Inclusive Language Plan below over the next two weeks (10/25-11/05). Thank you in advance for your contributions. *** ## Overview To promote
|
By
Teng, Lynn L
·
|
|
Update NASM to stable release 2.15.05
2 messages
Hello, I would like to propose that we update to a newer version of NASM. https://www.nasm.us/ The most recent stable version is 2.15.05. https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/ NASM 2.15.
Hello, I would like to propose that we update to a newer version of NASM. https://www.nasm.us/ The most recent stable version is 2.15.05. https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/ NASM 2.15.
|
By
Michael D Kinney
·
|
|
[RFC] [PATCH 0/2] Proposal to add EFI_MP_SERVICES_PROTOCOL support for AARCH64
13 messages
I'd like to propose adding EFI_MP_SERVICES_PROTOCOL support for AARCH64 systems. I've attached two patches to implement support for it in the DXE phase, based on code in EmulatorPkg and UefiCpuPkg. It
I'd like to propose adding EFI_MP_SERVICES_PROTOCOL support for AARCH64 systems. I've attached two patches to implement support for it in the DXE phase, based on code in EmulatorPkg and UefiCpuPkg. It
|
By
Rebecca Cran
·
|
|
[RFC] [PATCH 2/2] ArmPkg: Add Library/MpInitLib to support EFI_MP_SERVICES_PROTOCOL
Add support for EFI_MP_SERVICES_PROTOCOL during the DXE phase under AArch64. Call PSCI_CPU_ON to power on the core, call the supplied procedure and then call PSCI_CPU_OFF to power off the core. Signed
Add support for EFI_MP_SERVICES_PROTOCOL during the DXE phase under AArch64. Call PSCI_CPU_ON to power on the core, call the supplied procedure and then call PSCI_CPU_OFF to power off the core. Signed
|
By
Rebecca Cran
·
|
|
[RFC] [PATCH 1/2] ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct
Remove the ClusterId and CoreId fields in the ARM_CORE_INFO structure in favor of a new Mpidr field. Update code in ArmPlatformPkg/PrePeiCore/MainMPCore and ArmPlatformPkg/PrePi/MainMPCore.c to use th
Remove the ClusterId and CoreId fields in the ARM_CORE_INFO structure in favor of a new Mpidr field. Update code in ArmPlatformPkg/PrePeiCore/MainMPCore and ArmPlatformPkg/PrePi/MainMPCore.c to use th
|
By
Rebecca Cran
·
|
|
[edk2-devel] RFC: Common Design Proposal on Confidential Computing Support in OVMF
2 messages
Hi I would like to raise the topic on a confidential computing support in OVMF. The main target is AMD SEV feature and Intel TDX feature in OVMF package. The goal is to create a guidance for our futur
Hi I would like to raise the topic on a confidential computing support in OVMF. The main target is AMD SEV feature and Intel TDX feature in OVMF package. The goal is to create a guidance for our futur
|
By
Yao, Jiewen
·
|
|
[edk2-devel] RFC: EXT4 filesystem driver
3 messages
Hi Andrew, Marvin, RE: The package name: It doesn't sound like a bad idea to have something like a FileSystemPkg and have a bunch of different filesystems inside of it, but I'll defer to you and my me
Hi Andrew, Marvin, RE: The package name: It doesn't sound like a bad idea to have something like a FileSystemPkg and have a bunch of different filesystems inside of it, but I'll defer to you and my me
|
By
Pedro Falcato
·
|
|
RFC: EXT4 filesystem driver
By
Michael D Kinney
·
|
|
[edk2-devel] [edk2-rfc] RFC: EXT4 filesystem driver
I think the Terminal driver may have some similar logic to convert UTF-8 terminals to/from the UEFI UCS-2? https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/Console/TerminalDxe/Vtut
I think the Terminal driver may have some similar logic to convert UTF-8 terminals to/from the UEFI UCS-2? https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/Console/TerminalDxe/Vtut
|
By
Andrew Fish
·
|
|
回复: [edk2-rfc] RFC: EXT4 filesystem driver
> -----邮件原件----- > 发件人: rfc@edk2.groups.io <rfc@edk2.groups.io> 代表 Pedro Falcato > 发送时间: 2021年7月22日 7:12 > 收件人: devel@edk2.groups.io > 抄送: rfc@edk2.groups.io > 主题: [edk2-rfc] RFC: EXT4 filesystem driv
> -----邮件原件----- > 发件人: rfc@edk2.groups.io <rfc@edk2.groups.io> 代表 Pedro Falcato > 发送时间: 2021年7月22日 7:12 > 收件人: devel@edk2.groups.io > 抄送: rfc@edk2.groups.io > 主题: [edk2-rfc] RFC: EXT4 filesystem driv
|
By
gaoliming
·
|
|
RFC: EXT4 filesystem driver
EXT4 (fourth extended filesystem) is a filesystem developed for Linux that has been in wide use (desktops, servers, smartphones) since 2008. The Ext4Pkg implements the Simple File System Protocol for
EXT4 (fourth extended filesystem) is a filesystem developed for Linux that has been in wide use (desktops, servers, smartphones) since 2008. The Ext4Pkg implements the Simple File System Protocol for
|
By
Pedro Falcato
·
|