summaryrefslogtreecommitdiff
path: root/HisiPkg/Drivers/FlashDriver
diff options
context:
space:
mode:
Diffstat (limited to 'HisiPkg/Drivers/FlashDriver')
-rw-r--r--HisiPkg/Drivers/FlashDriver/FlashDriver.depex1
-rw-r--r--HisiPkg/Drivers/FlashDriver/FlashDriver.efibin24640 -> 0 bytes
-rw-r--r--HisiPkg/Drivers/FlashDriver/FlashDriver.inf32
3 files changed, 0 insertions, 33 deletions
diff --git a/HisiPkg/Drivers/FlashDriver/FlashDriver.depex b/HisiPkg/Drivers/FlashDriver/FlashDriver.depex
deleted file mode 100644
index 2a47cc229..000000000
--- a/HisiPkg/Drivers/FlashDriver/FlashDriver.depex
+++ /dev/null
@@ -1 +0,0 @@
- \ No newline at end of file
diff --git a/HisiPkg/Drivers/FlashDriver/FlashDriver.efi b/HisiPkg/Drivers/FlashDriver/FlashDriver.efi
deleted file mode 100644
index 85f7b47ef..000000000
--- a/HisiPkg/Drivers/FlashDriver/FlashDriver.efi
+++ /dev/null
Binary files differ
diff --git a/HisiPkg/Drivers/FlashDriver/FlashDriver.inf b/HisiPkg/Drivers/FlashDriver/FlashDriver.inf
deleted file mode 100644
index 46067c9c0..000000000
--- a/HisiPkg/Drivers/FlashDriver/FlashDriver.inf
+++ /dev/null
@@ -1,32 +0,0 @@
-#/** @file
-# Component name for module FlashDriver
-# Copyright (c) Huawei Technologies Co., Ltd. 2013. All rights reserved.
-#
-# This program and the accompanying materials
-# are licensed and made available under the terms and conditions of the BSD License
-# which accompanies this distribution. The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
-#
-#**/
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = FlashDriver
- FILE_GUID = E29977F9-20A4-4551-B0EC-BCE246592E72
- MODULE_TYPE = DXE_DRIVER
- VERSION_STRING = 1.0
-
- ENTRY_POINT = InitializeFlash
-
-#
-# The following information is for reference only and not required by the build tools.
-#
-# VALID_ARCHITECTURES = IA32
-#
-[Binaries.common]
- DXE_DEPEX|FlashDriver.depex
- PE32|FlashDriver.efi|*
-