summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@quicinc.com>2022-11-29 05:40:56 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-11-29 19:39:43 +0000
commit8aff08c817728092fda5707ae27cfa6321108980 (patch)
treedc0e6bd2f48a23104c43e088cce94e15e8d80cad /EmbeddedPkg
parentb92e0495221a3b298b069d9fb01e48fd2a0469f6 (diff)
downloadedk2-8aff08c817728092fda5707ae27cfa6321108980.tar.gz
edk2-8aff08c817728092fda5707ae27cfa6321108980.tar.bz2
edk2-8aff08c817728092fda5707ae27cfa6321108980.zip
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>
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r--EmbeddedPkg/MetronomeDxe/Metronome.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/EmbeddedPkg/MetronomeDxe/Metronome.c b/EmbeddedPkg/MetronomeDxe/Metronome.c
index a089231582..63db6d5139 100644
--- a/EmbeddedPkg/MetronomeDxe/Metronome.c
+++ b/EmbeddedPkg/MetronomeDxe/Metronome.c
@@ -43,10 +43,9 @@ WaitForTick (
@param TickPeriod
The period of platform's known time source in 100 nS units.
- This value on any platform must be at least 10 uS, and must not
- exceed 200 uS. The value in this field is a constant that must
- not be modified after the Metronome architectural protocol is
- installed. All consumers must treat this as a read-only field.
+ This value on any platform must not exceed 200 uS. The value in this field
+ is a constant that must not be modified after the Metronome architectural
+ protocol is installed. All consumers must treat this as a read-only field.
**/
EFI_METRONOME_ARCH_PROTOCOL gMetronome = {