From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by mx.groups.io with SMTP id smtpd.web09.3087.1571657146851437412 for ; Mon, 21 Oct 2019 04:25:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=uywIVUu0; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.221.66, mailfrom: pete@akeo.ie) Received: by mail-wr1-f66.google.com with SMTP id c2so8278992wrr.10 for ; Mon, 21 Oct 2019 04:25:46 -0700 (PDT) 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=xU/Z29EmU1YLfYh6eaBIQijB/4Vzm5ls3NBEpjhtjWE=; b=uywIVUu0qatDSHnQs0kcTp5dp6VVTNnXs0Na5AWejXlc5eSlMB+JkTTvMQpgRMFaXu T9b5QVTnEuRygiJqmFCyjiZKY20PJ4YGZzDlCL2nOv1nWRWVYrOT6MGwzm1+/PKcwPTx bRlayPCj80J9Ak9HZcc4E4F4zchHCcWcW8kAZsq7Gx3WPBgUMfBwLSp8CHW3A5UJt3K+ KMyHMhFWbMgM4K2nzcDKobFQjv2uak2mxNWIc/DLMJmxePqrCGKM6znImPU3fjHaHo8C opMN0EYP+v1mW/foDX8W9c23CX1dKKERLBDm6GYiFVvVIET6Ih3C1n0m4uWOFHglLSmQ pLDw== 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=xU/Z29EmU1YLfYh6eaBIQijB/4Vzm5ls3NBEpjhtjWE=; b=dlgwXlT69BHgLc2QJvLr5DltOrk8XTy8bfGfVXSJSu86BC039fjrvNRs3NKZjQc/AZ 1m4o1yw4UMxEWCdrnLlLvCdyYIKc2daaTsPtHOZrzS9gsnJawhGXRRS92OTpyl2jKBm8 v46dw96XlwkH5f7qtez7/FZiWh0vDlcwkSokjac7KoUQS/m0XqpU/wmnw03Re93WliKC tP3jtGL12DyFuP20wgNdkGyTU/IL8kttcSQU4k/auyE7bTZdOnCC/R3y/QI0nMvM99PM VmzinDmnTzVzOYO+Ar35p/8x7BMjRfSdDykbo8BFnOqSmbQbPlWC/HUFOyvjirrYZWJX BWtg== X-Gm-Message-State: APjAAAXkFZXWkgt48fk6cpeLJKSGKotGA34z9VhsmYJ8VajAS7gZR7tI L1/Y96uwXjodL8ys4KWGk96c7bSLMNqWqA== X-Google-Smtp-Source: APXvYqxfgqs0KtqoK78yw87PAXGe+qbK+CZdMZbW5uq6WagLC5S+UV5iid+8DQgKsgkG0YRXGfJLaQ== X-Received: by 2002:a5d:46ca:: with SMTP id g10mr19930272wrs.193.1571657145080; Mon, 21 Oct 2019 04:25:45 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([84.203.44.122]) by smtp.gmail.com with ESMTPSA id d199sm5224810wmd.35.2019.10.21.04.25.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Oct 2019 04:25:44 -0700 (PDT) From: "Pete Batard" 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 Message-Id: <20191021112533.7824-1-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- 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