From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mx.groups.io with SMTP id smtpd.web08.15320.1621230691515676410 for ; Sun, 16 May 2021 22:51:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=uilFaSJP; spf=pass (domain: linaro.org, ip: 209.85.221.52, mailfrom: etienne.carriere@linaro.org) Received: by mail-wr1-f52.google.com with SMTP id x8so4985185wrq.9 for ; Sun, 16 May 2021 22:51:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dDzbcirWr7eM7pefrikOfCSleNJyzlmVbFGSiMze/CM=; b=uilFaSJPVMju2/cw33Atro9Xj2UgAanH9GZ4QWAxz17ZTMhJalhtujgU4ypEbYUe20 VEPNGwHdANKwDFWlfEqyfvW9C6EaBCJHjSfNGSTuzl3rsvUAWisMxPXc+p67KUE9J0In ggCH26Lhhocl4B/+Z/GsvEazPT3tv7eCgwc6fUhcCzbbhq970dUBb43L1UfIVfIuC4X0 7PAlyb8FTgeDl3AI9cKDn6VqYB+sh6Pm/pm8FHQwbw41CSU2PtkcDUZYvcALRJIyX6t+ BAP03gIqwUbK1AB0Q1hTDbT3wT1OnFLhgxjliS5rZAEjT808n/eIk9q09FbZXW3E+Xz7 Slqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=dDzbcirWr7eM7pefrikOfCSleNJyzlmVbFGSiMze/CM=; b=nev7a9Brr/KIt0MgS33ijTxxBJwByd0/EKGRwtuIVwpe0MUtd5CvK0kNouWtGCzeq5 dLRfC5RdDnx8ad4qlhIE2mtVNyR4FR5RnxworRb1lFB8fFNAUkHGAk271km2qrEgv1vd bO4+yr5ERJaGKXJYo46/wtZBNjQgKQ8TKHlOg7ntQAZLnCiGc3oV1TAcBbDTzQHYRL4+ oGAfrbTJLKL6JBxILS0je0P2cR3BW9YnRLMOINN3TK+KjfYNxyD9BiAySJpzn9YZ0c1Y dz7OE/jOB9nBV6HPSs67QQkKbHdJGT8YRHCmUDD4fcpWUBD7TmHNJRfDL8PWUi15HL7h d/Hg== X-Gm-Message-State: AOAM532O0rGlruF/cyEjB79OwkG6nsBTF0NiDA0TEXQmJXBmCNbShcSU H2NLCkSMxLptDlnF5HL4iaFtwmWUQp6hvpKw X-Google-Smtp-Source: ABdhPJzjTu/yjWNWpFW4vJJJRmZ/Mcv4nB+ynl+sN5E17Dz8iavM5xo3x9wSK/Z3wXuRcLE+xpJUsw== X-Received: by 2002:adf:e4c4:: with SMTP id v4mr29690868wrm.346.1621230690054; Sun, 16 May 2021 22:51:30 -0700 (PDT) Return-Path: Received: from lmecxl0524.lme.st.com (2a01cb058b850800452ff0effb46d5f4.ipv6.abo.wanadoo.fr. [2a01:cb05:8b85:800:452f:f0ef:fb46:d5f4]) by smtp.gmail.com with ESMTPSA id a23sm82660wrc.22.2021.05.16.22.51.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 May 2021 22:51:29 -0700 (PDT) From: "Etienne Carriere" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Ilias Apalodimas , Leif Lindholm , Sami Mujawar , Sughosh Ganu , Thomas Abraham , Etienne Carriere Subject: [edk2-platforms][PATCH v2 2/6] Platform/Socionext/DeveloperBox: sync with edk2 StandaloneMmCpu path change Date: Mon, 17 May 2021 07:50:43 +0200 Message-Id: <20210517055047.30814-2-etienne.carriere@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210517055047.30814-1-etienne.carriere@linaro.org> References: <20210517055047.30814-1-etienne.carriere@linaro.org> Synchronize with edk2 package where StandaloneMmCpu component has moved from StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf to StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf Cc: Ard Biesheuvel Cc: Ilias Apalodimas Cc: Leif Lindholm Cc: Sami Mujawar Cc: Sughosh Ganu Cc: Thomas Abraham Signed-off-by: Etienne Carriere --- Changes since v1: - split change in 3: this change relates to DeveloperBox only. --- Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc | 2 +- Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc b/Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc index e078de4bbb..b5524f87a6 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc @@ -80,7 +80,7 @@ gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x2 } - StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf + StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/Fip006StandaloneMm.inf MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf { diff --git a/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf b/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf index 33de03c8e7..89453477c9 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf +++ b/Platform/Socionext/DeveloperBox/DeveloperBoxMm.fdf @@ -111,7 +111,7 @@ READ_LOCK_STATUS = TRUE INF Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/Fip006StandaloneMm.inf INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf - INF StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf + INF StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf ################################################################################ # -- 2.17.1