public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Pete Batard" <pete@akeo.ie>
To: devel@edk2.groups.io
Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org
Subject: [edk2-non-osi][PATCH 1/1] Platforms/RPi3: Restructure platform in preparation for Pi 4
Date: Mon, 21 Oct 2019 12:25:33 +0100	[thread overview]
Message-ID: <20191021112533.7824-1-pete@akeo.ie> (raw)

Similar to what is being done in edk2-platforms, elements of the Pi 3
platform that can be factorized for use with the Pi 4 are factorized.

For non-OSI this only applies to the Logo driver, as the Device Tree
and the Trusted Firmware are of course too platform specific to be
factorized.

Signed-off-by: Pete Batard <pete@akeo.ie>
---
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/License.txt      |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.bmp         | Bin
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.c           |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.eps         | Bin
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.idf         |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.inf         |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.uni         |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoDxe.inf      |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoDxe.uni      |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoDxeExtra.uni |   0
 Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoExtra.uni    |   0
 11 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/License.txt b/Platform/RaspberryPi/Drivers/LogoDxe/License.txt
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/License.txt
rename to Platform/RaspberryPi/Drivers/LogoDxe/License.txt
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.bmp b/Platform/RaspberryPi/Drivers/LogoDxe/Logo.bmp
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.bmp
rename to Platform/RaspberryPi/Drivers/LogoDxe/Logo.bmp
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.c b/Platform/RaspberryPi/Drivers/LogoDxe/Logo.c
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.c
rename to Platform/RaspberryPi/Drivers/LogoDxe/Logo.c
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.eps b/Platform/RaspberryPi/Drivers/LogoDxe/Logo.eps
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.eps
rename to Platform/RaspberryPi/Drivers/LogoDxe/Logo.eps
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.idf b/Platform/RaspberryPi/Drivers/LogoDxe/Logo.idf
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.idf
rename to Platform/RaspberryPi/Drivers/LogoDxe/Logo.idf
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.inf b/Platform/RaspberryPi/Drivers/LogoDxe/Logo.inf
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.inf
rename to Platform/RaspberryPi/Drivers/LogoDxe/Logo.inf
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.uni b/Platform/RaspberryPi/Drivers/LogoDxe/Logo.uni
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/Logo.uni
rename to Platform/RaspberryPi/Drivers/LogoDxe/Logo.uni
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoDxe.inf b/Platform/RaspberryPi/Drivers/LogoDxe/LogoDxe.inf
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoDxe.inf
rename to Platform/RaspberryPi/Drivers/LogoDxe/LogoDxe.inf
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoDxe.uni b/Platform/RaspberryPi/Drivers/LogoDxe/LogoDxe.uni
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoDxe.uni
rename to Platform/RaspberryPi/Drivers/LogoDxe/LogoDxe.uni
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoDxeExtra.uni b/Platform/RaspberryPi/Drivers/LogoDxe/LogoDxeExtra.uni
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoDxeExtra.uni
rename to Platform/RaspberryPi/Drivers/LogoDxe/LogoDxeExtra.uni
diff --git a/Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoExtra.uni b/Platform/RaspberryPi/Drivers/LogoDxe/LogoExtra.uni
similarity index 100%
rename from Platform/RaspberryPi/RPi3/Drivers/LogoDxe/LogoExtra.uni
rename to Platform/RaspberryPi/Drivers/LogoDxe/LogoExtra.uni
-- 
2.21.0.windows.1


             reply	other threads:[~2019-10-21 11:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-21 11:25 Pete Batard [this message]
2019-10-21 13:09 ` [edk2-devel] [edk2-non-osi][PATCH 1/1] Platforms/RPi3: Restructure platform in preparation for Pi 4 Philippe Mathieu-Daudé
2019-10-21 14:36   ` Leif Lindholm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191021112533.7824-1-pete@akeo.ie \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox