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::443; helo=mail-wr1-x443.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (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 D1764211BA47E for ; Wed, 30 Jan 2019 11:42:41 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id q18so755679wrx.9 for ; Wed, 30 Jan 2019 11:42:41 -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=5dcN8jr22T5ZJ8KhyXY7Sc3jJurmEvyH3L5QxEsmn6s=; b=KXdxorIND/dHR19mcLZRyfCUedCuuyFSqGDqrlJj/X9FjsMQNxegzYEr+8wwA5RIRR Cnvf/38GFu7UNXHnbVe/vvRLs6ELHK8k9JBLvH26FbKMMiTIBW2w5YelYwrzL9ycgeY2 A38acwJzT5yCQagssYfE0ecIXzjH0O5HUt9HQ= 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=5dcN8jr22T5ZJ8KhyXY7Sc3jJurmEvyH3L5QxEsmn6s=; b=mV6ReGFrGiGkTYJ6IE5lzwe85zbRk7uZi1fZSAn5bGICjy3pMrmbfnvZ8It9M/qnmK EIdtQv3RYhFNsUptAEUmvVrPye6Mj3A0CacyZcY747mDgoTXK3jbHcTq9MkY++ZnJIAk 9MzN9OPtjVP1eL0UVuQZ/Nza2DKSryPHbO52WzSFnXXLSKU4kRjVcY46R9xK7d5stfYm Hhsoyh2WeEunLfYlGwqn+syvRuJexR7tmvajzuOCqAUPvjP5iSzb8cHgV1htog+RQKBq XyWi2vcxRVxb/3mby4dNHCMSh/kiUDbLcaO8eLgT92aZuqQSLqreNUyGXIj4gUcC8Ykr 29iA== X-Gm-Message-State: AJcUukdXB6L0YUBiB3NQ9ANAlwgev9Ri/ezB/IbRqfn948atWc1fe+Jt hz74atADBhZ+GhnhDzfN2YWCHQ== X-Google-Smtp-Source: ALg8bN5MSgAcNFD+jI3sR8CVDRo24I9vfepJgK1J61OS045mj/WIyeU0hUbxw4xlFqCpeoKTWt0i4A== X-Received: by 2002:adf:9361:: with SMTP id 88mr30641093wro.204.1548877360165; Wed, 30 Jan 2019 11:42:40 -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 v6sm3741190wrd.88.2019.01.30.11.42.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Jan 2019 11:42:39 -0800 (PST) Date: Wed, 30 Jan 2019 19:42:37 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: Pete Batard , "edk2-devel@lists.01.org" Message-ID: <20190130194237.kss4h6c2cjhwronm@bivouac.eciton.net> References: <20190129162655.3800-1-pete@akeo.ie> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v4 edk2-platforms 00/23] Platform/Raspberry: Add Raspberry Pi 3 support 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, 30 Jan 2019 19:42:42 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jan 30, 2019 at 08:38:19PM +0100, Ard Biesheuvel wrote: > On Tue, 29 Jan 2019 at 22:10, Pete Batard wrote: > > > > On 2019.01.29 17:40, Ard Biesheuvel wrote: > > > I managed to build and run a RELEASE image, and I must say, I'm > > > impressed. It works really well, and looks really slick too. Thanks a > > > lot for taking the time to upstream this, it makes the RPI3 a lot more > > > usable for people that want to run a generic distro. > > > > I'm very happy to hear that. > > > > Indeed, our hope is that, once the firmware gets "officialized" into > > edk2-platforms, mainline Linux distros will switch to using its > > facilities and make the whole Linux boot process a friendlier/more > > familiar experience for Pi3 users. > > > > Of course, you have to thank Andrei Warkentin for this nice outcome, > > since he put a lot of effort into it, as well as all the people who > > contributed to the firmware (including Linaro & Microsoft). > > > > > Tested-by: Ard Biesheuvel > > > > Many thanks for this. > > > > What happened to patch #20? I don't think I received it. I have it, both for my cc and from the list. It's also in the archive: https://lists.01.org/pipermail/edk2-devel/2019-January/035947.html / Leif