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::442; helo=mail-wr1-x442.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (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 AA469211B736F for ; Tue, 15 Jan 2019 04:08:17 -0800 (PST) Received: by mail-wr1-x442.google.com with SMTP id c14so2726475wrr.0 for ; Tue, 15 Jan 2019 04:08:17 -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=zp18D2sMVCs6rWuK8g+jp28GVbTDXqUCJixlc4yqhtQ=; b=iuvcUG9lf9rJw1/slYQ1hvAE/k4r+UlYPnASryZLLoHGezZ/11Mkc9OSmPPPDs6PmE 4LHFaqbrxuVEexj3qW2aDVupfaznxjuqVcd9ucMfxKCmLm92i0Mq4KlFkDkAEGK4I2s2 36Z7vAAm5GBIe7+X0+h3bbDSoXa1bAuksWbFc= 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=zp18D2sMVCs6rWuK8g+jp28GVbTDXqUCJixlc4yqhtQ=; b=Uc3VHoSP1+JN5zwwOrRJVifNrqwp74i4fQmq4PHdR5D9jcJY7J1I3wbzmedl8wnPYp nLZxWFSx/fsW1jkSeQ88CEoa0ZrgUVWZmEZfR7If12QONSxoXUhfKvjaJkltfiIDaP/p EsiHmPHRpgpkAzhW1rexOOXrwcYVU0RYEKZsYwb0qD7YfM82c9Vny9ES7dZDoiBgK7T1 XzkT6YPL+Ppky0RRlvI+o0CpNbpZq14mG3fS/+brP+uY342DFogLyUk6E1+XBB16zqMs 9/Un3qy9cRh7Ueg33pD1vp17VORI430KO8yLkQ1jLMXiuWRmdxfaDNya4J4gp+NqJe0+ j4XA== X-Gm-Message-State: AJcUukfc5s45hZXowmCiLYAZ/ysPKrF5C0hiU2PEMWLU6EpkibHFdluY 7zTrTaC7M5KhAxCrkXmktog0XjoMFS4= X-Google-Smtp-Source: ALg8bN4uG1zEiiy+xt9WrsQ7ZgwcKlQCHVL5Sl7znNhHBpdudcVdtpKo7hUmDwCSN4ch8EnidZKFrA== X-Received: by 2002:a5d:4202:: with SMTP id n2mr2848740wrq.260.1547554096001; Tue, 15 Jan 2019 04:08:16 -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 67sm121592066wra.37.2019.01.15.04.08.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 15 Jan 2019 04:08:14 -0800 (PST) Date: Tue, 15 Jan 2019 12:08:13 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20190115120813.o3k2p7ho45ng5ktl@bivouac.eciton.net> References: <20190114170205.9748-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20190114170205.9748-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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: Tue, 15 Jan 2019 12:08:18 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > 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 >