From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4864:20::433; helo=mail-wr1-x433.google.com; envelope-from=pete@akeo.ie; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) (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 6F401211ACEC3 for ; Tue, 29 Jan 2019 13:10:02 -0800 (PST) Received: by mail-wr1-x433.google.com with SMTP id u4so23713406wrp.3 for ; Tue, 29 Jan 2019 13:10:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=Jy/lb4TkgiZbuBvCRLqFS9etQPkHjnNfGi/DgyadU9M=; b=PQVnUfyC/qPHLVLoGivLa32rTCxlKCAu2FdlO9sqpLQwS0a0dkNx0+g/xDpCTu/kD7 /Xii2wo5+6YGe2CJHTu3FGDSzovOx6nZrgfPuzl6asH8i9GzPPYbqLNx1FUvJ5BxVS9P zcl9G0B3oWoq8/v2xvOus/9Ucbk3TYqEeQ4L/KstcbqGxs3Jx56Gca5dIQ5gkiR6Vf+1 ED2dBhLE6rjeJao5KPwbiQXrNTsVqfsZwcYd9Dsd0Go6SrqIO66rW5N4fIPtMvI//XxB RuqwTKrNH5G/pZRdL6WaIymhyIsiOO4Do/0S44LRn9svuDwhbx8DkPuXpkqx128OVQFm OD7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Jy/lb4TkgiZbuBvCRLqFS9etQPkHjnNfGi/DgyadU9M=; b=skcSk05Y3JZvtX2tZS9bqfsa6XbqPQL/MAET6qB9SeavhGJZpc929pFKo+usA9PNek hvLRrnmyfuZ+FhLNSM9qoyFodFXPN2hUKLLiBasscEzDgC0ZXvPMAO+d50V3VeMLSAkl +o1a30uGTz89ldR+UhAZFinGuaIa4FSCONRzodAXw/GNkgNhizLiHAqMqsWdAJpC7dGB VsKiF9UpOw6xP5BQvDqLQDEyGAUVE4Km9kFWRL+tPPL2q4uR84WjpHUhnB9e9Wjg2C/w bc5NOBad+pVFWMcVm13XRkrE7sXg2N74hOXWjFhPXQEtns5JjPQ3CnaWvMv4M3yRtxfS P0Xg== X-Gm-Message-State: AJcUukfsvJbHZTNd7mlzlARxE8jq8Z+Mf4mbIxiC1XxikgVi9bz8wHZr 4LUWgHfpYCopTOlDTufM5r43OQ== X-Google-Smtp-Source: ALg8bN6hNrRpbBpkxRAlCIZVyple9GjXPGHiF6svwW3hQLFg/k89qyoN5mNmVBTW/mUqb9y4V6jivw== X-Received: by 2002:adf:ba8e:: with SMTP id p14mr26778153wrg.230.1548796200647; Tue, 29 Jan 2019 13:10:00 -0800 (PST) Received: from [10.0.0.102] ([84.203.95.186]) by smtp.googlemail.com with ESMTPSA id e16sm208340248wrn.72.2019.01.29.13.09.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Jan 2019 13:09:59 -0800 (PST) To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" , Leif Lindholm References: <20190129162655.3800-1-pete@akeo.ie> From: Pete Batard Message-ID: Date: Tue, 29 Jan 2019 21:09:58 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: 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: Tue, 29 Jan 2019 21:10:02 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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. /Pete