From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 795BB740041 for ; Tue, 30 Jul 2024 15:08:07 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=E8nquj0Ct4QnnhuhODUChOgLsqxd/8HDWbuNf/WVGHk=; c=relaxed/simple; d=groups.io; h=Date:In-Reply-To:Mime-Version:References:Message-ID:Subject:From:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1722352087; v=1; b=27Sl/ws72gZlBzkxUndkdwDWxdEscfkKrDTAG3BV1kww4u3kNv7sbY4uMRBj5jBdkJSWUdZg VfZoTZosAWPMkOBOXBw9/ZLI1Fr4bAU3RBZ3RLc0MmjZqZy8hP2QTFCufFF4sPToWGKMt4qXMKy XLinCHH8O1K6a3QdIn3IzGXAOxVqyu8f6TCKlvgyRnRl+JOB55VQCgVGO0J6B0mYo5RrE4Od/JG bipMEi6L0IWH1/UnmQygrOa6ZhERZz5Boc8l8Bm5URmQb9KYe9k1AFZT94GBa8bB98ZAAzgN8DO 3uXxnq4jozj2nqDOfgSJzvzTZbJgomBKaANeSqNPi9Udg== X-Received: by 127.0.0.2 with SMTP id CWcmYY7687511xSaMW8m3EJX; Tue, 30 Jul 2024 08:08:05 -0700 X-Received: from mail-wm1-f74.google.com (mail-wm1-f74.google.com [209.85.128.74]) by mx.groups.io with SMTP id smtpd.web10.31655.1721895931715581151 for ; Thu, 25 Jul 2024 01:25:32 -0700 X-Received: by mail-wm1-f74.google.com with SMTP id 5b1f17b1804b1-42807f32fbbso1762535e9.0 for ; Thu, 25 Jul 2024 01:25:31 -0700 (PDT) X-Gm-Message-State: oPdiXKInHGI5AZSmpLicziS5x7686176AA= X-Google-Smtp-Source: AGHT+IGpMT+nONzdEujseiViWy15knKLv3CMFJuufs2XXfEdNjJOYPHTbVc5O8x00MBqj0gBtywSkTS3 X-Received: from palermo.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:118a]) (user=ardb job=sendgmr) by 2002:a05:600c:c07:b0:427:fc9c:1af1 with SMTP id 5b1f17b1804b1-42806cc2979mr30085e9.0.1721895930141; Thu, 25 Jul 2024 01:25:30 -0700 (PDT) Date: Thu, 25 Jul 2024 10:25:00 +0200 In-Reply-To: <20240725082502.1566409-1-ardb+git@google.com> Mime-Version: 1.0 References: <20240725082502.1566409-1-ardb+git@google.com> Message-ID: <20240725082502.1566409-10-ardb+git@google.com> Subject: [edk2-devel] [PATCH edk2-platforms 09/11] Silicon/Armada7k8k: Switch to generic ArmPsciResetSystemLib From: "Ard Biesheuvel via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Marcin Wojtas , Narinder Dhillon Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 30 Jul 2024 08:07:57 -0700 Resent-From: ardb+git@google.com Reply-To: devel@edk2.groups.io,ardb+git@google.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="27Sl/ws7"; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Ard Biesheuvel The PSCI reset libraries in ArmPkg are being consolidated into a single one to reduce the maintenance burden of having multiple libraries doing the same thing in a slightly different way. Move this platform to the generic ArmPsciResetSystemLib, and drop the dependency on ArmSmcPsciResetSystemLib, which is deprecated and will be removed. Cc: Marcin Wojtas Cc: Narinder Dhillon Signed-off-by: Ard Biesheuvel --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc index ab719f360eda..362b25373490 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -97,7 +97,8 @@ [LibraryClasses.common] # Reset and Time libraries TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf RealTimeClockLib|Silicon/Marvell/Armada7k8k/Library/RealTimeClockLib/RealTimeClockLib.inf - ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf + ResetSystemLib|ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf + ArmMonitorLib|ArmPkg/Library/ArmMonitorLib/ArmMonitorLib.inf # These libraries are used by the dynamic EFI Shell commands ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf -- 2.46.0.rc1.232.g9752f9e123-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120091): https://edk2.groups.io/g/devel/message/120091 Mute This Topic: https://groups.io/mt/107628955/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-