From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=wvB10oLv; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.128.45, mailfrom: pete@akeo.ie) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by groups.io with SMTP; Sat, 31 Aug 2019 07:09:03 -0700 Received: by mail-wm1-f45.google.com with SMTP id d16so10267380wme.2 for ; Sat, 31 Aug 2019 07:09:03 -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=xGhjsk9eGaqZPwfWFBChKh1pTCXUqfoyLYDbXKNRH40=; b=wvB10oLv1BZ5fb0YsV/BsqspePE7VlhLPXJ6kqH+4zQHJZA8Gb6g5tAM9YPKLtc1GN t43bCWGC9jcTqC5vLDzgAAu+gRRh1JBl+WDk0ddisC3p3Hv5FdMOHBj3ElcGdE3k1lAQ xmKNd+KXR91wFk12WzmrxVuisZGjSOACL/yGH0UzJ1Kz4RUh2g0eL3JNxQ6XUCeMigJX pg0TEW0tOCyNmAWca1RZ8Etn3fN5kv+4vu8Gwoy5OyyvushaRnW5rWyY6hBEWDKc5sn6 mX/OnFPvFHI2qtmoy7dd0FoiRmeHyNlqsEx1OoJXa4LbyBKGGoTbiEBi4R2NNpmOJIET rQdA== 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=xGhjsk9eGaqZPwfWFBChKh1pTCXUqfoyLYDbXKNRH40=; b=by0DDzDgeWvaAK4jxht0v4uAQVlrTElzETt9wyfkeodnOcmd24kD0nKT/R4Kr/J/mE FdNsboZ6RlvV14m9EBduIPuZ5RFSoqzKZ7uP0IFKaE/M6Tr93AYWyVKNWifvR2dRlC0v 71FjbruFVmybjhAAF4jUnibgOv34elc0fHiUM1FOtgJxru/TsZhD9GICbPeC0sTg4F93 xDTwO7Qh0hH69YzpO2nEPmvFx0lTLQkEQZLwjCiOKi7cQySUYQZcbklgDLoB8W/QtAmD pmgp/Mi6vfsHHLEvPMtYM6Ak2kWfZe8z7OAQskpfYPjujp+p5k5AD1rla8d8ZzGoH/3T quVw== X-Gm-Message-State: APjAAAUCbDR1gVIBxkKtMGAgZZ2FldBM7EtvBHn9zq45rdHPDwsI4V9U VpPQO/z5T4ryH+pAYKOE1X36c0JnK1I= X-Google-Smtp-Source: APXvYqw/WTCu6Kllj3t2ra0taPSpj0vXoa0C9/QIxNLKqbEAaKGuQVWUfVjUyEafij08JegY2t0qcg== X-Received: by 2002:a1c:9d15:: with SMTP id g21mr25668696wme.96.1567260541445; Sat, 31 Aug 2019 07:09:01 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([84.203.56.193]) by smtp.gmail.com with ESMTPSA id f13sm7471070wrq.3.2019.08.31.07.09.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 31 Aug 2019 07:09:00 -0700 (PDT) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org Subject: [edk2-platforms PATCH 1/1] Platform/RPi3: Add missing header files in INF file Date: Sat, 31 Aug 2019 15:08:50 +0100 Message-Id: <20190831140850.4972-1-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The header files are used but missing in INF, which causes warning message when building them. Signed-off-by: Pete Batard --- Platform/RaspberryPi/RPi3/Drivers/ArasanMmcHostDxe/ArasanMmcHostDxe.inf | 1 + Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxe.inf | 1 + Platform/RaspberryPi/RPi3/Drivers/DisplayDxe/DisplayDxe.inf | 1 + Platform/RaspberryPi/RPi3/Drivers/DwUsbHostDxe/DwUsbHostDxe.inf | 2 ++ Platform/RaspberryPi/RPi3/Drivers/MmcDxe/MmcDxe.inf | 1 + Platform/RaspberryPi/RPi3/Drivers/VarBlockServiceDxe/VarBlockServiceDxe.inf | 1 + Platform/RaspberryPi/RPi3/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 1 + 7 files changed, 8 insertions(+) diff --git a/Platform/RaspberryPi/RPi3/Drivers/ArasanMmcHostDxe/ArasanMmcHostDxe.inf b/Platform/RaspberryPi/RPi3/Drivers/ArasanMmcHostDxe/ArasanMmcHostDxe.inf index 3da379b99bbb..487b7e3592ab 100644 --- a/Platform/RaspberryPi/RPi3/Drivers/ArasanMmcHostDxe/ArasanMmcHostDxe.inf +++ b/Platform/RaspberryPi/RPi3/Drivers/ArasanMmcHostDxe/ArasanMmcHostDxe.inf @@ -16,6 +16,7 @@ [Defines] ENTRY_POINT = MMCInitialize [Sources.common] + ArasanMmcHostDxe.h ArasanMmcHostDxe.c [Packages] diff --git a/Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxe.inf b/Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxe.inf index 6d6c90b78408..2fc4302526a1 100644 --- a/Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxe.inf +++ b/Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxe.inf @@ -23,6 +23,7 @@ [Defines] [Sources] ConfigDxe.c + ConfigDxeFormSetGuid.h ConfigDxeHii.vfr ConfigDxeHii.uni diff --git a/Platform/RaspberryPi/RPi3/Drivers/DisplayDxe/DisplayDxe.inf b/Platform/RaspberryPi/RPi3/Drivers/DisplayDxe/DisplayDxe.inf index 652f6827f351..11271045bdd9 100644 --- a/Platform/RaspberryPi/RPi3/Drivers/DisplayDxe/DisplayDxe.inf +++ b/Platform/RaspberryPi/RPi3/Drivers/DisplayDxe/DisplayDxe.inf @@ -26,6 +26,7 @@ [Defines] # [Sources] + DisplayDxe.h DisplayDxe.c Screenshot.c ComponentName.c diff --git a/Platform/RaspberryPi/RPi3/Drivers/DwUsbHostDxe/DwUsbHostDxe.inf b/Platform/RaspberryPi/RPi3/Drivers/DwUsbHostDxe/DwUsbHostDxe.inf index 6eaca35aef55..f86480c035ba 100644 --- a/Platform/RaspberryPi/RPi3/Drivers/DwUsbHostDxe/DwUsbHostDxe.inf +++ b/Platform/RaspberryPi/RPi3/Drivers/DwUsbHostDxe/DwUsbHostDxe.inf @@ -16,6 +16,8 @@ [Defines] ENTRY_POINT = DwUsbHostEntryPoint [Sources.common] + DwcHw.h + DwUsbHostDxe.h DwUsbHostDxe.c DriverBinding.c ComponentName.c diff --git a/Platform/RaspberryPi/RPi3/Drivers/MmcDxe/MmcDxe.inf b/Platform/RaspberryPi/RPi3/Drivers/MmcDxe/MmcDxe.inf index 2c71bb624387..0690f9da9c4f 100644 --- a/Platform/RaspberryPi/RPi3/Drivers/MmcDxe/MmcDxe.inf +++ b/Platform/RaspberryPi/RPi3/Drivers/MmcDxe/MmcDxe.inf @@ -18,6 +18,7 @@ [Defines] [Sources.common] ComponentName.c + Mmc.h Mmc.c MmcBlockIo.c MmcIdentification.c diff --git a/Platform/RaspberryPi/RPi3/Drivers/VarBlockServiceDxe/VarBlockServiceDxe.inf b/Platform/RaspberryPi/RPi3/Drivers/VarBlockServiceDxe/VarBlockServiceDxe.inf index 8f99528f8963..394a4f61a5b8 100644 --- a/Platform/RaspberryPi/RPi3/Drivers/VarBlockServiceDxe/VarBlockServiceDxe.inf +++ b/Platform/RaspberryPi/RPi3/Drivers/VarBlockServiceDxe/VarBlockServiceDxe.inf @@ -27,6 +27,7 @@ [Defines] [Sources] FvbInfo.c + VarBlockService.h VarBlockService.c VarBlockServiceDxe.c FileIo.c diff --git a/Platform/RaspberryPi/RPi3/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/Platform/RaspberryPi/RPi3/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 7ce3e95c80d6..e1b132a0ae3a 100644 --- a/Platform/RaspberryPi/RPi3/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/Platform/RaspberryPi/RPi3/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -25,6 +25,7 @@ [Defines] # [Sources] + PlatformBm.h PlatformBm.c [Packages] -- 2.21.0.windows.1