From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::442; helo=mail-wr1-x442.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EA72821189FB2 for ; Tue, 6 Nov 2018 09:58:54 -0800 (PST) Received: by mail-wr1-x442.google.com with SMTP id d10-v6so14574199wrs.5 for ; Tue, 06 Nov 2018 09:58:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=tmkY+Ed6geKo4LsJR8xXXPCh8sZb1dYgekdo91NdCTU=; b=kRt8QoLIblAtluIfIm/RdhGLD8vMDn6gf8qrZaWTsA5ME/zlp97tPWuiSzU0WlGNNt U+FYxFxZuS8GGl7KMW6rfG7zarwoSywVPSF8f3+5xqXHf4+aWkRSZihopgLbrNSU2plz 0+LtPfIoQIJBevvVhWyxfqIP0zK0/Nx+h+mGQ= 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=tmkY+Ed6geKo4LsJR8xXXPCh8sZb1dYgekdo91NdCTU=; b=XJ6GbkfKjHe+nd0v1xmOdkNeTMHlPaIW2/0OPqIhjMbmqBWoHFKcqUOAJ+U19mnPbu CSg9iYvgKMiFTyv+fOBMLFocjWkd/HOcHqcbEDEFoYRiEW2CPySdGkBhSf4+NaXfhHWm ou53rXykgY0y7BoKOHAS2NHdYRJvyTohuXwxePEKG1eIhUBBZ4YAmYhGniRqSZ5t+4YY LVEzReOqAngX0KOtTF1vmWU0NAvRoZCuGmhlGbvBM88QyS59LgyykkISxglb7nxluxg4 t6j4lFjPoaTQt3JmbF6QCHDlK4XVmVj7xW8wNtGM/iz4Ih/PnaMEKHihgFC1cOtTk/gY eJjA== X-Gm-Message-State: AGRZ1gLq4X2ErT2oO8zTPh9x9YZQlnIREHYm2+eQ7dPusPMrKeeafh9/ Ibg8QmpzAkw65kVURDgp6h58CUJfz5E= X-Google-Smtp-Source: AJdET5fxCFj1cPXhSDuZtXKOuaPljnqJXV1F4A6b7r8nvL7ITfUppcr9xB6pYy+FBZDX2cBUmfTANA== X-Received: by 2002:adf:fb4b:: with SMTP id c11-v6mr23687021wrs.117.1541527132750; Tue, 06 Nov 2018 09:58:52 -0800 (PST) Received: from localhost.localdomain (laubervilliers-657-1-83-120.w92-154.abo.wanadoo.fr. [92.154.90.120]) by smtp.gmail.com with ESMTPSA id 134-v6sm2971522wmp.6.2018.11.06.09.58.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Nov 2018 09:58:51 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: maciej.rabeda@intel.com, michael.d.kinney@intel.com, eric.jin@intel.com, leif.lindholm@linaro.org, Ard Biesheuvel Date: Tue, 6 Nov 2018 18:58:17 +0100 Message-Id: <20181106175833.26964-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181106175833.26964-1-ard.biesheuvel@linaro.org> References: <20181106175833.26964-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH edk2-staging 03/19] IntelUndiPkg/GigUndiDxe: consistently use lowercase for e1000 in filenames X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2018 17:58:55 -0000 Content-Transfer-Encoding: 8bit Rename E1000.[ch] and E1000_osdep.[ch] to all lowercase, and replace all #include references with lowercase ones as well. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- IntelUndiPkg/GigUndiDxe/AdapterInformation.c | 2 +- IntelUndiPkg/GigUndiDxe/ComponentName.c | 2 +- IntelUndiPkg/GigUndiDxe/Decode.c | 2 +- IntelUndiPkg/GigUndiDxe/DeviceSupport.h | 2 +- IntelUndiPkg/GigUndiDxe/Dma.c | 2 +- IntelUndiPkg/GigUndiDxe/DriverConfiguration.c | 2 +- IntelUndiPkg/GigUndiDxe/DriverDiagnostics.c | 2 +- IntelUndiPkg/GigUndiDxe/DriverHealth.c | 2 +- IntelUndiPkg/GigUndiDxe/EepromConfig.h | 2 +- IntelUndiPkg/GigUndiDxe/GigUndiDxe.inf | 8 ++++---- IntelUndiPkg/GigUndiDxe/Init.c | 2 +- IntelUndiPkg/GigUndiDxe/StartStop.c | 2 +- IntelUndiPkg/GigUndiDxe/StartStop.h | 2 +- IntelUndiPkg/GigUndiDxe/{E1000.c => e1000.c} | 2 +- IntelUndiPkg/GigUndiDxe/{E1000.h => e1000.h} | 0 IntelUndiPkg/GigUndiDxe/{E1000_osdep.c => e1000_osdep.c} | 2 +- IntelUndiPkg/GigUndiDxe/{E1000_osdep.h => e1000_osdep.h} | 0 IntelUndiPkg/GigUndiDxe/wol/wolimpl.h | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/IntelUndiPkg/GigUndiDxe/AdapterInformation.c b/IntelUndiPkg/GigUndiDxe/AdapterInformation.c index b0320b11839b..8918c538e447 100644 --- a/IntelUndiPkg/GigUndiDxe/AdapterInformation.c +++ b/IntelUndiPkg/GigUndiDxe/AdapterInformation.c @@ -28,7 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include "Uefi.h" -#include "E1000.h" +#include "e1000.h" #include "AdapterInformation.h" diff --git a/IntelUndiPkg/GigUndiDxe/ComponentName.c b/IntelUndiPkg/GigUndiDxe/ComponentName.c index 1473bfbed0af..70baf00f4a5d 100644 --- a/IntelUndiPkg/GigUndiDxe/ComponentName.c +++ b/IntelUndiPkg/GigUndiDxe/ComponentName.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include "ComponentName.h" #include "DeviceSupport.h" diff --git a/IntelUndiPkg/GigUndiDxe/Decode.c b/IntelUndiPkg/GigUndiDxe/Decode.c index 88e8be315bd1..14060db0d050 100644 --- a/IntelUndiPkg/GigUndiDxe/Decode.c +++ b/IntelUndiPkg/GigUndiDxe/Decode.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include /** This routine determines the operational state of the UNDI. It updates the state flags in the diff --git a/IntelUndiPkg/GigUndiDxe/DeviceSupport.h b/IntelUndiPkg/GigUndiDxe/DeviceSupport.h index f309044d9b9d..e156b587f6a7 100644 --- a/IntelUndiPkg/GigUndiDxe/DeviceSupport.h +++ b/IntelUndiPkg/GigUndiDxe/DeviceSupport.h @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef DEVICE_SUPPORT_H_ #define DEVICE_SUPPORT_H_ -#include "E1000.h" +#include "e1000.h" typedef struct BRAND_STRUCT_S BRAND_STRUCT; diff --git a/IntelUndiPkg/GigUndiDxe/Dma.c b/IntelUndiPkg/GigUndiDxe/Dma.c index 76a3fcf69601..bf94c1e2fd54 100644 --- a/IntelUndiPkg/GigUndiDxe/Dma.c +++ b/IntelUndiPkg/GigUndiDxe/Dma.c @@ -27,7 +27,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include "Dma.h" diff --git a/IntelUndiPkg/GigUndiDxe/DriverConfiguration.c b/IntelUndiPkg/GigUndiDxe/DriverConfiguration.c index 118c1b2b9b04..20d40ab672ef 100644 --- a/IntelUndiPkg/GigUndiDxe/DriverConfiguration.c +++ b/IntelUndiPkg/GigUndiDxe/DriverConfiguration.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include "DriverConfiguration.h" /* Protocol structure tentative definition */ diff --git a/IntelUndiPkg/GigUndiDxe/DriverDiagnostics.c b/IntelUndiPkg/GigUndiDxe/DriverDiagnostics.c index a9f176ce5324..559f2133281e 100644 --- a/IntelUndiPkg/GigUndiDxe/DriverDiagnostics.c +++ b/IntelUndiPkg/GigUndiDxe/DriverDiagnostics.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include "DriverDiagnostics.h" /* Protocol structures tentative definitions */ diff --git a/IntelUndiPkg/GigUndiDxe/DriverHealth.c b/IntelUndiPkg/GigUndiDxe/DriverHealth.c index b1af371e06db..b5b7db5fd814 100644 --- a/IntelUndiPkg/GigUndiDxe/DriverHealth.c +++ b/IntelUndiPkg/GigUndiDxe/DriverHealth.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" /** Retrieves the health status of a controller in the platform. diff --git a/IntelUndiPkg/GigUndiDxe/EepromConfig.h b/IntelUndiPkg/GigUndiDxe/EepromConfig.h index e0d31f6a151d..272292d107e1 100644 --- a/IntelUndiPkg/GigUndiDxe/EepromConfig.h +++ b/IntelUndiPkg/GigUndiDxe/EepromConfig.h @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef EEPROM_CONFIG_H_ #define EEPROM_CONFIG_H_ -#include "E1000.h" +#include "e1000.h" // EEPROM power management bit definitions #define E1000_INIT_CONTROL_WORD1 0x0A diff --git a/IntelUndiPkg/GigUndiDxe/GigUndiDxe.inf b/IntelUndiPkg/GigUndiDxe/GigUndiDxe.inf index 2d2d0707a686..0e4462733df6 100644 --- a/IntelUndiPkg/GigUndiDxe/GigUndiDxe.inf +++ b/IntelUndiPkg/GigUndiDxe/GigUndiDxe.inf @@ -72,8 +72,8 @@ DriverConfiguration.c DriverConfiguration.h DriverDiagnostics.c DriverDiagnostics.h -E1000.h -E1000.c +e1000.h +e1000.c e1000_80003es2lan.h e1000_80003es2lan.c e1000_82571.h @@ -92,8 +92,8 @@ e1000_manage.h e1000_manage.c e1000_nvm.h e1000_nvm.c -E1000_osdep.h -E1000_osdep.c +e1000_osdep.h +e1000_osdep.c e1000_phy.h e1000_phy.c e1000_regs.h diff --git a/IntelUndiPkg/GigUndiDxe/Init.c b/IntelUndiPkg/GigUndiDxe/Init.c index 47ed03eb0849..74b933674589 100644 --- a/IntelUndiPkg/GigUndiDxe/Init.c +++ b/IntelUndiPkg/GigUndiDxe/Init.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include "Init.h" #include "DeviceSupport.h" #include "Decode.h" diff --git a/IntelUndiPkg/GigUndiDxe/StartStop.c b/IntelUndiPkg/GigUndiDxe/StartStop.c index 10ab4e51bf44..32bed7ce288d 100644 --- a/IntelUndiPkg/GigUndiDxe/StartStop.c +++ b/IntelUndiPkg/GigUndiDxe/StartStop.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include "StartStop.h" EFI_GUID gEfiStartStopProtocolGuid = EFI_DRIVER_STOP_PROTOCOL_GUID; diff --git a/IntelUndiPkg/GigUndiDxe/StartStop.h b/IntelUndiPkg/GigUndiDxe/StartStop.h index 24304d6cc3a7..255f17aabaa4 100644 --- a/IntelUndiPkg/GigUndiDxe/StartStop.h +++ b/IntelUndiPkg/GigUndiDxe/StartStop.h @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef START_STOP_H_ #define START_STOP_H_ -#include "E1000.h" +#include "e1000.h" #define EFI_DRIVER_STOP_PROTOCOL_GUID \ { 0x34d59603, 0x1428, 0x4429, 0xa4, 0x14, 0xe6, 0xb3, \ diff --git a/IntelUndiPkg/GigUndiDxe/E1000.c b/IntelUndiPkg/GigUndiDxe/e1000.c similarity index 99% rename from IntelUndiPkg/GigUndiDxe/E1000.c rename to IntelUndiPkg/GigUndiDxe/e1000.c index fad20d988441..6f8529abf046 100644 --- a/IntelUndiPkg/GigUndiDxe/E1000.c +++ b/IntelUndiPkg/GigUndiDxe/e1000.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" #include "DeviceSupport.h" diff --git a/IntelUndiPkg/GigUndiDxe/E1000.h b/IntelUndiPkg/GigUndiDxe/e1000.h similarity index 100% rename from IntelUndiPkg/GigUndiDxe/E1000.h rename to IntelUndiPkg/GigUndiDxe/e1000.h diff --git a/IntelUndiPkg/GigUndiDxe/E1000_osdep.c b/IntelUndiPkg/GigUndiDxe/e1000_osdep.c similarity index 99% rename from IntelUndiPkg/GigUndiDxe/E1000_osdep.c rename to IntelUndiPkg/GigUndiDxe/e1000_osdep.c index 0d0047a93048..3aa18e735dee 100644 --- a/IntelUndiPkg/GigUndiDxe/E1000_osdep.c +++ b/IntelUndiPkg/GigUndiDxe/e1000_osdep.c @@ -26,7 +26,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -#include "E1000.h" +#include "e1000.h" /** Reads from the PCI capabality region. diff --git a/IntelUndiPkg/GigUndiDxe/E1000_osdep.h b/IntelUndiPkg/GigUndiDxe/e1000_osdep.h similarity index 100% rename from IntelUndiPkg/GigUndiDxe/E1000_osdep.h rename to IntelUndiPkg/GigUndiDxe/e1000_osdep.h diff --git a/IntelUndiPkg/GigUndiDxe/wol/wolimpl.h b/IntelUndiPkg/GigUndiDxe/wol/wolimpl.h index ed2ffc427093..ec67d000e9ae 100644 --- a/IntelUndiPkg/GigUndiDxe/wol/wolimpl.h +++ b/IntelUndiPkg/GigUndiDxe/wol/wolimpl.h @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef __WOLIMPL_H #define __WOLIMPL_H -#include +#include #define WOL_1G 2 typedef UNDI_PRIVATE_DATA *WOL_ADAPTER_HANDLE_TYPE; -- 2.19.1