public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ming Huang <ming.huang@linaro.org>
To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org,
	edk2-devel@lists.01.org, graeme.gregory@linaro.org
Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com,
	wanghuiqiang@huawei.com, huangming23@huawei.com,
	zhangjinsong2@huawei.com, huangdaode@hisilicon.com,
	john.garry@huawei.com, xinliang.liu@linaro.org,
	Ming Huang <ming.huang@linaro.org>
Subject: [PATCH edk2-non-osi v1 0/1] Remove D02 Platform
Date: Tue,  7 Aug 2018 22:25:25 +0800	[thread overview]
Message-ID: <20180807142526.10117-1-ming.huang@linaro.org> (raw)

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



             reply	other threads:[~2018-08-07 14:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-07 14:25 Ming Huang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180807142526.10117-1-ming.huang@linaro.org \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox