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, michael.d.kinney@intel.com,
	lersek@redhat.com, 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 v3 2/2] Silicon/Hisilicon/D06: Add Oem Shell libraries
Date: Thu, 16 Aug 2018 20:16:14 +0800	[thread overview]
Message-ID: <20180816121614.48850-3-ming.huang@linaro.org> (raw)
In-Reply-To: <20180816121614.48850-1-ming.huang@linaro.org>

Add Hisilicon Oem Shell libraries for some commands,such as
biosupdate, getmac, setmac, provision, acpistartos, brdinfo,
sfpinfo.

biosupdate example:
ifconfig -s eth2 static 192.168.2.68 255.255.255.0 192.168.2.1
biosupdate serverIp -u user -p password -f D06.fd -m master

acpistartos example:
ifconfig -s eth2 static 192.168.2.69 255.255.255.0 192.168.2.1
provision serverIp -u user -p password -f os\Image -a 0x80000
2
provision serverIp -u user -p password -f os\minifs.cpio.gz -a
0x07000000
2
acpistartos

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ming Huang <ming.huang@linaro.org>
---
 Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.inf |  41 ++++++++++++++
 Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.inf              |  59 ++++++++++++++++++++
 Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.lib | Bin 0 -> 144880 bytes
 Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.lib              | Bin 0 -> 1109382 bytes
 4 files changed, 100 insertions(+)

diff --git a/Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.inf b/Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.inf
new file mode 100644
index 0000000..3dea3fb
--- /dev/null
+++ b/Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.inf
@@ -0,0 +1,41 @@
+/** @file
+*
+*  Copyright (c) 2018, Hisilicon Limited. All rights reserved.
+*  Copyright (c) 2018, 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                    = 0x0001001A
+  BASE_NAME                      = HisiD06ShellCmdLib
+  FILE_GUID                      = 41878264-1668-460f-b0bf-26bdc89d464c
+  MODULE_TYPE                    = UEFI_APPLICATION
+  VERSION_STRING                 = 1.0
+  LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER
+  CONSTRUCTOR                    = HisiD06ShellCmdLibConstructor
+  DESTRUCTOR                     = HisiD06ShellCmdLibDestructor
+
+
+[Binaries.AARCH64]
+  LIB|HisiD06ShellCmdLib.lib|*
+
+[Packages]
+  ShellPkg/ShellPkg.dec
+  Silicon/Hisilicon/HisiPkg.dec
+
+[LibraryClasses]
+  I2CLib
+  ShellLib
+
+[Guids]
+  HisiPlatformShellSampleHiiGuid                 ## CONSUMES ## HII
diff --git a/Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.inf b/Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.inf
new file mode 100644
index 0000000..a81af92
--- /dev/null
+++ b/Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.inf
@@ -0,0 +1,59 @@
+/** @file
+*
+*  Copyright (c) 2018, Hisilicon Limited. All rights reserved.
+*  Copyright (c) 2018, 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                    = 0x0001001A
+  BASE_NAME                      = HisiShellCmdLib
+  FILE_GUID                      = 88324505-C49D-4eac-8253-75D324457B88
+  MODULE_TYPE                    = UEFI_APPLICATION
+  VERSION_STRING                 = 1.0
+  LIBRARY_CLASS                  = NULL|UEFI_APPLICATION UEFI_DRIVER
+  CONSTRUCTOR                    = HisiShellCmdLibConstructor
+  DESTRUCTOR                     = HisiShellCmdLibDestructor
+
+[Binaries.AARCH64]
+  LIB|HisiShellCmdLib.lib|*
+
+[Packages]
+  ArmPkg/ArmPkg.dec
+  ShellPkg/ShellPkg.dec
+  Silicon/Hisilicon/HisiPkg.dec
+
+[LibraryClasses]
+  ArmSmcLib
+  IpmiCmdLib
+  PcdLib
+  ShellCommandLib
+  ShellLib
+
+[Pcd]
+  gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
+  gHisiTokenSpaceGuid.PcdMdioSubctrlAddress      ## CONSUMES
+  gHisiTokenSpaceGuid.PcdStartOsParameter        ## CONSUMES
+
+[FixedPcd.common]
+  gArmTokenSpaceGuid.PcdFdSize                    ## CONSUMES
+  gHisiTokenSpaceGuid.PcdBaseBoardProductName     ## CONSUMES
+  gHisiTokenSpaceGuid.PcdTrustedFirmwareEnable    ## CONSUMES
+
+[Protocols]
+  gHisiSpiFlashProtocolGuid                       ## CONSUMES
+  gOemNicProtocolGuid                             ## CONSUMES
+  gUniNorFlashProtocolGuid                        ## CONSUMES
+
+[Guids]
+  gVersionInfoHobGuid                             ## CONSUMES
+  HisiShellSampleHiiGuid                          ## CONSUMES ## HII
diff --git a/Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.lib b/Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.lib
new file mode 100644
index 0000000..9ba14a2
Binary files /dev/null and b/Silicon/Hisilicon/Hi1620/Library/HisiD06ShellCmdLib/HisiD06ShellCmdLib.lib differ
diff --git a/Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.lib b/Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.lib
new file mode 100644
index 0000000..d3ca398
Binary files /dev/null and b/Silicon/Hisilicon/Library/HisiShellCmdLib/HisiShellCmdLib.lib differ
-- 
2.17.0



      parent reply	other threads:[~2018-08-16 12:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-16 12:16 [PATCH edk2-non-osi v3 0/2] Upload D06 binary modules Ming Huang
2018-08-16 12:16 ` [PATCH edk2-non-osi v3 1/2] Hisilicon/D06: Add " Ming Huang
2018-08-16 12:16 ` Ming Huang [this message]

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=20180816121614.48850-3-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