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::d44; helo=mail-io1-xd44.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd44.google.com (mail-io1-xd44.google.com [IPv6:2607:f8b0:4864:20::d44]) (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 112A0211A759E for ; Wed, 16 Jan 2019 12:51:58 -0800 (PST) Received: by mail-io1-xd44.google.com with SMTP id v10so5989460ios.13 for ; Wed, 16 Jan 2019 12:51:57 -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=epCdoJEWJHu6DJ6yLsI7lwKsIxa3UZ5bTpdEwP/fT7c=; b=J44AsrK6uDoakNPhW+d0vo4+V5HRGG7iMuhpH8PrQm4A4aDJfi76LK5TeNQLu8r1OV 1ySGjRRSF7fk/lEyU0etWCIYIbtcvi70YNJnWoPxZpuojVUztfOZLRyKD06iwmVp0ygH JiT2qmeB3bCSdPDERNXKuUeFzd/loqJXKZkq0= 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=epCdoJEWJHu6DJ6yLsI7lwKsIxa3UZ5bTpdEwP/fT7c=; b=ROSx4ir82wZMqYbRuS9caM8kjr4jCFexbd5yyzs7esiglC7hv4sBVwJknXAweW+PIN k6obiD2PPzTPAuGqWZfY8Qjr0bHC3O9bFazC1zu/RibEamfJsrA6pCfez/LBCnCiXSMx A6iKEsRAoAsd/+peQOTmCQ56d2IQNYncv9sRI9BA9NMcVMLNHf0a12eJUv2QGZEX3Kyn KRP4S5b52HcBaz8cn7bppEIpPFFwXYQUZhRKV6AotLr3jfIfQd8X11FQpXXMPwq/ChQW WE+M3++7YUzEpCH42gVxbpmZ5cwFtE9qBG1zc2pZGuSI4Oqyvnf9XqZUhDZQquFSh/rq f/Rg== X-Gm-Message-State: AJcUukdZO6kNAFOugBzeqiGiR0Owl8zDgzn8eFLrO+hkpxg/fCrO/HCE KCrBTyUtYgL7WO+YYzU8ZHSiTJPhn0TG6T1twEHP2ENX+oCA6g== X-Google-Smtp-Source: ALg8bN4pZgSpO3sCI1IwJNpQ2ASm6jssS/NPCj2Cd27TXnS7xuAC10NuLjOJyYYuD/k417jOziYnGZ82y2MfgbQ/D48= X-Received: by 2002:a5d:8410:: with SMTP id i16mr5985258ion.173.1547671917326; Wed, 16 Jan 2019 12:51:57 -0800 (PST) MIME-Version: 1.0 References: <20190114170205.9748-1-ard.biesheuvel@linaro.org> <20190115120813.o3k2p7ho45ng5ktl@bivouac.eciton.net> In-Reply-To: <20190115120813.o3k2p7ho45ng5ktl@bivouac.eciton.net> From: Ard Biesheuvel Date: Wed, 16 Jan 2019 21:51:46 +0100 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-platforms 0/8] Silicon/SynQuacer: add support for 32-bit mode 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: Wed, 16 Jan 2019 20:51:58 -0000 Content-Type: text/plain; charset="UTF-8" On Tue, 15 Jan 2019 at 13:08, Leif Lindholm wrote: > > On Mon, Jan 14, 2019 at 06:01:57PM +0100, Ard Biesheuvel wrote: > > This series fixes various issues that prevent the SynQuacer/DeveloperBox > > platform from being built or executed in 32-bit mode. > > > > Ard Biesheuvel (8): > > Silicon/SynQuacer/NetsecDxe: fix 32-bit build > > Silicon/SynQuacer/OpteeRngDxe: fix 32-bit build > > Silicon/SynQuacerPciHostBridgeLib: fix MMIO32-only configuration > > Silicon/SynQuacerMemoryInitPeiLib: don't map memory above > > MAX_ALLOC_ADDRESS > > Silicon/SynQuacerMemoryInitPeiLib: fix 32-bit build > > Silicon/SynQuacer/Stage2Tables: fix 32-bit build > > Platform/Socionext/DeveloperBox: disable EbcDxe for ARM builds > > Platform/Socionext/DeveloperBox: add resolution for ArmSoftFloatLib > > For the series: > Reviewed-by: Leif Lindholm > Thanks Pushed as ca70cbbcc000..e48031fd75e6 > > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 7 ++++++- > > Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 ++ > > .../SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.c | 6 +++--- > > .../Drivers/Net/NetsecDxe/netsec_for_uefi/pfdep.h | 2 +- > > .../SynQuacer/Drivers/OpteeRngDxe/OpteeRng.c | 2 +- > > .../SynQuacerMemoryInitPeiLib.c | 11 ++++++++--- > > .../SynQuacerPciHostBridgeLib.c | 8 ++++++++ > > .../Socionext/SynQuacer/Stage2Tables/Stage2Tables.S | 12 +++++++++--- > > 8 files changed, 38 insertions(+), 12 deletions(-) > > > > -- > > 2.17.1 > >