[edk2-devel] [edk2-non-osi][PATCH 0/2] Add prerequisite binary files for RPi4 platform

Pete Batard posted 2 patches 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20191211112400.1872-1-pete@akeo.ie
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
[edk2-devel] [edk2-non-osi][PATCH 0/2] Add prerequisite binary files for RPi4 platform
Posted by Pete Batard 4 years, 4 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#52110): https://edk2.groups.io/g/devel/message/52110
Mute This Topic: https://groups.io/mt/68147434/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-non-osi][PATCH 0/2] Add prerequisite binary files for RPi4 platform
Posted by Ard Biesheuvel 4 years, 4 months ago
On Wed, 11 Dec 2019 at 12:24, Pete Batard <pete@akeo.ie> 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
>

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#52124): https://edk2.groups.io/g/devel/message/52124
Mute This Topic: https://groups.io/mt/68147434/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-