From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web11.15141.1591560563855386603 for ; Sun, 07 Jun 2020 13:09:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=b/1TzeRw; spf=pass (domain: nuviainc.com, ip: 209.85.128.65, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f65.google.com with SMTP id l17so2153214wmj.0 for ; Sun, 07 Jun 2020 13:09:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=pD2cjk2ot0OWxIt7kofWbQ2nTS/Cups6vDgmCyIFIGM=; b=b/1TzeRwqwWa6vi3ZE7v8eNUEIf0NKVGSqUT4cII/zVxQh0NBA0FWR05E2NeYexHkA /0Cl/tpk+iUnamuV/oDT4LVLcGiT9vY6XCllnCmQo8HIbEfKbUji5vl1IcHl7ROfBffk 7iAmLBVJIMh5h4g2Nv1GXKbTga5P0+XqFNNtJ4h9D+jo+uIh2BxnILval0AW1Aa02COq WVDA4OpgtjBu6BhN1gjgKmZ2uq9/C8V8euqSOSGOSqRCK1pBYY4c22/xUqmxf3V2CQr1 F6YrXvKz5Lie8LqFVKUMMip6Kn2a/7ZFKs+kClV+1LiYEX8reoKDaxrECkadGr8jq+A/ sbjA== 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:mime-version :content-transfer-encoding; bh=pD2cjk2ot0OWxIt7kofWbQ2nTS/Cups6vDgmCyIFIGM=; b=qtCnINX/kZVhBoj3cXADKe+LcSaHPTeL1TsCeeKNoTdwsBvDH9JSKtmO+2wBdb3Oru dIympmmEWHz0gHh1Hwp4eGZ3OHMDWFLNCI7p28dHa1Ss25Gxnvu5+DqiuRkhuwfizJ46 hBJj8A1fedUK/GbeZDB5D3zw/gUVGU9SEZtsO48sWq1bl0LkWMGWskGpNDwZZhJfHJhz QZeLWdcroWa6qb7jtPXqOe9Mys9bTX+TQR34pgGjkxcswZHLCrFaoXlswtTnpB5zKfdn Tp8Iyfw3N3H+2qdXxpNneJMXGhvieoOcGUN7ypQKSGn0ziOfPW7+Vx4u/ERq0rqKsSr2 Dr4Q== X-Gm-Message-State: AOAM5319JCnWi3R7zAVF/YQIwRk2WM2sm3eaJv1Amih1SP/j3n/RsmGH CB8c5nWt+S9Lc6QoDvQQrWIB9StdX7GjebBFuUkByXMP28q1YxwNUOKO4JnoX+96Rn8PB9wCtqp lxytJdUZ/Lh4jHbS3Dl3uaypdv3W2iR+7Ms+34zNlYHk94u+m66g5hAuSFJKd4ZU= X-Google-Smtp-Source: ABdhPJwAlGZhPiqSdvRRnVV0wVXnn8rkVBe/LSziUzWvETy9duDpgWxJ0gS6AwiqSuzWH3exXwzgaw== X-Received: by 2002:a7b:c951:: with SMTP id i17mr12675234wml.44.1591560562192; Sun, 07 Jun 2020 13:09:22 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id h18sm20677677wru.7.2020.06.07.13.09.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Jun 2020 13:09:21 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Michael Kubacki Subject: [PATCH 1/1] ArmPkg: only attempt buildin MmCommunicationDxe for AArch64 Date: Sun, 7 Jun 2020 21:09:20 +0100 Message-Id: <20200607200920.8204-1-leif@nuviainc.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Commit 045e4b84c18f ("ArmPkg/ArmPkg.dsc: Add missing components") adds some components to the ArmPkg.dsc build config, but it adds them to Components.common, and MmCommunicationDxe is AArch64 only. Move it to Components.AARCH64 to stop the ARM build breaking. Cc: Ard Biesheuvel Cc: Michael Kubacki Signed-off-by: Leif Lindholm --- ArmPkg/ArmPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index bac1306af61f..48059cf38ed3 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -145,8 +145,8 @@ [Components.common] ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf ArmPkg/Drivers/ArmScmiDxe/ArmScmiDxe.inf - ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf [Components.AARCH64] + ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf -- 2.20.1