|
[PATCH v3 1/1] pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1
From: Michael Kubacki <michael.kubacki@...>
Bumps [antlr4-python3-runtime](http://www.antlr.org)
from 4.7.1 to 4.11.1.
Original automated dependabot
From: Michael Kubacki <michael.kubacki@...>
Bumps [antlr4-python3-runtime](http://www.antlr.org)
from 4.7.1 to 4.11.1.
Original automated dependabot
|
By
Michael Kubacki
·
#96686
·
|
|
Re: [PATCH v2 1/1] pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1
Sure. Dependabot was added to find these old dependencies and keep the project on more current releases in the future.
Bob and Christine, I filed the following BZ to track your
Sure. Dependabot was added to find these old dependencies and keep the project on more current releases in the future.
Bob and Christine, I filed the following BZ to track your
|
By
Michael Kubacki
·
#96685
·
|
|
Re: [edk2-libc Patch 1/1] edk2-libc: migration of edk2module from chipsec repo
Hi Mike,
Thanks Mike for your feedback. I completely agree with your suggestions.
Having said that, the code in PR is an existing well tested code from Chipsec git repo and it was probably written
Hi Mike,
Thanks Mike for your feedback. I completely agree with your suggestions.
Having said that, the code in PR is an existing well tested code from Chipsec git repo and it was probably written
|
By
Jayaprakash, N
·
#96684
·
|
|
Re: [edk2-libc Patch 1/1] edk2-libc: migration of edk2module from chipsec repo
Hi JP,
Many of these APIs are already available from the MdePkg BaseLib, IoLib, and PciLib.
Why would we add custom ASM implementations of there here?
Why ASM and not NASM. edk2 projects have
Hi JP,
Many of these APIs are already available from the MdePkg BaseLib, IoLib, and PciLib.
Why would we add custom ASM implementations of there here?
Why ASM and not NASM. edk2 projects have
|
By
Michael D Kinney
·
#96683
·
|
|
Re: [PATCH v2 1/1] pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1
Hi Michael,
Dependabot did not pick up the change list between those two versions.
I think this is a link to the release notes that contains the change
list from 4.7.1.to 4.11.1.
Hi Michael,
Dependabot did not pick up the change list between those two versions.
I think this is a link to the release notes that contains the change
list from 4.7.1.to 4.11.1.
|
By
Michael D Kinney
·
#96682
·
|
|
[PATCH v2 1/1] pip: bump antlr4-python3-runtime from 4.7.1 to 4.11.1
From: Michael Kubacki <michael.kubacki@...>
Bumps [antlr4-python3-runtime](http://www.antlr.org)
from 4.7.1 to 4.11.1.
Original automated dependabot
From: Michael Kubacki <michael.kubacki@...>
Bumps [antlr4-python3-runtime](http://www.antlr.org)
from 4.7.1 to 4.11.1.
Original automated dependabot
|
By
Michael Kubacki
·
#96681
·
|
|
[PATCH edk2-platforms 2/3] Platform/ARM/JunoPkg: Override PcdTimerPeriod to be 10000
The PCD PcdTimerPeriod is used in TimerDxe to calculate how many ticks
to wait between timer interrupts. The default value of 100000 results
in waiting 10 ms, while the driver wants interrupts to
The PCD PcdTimerPeriod is used in TimerDxe to calculate how many ticks
to wait between timer interrupts. The default value of 100000 results
in waiting 10 ms, while the driver wants interrupts to
|
By
Rebecca Cran <quic_rcran@...>
·
#96680
·
|
|
[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
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
|
By
Rebecca Cran <quic_rcran@...>
·
#96679
·
|
|
[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 <quic_rcran@...>
·
#96678
·
|
|
[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
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
|
By
Rebecca Cran <quic_rcran@...>
·
#96677
·
|
|
[PATCH 1/1] EmbeddedPkg/MetronomeDxe: Update TickPeriod doc to remove mention of lower bound
There was previously a lower bound on the value of TickPeriod such that
it couldn't be less than 10 us. However, that was removed from the PI
Specification in the 1.0 errata released in 2007. From the
There was previously a lower bound on the value of TickPeriod such that
it couldn't be less than 10 us. However, that was removed from the PI
Specification in the 1.0 errata released in 2007. From the
|
By
Rebecca Cran <quic_rcran@...>
·
#96676
·
|
|
[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
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
|
By
Rebecca Cran <quic_rcran@...>
·
#96675
·
|
|
[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
- 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
|
By
Rebecca Cran <quic_rcran@...>
·
#96674
·
|
|
回复: [edk2-devel] [PATCH 1/1] BaseSynchronizationLib: Fix RISC-V helper name
Create PR https://github.com/tianocore/edk2/pull/3676 for this patch.
Create PR https://github.com/tianocore/edk2/pull/3676 for this patch.
|
By
gaoliming
·
#96673
·
|
|
Re: [PATCH v1] [PATCH v1] UefiCpuPkg: Check SMM Delayed/Blocked AP Count to decide all CPUs in SMI or not
The code change actually assumes the SmmRegSmmBlocked, SmmRegSmmDelayed
and SmmRegSmmEnable registers return the number of threads that are in
blocked, delayed or disabled state.
Can you provide
The code change actually assumes the SmmRegSmmBlocked, SmmRegSmmDelayed
and SmmRegSmmEnable registers return the number of threads that are in
blocked, delayed or disabled state.
Can you provide
|
By
Ni, Ray
·
#96672
·
|
|
[PATCH v1] [PATCH v1] UefiCpuPkg: Check SMM Delayed/Blocked AP Count to decide all CPUs in SMI or not
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4173
The blocked register might return the counter instead of bitvector. This request
is to update the code to handle the case by checking SMM
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4173
The blocked register might return the counter instead of bitvector. This request
is to update the code to handle the case by checking SMM
|
By
Wu, Jiaxin
·
#96671
·
|
|
[PATCH] ShellPkg: Multiple Coverity issues were found from EDK2 ShellPkg
Attached is the report for Coverity issues identified in ShellPkg based
on edk2-stable202205.
Cc: Sundaresan Selvaraj <sundaresans@...>
Cc: Arun k <arunk@...>
Cc: Sainadh N
Attached is the report for Coverity issues identified in ShellPkg based
on edk2-stable202205.
Cc: Sundaresan Selvaraj <sundaresans@...>
Cc: Arun k <arunk@...>
Cc: Sainadh N
|
By
Kalaivani P
·
#96669
·
|
|
回复: [edk2-devel] [PATCH 1/1] BaseSynchronizationLib: Fix RISC-V helper name
Reviewed-by: Liming Gao <gaoliming@...>
Reviewed-by: Liming Gao <gaoliming@...>
|
By
gaoliming
·
#96668
·
|
|
Re: 回复: [edk2-devel] 回复: [edk2-devel] FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner
Hi Gaoliming,
Link for Pull Request -> https://github.com/tianocore/edk2/pull/3656
Thanks,
Prakash K
Hi Gaoliming,
Link for Pull Request -> https://github.com/tianocore/edk2/pull/3656
Thanks,
Prakash K
|
By
Prakash K
·
#96667
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, November 29, 2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
Tuesday, November 29, 2022
6:30pm to 7:30pm
(UTC-08:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
Tuesday, November 29, 2022
6:30pm to 7:30pm
(UTC-08:00) America/Los
|
By
Group Notification <noreply@...>
·
#96666
·
|