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 3CADA740045 for ; Tue, 30 Jul 2024 15:08:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=yIEVsX37HU/hZ6kNTupx7pEXZjaK4GwFskY+bjLoGp4=; 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=1722352093; v=1; b=0LG7RLHMgEKJy7cbrkozSBHW6TMJAQbLe2OkEot3i1849WhLZYNICgsDMNRU/AJEQdxjqchF 3lfHww8Kzu2mLvb2KV70sr2h3UcWF0uhbF4DTlPaTwFnq8BZFES7UB6Bfq7o/71zQgR9eEcQXwA 7QYVE/8YYNKwSXF6AL04dYEJt7pjjmQpaJ41qn3b2CkqEgkbpVnpco0gfuw525TWr7cQQVfd59p /+wzxD5xLhvPeL+l2B54nuaZf4OIWm34o8F0gACnHQdDTcEBTD04/RA4cI1NJTh0bbLSsFON0od n2LVeGwoP8I46kcIZ7sF3lej1yty0wIUXNf2CSRu2gCYA== X-Received: by 127.0.0.2 with SMTP id 1lNJYY7687511xikMI2GMbV9; Tue, 30 Jul 2024 08:08:11 -0700 X-Received: from mail-yw1-f202.google.com (mail-yw1-f202.google.com [209.85.128.202]) by mx.groups.io with SMTP id smtpd.web11.31688.1721895935945023881 for ; Thu, 25 Jul 2024 01:25:36 -0700 X-Received: by mail-yw1-f202.google.com with SMTP id 00721157ae682-650b621f4cdso16139117b3.1 for ; Thu, 25 Jul 2024 01:25:35 -0700 (PDT) X-Gm-Message-State: m7bxxhhNWoPSWNnols9TloFQx7686176AA= X-Google-Smtp-Source: AGHT+IFalkvxnTGk+3nvYNqnNAgHo3YQtHcgBHd9XGesz1aKFIDswgq4/mp5Z/ejuE+t74Xol5ZEzxSv X-Received: from palermo.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:118a]) (user=ardb job=sendgmr) by 2002:a81:b04d:0:b0:62f:f535:f37 with SMTP id 00721157ae682-675aedcaf69mr90597b3.0.1721895935002; Thu, 25 Jul 2024 01:25:35 -0700 (PDT) Date: Thu, 25 Jul 2024 10:25:02 +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-12-ardb+git@google.com> Subject: [edk2-devel] [PATCH edk2-platforms 11/11] Silicon/Phytium: Switch to generic ArmPsciResetSystemLib From: "Ard Biesheuvel via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Peng Xie , Ling Jia , Yiqi Shu 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=0LG7RLHM; 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: Peng Xie Cc: Ling Jia Cc: Yiqi Shu Signed-off-by: Ard Biesheuvel --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc index 514d7772980a..78612d933ba7 100644 --- a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc +++ b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc @@ -185,7 +185,8 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf [LibraryClasses.AARCH64.DXE_RUNTIME_DRIVER] - ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf + ResetSystemLib|ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf + ArmMonitorLib|ArmPkg/Library/ArmMonitorLib/ArmMonitorLib.inf [LibraryClasses.ARM, LibraryClasses.AARCH64] NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf -- 2.46.0.rc1.232.g9752f9e123-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120093): https://edk2.groups.io/g/devel/message/120093 Mute This Topic: https://groups.io/mt/107628957/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-