]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg/MetronomeDxe: Update outdated lower bound comment
authorRebecca Cran <rebecca@quicinc.com>
Tue, 29 Nov 2022 12:40:56 +0000 (05:40 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 29 Nov 2022 19:39:43 +0000 (19:39 +0000)
commit8aff08c817728092fda5707ae27cfa6321108980
treedc0e6bd2f48a23104c43e088cce94e15e8d80cad
parentb92e0495221a3b298b069d9fb01e48fd2a0469f6
EmbeddedPkg/MetronomeDxe: Update outdated lower bound comment

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 revision
history:

"M171 Remove 10 us lower bound restriction for the TickPeriod in the
Metronome"

Update the documentation of TickPeriod in MetronomeDxe/Metronome.c to
remove mention of the lower bound.

Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
EmbeddedPkg/MetronomeDxe/Metronome.c