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.muja...@arm.com> Acked-by: Ard Biesheuvel <ard.biesheu...@arm.com> --- Notes: v5: - Resolved conflict in ArmVirtPkg/ArmVirtPkg.ci.yaml [Sami] file header message after re-basing with master. Ref: https://edk2.groups.io/g/devel/message/62151 v4: - No code changes, resending patch with v4 series. [Sami] Ref: https://edk2.groups.io/g/devel/message/61724 ArmVirtPkg/ArmVirtPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml index 8b2c0305c1756d9048ab4df316c3eba79a0ad2a4..bc44e95952e105876680247b97982a7c6d36b1a5 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -6,6 +6,8 @@ # # Copyright (c) Microsoft Corporation # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2020, ARM Limited. All rights reserved. +# # SPDX-License-Identifier: BSD-2-Clause-Patent ## { @@ -50,6 +52,7 @@ "OvmfPkg/OvmfPkg.dec", "EmbeddedPkg/EmbeddedPkg.dec", "ArmPlatformPkg/ArmPlatformPkg.dec", + "PcAtChipsetPkg/PcAtChipsetPkg.dec", "SecurityPkg/SecurityPkg.dec", "ShellPkg/ShellPkg.dec" #Is this ok? ], -- 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#65864): https://edk2.groups.io/g/devel/message/65864 Mute This Topic: https://groups.io/mt/77270956/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-