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 740D9AC1754 for ; Tue, 23 Jul 2024 18:01:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=8jOUmnidwW2vciGYJaUES2o2AhmcYS0xmzP0cIzkMMQ=; 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=1721757666; v=1; b=OBaHUJnmUpxlAS+ZYP3Prw5f4IodvkfMO0QIuDvRdSRtjAjByR85EmLr1LNK5QETPGdA2+Hp o6e1VH7MOBjLeDwyUbKP2gT3OB4O3v6pcvUWcK4vXzc00XNQ75y4xCE9+dVhPv3O82vgeFHwZae XQe0E5qNejPI3D5n3UUKEAG8XFZrlxNp6HKNyQP9GXl2t8pJrWCNU1VOE6/jCYZP120JVcxzNOD tnVO/RxazvVM0tZ/8rFP+WbvPond0OiFRCg1b1F0OBcAs1ey/i3VNEZ+NudvE5J0Xjos38j+Dzp CnPKu5yA/v6/omitr80nfW3K1Z/OPgZXXpMyOlLBl/Ttg== X-Received: by 127.0.0.2 with SMTP id t74oYY7687511xc1tndtR9ZS; Tue, 23 Jul 2024 11:01:05 -0700 X-Received: from mail-yb1-f202.google.com (mail-yb1-f202.google.com [209.85.219.202]) by mx.groups.io with SMTP id smtpd.web10.26125.1721573531743383772 for ; Sun, 21 Jul 2024 07:52:11 -0700 X-Received: by mail-yb1-f202.google.com with SMTP id 3f1490d57ef6-e03a694ba5aso7698243276.3 for ; Sun, 21 Jul 2024 07:52:11 -0700 (PDT) X-Gm-Message-State: xzcQvJmFe7fJhoJorBUh9Z3Hx7686176AA= X-Google-Smtp-Source: AGHT+IES1ZQgxLsEQXaBJvJts2i7l5IOzum6XgLlNmxAAeHPfCLx3lmTzP320prPYNahWuxDORV7ddec X-Received: from palermo.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:118a]) (user=ardb job=sendgmr) by 2002:a05:6902:70c:b0:e08:55d8:42b3 with SMTP id 3f1490d57ef6-e086fe45267mr12746276.3.1721573529975; Sun, 21 Jul 2024 07:52:09 -0700 (PDT) Date: Sun, 21 Jul 2024 16:51:53 +0200 In-Reply-To: <20240721145155.324900-1-ardb+git@google.com> Mime-Version: 1.0 References: <20240721145155.324900-1-ardb+git@google.com> Message-ID: <20240721145155.324900-3-ardb+git@google.com> Subject: [edk2-devel] [PATCH edk2-platforms 2/4] Platform/LoongArchQemu: Drop bogus EfiResetSystemLib resolutions From: "Ard Biesheuvel via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Oliver Smith-Denny , Rebecca Cran , Nhi Pham , Chuong Tran , 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, 23 Jul 2024 11:01:04 -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=OBaHUJnm; 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 LoongArchQemuPkg platforms do not include any drivers that depend on a resolution for EfiResetSystemLib, and the provided resolutions of that library class do not refer to libraries of the correct type anyway. So just drop the bogus resolutions entirely. Signed-off-by: Ard Biesheuvel --- Platform/Loongson/LoongArchQemuPkg/Loongson.dsc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc index 2304eec1b8be..4497260063a0 100644 --- a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc +++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc @@ -128,7 +128,6 @@ [LibraryClasses.common] IoLib | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf PlatformHookLib | Platform/Loongson/LoongArchQemuPkg/Library/Fdt16550SerialPortHookLib/Fdt16550SerialPortHookLib.inf SerialPortLib | MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf - EfiResetSystemLib | Platform/Loongson/LoongArchQemuPkg/Library/ResetSystemAcpiLib/BaseResetSystemAcpiGedLib.inf ResetSystemLib | Platform/Loongson/LoongArchQemuPkg/Library/ResetSystemAcpiLib/BaseResetSystemAcpiGedLib.inf UefiLib | MdePkg/Library/UefiLib/UefiLib.inf @@ -242,7 +241,6 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] RealTimeClockLib | Platform/Loongson/LoongArchQemuPkg/Library/LsRealTimeClockLib/LsRealTimeClockLib.inf VariablePolicyLib | MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf QemuFwCfgLib | Platform/Loongson/LoongArchQemuPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf - EfiResetSystemLib | Platform/Loongson/LoongArchQemuPkg/Library/ResetSystemAcpiLib/DxeResetSystemAcpiGedLib.inf ResetSystemLib | Platform/Loongson/LoongArchQemuPkg/Library/ResetSystemAcpiLib/DxeResetSystemAcpiGedLib.inf PciExpressLib | MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf !if $(TARGET) != RELEASE -- 2.45.2.1089.g2a221341d9-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120020): https://edk2.groups.io/g/devel/message/120020 Mute This Topic: https://groups.io/mt/107509602/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-