From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by mx.groups.io with SMTP id smtpd.web12.4050.1576073640845355225 for ; Wed, 11 Dec 2019 06:14:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=Q++ohCUY; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f66.google.com with SMTP id n9so7265083wmd.3 for ; Wed, 11 Dec 2019 06:14:00 -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=edeVqQx4m+pH+OZDEY5TvZ6SU/zwplI9W1wnzKVI6eE=; b=Q++ohCUYfDVJwSV1Fl+2yeNC9DMo+M2f4VhFv3K5zneD7j2WXOIg8HkgtwaYhH9Iq4 XbSkclt/UKsjKgN+hmC/hLwXydda/Ny41wP/rU0q8NiycnGuj8b73KF+fR75f4z1rNp0 ZlU2sBXOMQZ6h4FYvt/zUuHyUXQNpsCgj1zRQzscfFRFJuE1dKDydd0h7/QbNJKL/h1W iSHvpEENb5h4lXcczeHzoWzprAYtpoeseO2czZeh+djgOqc2lr/ZYJ4vQ1WU+LYrRF1x A2yA3IuJMCar759/o37nQ9HqmEbj7aTC29gWU0HwqBoXCwILQZ0RNCjJKQdkUVSFjJLq 6IRQ== 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=edeVqQx4m+pH+OZDEY5TvZ6SU/zwplI9W1wnzKVI6eE=; b=dwuE+6S/PY+COZiBlrNSOtn0ecl1axy2NMx7EJNBo0dZHb0NaCuSwZq0vgj2jCyFxK LCp+0Ur0cc0o/ouCLwBIxVhaGQ+07PE3B7QEeLpET/oM3qHtj4j3G63+VdoiGPZC0WwQ 8qK8abeKca//hlZeECDtVNa5PiBVii4nLXhtLoAp5dTXl9AXmCsWbHxl55CU8txAxIuM K11VI7K8Lbqm8d070iGzqagsJkY/VqsNVj3ql8C3lgXNh7Pu9YAnl1kahj+/4/ksXweu UoxP79aAfOH1O045lFiZsC1wTcuYtVFDdvoe5hsp4/yHrEsYCaGwMq6bsdyhq+N7Ee1Y SbOg== X-Gm-Message-State: APjAAAVQEeIi/01gJxHhX8BG6QlxUZQrYDCEwa4V64TUAQR2l7NR4nDi RD3vQ3+DOiKNH5dx9zX3KmUCzpJE1C7Xudvilt7WKw== X-Google-Smtp-Source: APXvYqzJb9ERwapl/l5LcOJFctaIXSkmSlloXYsXiDuPjemTn7+r2NI/qDKNxa6thfDtgjrUcqhPxWCRKCopK/IatIw= X-Received: by 2002:a1c:a795:: with SMTP id q143mr32810wme.52.1576073639274; Wed, 11 Dec 2019 06:13:59 -0800 (PST) MIME-Version: 1.0 References: <20191211112400.1872-1-pete@akeo.ie> In-Reply-To: <20191211112400.1872-1-pete@akeo.ie> From: "Ard Biesheuvel" Date: Wed, 11 Dec 2019 15:13:48 +0100 Message-ID: Subject: Re: [edk2-non-osi][PATCH 0/2] Add prerequisite binary files for RPi4 platform To: Pete Batard Cc: edk2-devel-groups-io , Leif Lindholm , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Content-Type: text/plain; charset="UTF-8" On Wed, 11 Dec 2019 at 12:24, Pete Batard wrote: > > This series of patches adds the binaries we need available to introduce > Raspberry Pi 4 support. > > Similar to the Pi 3, we must have TF-A and Device Tree binaries we can embed. > > Pete Batard (2): > Platforms/RPi4: Add Device Tree > Platforms/RPi4: Add Trusted Firmware binaries > Thanks Pete Pushed as d580026dbbe8..a2484c34ceba > Platform/RaspberryPi/RPi4/DeviceTree/License.txt | 340 ++++++++++++++++++++ > Platform/RaspberryPi/RPi4/DeviceTree/Readme.md | 13 + > Platform/RaspberryPi/RPi4/DeviceTree/bcm2711-rpi-4-b.dtb | Bin 0 -> 40697 bytes > Platform/RaspberryPi/RPi4/TrustedFirmware/License.txt | 26 ++ > Platform/RaspberryPi/RPi4/TrustedFirmware/Readme.md | 12 + > Platform/RaspberryPi/RPi4/TrustedFirmware/bl31_miniuart.bin | Bin 0 -> 41072 bytes > Platform/RaspberryPi/RPi4/TrustedFirmware/bl31_pl011.bin | Bin 0 -> 41072 bytes > 7 files changed, 391 insertions(+) > create mode 100644 Platform/RaspberryPi/RPi4/DeviceTree/License.txt > create mode 100644 Platform/RaspberryPi/RPi4/DeviceTree/Readme.md > create mode 100644 Platform/RaspberryPi/RPi4/DeviceTree/bcm2711-rpi-4-b.dtb > create mode 100644 Platform/RaspberryPi/RPi4/TrustedFirmware/License.txt > create mode 100644 Platform/RaspberryPi/RPi4/TrustedFirmware/Readme.md > create mode 100644 Platform/RaspberryPi/RPi4/TrustedFirmware/bl31_miniuart.bin > create mode 100644 Platform/RaspberryPi/RPi4/TrustedFirmware/bl31_pl011.bin > > -- > 2.21.0.windows.1 >