public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-non-osi v1 0/1] Remove D02 Platform
@ 2018-08-07 14:25 Ming Huang
  2018-08-07 14:25 ` [PATCH edk2-non-osi v1 1/1] Hisilicon/D02: Remove D02 platform Ming Huang
  0 siblings, 1 reply; 3+ messages in thread
From: Ming Huang @ 2018-08-07 14:25 UTC (permalink / raw)
  To: leif.lindholm, linaro-uefi, edk2-devel, graeme.gregory
  Cc: ard.biesheuvel, guoheyi, wanghuiqiang, huangming23, zhangjinsong2,
	huangdaode, john.garry, xinliang.liu, Ming Huang

The major features of this patchset include:
1. Remove D02 platform;

Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git
branch: rm-D02-non-osi

*** BLURB HERE ***

Ming Huang (1):
  Hisilicon/D02: Remove D02 platform

 .../AtaAtapiPassThru/AtaAtapiPassThru.inf     |  28 ---------
 .../Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf   |  28 ---------
 .../D02/Drivers/SFC/SfcDxeDriver.inf          |  29 ----------
 .../OemAddressMapPv660D02.inf                 |  44 --------------
 .../D02/MemoryInitPei/MemoryInitPeim.inf      |  33 -----------
 .../PlatformSysCtrlLibPv660.inf               |  54 ------------------
 .../Library/Pv660Serdes/Pv660SerdesLib.inf    |  48 ----------------
 .../AtaAtapiPassThruDxe.depex                 | Bin 234 -> 0 bytes
 .../AtaAtapiPassThru/AtaAtapiPassThruDxe.efi  | Bin 80192 -> 0 bytes
 .../Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi   | Bin 62528 -> 0 bytes
 .../Hisilicon/D02/Drivers/SFC/SFCDriver.depex | Bin 36 -> 0 bytes
 .../Hisilicon/D02/Drivers/SFC/SFCDriver.efi   | Bin 262144 -> 0 bytes
 .../OemAddressMapPv660D02.lib                 | Bin 19648 -> 0 bytes
 .../D02/MemoryInitPei/MemoryInit.efi          | Bin 160672 -> 0 bytes
 Platform/Hisilicon/D02/Sec/FVMAIN_SEC.Fv      | Bin 262144 -> 0 bytes
 Platform/Hisilicon/D02/bl1.bin                | Bin 12296 -> 0 bytes
 Platform/Hisilicon/D02/fip.bin                | Bin 45621 -> 0 bytes
 .../PlatformSysCtrlLibPv660.lib               | Bin 356858 -> 0 bytes
 .../Library/Pv660Serdes/Pv660SerdesLib.lib    | Bin 431524 -> 0 bytes
 19 files changed, 264 deletions(-)
 delete mode 100644 Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThru.inf
 delete mode 100644 Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf
 delete mode 100644 Platform/Hisilicon/D02/Drivers/SFC/SfcDxeDriver.inf
 delete mode 100644 Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.inf
 delete mode 100644 Platform/Hisilicon/D02/MemoryInitPei/MemoryInitPeim.inf
 delete mode 100644 Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.inf
 delete mode 100644 Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.inf
 delete mode 100644 Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.depex
 delete mode 100644 Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.efi
 delete mode 100644 Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi
 delete mode 100644 Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.depex
 delete mode 100644 Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.efi
 delete mode 100644 Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.lib
 delete mode 100644 Platform/Hisilicon/D02/MemoryInitPei/MemoryInit.efi
 delete mode 100644 Platform/Hisilicon/D02/Sec/FVMAIN_SEC.Fv
 delete mode 100644 Platform/Hisilicon/D02/bl1.bin
 delete mode 100644 Platform/Hisilicon/D02/fip.bin
 delete mode 100644 Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.lib
 delete mode 100644 Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.lib

-- 
2.17.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH edk2-non-osi v1 1/1] Hisilicon/D02: Remove D02 platform
  2018-08-07 14:25 [PATCH edk2-non-osi v1 0/1] Remove D02 Platform Ming Huang
@ 2018-08-07 14:25 ` Ming Huang
  2018-08-08  9:01   ` Leif Lindholm
  0 siblings, 1 reply; 3+ messages in thread
From: Ming Huang @ 2018-08-07 14:25 UTC (permalink / raw)
  To: leif.lindholm, linaro-uefi, edk2-devel, graeme.gregory
  Cc: ard.biesheuvel, guoheyi, wanghuiqiang, huangming23, zhangjinsong2,
	huangdaode, john.garry, xinliang.liu, Ming Huang

D02 is no need to maintain now, so remove D02 platform binary.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ming Huang <ming.huang@linaro.org>
---
 Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThru.inf                |  28 ----------
 Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf                      |  28 ----------
 Platform/Hisilicon/D02/Drivers/SFC/SfcDxeDriver.inf                                 |  29 -----------
 Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.inf         |  44 ----------------
 Platform/Hisilicon/D02/MemoryInitPei/MemoryInitPeim.inf                             |  33 ------------
 Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.inf |  54 --------------------
 Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.inf                      |  48 -----------------
 Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.depex           | Bin 234 -> 0 bytes
 Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.efi             | Bin 80192 -> 0 bytes
 Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi                      | Bin 62528 -> 0 bytes
 Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.depex                                  | Bin 36 -> 0 bytes
 Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.efi                                    | Bin 262144 -> 0 bytes
 Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.lib         | Bin 19648 -> 0 bytes
 Platform/Hisilicon/D02/MemoryInitPei/MemoryInit.efi                                 | Bin 160672 -> 0 bytes
 Platform/Hisilicon/D02/Sec/FVMAIN_SEC.Fv                                            | Bin 262144 -> 0 bytes
 Platform/Hisilicon/D02/bl1.bin                                                      | Bin 12296 -> 0 bytes
 Platform/Hisilicon/D02/fip.bin                                                      | Bin 45621 -> 0 bytes
 Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.lib | Bin 356858 -> 0 bytes
 Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.lib                      | Bin 431524 -> 0 bytes
 19 files changed, 264 deletions(-)

diff --git a/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThru.inf b/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThru.inf
deleted file mode 100644
index fd586bd..0000000
--- a/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThru.inf
+++ /dev/null
@@ -1,28 +0,0 @@
-## @file
-#  AtaAtapiPassThru driver to provide native IDE/AHCI mode support.
-#
-#  This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller
-#  to access to all attached Ata/Atapi devices.
-#
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
-#
-#  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                      = AtaAtapiPassThruDxe
-  FILE_GUID                      = 5E523CB4-D397-4986-87BD-A6DD8B22F455
-  MODULE_TYPE                    = UEFI_DRIVER
-  VERSION_STRING                 = 1.0
-  ENTRY_POINT                    = InitializeAtaAtapiPassThru
-
-[Binaries]
-  PE32|AtaAtapiPassThruDxe.efi|*
-  DXE_DEPEX|AtaAtapiPassThruDxe.depex|*
diff --git a/Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf b/Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf
deleted file mode 100644
index 8b9ee1d..0000000
--- a/Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.inf
+++ /dev/null
@@ -1,28 +0,0 @@
-## @file
-# Component name for module SnpNt32Dxe
-#
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
-#
-#  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                    = 0x00010019
-  BASE_NAME                      = SnpPV600Dxe
-  FILE_GUID                      = 1AB373EB-2CD7-4D5C-9C39-D31845B67F5E
-  MODULE_TYPE                    = UEFI_DRIVER
-  VERSION_STRING                 = 1.0
-
-  ENTRY_POINT                    = InitializeSnpPV600Driver
-  UNLOAD_IMAGE                   = SnpPV600Unload
-
-[Binaries]
-  PE32|SnpPV600Dxe.efi|*
diff --git a/Platform/Hisilicon/D02/Drivers/SFC/SfcDxeDriver.inf b/Platform/Hisilicon/D02/Drivers/SFC/SfcDxeDriver.inf
deleted file mode 100644
index 02a4d7f..0000000
--- a/Platform/Hisilicon/D02/Drivers/SFC/SfcDxeDriver.inf
+++ /dev/null
@@ -1,29 +0,0 @@
-#/** @file
-#
-#    Copyright (c) 2015, Hisilicon Limited. All rights reserved.
-#    Copyright (c) 2015, Linaro Limited. 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                      = SFCDriver
-  FILE_GUID                      = 02C6BAAE-6E43-4910-8084-60D5045729A0
-  MODULE_TYPE                    = DXE_DRIVER
-  VERSION_STRING                 = 1.0
-  ENTRY_POINT                    = SFCInitialize
-
-
-
-[Binaries.common]
-  PE32|SFCDriver.efi|*
-  DXE_DEPEX|SFCDriver.depex|*
-
diff --git a/Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.inf b/Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.inf
deleted file mode 100644
index ee2c99c..0000000
--- a/Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.inf
+++ /dev/null
@@ -1,44 +0,0 @@
-#/** @file
-#
-#    Copyright (c) 2015, Hisilicon Limited. All rights reserved.
-#    Copyright (c) 2015, Linaro Limited. 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                      = OemAddressMapPv660D02
-  FILE_GUID                      = DDDA42BC-772E-4ff5-8C9F-524F7F6601A2
-  MODULE_TYPE                    = BASE
-  VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = OemAddressMapLib
-
-[Sources.common]
-
-[Sources.AARCH64.GCC]
-
-[Binaries.AARCH64]
-  LIB|OemAddressMapPv660D02.lib|*
-
-[Packages]
-  MdePkg/MdePkg.dec
-  MdeModulePkg/MdeModulePkg.dec
-  ArmPkg/ArmPkg.dec
-
-  Silicon/Hisilicon/HisiPkg.dec
-
-[LibraryClasses]
-
-[BuildOptions]
-
-[FixedPcd]
-  gHisiTokenSpaceGuid.PcdNORFlashBase
-
diff --git a/Platform/Hisilicon/D02/MemoryInitPei/MemoryInitPeim.inf b/Platform/Hisilicon/D02/MemoryInitPei/MemoryInitPeim.inf
deleted file mode 100644
index 0095c82..0000000
--- a/Platform/Hisilicon/D02/MemoryInitPei/MemoryInitPeim.inf
+++ /dev/null
@@ -1,33 +0,0 @@
-#/** @file
-#
-#  Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
-#  Copyright (c) 2015, Hisilicon Limited. All rights reserved.<BR>
-#  Copyright (c) 2015, Linaro Limited. All rights reserved.<BR>
-#  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.
-#
-#  Based on the files under ArmPlatformPkg/MemoryInitPei/
-#
-#**/
-
-[Defines]
-  INF_VERSION                    = 0x00010005
-  BASE_NAME                      = MemoryInit
-  FILE_GUID                      = A311058D-0993-4C05-A3EC-16CC0801C1A0
-  MODULE_TYPE                    = PEIM
-  VERSION_STRING                 = 1.0
-
-  ENTRY_POINT                    = InitializeMemory
-
-[Sources]
-
-[Binaries.AARCH64]
-  TE|MemoryInit.efi|*
-
-[Depex]
-  TRUE
diff --git a/Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.inf b/Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.inf
deleted file mode 100644
index e36c6b6..0000000
--- a/Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.inf
+++ /dev/null
@@ -1,54 +0,0 @@
-#/** @file
-#
-#    Copyright (c) 2015, Hisilicon Limited. All rights reserved.
-#    Copyright (c) 2015, Linaro Limited. 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                      = PlatformSysCtrlLibPv660
-  FILE_GUID                      = B6C2EF97-2E30-4AA4-A3F4-D4EB1BBA1CD2
-  MODULE_TYPE                    = BASE
-  VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = PlatformSysCtrlLib
-
-[Sources.common]
-
-
-[Sources.AARCH64]
-
-[Binaries.AARCH64]
- LIB|PlatformSysCtrlLibPv660.lib|*
-
-[Packages]
-  MdePkg/MdePkg.dec
-  MdeModulePkg/MdeModulePkg.dec
-  ArmPkg/ArmPkg.dec
-
-  Silicon/Hisilicon/HisiPkg.dec
-
-[LibraryClasses]
-  ArmLib
-  OemAddressMapLib
-  OemMiscLib
-
-[FixedPcd]
-  gHisiTokenSpaceGuid.PcdPlatformDefaultPackageType
-  gHisiTokenSpaceGuid.PcdTrustedFirmwareEnable
-
-  gHisiTokenSpaceGuid.PcdM3SmmuBaseAddress
-  gHisiTokenSpaceGuid.PcdPcieSmmuBaseAddress
-  gHisiTokenSpaceGuid.PcdDsaSmmuBaseAddress
-  gHisiTokenSpaceGuid.PcdAlgSmmuBaseAddress
-
-[BuildOptions]
-
diff --git a/Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.inf b/Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.inf
deleted file mode 100644
index c9f3c0a..0000000
--- a/Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.inf
+++ /dev/null
@@ -1,48 +0,0 @@
-#/** @file
-#
-#    Copyright (c) 2015, Hisilicon Limited. All rights reserved.
-#    Copyright (c) 2015, Linaro Limited. 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                      = Pv660SerdesLib
-  FILE_GUID                      = 488347A3-8014-4DC4-8566-B51CA16CE0BB
-  MODULE_TYPE                    = BASE
-  VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = SerdesLib
-
-[Binaries.common]
-  LIB|Pv660SerdesLib.lib
-
-[Packages]
-  MdePkg/MdePkg.dec
-  MdeModulePkg/MdeModulePkg.dec
-
-  Silicon/Hisilicon/HisiPkg.dec
-
-
-[LibraryClasses]
-  DebugLib
-  IoLib
-  BaseLib
-  BaseMemoryLib
-
-
-  OemMiscLib
-
-[BuildOptions]
-
-[FixedPcd]
-
-
-
diff --git a/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.depex b/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.depex
deleted file mode 100644
index a104090..0000000
Binary files a/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.depex and /dev/null differ
diff --git a/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.efi b/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.efi
deleted file mode 100644
index 3ac7c95..0000000
Binary files a/Platform/Hisilicon/D02/Drivers/AtaAtapiPassThru/AtaAtapiPassThruDxe.efi and /dev/null differ
diff --git a/Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi b/Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi
deleted file mode 100644
index 00c3711..0000000
Binary files a/Platform/Hisilicon/D02/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi and /dev/null differ
diff --git a/Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.depex b/Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.depex
deleted file mode 100644
index e5c4b16..0000000
Binary files a/Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.depex and /dev/null differ
diff --git a/Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.efi b/Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.efi
deleted file mode 100644
index c17fccb..0000000
Binary files a/Platform/Hisilicon/D02/Drivers/SFC/SFCDriver.efi and /dev/null differ
diff --git a/Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.lib b/Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.lib
deleted file mode 100644
index 3b4d3fc..0000000
Binary files a/Platform/Hisilicon/D02/Library/AddressMapPv660D02/OemAddressMapPv660D02.lib and /dev/null differ
diff --git a/Platform/Hisilicon/D02/MemoryInitPei/MemoryInit.efi b/Platform/Hisilicon/D02/MemoryInitPei/MemoryInit.efi
deleted file mode 100644
index 0df1f72..0000000
Binary files a/Platform/Hisilicon/D02/MemoryInitPei/MemoryInit.efi and /dev/null differ
diff --git a/Platform/Hisilicon/D02/Sec/FVMAIN_SEC.Fv b/Platform/Hisilicon/D02/Sec/FVMAIN_SEC.Fv
deleted file mode 100644
index 49b61aa..0000000
Binary files a/Platform/Hisilicon/D02/Sec/FVMAIN_SEC.Fv and /dev/null differ
diff --git a/Platform/Hisilicon/D02/bl1.bin b/Platform/Hisilicon/D02/bl1.bin
deleted file mode 100644
index d64bfd8..0000000
Binary files a/Platform/Hisilicon/D02/bl1.bin and /dev/null differ
diff --git a/Platform/Hisilicon/D02/fip.bin b/Platform/Hisilicon/D02/fip.bin
deleted file mode 100644
index 7cdd9db..0000000
Binary files a/Platform/Hisilicon/D02/fip.bin and /dev/null differ
diff --git a/Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.lib b/Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.lib
deleted file mode 100644
index 37082f9..0000000
Binary files a/Silicon/Hisilicon/Pv660/Library/PlatformSysCtrlLibPv660/PlatformSysCtrlLibPv660.lib and /dev/null differ
diff --git a/Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.lib b/Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.lib
deleted file mode 100644
index 5f8ab73..0000000
Binary files a/Silicon/Hisilicon/Pv660/Library/Pv660Serdes/Pv660SerdesLib.lib and /dev/null differ
-- 
2.17.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH edk2-non-osi v1 1/1] Hisilicon/D02: Remove D02 platform
  2018-08-07 14:25 ` [PATCH edk2-non-osi v1 1/1] Hisilicon/D02: Remove D02 platform Ming Huang
@ 2018-08-08  9:01   ` Leif Lindholm
  0 siblings, 0 replies; 3+ messages in thread
From: Leif Lindholm @ 2018-08-08  9:01 UTC (permalink / raw)
  To: Ming Huang
  Cc: linaro-uefi, edk2-devel, graeme.gregory, ard.biesheuvel, guoheyi,
	wanghuiqiang, huangming23, zhangjinsong2, huangdaode, john.garry,
	xinliang.liu

On Tue, Aug 07, 2018 at 10:25:26PM +0800, Ming Huang wrote:
> D02 is no need to maintain now, so remove D02 platform binary.
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ming Huang <ming.huang@linaro.org>

Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Pushed as b9d09208.
Thanks!

/
    Leif


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-08  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-07 14:25 [PATCH edk2-non-osi v1 0/1] Remove D02 Platform Ming Huang
2018-08-07 14:25 ` [PATCH edk2-non-osi v1 1/1] Hisilicon/D02: Remove D02 platform Ming Huang
2018-08-08  9:01   ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox