From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::143; helo=mail-it1-x143.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x143.google.com (mail-it1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) (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 1933D2119175F for ; Tue, 11 Dec 2018 08:50:48 -0800 (PST) Received: by mail-it1-x143.google.com with SMTP id g76so4573973itg.2 for ; Tue, 11 Dec 2018 08:50:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZH+ITZh2pPJDxDpXsw+2vBkI7O7aNtkO017TRZmLd3Y=; b=dbuzWOJZuBHpJ9GVn6GtjDFNlIO08VFvDFYq0b+PUOZQ4B82S+2JrxsyvNd+/sjChH V5uyVaiL2AsnKpk3n58D1A3ofd+WFC8b1cJYEZgHpZfK6U2aIiBxO8aNVd1J3x8av2ck 1585cWYDrvWHZ1wRWzPIm/+v2f5j0fAo3dcmk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZH+ITZh2pPJDxDpXsw+2vBkI7O7aNtkO017TRZmLd3Y=; b=keJHXymovZFfD88x6S/Y9+Eyxo1DsIVahifhPXTgnZNOElyeCVDDvKy7ntk7ynrmHW r2NGyOJgHDOzf7iYAHdZel1a46kLhQaDlj3YDg47F12N2NPpRXKhmPJuG1G7ukXlb2/N rEUlochsNipdrN90tBy1mDEmgTGcGR5r4BW5+9RCZK7mkq7F0TADoT7gV0sSwk6BJbJU C8y4KtwPIdv9g3zv2MKrnEqxpe2qgb45+TM9dBJ7He/m8+Z5OfLV1eMpiA1gGxKrtp4f glujN7adap2lRQDKR7gBdtk7vx1UjVt398nvaFdw0Lerc7HCuLC33U2IxS+wC5MpVehW /Lsg== X-Gm-Message-State: AA+aEWY4bwAWkMMHwD4ctWE0jDF59FNrNhG7MElqLppwzO0kofBuputw 4cFaIt6xDTMeiM2r7YfgNjUpfwNBuaSsdliFJAtZn+SxzgU= X-Google-Smtp-Source: AFSGD/WyiBf8cdYqaYNE/UxdTJQ4N4HRk481e0aX8QlHhvc5u+9ou8lEYQd65DIODDkaE8k1WrF4pBJMP0R0SkLsJlQ= X-Received: by 2002:a24:b951:: with SMTP id k17mr2580456iti.147.1544547047201; Tue, 11 Dec 2018 08:50:47 -0800 (PST) MIME-Version: 1.0 References: <20181211121936.3599-1-ard.biesheuvel@linaro.org> In-Reply-To: <20181211121936.3599-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Tue, 11 Dec 2018 17:50:34 +0100 Message-ID: To: "edk2-devel@lists.01.org" Cc: Laszlo Ersek , Leif Lindholm , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Subject: Re: [PATCH 0/2] ArmVirtPkg: fixes for ARM and CLANG38 builds 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: Tue, 11 Dec 2018 16:50:48 -0000 Content-Type: text/plain; charset="UTF-8" On Tue, 11 Dec 2018 at 13:19, Ard Biesheuvel wrote: > > Patch #1 reshuffles the .dsc contents of ArmVirtQemuKernel so that we > can run on ARM targets as well. > > Patch #2 fixes the CLANG38 build for ArmVirtQemuKernel and ArmVirtXen, > by tweaking the linker options passed to emit the self-relocating PrePi > SEC module. > Thanks all Pushed as de3c440e8a54..e07092edca84 > Ard Biesheuvel (2): > ArmVirtPkg/ArmVirtQemuKernel ARM: make some PCD settings apply to ARM > ArmVirtPkg/PrePiUniCoreRelocatable CLANG38: work around build issues > > ArmVirtPkg/ArmVirtQemuKernel.dsc | 32 +++++++++++-------- > ArmVirtPkg/ArmVirtXen.dsc | 12 +++++-- > .../PrePi/ArmVirtPrePiUniCoreRelocatable.inf | 2 +- > ArmVirtPkg/Include/Platform/Hidden.h | 23 +++++++++++++ > 4 files changed, 53 insertions(+), 16 deletions(-) > create mode 100644 ArmVirtPkg/Include/Platform/Hidden.h > > -- > 2.19.2 >