|
[PATCH edk2-platforms 3/3] Platform/ARM/JunoPkg: Set PcdArmArchTimerFreqInHz to 0 to read from CNTFRQ_EL0
If PcdArmArchTimerFreqInHz is zero, the value of the timer frequency will be read from CNTFRQ_EL0. Avoid hard-coding the value in ArmJuno.dsc and instead let the ArmArchTimerLib driver read it from th
If PcdArmArchTimerFreqInHz is zero, the value of the timer frequency will be read from CNTFRQ_EL0. Avoid hard-coding the value in ArmJuno.dsc and instead let the ArmArchTimerLib driver read it from th
|
By
Rebecca Cran
·
|
|
[PATCH edk2-platforms 1/3] Platform/ARM/JunoPkg: Switch to MdeModulePkg/Universal/Metronome driver
The MetronomeDxe driver uses the PCD PcdMetronomeTickPeriod to calculate how many ticks to wait in MicroSecondDelay. Given that the timer clock on Juno runs at 50 MHz, it ticks every 20 ns; therefore,
The MetronomeDxe driver uses the PCD PcdMetronomeTickPeriod to calculate how many ticks to wait in MicroSecondDelay. Given that the timer clock on Juno runs at 50 MHz, it ticks every 20 ns; therefore,
|
By
Rebecca Cran
·
|
|
[PATCH edk2-platforms 0/3] Platform/ARM/JunoPkg: Timer fixes
The use of the EmbeddedPkg/MetronomeDxe driver on Juno can cause problems with drivers that use gBS->Stall, since it takes 10x longer than requested. For example requesting a timeout of 1 ms when doin
The use of the EmbeddedPkg/MetronomeDxe driver on Juno can cause problems with drivers that use gBS->Stall, since it takes 10x longer than requested. For example requesting a timeout of 1 ms when doin
|
By
Rebecca Cran
·
|
|
[PATCH 1/1] MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h
Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h by adding a missing 'R'. Signed-off-by: Rebecca Cran <rebecca@...> --- MdePkg/Include/Protocol/UsbIo.h | 4 ++-- 1 file changed, 2 insertions(+), 2
Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h by adding a missing 'R'. Signed-off-by: Rebecca Cran <rebecca@...> --- MdePkg/Include/Protocol/UsbIo.h | 4 ++-- 1 file changed, 2 insertions(+), 2
|
By
Rebecca Cran
·
|
|
[PATCH 1/1] MdePkg: Fix typos and spacing in Library/PerformanceLib.h
- Fix typos of "disable". - Fix typos of "performance". - Fix missing spaces. - Use comma instead of period when the sentence continues on the next line. - Fix typo of "PERF_CORE_LOAD_IMAGE". Signed-o
- Fix typos of "disable". - Fix typos of "performance". - Fix missing spaces. - Use comma instead of period when the sentence continues on the next line. - Fix typo of "PERF_CORE_LOAD_IMAGE". Signed-o
|
By
Rebecca Cran
·
|
|
回复: [edk2-devel] [PATCH 1/1] BaseSynchronizationLib: Fix RISC-V helper name
Create PR https://github.com/tianocore/edk2/pull/3676 for this patch. > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming via > groups.io > 发送时间: 2022年11月29日 13:45 > 收件人:
Create PR https://github.com/tianocore/edk2/pull/3676 for this patch. > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming via > groups.io > 发送时间: 2022年11月29日 13:45 > 收件人:
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH 1/1] BaseSynchronizationLib: Fix RISC-V helper name
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Sunil V L > 发送时间: 2022年11月11日 19:21 > 收件人: devel@edk2.groups.io > 抄送: Abner Chang <abner.
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Sunil V L > 发送时间: 2022年11月11日 19:21 > 收件人: devel@edk2.groups.io > 抄送: Abner Chang <abner.
|
By
gaoliming
·
|
|
On RPi4 and Juno, gBS->Stall(1) takes 10us and 100us respectively
3 messages
I've been doing some work on USB and ended up realizing that gBS->Stall(1) is taking much longer than it should: on my Juno R2 it's stalling for 100 us, while on my Raspberry Pi 4 it's 10 us. This app
I've been doing some work on USB and ended up realizing that gBS->Stall(1) is taking much longer than it should: on my Juno R2 it's stalling for 100 us, while on my Raspberry Pi 4 it's 10 us. This app
|
By
Rebecca Cran
·
|
|
Now: Tools, CI, Code base construction meeting series - Monday, November 28, 2022
#cal-notice
Tools, CI, Code base construction meeting series When: Monday, November 28, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 View Event D
Tools, CI, Code base construction meeting series When: Monday, November 28, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 View Event D
|
By
Group Notification
·
|
|
Event: Tools, CI, Code base construction meeting series - Monday, November 28, 2022
2 messages
#cal-reminder
Reminder: Tools, CI, Code base construction meeting series When: Monday, November 28, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 Vi
Reminder: Tools, CI, Code base construction meeting series When: Monday, November 28, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 Vi
|
By
Group Notification
·
|
|
[PATCH v6 0/5] CI: Use Fedora 35 container for Linux jobs
2 messages
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom containers. The container image provides the required compiler toolchains and Qemu for the supported architectures. These are then no lo
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom containers. The container image provides the required compiler toolchains and Qemu for the supported architectures. These are then no lo
|
By
Oliver Steffen
·
|
|
[PATCH v1 10/12] UefiCpuPkg: Fix conditionally uninitialized variables
6 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Eric Dong <eric.dong@...> Cc: Erich McMillan <emcmillan@...> Cc: Michae
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Eric Dong <eric.dong@...> Cc: Erich McMillan <emcmillan@...> Cc: Michae
|
By
Michael Kubacki
·
|
|
[PATCH v6 5/5] BaseTools: Remove ext. gcc dependencies (Linux only)
3 messages
Remove BaseTools/Bin/gcc*_linux_ext_dep.yaml to stop downloading gcc from external locations; use the toolchains provided by the container image instead. The image needs to set the GCC5_*_PREFIX accor
Remove BaseTools/Bin/gcc*_linux_ext_dep.yaml to stop downloading gcc from external locations; use the toolchains provided by the container image instead. The image needs to set the GCC5_*_PREFIX accor
|
By
Oliver Steffen
·
|
|
[edk2-platforms][PATCH V1 1/1] Silicon/ARM/NeoverseN1Soc: Update CCIX PNP ID
2 messages
There is no need for a separate ID for CCIX host bridge, therefore reusing PCIe PNP ID for CCIX. Also, updating the file's license to resolve error during ECC checks. Signed-off-by: sahil <sahil@...>
There is no need for a separate ID for CCIX host bridge, therefore reusing PCIe PNP ID for CCIX. Also, updating the file's license to resolve error during ECC checks. Signed-off-by: sahil <sahil@...>
|
By
sahil@...
·
|
|
[PATCH 2/3] OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI
Hi all, Could you please help to review this patch? Thanks a lot! Thanks, Dun
Hi all, Could you please help to review this patch? Thanks a lot! Thanks, Dun
|
By
duntan
·
|
|
[PATCH v2 0/3] Enable support for terminal resize
2 messages
This is re-submission of original patches written by Laszlo Ersek. When mode will be changed in the EFI - xterm resolution will change too. Tested with xterm, Gnome terminal and XFCE4 terminal. Laszlo
This is re-submission of original patches written by Laszlo Ersek. When mode will be changed in the EFI - xterm resolution will change too. Tested with xterm, Gnome terminal and XFCE4 terminal. Laszlo
|
By
Paweł Poławski
·
|
|
[PATCH v2 3/3] ArmVirtPkg: take PcdResizeXterm from the QEMU command line
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
|
By
Paweł Poławski
·
|
|
[PATCH v2 2/3] OvmfPkg: take PcdResizeXterm from the QEMU command line
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
|
By
Paweł Poławski
·
|
|
[PATCH v2 1/3] MdeModulePkg: TerminalDxe: set xterm resolution on mode change
From: Laszlo Ersek <lersek@...> Allow TerminalDxe outputs an XTerm resize sequence on terminal mode change Reference: <http://rtfm.etla.org/xterm/ctlseq.html> Signed-off-by: Laszlo Ersek <lersek@...>
From: Laszlo Ersek <lersek@...> Allow TerminalDxe outputs an XTerm resize sequence on terminal mode change Reference: <http://rtfm.etla.org/xterm/ctlseq.html> Signed-off-by: Laszlo Ersek <lersek@...>
|
By
Paweł Poławski
·
|
|
[PATCH] SecurityPkg: check return value of GetEfiGlobalVariable2() in DxeImageVerificationHandler()
Fixes: CVE-2019-14560 GetEfiGlobalVariable2() is used in some instances when looking up the SecureBoot UEFI variable. The API can fail in certain circumstances, for example, if AllocatePool() fails or
Fixes: CVE-2019-14560 GetEfiGlobalVariable2() is used in some instances when looking up the SecureBoot UEFI variable. The API can fail in certain circumstances, for example, if AllocatePool() fails or
|
By
Jon Maloy
·
|