]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg: Package dependency for MC146818 RTC
authorSami Mujawar <sami.mujawar@arm.com>
Fri, 2 Oct 2020 21:14:06 +0000 (22:14 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 16 Oct 2020 17:21:04 +0000 (17:21 +0000)
Kvmtool emulates a MC146818 RTC controller in the
MMIO space. To support this the MC146818 RTC driver
PcatRealTimeClockRuntimeDxe has been updated to
support MMIO accesses. PCDs for RTC Index and
Target register base addresses in the MMIO space
have been introduced. The KvmtoolRtcFdtClientLib
reads the MC146818 RTC MMIO base address region
from the Kvmtool device tree and updates the
Index and Target register PCDs.

As these PCDs are defined in PcAtChipsetPkg.dec,
this patch updates the CI script to add this
dependency.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Acked-by: Ard Biesheuvel <Ard.Biesheuvel@arm.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/ArmVirtPkg.ci.yaml

index 8b2c0305c1756d9048ab4df316c3eba79a0ad2a4..bc44e95952e105876680247b97982a7c6d36b1a5 100644 (file)
@@ -6,6 +6,8 @@
 #\r
 # Copyright (c) Microsoft Corporation\r
 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2020, ARM Limited. All rights reserved.\r
+#\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 {\r
@@ -50,6 +52,7 @@
             "OvmfPkg/OvmfPkg.dec",\r
             "EmbeddedPkg/EmbeddedPkg.dec",\r
             "ArmPlatformPkg/ArmPlatformPkg.dec",\r
+            "PcAtChipsetPkg/PcAtChipsetPkg.dec",\r
             "SecurityPkg/SecurityPkg.dec",\r
             "ShellPkg/ShellPkg.dec"  #Is this ok?\r
         ],\r