From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::342; helo=mail-wm1-x342.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 59AB321B02822 for ; Mon, 4 Feb 2019 09:13:36 -0800 (PST) Received: by mail-wm1-x342.google.com with SMTP id a62so677597wmh.4 for ; Mon, 04 Feb 2019 09:13:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=HUVU61eLw/cYh7RZ8av3e9xmA/VGD3nwv88g+tj7OfE=; b=Loxw1GKl7dzJv4ryTdulfzN9Hael6g2ORuXaoHFRLO6FlW75a/7+3ixW6q8ueAE+TJ p1O7Gz1UAym8LENm6zNVd6GL6yhAsXoTTmEsQPctas90iQbi0XfQfSK3hoMmEzd/q4V2 dQhOHJEJog+X1r7c6vPiNXCPYPVEOzcklJ324= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=HUVU61eLw/cYh7RZ8av3e9xmA/VGD3nwv88g+tj7OfE=; b=PVi0GFjsOuWhOBmSPwc/i/tmS/hd/yMMl7fjq/I8efPp3i1+KQ9akzYiomqppmOw8W n3skeWc1eP0w3d7moLkHR0w9K+s9FWPw+NU9wr9aPWN6WYMTZ69mlDGhprCOMCJ2ptGu M+bBMLLPavvpmWrAHxhKSlTpkaWumFcAHib6uygD7oPAv02u3y2iXIoVgpmuuZhcMeGr a2IepwfZlYvPBTd7le8rG5QUFk3mYuYHPDUVGe7njoxr5XLig99bRwTHuuYCnTUAvn7I L9nWjCOT/u6ffRbsbkQqDmFDOLDp+J1LsSKKxQYGGa3ELlpe8U7iNR92aBC3MghN6Wbc BF/A== X-Gm-Message-State: AHQUAubdFa/sgS3ryXcbCMRaQ7no5aq4Db7EOt9Zb+YAgkguCnOSVS29 aKznUJ10heEjHpkz8FtprqHMt6NBBcr40g== X-Google-Smtp-Source: AHgI3IZppGrV7uKhBZGMQ2Gfr218ufx2XCCdoQVN9E230TDcRArXh5LU8EyS/VH3J3GvEqmOQyayyA== X-Received: by 2002:a1c:9dc4:: with SMTP id g187mr323087wme.152.1549300414231; Mon, 04 Feb 2019 09:13:34 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id w10sm27787056wmb.1.2019.02.04.09.13.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 04 Feb 2019 09:13:33 -0800 (PST) Date: Mon, 4 Feb 2019 17:13:31 +0000 From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Daryl McDaniel , Jaben Carsey , Liming Gao , Michael D Kinney , Star Zeng , Jian J Wang , Chao Zhang , Jiewen Yao Message-ID: <20190204171331.v7vgiesrfomxp5s5@bivouac.eciton.net> References: <20181101153642.11315-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181101153642.11315-1-leif.lindholm@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 0/6] fix top-level package builds for AARCH64/ARM X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2019 17:13:36 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hmm, I kind of dropped the ball on this set, waiting for feedback on the reworked version of 1/6. In the meantime, Ard submitted an identical fix for 4/6 "MdeModulePkg: drop DebugSupportDxe from AARCH64 components" which got merged as fc27682813 ("MdeModulePkg/MdeModulePkg/dsc: move DxeDebugSupportDxe to x86 only section") Since I now have R-b for the set, I have just pushed the remaining 5 as 6c61ec4c62..3b6c73f13e. On Thu, Nov 01, 2018 at 03:36:36PM +0000, Leif Lindholm wrote: > Most of the top-level packages should be buildable for all architectures > Here is a fairly trivial set that makes that happen. > > Leif Lindholm (6): > AppPkg: fix webserver build for !Ia32/X64 > IntelFrameworkModulePkg: fix build for AARCH64/ARM > IntelFrameworkPkg: fix build for AARCH64/ARM > MdeModulePkg: drop DebugSupportDxe from AARCH64 components > SecurityPkg: fix package build on ARM > SignedCapsulePkg: enable package build for AARCH64/ARM > > Cc: Daryl McDaniel > Cc: Jaben Carsey > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Star Zeng > Cc: Jian J Wang > Cc: Chao Zhang > Cc: Jiewen Yao > > IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc | 13 ++++++++++++- > IntelFrameworkPkg/IntelFrameworkPkg.dsc | 2 +- > MdeModulePkg/MdeModulePkg.dsc | 2 +- > SecurityPkg/SecurityPkg.dsc | 11 +++++++++++ > SignedCapsulePkg/SignedCapsulePkg.dsc | 15 ++++++++++++++- > AppPkg/Applications/Sockets/WebServer/WebServer.h | 2 ++ > 6 files changed, 41 insertions(+), 4 deletions(-) > > -- > 2.11.0 >