From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by mx.groups.io with SMTP id smtpd.web12.2286.1576063455449417062 for ; Wed, 11 Dec 2019 03:24:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=k0iljmcK; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.128.68, mailfrom: pete@akeo.ie) Received: by mail-wm1-f68.google.com with SMTP id d139so973741wmd.0 for ; Wed, 11 Dec 2019 03:24:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9WDleKvtG6H5VRZi4oyFNy8/I2PTMF4YsMHVMt1luC8=; b=k0iljmcKc+2wD4ouUAExWk6xVxWWqt7Q5AIwUOQS7qK8yb7Xa1exgteypQUPE001+I y3eJihEwZ1wrP26ZTJqh9TtNIideUGdZizzqYYyjVAEfOwWjdM8et7usJgXqLhyXXg6B MxYgmgmbF9SwCPcVlYM4OMpVgR4nstJDkrtSdeWSTyAF07NJgL2d2rU7yiqxEHPz8aYs 6s6fcdnfmIcuyOUMh/tQHdWbq8mCIc6SZAPpCWRNdqv0CprN9myVvAPcLabwGpMoz/Vh 1UEswtPEb9Zw79mNqz954R1pYhN0xnXqTwSdjaGOixT/1J4CFYm/dJUCWfgY7NMTzJql Nlkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9WDleKvtG6H5VRZi4oyFNy8/I2PTMF4YsMHVMt1luC8=; b=VOA46OHM5heTu6QUO+tsxVboTV7K/UZUCUMUGRQJUXILOPb5EBAFGp/m5qKFv/HqXv z0P1PBnkXe5CNkL+Fdh/arSnBvIyr1n4N/FZXsvyaC8vuMHOQoIsknYb7/7X85G17mrZ tFj1fcSH6BAMJq4O8ea3eXo9gCXs08rd0avTMU1QkgU5wPZpe4PmVIsDmEgUZr2BXolV ZdzsU7U/hZv9m74/11S4g4rYs9+V8mGdxt1BVgfZ95GZaXKkqZ4CNW8F75/2M0O/xzqd MhnDMAZWJiXptx8js2UL8TBzG4vFBHkykJ2Py9f0mAgruTTgp/ITM9vJvIWAVxLIakKx 7vAg== X-Gm-Message-State: APjAAAVEM9qb+mkWmKw5gXweK7n5OjFbBi000ToGtcg9DWwZZpyL5HG2 AFHKoVvOyJnasIxgYj529sj4jbkDrnI= X-Google-Smtp-Source: APXvYqxBIPPw8JLq3aZslFsxyThWnxRRFnL1Ltgq7tk+36uAubQuld91AxlGdNmRRH+5gg1LRxKH8A== X-Received: by 2002:a1c:f404:: with SMTP id z4mr2899505wma.12.1576063453776; Wed, 11 Dec 2019 03:24:13 -0800 (PST) Return-Path: Received: from localhost.localdomain ([84.203.45.230]) by smtp.gmail.com with ESMTPSA id f1sm1902145wru.6.2019.12.11.03.24.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Dec 2019 03:24:13 -0800 (PST) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, philmd@redhat.com Subject: [edk2-non-osi][PATCH 0/2] Add prerequisite binary files for RPi4 platform Date: Wed, 11 Dec 2019 11:23:58 +0000 Message-Id: <20191211112400.1872-1-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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