From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=rGmb88ij; spf=pass (domain: linaro.org, ip: 209.85.221.44, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by groups.io with SMTP; Mon, 16 Sep 2019 10:48:00 -0700 Received: by mail-wr1-f44.google.com with SMTP id o18so299050wrv.13 for ; Mon, 16 Sep 2019 10:47:59 -0700 (PDT) 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=fIl7kGKx+8B5hIO3rDSaZ6iufDF+7wBFEAHzjdgcVfQ=; b=rGmb88ij3rFW3jDrlhHUSbsfFK6dMl0+4yKshay6NRc81USxFcNf4w6UjoJTYqva6h uu3DpVvUGZmtFkDyhjti/vWgWqRYMu0A8kB1SzEzQP3kct++cHnO/kDgEPgosvpzk6j5 nlYt7T1c8yPd7Ym7a/U497mFqzkxeh6ZIyysS6xoxb67APWN4wSW3tgYoX7l7LN0B5zp VeLDC7QhaLY/D66i74TU2cimxPLQUXkKED3cqQJ0Du+reu+x5XXjHbUoR9czzFFY0XIk GfZ4idVCtwl12ygRHw4aDpb47iBIHDJQiEYAhQVGjmbCKIyozh/H63isjJcSP1lJrgNo b78g== 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=fIl7kGKx+8B5hIO3rDSaZ6iufDF+7wBFEAHzjdgcVfQ=; b=npvkgDTx9VRdx4Skj1ao4PyZ5JRJFlRQpX76ie/A7cAVd0Kv+OUgFPG+F7rh42v9lV uLKMGJcu+3FDqF+J4n3xwbJq3WRkgrxnZROf9WvtooRjvfAfEv15XUpF4u6UoMDrDVl+ DdAiuqN0N3PPowXvlWNJs2Rqz07QLOV4pTnPXndVD1h/HAvJYJr7ugah1Vuzir8cMVQN ESXC0lIbyMuvqhQOHnEC8wV4j6uKuA2q6kqiylqDQpeDMXE3+z0PS8afHLm2g4t9NcYJ apTdMO474G6uIHcmUOnwxHBZRktTUlJarqy1KRb2Bk4GkQrC/5zcFPhIxcuXAdBrpHDQ 1NaA== X-Gm-Message-State: APjAAAU+EBPXmbjXgOgnIW7Ghhw+7YQHDci7OKJzwwdGkd0LFbPcQE3Y AahBcRNmiIMiHIs2kIgZTbFSgA== X-Google-Smtp-Source: APXvYqzBX6bjdt0/WNViaAY1bV6NgR7F3rkt6lhRRAyPpujSMI9xDYupbHhY02fmGNm+xoNTYrwZWg== X-Received: by 2002:a5d:500b:: with SMTP id e11mr753481wrt.285.1568656078610; Mon, 16 Sep 2019 10:47:58 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a10sm12623723wrm.52.2019.09.16.10.47.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Sep 2019 10:47:57 -0700 (PDT) Date: Mon, 16 Sep 2019 18:47:56 +0100 From: "Leif Lindholm" To: Pete Batard Cc: devel@edk2.groups.io, ard.biesheuvel@linaro.org Subject: Re: [edk2-non-osi PATCHv2 1/1] Platform/RaspberryPi/RPi3: Use official Device Tree binaries Message-ID: <20190916174756.GC13575@bivouac.eciton.net> References: <20190915214952.3212-1-pete@akeo.ie> <20190915214952.3212-2-pete@akeo.ie> MIME-Version: 1.0 In-Reply-To: <20190915214952.3212-2-pete@akeo.ie> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 15, 2019 at 10:49:52PM +0100, Pete Batard wrote: > With commit 5f003136c2bf86620c0caaef0ad146b5e7fd2f6b having been applied to > edk2-platforms, we can use the official Raspberry Pi 3 Device Trees from > https://github.com/raspberrypi/firmware/tree/master/boot, as the FdtDxe > driver for that platform can insert missing elements, if required. > > This patch replaces the existing dtbs with the most recent official ones > and also removes the custom dts' from which previous dtbs were produced. > > Signed-off-by: Pete Batard Reviewed-by: Leif Lindholm Pushed as 2120cca51851. Thanks! > --- > Platform/RaspberryPi/RPi3/DeviceTree/Readme.md | 14 + > Platform/RaspberryPi/RPi3/DeviceTree/bcm2710-rpi-3-b-plus.dtb | Bin 25617 -> 27082 bytes > Platform/RaspberryPi/RPi3/DeviceTree/bcm2710-rpi-3-b-plus.dts | 1263 -------------------- > Platform/RaspberryPi/RPi3/DeviceTree/bcm2710-rpi-3-b.dtb | Bin 25354 -> 26463 bytes > Platform/RaspberryPi/RPi3/DeviceTree/bcm2710-rpi-3-b.dts | 1259 ------------------- > 5 files changed, 14 insertions(+), 2522 deletions(-)