From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mx.groups.io with SMTP id smtpd.web08.1019.1639692512160041891 for ; Thu, 16 Dec 2021 14:08:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=tKS6160x; spf=pass (domain: nuviainc.com, ip: 209.85.210.179, mailfrom: rebecca@nuviainc.com) Received: by mail-pf1-f179.google.com with SMTP id x131so501991pfc.12 for ; Thu, 16 Dec 2021 14:08:32 -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=ys+/CLgPhYQgiFcUoWQNlu9ppK9tXCDqNQlTgkjVaGo=; b=tKS6160xVB0JgG9b8oZhQZmHOPYl8MC9QqPn2NkWewIBnVnJDP+/fmWh9wYKg1sfMf Q5JGBvRE9VykH5T0YBC/emNxaBIo9YM0GcvS/K+BdSrClF0BMKpmiKBevAfP6z0vTShg 0N6ltXrrh+xcUmT/bCKU7B+MxwOKNr83eo1P6C1PPLeXEE4EiPRaB/jYb8I4sji51jgb gJ1KkG0F6a8vKj6WnxeSbvVizLdkJWYEmoK4Z/sKBOJSj7O2ip8PZrJmijS7YNvE7440 ei9a5I9+rHJ5aiYz/J1T0Y9nzkO2/46xwV0IlZZge4VJW509TQOPVzlGZE8aiWc1NTyM P3nA== 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=ys+/CLgPhYQgiFcUoWQNlu9ppK9tXCDqNQlTgkjVaGo=; b=g15lJhNiDNSmYvhkDyL23kmL8H7uYE91KC9PBcaPU2kzKCbSWZYBpAY2FlkXE6c0YS Sr0JJ6iHwamFcX5qHQgdfBfi1ICQfXUYVEe3q2zkd9Zv5VHFX0hMcoChostwfaGcNlHZ QpbBf0eCLjUKsOmtZZPZkBrNtPbEIq04mTgXND6bs2Xh/HOCGdoCK9Tnlijic3k/Qo+R up9q3y4gbIoPuOwDB8R1nyK82kMOR7Wxs6kAkzg1hNTN/5artd3CSoGli2KbtYDNrOPR mZQThYcICLYFZMTpLnBF+quqBRz0EpEowjE171JJrGAtClbfbmNXKWX749KuLn0YWowH daxg== X-Gm-Message-State: AOAM531QfljDHVk8fL2jobKerIji7ZuHyQoFBcOxjmlwDVXOLLbKGAs/ EotLriQzO3P+ibfPpCixZ2mlqC6v8VGXLlHffHWeFU6jjAex/Q743+F1S3Pj3Yns7xgNx3Jke7i hdl/siBXOS5lEcgg9VkRuL4QhjQnYpdhG3bM14RWBWdZ5R0GkI3DOBy9LCF2xMILQ706rpg== X-Google-Smtp-Source: ABdhPJyglSPnaW9F8ATC+GdfAODzllDqQSEiqIdXkb5yYF9iQ8lyWtDTzty1uaj+ybjb5nTTNfeQGQ== X-Received: by 2002:a05:6a00:1ac7:b0:4ad:59c4:2d80 with SMTP id f7-20020a056a001ac700b004ad59c42d80mr16024745pfv.1.1639692511411; Thu, 16 Dec 2021 14:08:31 -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.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 14:08:31 -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 11/17] Platform/RaspberryPi: Add instance of MpInitLib to RPi3.dsc and RPi4.dsc Date: Thu, 16 Dec 2021 15:07:54 -0700 Message-Id: <20211216220800.9628-12-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/RaspberryPi/RPi3/RPi3.dsc | 1 + Platform/RaspberryPi/RPi4/RPi4.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc index 6ab5d1ae6d4d..d39491c63bd2 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -201,6 +201,7 @@ SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf + MpInitLib|ArmPkg/Library/MpInitLib/DxeMpInitLib.inf !if $(INCLUDE_TFTP_COMMAND) == TRUE ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc index 44ed60ab2f68..054607258e18 100644 --- a/Platform/RaspberryPi/RPi4/RPi4.dsc +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc @@ -209,6 +209,7 @@ SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf + MpInitLib|ArmPkg/Library/MpInitLib/DxeMpInitLib.inf !if $(INCLUDE_TFTP_COMMAND) == TRUE ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf -- 2.31.1