From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by mx.groups.io with SMTP id smtpd.web12.999.1639692497327409843 for ; Thu, 16 Dec 2021 14:08:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=cgfOm33F; spf=pass (domain: nuviainc.com, ip: 209.85.210.172, mailfrom: rebecca@nuviainc.com) Received: by mail-pf1-f172.google.com with SMTP id f11so513602pfc.9 for ; Thu, 16 Dec 2021 14:08:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=TVjx+xv4+F3aEAkkuuJsbYbkLtCjRBR4lV1EP3hWK3U=; b=cgfOm33Fr+fgS3/v8Jri/gFGh1SjTjLT+q4HjOCg2YFo2NDMw+FQDpg9GrLA5LapZv VsPTju4iTiQsMsUgpm33Z44vaOCEF4MiXpG53hjh5tFPih5OSGDLhA6eXFJhegIdd0XQ jhHTHQIBCJpV9UZzUgOR8QHGh904OCnepnKw1K8YWX4YTnU3rJtRm1MbWIez2c3d0B73 iy7sCgx50j8O+j7tVUEFUVYbpppX7Nze0hNzmPx5MZ0jPo8gmnR/NT76GCjLTidZ9/tB wjD0i96IEww+vlbFwWc2R4C2zKrKzBJw7mlOQ85xtnBjhTETg+9ufQV58aId5aW0dZPC mPTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TVjx+xv4+F3aEAkkuuJsbYbkLtCjRBR4lV1EP3hWK3U=; b=daKPo1PzIzIW5YghLCsnqlTCXQJVR4gQuBrKn6sSJdmOswT5k3+s5M5WFTsPe7JpLp dm+XNVPUNJ/QvVa+ZBXBcfjCn3nvO6Z/ATMBpum2IPCTvpT1zAedVotIpgKSnhwPDWfG NyR3crFB/6elZa5fTyaZdefEM5q0rZGRl/G86dgRwf5oVfpY5chDKtFrn8z5VzG6LhSE DpbN4jtTSq50FlEzZWuMtlXCJIblNEv+oGxnies7ZQDN2lC8Zs8TRlUoBViaYhS7/Y2k rXyqgBhQnw22z6uo5KamUNNuIzYgbeDsS6GV9jAeFshuums4fFhFg8RKWkSus09XFqE0 /0qA== X-Gm-Message-State: AOAM531ZDltWByN9aHVx+v3hl3I1RybK+r/2p5UMYnnPr3bpayAAxdUs xToXamUn+3ggkxNub24NiAupWivSOj6s4R3iNJ4tmtdAhcmmjW1KLas567FRPQvLBuUCJZ3bMxt UzAgyGTrYcR5apbD/8h7s8uavbyI3A+Gira5HszHR193izxiHxHJy9VsltEgDWnbQ02KQNA== X-Google-Smtp-Source: ABdhPJzhlPQrma3aY/6TD9f8dWo4bDBAFb7LjphOeBiwJl2Zp+aEvwk8YpQhF/DBcCJ/Up9umgpn6g== X-Received: by 2002:a62:1c0f:0:b0:4a3:4f16:89de with SMTP id c15-20020a621c0f000000b004a34f1689demr56985pfc.22.1639692489737; Thu, 16 Dec 2021 14:08:09 -0800 (PST) Return-Path: Received: from linbox.ba.nuviainc.com ([2601:681:4300:69e:9e7b:efff:fe2b:884c]) by smtp.gmail.com with ESMTPSA id 32sm5982619pgs.48.2021.12.16.14.08.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 14:08:08 -0800 (PST) From: "Rebecca Cran" To: devel@edk2.groups.io, Ard Biesheuvel , Samer El-Haj-Mahmoud , Leif Lindholm , Sami Mujawar , Wenyi Xie , Peng Xie , Ling Jia , Yiqi Shu , Nhi Pham , Vu Nguyen , Thang Nguyen , Chuong Tran , Pete Batard , Masami Hiramatsu , Graeme Gregory , Radoslaw Biernacki , Marcin Wojtas Cc: Rebecca Cran Subject: [PATCH v2 02/17] Platform/Socionext: Add instance of MpInitLib Date: Thu, 16 Dec 2021 15:07:45 -0700 Message-Id: <20211216220800.9628-3-rebecca@nuviainc.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211216220800.9628-1-rebecca@nuviainc.com> References: <20211216220800.9628-1-rebecca@nuviainc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit MpInitLib is now required for all users of ArmPkg/Drivers/CpuDxe. Add ArmPkg/Library/MpInitLib/DxeMpInitLib.inf . Signed-off-by: Rebecca Cran --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index 8419c89318fb..0abf954e6e2e 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -106,6 +106,7 @@ FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf + MpInitLib|ArmPkg/Library/MpInitLib/DxeMpInitLib.inf # # Firmware update diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc index e5315897624b..272e632194e5 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc @@ -164,6 +164,7 @@ FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf + MpInitLib|ArmPkg/Library/MpInitLib/DxeMpInitLib.inf # # Firmware update -- 2.31.1