[edk2-devel] [edk2-platforms][PATCH 0/2] Fixing FDT handling on Pi 3

Andrei Warkentin posted 2 patches 3 years, 12 months ago
Failed in applying to current master (apply log)
.../Library/PlatformLib/RaspberryPiMem.c      | 45 +++++++++----------
Platform/RaspberryPi/RPi3/RPi3.dsc            |  9 +++-
Platform/RaspberryPi/RPi3/RPi3.fdf            | 36 ++++++++-------
Platform/RaspberryPi/RPi3/Readme.md           | 38 ++++++++++------
Platform/RaspberryPi/RPi4/RPi4.dsc            |  7 ++-
Platform/RaspberryPi/RPi4/RPi4.fdf            |  8 ++++
Platform/RaspberryPi/RPi4/Readme.md           | 24 +++++-----
Platform/RaspberryPi/RaspberryPi.dec          |  6 ++-
8 files changed, 103 insertions(+), 70 deletions(-)
[edk2-devel] [edk2-platforms][PATCH 0/2] Fixing FDT handling on Pi 3
Posted by Andrei Warkentin 3 years, 12 months ago
Dear all,

This patch set finishes what I started with the Pi 4 fix for
the regression seen with newer VideoCore firmware, where a
device tree passed via config.txt would not be detected by UEFI.

This makes VPU-passed FDT work again on Pi 3 variants. This also
cleans up the docs around correctly using FDT, hopefully solving
some of the frustrations seem around using this correctly.

Andrei Warkentin (2):
  RPi3/RPi4: fix RPi 3 VPU-passed FDT handling by unifying with RPi4
    implementation
  RPi: update Pi3 and Pi4 readmes with correct info on FDT handling

 .../Library/PlatformLib/RaspberryPiMem.c      | 45 +++++++++----------
 Platform/RaspberryPi/RPi3/RPi3.dsc            |  9 +++-
 Platform/RaspberryPi/RPi3/RPi3.fdf            | 36 ++++++++-------
 Platform/RaspberryPi/RPi3/Readme.md           | 38 ++++++++++------
 Platform/RaspberryPi/RPi4/RPi4.dsc            |  7 ++-
 Platform/RaspberryPi/RPi4/RPi4.fdf            |  8 ++++
 Platform/RaspberryPi/RPi4/Readme.md           | 24 +++++-----
 Platform/RaspberryPi/RaspberryPi.dec          |  6 ++-
 8 files changed, 103 insertions(+), 70 deletions(-)

-- 
2.17.1


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

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

Re: [edk2-devel] [edk2-platforms][PATCH 0/2] Fixing FDT handling on Pi 3
Posted by Ard Biesheuvel 3 years, 12 months ago
On 4/30/20 9:18 PM, Andrei Warkentin wrote:
> Dear all,
> 
> This patch set finishes what I started with the Pi 4 fix for
> the regression seen with newer VideoCore firmware, where a
> device tree passed via config.txt would not be detected by UEFI.
> 
> This makes VPU-passed FDT work again on Pi 3 variants. This also
> cleans up the docs around correctly using FDT, hopefully solving
> some of the frustrations seem around using this correctly.
> 
> Andrei Warkentin (2):
>    RPi3/RPi4: fix RPi 3 VPU-passed FDT handling by unifying with RPi4
>      implementation
>    RPi: update Pi3 and Pi4 readmes with correct info on FDT handling
> 

Pushed as 40f2f135eb7c..defef0562115 (with the typos fixed)

Thanks!

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

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