From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CF6E4210DA784 for ; Mon, 6 Aug 2018 03:21:09 -0700 (PDT) Received: by mail-wm0-x241.google.com with SMTP id s9-v6so13260950wmh.3 for ; Mon, 06 Aug 2018 03:21:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=kRbC3+LfEIRoPWPC1pERYNdYz2ygwgeb7PfumJ1ZkdM=; b=EnirdCwxT8jl6G9dTezxfZCXaFNJcAtizvGds0HT+LifMiMTyESuYLWO9JuREc+QHX NKE/IxLmkNGzA7YVnXjO4mO8RSxkWX8bx2eXe/RQMojKrXxOCZiIhWIV5ZQIvZcy3pym 7KYafAhMm6Cxw5MrNDVvM4kq1/b0ZK3imlwME= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=kRbC3+LfEIRoPWPC1pERYNdYz2ygwgeb7PfumJ1ZkdM=; b=lZ9jUr5TeDs1GJnYCxqPoh5haHqMg7k7blmmAKDCTxNEB+k8GA2XovOpJo7XTOl3qB LTnpsnBpDH/UibOsiPXVj0tr8kSGZdRCPIxs2uqelbtD0Pnf3aceGllv0z4jae6jBH9y QVuaE7FH1NjaNyT2WtDmL4r8cSlPnvpFV6p0voa/Z7QZ5NqdyFmEkGGZ3uk1JC+OjaOh Tng8qwz23BRfMbReTChlfrhSXKjMf1Y/V6VjyIRaljvMhoVOKiL5er3FKfX9bhuCUysG ClUz8ss89lml0OsxPzCAiVRmhyrbJ61vEIl7f3f3z0oOBeH3pqNj4CfVMADoqenIGxdU sT7A== X-Gm-Message-State: AOUpUlEyEbDRQV4jBtL/dPtptJMerYYYGQHXAST7fLLL2Q05Fof0Cddg 0vXJq11IXvg6vsbTloQRAqQHeg== X-Google-Smtp-Source: AAOMgpcJaYYuv1a77OnfvXYlnKcWfHOmnx3ydbmK7xfm8sF8C+nbuqOUeq4PPQinWXwzd2Fss29bWA== X-Received: by 2002:a1c:f516:: with SMTP id t22-v6mr10882786wmh.103.1533550867804; Mon, 06 Aug 2018 03:21:07 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 68-v6sm12449586wmi.31.2018.08.06.03.21.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Aug 2018 03:21:06 -0700 (PDT) Date: Mon, 6 Aug 2018 11:21:05 +0100 From: Leif Lindholm To: Ming Huang Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, 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 Message-ID: <20180806102104.ouiamyjuxacycibo@bivouac.eciton.net> References: <20180724072816.64047-1-ming.huang@linaro.org> <20180724072816.64047-2-ming.huang@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180724072816.64047-2-ming.huang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-non-osi v1 1/1] Hisilicon/D06: Add binary modules X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 10:21:10 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 24, 2018 at 03:28:16PM +0800, Ming Huang wrote: > Add initial binary for D06. > Build commit infomation: > edk2: e73f499 > edk2-platforms: 7f223e6 > HwPkg: e0bf35e > TrusedFirmware: 4eda1d1 > Tools: 6b286b1 The above information is all good, but can you add a summary specifying what each driver is? Just a one-line description per module should be enough. For the .depex files - they get garbled by git format-patch. Could you add a .gitattributes file in your edk2-non-osi root=20 as per https://www.mail-archive.com/edk2-devel@lists.01.org/msg13992.html before regenerating a new set? Actually, could you create that as a patch and send out with me, Mike, Ard, Laszlo on cc? I think this topic is ready for another round of discussions. / LEif > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > --- > Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.depex = | 1 + > Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.efi = | Bin 0 -> 20384 bytes > Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.inf = | 26 ++++++++++++ > Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.depex = | 1 + > Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi = | Bin 0 -> 228352 bytes > Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.inf = | 27 ++++++++++++ > Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInterfaceDxe.de= pex | 1 + > Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInterfaceDxe.ef= i | Bin 0 -> 29376 bytes > Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInterfaceDxe.in= f | 28 +++++++++++++ > Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInterfacePei.de= pex | 1 + > Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInterfacePei.ef= i | Bin 0 -> 21600 bytes > Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInterfacePei.in= f | 27 ++++++++++++ > Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOp.depex = | 1 + > Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOp.efi = | Bin 0 -> 24672 bytes > Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOpDxe.inf = | 27 ++++++++++++ > Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.depex = | 1 + > Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.efi = | Bin 0 -> 20672 bytes > Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.inf = | 27 ++++++++++++ > Platform/Hisilicon/D06/Drivers/Net/SnpHi1620NewDxe/SnpDxe.inf = | 27 ++++++++++++ > Platform/Hisilicon/D06/Drivers/Net/SnpHi1620NewDxe/SnpPV600Dxe.efi = | Bin 0 -> 74912 bytes > Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.depex = | Bin 0 -> 36 bytes > Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi = | Bin 0 -> 21184 bytes > Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.inf = | 26 ++++++++++++ > Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi = | Bin 0 -> 17920 bytes > Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.inf = | 25 ++++++++++++ > Platform/Hisilicon/D06/Drivers/SFC/SFCDriver.depex = | Bin 0 -> 36 bytes > Platform/Hisilicon/D06/Drivers/SFC/SFCDriver.efi = | Bin 0 -> 262144 bytes > Platform/Hisilicon/D06/Drivers/SFC/SfcDxeDriver.inf = | 27 ++++++++++++ > Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex = | Bin 0 -> 216 bytes > Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi = | Bin 0 -> 221152 bytes > Platform/Hisilicon/D06/Drivers/Sas/SasDxeDriver.inf = | 27 ++++++++++++ > Platform/Hisilicon/D06/Drivers/Sm750Dxe/SmiGraphicsOutput.efi = | Bin 0 -> 37856 bytes > Platform/Hisilicon/D06/Drivers/Sm750Dxe/UefiSmi.inf = | 32 +++++++++++++++ > Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbiosInfo.depex = | 1 + > Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbiosInfo.efi = | Bin 0 -> 20224 bytes > Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbiosInfo.inf = | 26 ++++++++++++ > Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.inf = | 40 ++++++++++++++++++ > Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.lib = | Bin 0 -> 61876 bytes > Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.depex = | 1 + > Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi = | Bin 0 -> 298304 bytes > Platform/Hisilicon/D06/MemoryInitPei/MemoryInitPeim.inf = | 28 +++++++++++++ > Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv = | Bin 0 -> 1048576 bytes > Platform/Hisilicon/D06/bl1.bin = | Bin 0 -> 12424 bytes > Platform/Hisilicon/D06/fip.bin = | Bin 0 -> 105288 bytes > Silicon/Hisilicon/Hi1620/Library/Hi1620Serdes/Hi1620SerdesLib.inf = | 43 ++++++++++++++++++++ > Silicon/Hisilicon/Hi1620/Library/Hi1620Serdes/Hi1620SerdesLib.lib = | Bin 0 -> 1318784 bytes > Silicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.inf = | 39 ++++++++++++++++++ > Silicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.lib = | Bin 0 -> 15382 bytes > Silicon/Hisilicon/Hi1620/Library/PlatformSysCtrlLibHi1620/PlatformSysCtr= lLibHi1620.inf | 43 ++++++++++++++++++++ > Silicon/Hisilicon/Hi1620/Library/PlatformSysCtrlLibHi1620/PlatformSysCtr= lLibHi1620.lib | Bin 0 -> 354688 bytes > 50 files changed, 553 insertions(+) >=20 > diff --git a/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc= =2Edepex b/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.dep= ex > new file mode 100644 > index 0000000..0dc7ce4 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.depex > @@ -0,0 +1 @@ > +=02???=13J&?>????=124/4=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc= =2Eefi b/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.efi > new file mode 100644 > index 0000000..81f53ce > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/GetInfoFromBm= c/GetInfoFromBmc.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc= =2Einf b/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.inf > new file mode 100644 > index 0000000..0ddb8f3 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/GetInfoFromBmc/GetInfoFromBmc.inf > @@ -0,0 +1,26 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D GetInfoFromBmc > + FILE_GUID =3D d6f3d102-f2f7-42ba-8e26-ba34fac721fa > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D GetBmcInfoDriverEntry > + > +[Binaries.AARCH64] > + PE32|GetInfoFromBmc.efi|* > + DXE_DEPEX|GetInfoFromBmc.depex|* > diff --git a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.depex b/P= latform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.depex > new file mode 100644 > index 0000000..0dc7ce4 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.depex > @@ -0,0 +1 @@ > +=02???=13J&?>????=124/4=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi b/Pla= tform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi > new file mode 100644 > index 0000000..34e0316 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoI= nitDxe.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.inf b/Pla= tform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.inf > new file mode 100644 > index 0000000..2f60930 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.inf > @@ -0,0 +1,27 @@ > +#/** @file > +# > +# Copyright (c) 2016 - 2018, Hisilicon Limited. All rights reserved. > +# Copyright (c) 2016 - 2018, Linaro Limited. All rights reserved. > +# > +# This program and the accompanying materials > +# are licensed and made available under the terms and conditions of t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D IoInitDxe > + FILE_GUID =3D 92e003e6-ac08-4e7a-b7f5-1b1fe093e8ce > + MODULE_TYPE =3D UEFI_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D IoInitDxeEntry > + > +[Binaries] > + PE32|IoInitDxe.efi|* > + DXE_DEPEX|IoInitDxe.depex|* > diff --git a/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInt= erfaceDxe.depex b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/Ipmi= InterfaceDxe.depex > new file mode 100644 > index 0000000..0dc7ce4 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInterfaceD= xe.depex > @@ -0,0 +1 @@ > +=02???=13J&?>????=124/4=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInt= erfaceDxe.efi b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiIn= terfaceDxe.efi > new file mode 100644 > index 0000000..cf6a10b > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInte= rfaceDxe/IpmiInterfaceDxe.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInt= erfaceDxe.inf b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiIn= terfaceDxe.inf > new file mode 100644 > index 0000000..93f1b24 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfaceDxe/IpmiInterfaceD= xe.inf > @@ -0,0 +1,28 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D IpmiInterfaceDxe > + FILE_GUID =3D e848f65c-cb9f-449c-8943-65093180c794 > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + > +[Binaries.AARCH64] > + PE32|IpmiInterfaceDxe.efi|* > + DXE_DEPEX|IpmiInterfaceDxe.depex|* > + > + > diff --git a/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInt= erfacePei.depex b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/Ipmi= InterfacePei.depex > new file mode 100644 > index 0000000..53e435a > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInterfaceP= ei.depex > @@ -0,0 +1 @@ > +=02%M?=01?M?#??65??#?=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInt= erfacePei.efi b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiIn= terfacePei.efi > new file mode 100644 > index 0000000..4ca2779 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInte= rfacePei/IpmiInterfacePei.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInt= erfacePei.inf b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiIn= terfacePei.inf > new file mode 100644 > index 0000000..39e0197 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/Ipmi/IpmiInterfacePei/IpmiInterfaceP= ei.inf > @@ -0,0 +1,27 @@ > +#/** @file > +# > +# Copyright (c) 2016 - 2018, Hisilicon Limited. All rights reserved. > +# Copyright (c) 2016 - 2018, Linaro Limited. All rights reserved. > +# > +# This program and the accompanying materials > +# are licensed and made available under the terms and conditions of t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D IpmiInterfacePei > + FILE_GUID =3D 580502d5-f5a3-4e7b-9c70-65fbc3bcd368 > + MODULE_TYPE =3D PEIM > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D IpmiInterfacePeiEntry > + > +[Binaries.AARCH64] > + TE|IpmiInterfacePei.efi|* > + PEI_DEPEX|IpmiInterfacePei.depex|* > diff --git a/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOp.depe= x b/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOp.depex > new file mode 100644 > index 0000000..d4ce5b8 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOp.depex > @@ -0,0 +1 @@ > +=02=0E ~???;G??=1D{=11?23=02???=13J&?>????=124/4=03=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOp.efi = b/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOp.efi > new file mode 100644 > index 0000000..52464ad > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe= /IpmiMiscOp.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOpDxe.i= nf b/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOpDxe.inf > new file mode 100644 > index 0000000..94bc210 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/IpmiMiscOpDxe/IpmiMiscOpDxe.inf > @@ -0,0 +1,27 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D IpmiMiscOp > + FILE_GUID =3D 2769b929-2745-4ceb-bf57-b8b77afd889c > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D IpmiMiscOpEntry > + > +[Binaries.AARCH64] > + PE32|IpmiMiscOp.efi|* > + DXE_DEPEX|IpmiMiscOp.depex|* > diff --git a/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogD= xe.depex b/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.d= epex > new file mode 100644 > index 0000000..d4ce5b8 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.depex > @@ -0,0 +1 @@ > +=02=0E ~???;G??=1D{=11?23=02???=13J&?>????=124/4=03=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogD= xe.efi b/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.efi > new file mode 100644 > index 0000000..0b8f8dd > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/IpmiWatchdogD= xe/IpmiWatchdogDxe.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogD= xe.inf b/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.inf > new file mode 100644 > index 0000000..2821acc > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/IpmiWatchdogDxe/IpmiWatchdogDxe.inf > @@ -0,0 +1,27 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D IpmiWatchdogDxe > + FILE_GUID =3D 320df638-30ce-43a9-831b-752532b894df > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D InitializeWatchdogDxeEntry > + > +[Binaries.AARCH64] > + PE32|IpmiWatchdogDxe.efi|* > + DXE_DEPEX|IpmiWatchdogDxe.depex|* > diff --git a/Platform/Hisilicon/D06/Drivers/Net/SnpHi1620NewDxe/SnpDxe.in= f b/Platform/Hisilicon/D06/Drivers/Net/SnpHi1620NewDxe/SnpDxe.inf > new file mode 100644 > index 0000000..9d01aa5 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/Net/SnpHi1620NewDxe/SnpDxe.inf > @@ -0,0 +1,27 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D SnpPV600Dxe > + FILE_GUID =3D da125140-6cf1-426f-807f-85e6962144ac > + MODULE_TYPE =3D UEFI_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D InitializeSnpPV600Driver > + UNLOAD_IMAGE =3D NetLibDefaultUnload > + > +[Binaries.AARCH64] > + PE32|SnpPV600Dxe.efi > + > diff --git a/Platform/Hisilicon/D06/Drivers/Net/SnpHi1620NewDxe/SnpPV600D= xe.efi b/Platform/Hisilicon/D06/Drivers/Net/SnpHi1620NewDxe/SnpPV600Dxe.efi > new file mode 100644 > index 0000000..e661c67 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/Net/SnpHi1620= NewDxe/SnpPV600Dxe.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe= =2Edepex b/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.dep= ex > new file mode 100644 > index 0000000..7c01109 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/PcieRasInitDx= e/PcieRasInitDxe.depex differ > diff --git a/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe= =2Eefi b/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi > new file mode 100644 > index 0000000..77493a3 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/PcieRasInitDx= e/PcieRasInitDxe.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe= =2Einf b/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.inf > new file mode 100644 > index 0000000..7eee3c3 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.inf > @@ -0,0 +1,26 @@ > +## @file > +# > +# Component description file PCI Ras Init driver. > +# 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 ma= y 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 =3D 0x0001001A > + BASE_NAME =3D PcieRasInitDxe > + FILE_GUID =3D f301927a-017a-4f63-b412-4e10f72395ed > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D InitializePcieRas > + > +[Binaries.AARCH64] > + PE32|PcieRasInitDxe.efi|* > + DXE_DEPEX|PcieRasInitDxe.depex|* > diff --git a/Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi b/P= latform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi > new file mode 100644 > index 0000000..6d982b4 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/RasInitDxe/Ra= sInitDxe.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.inf b/P= latform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.inf > new file mode 100644 > index 0000000..a34f2f2 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.inf > @@ -0,0 +1,25 @@ > +## @file > +# > +# Component description file PCI Ras Init driver. > +# 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 ma= y 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 =3D 0x0001001A > + BASE_NAME =3D RasInitDxe > + FILE_GUID =3D cb655a58-a090-429b-b324-3efa7a583546 > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D RasInitEntry > + > +[Binaries.AARCH64] > + PE32|RasInitDxe.efi|* > diff --git a/Platform/Hisilicon/D06/Drivers/SFC/SFCDriver.depex b/Platfor= m/Hisilicon/D06/Drivers/SFC/SFCDriver.depex > new file mode 100644 > index 0000000..e5c4b16 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/SFC/SFCDriver= =2Edepex differ > diff --git a/Platform/Hisilicon/D06/Drivers/SFC/SFCDriver.efi b/Platform/= Hisilicon/D06/Drivers/SFC/SFCDriver.efi > new file mode 100644 > index 0000000..add9f9f > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/SFC/SFCDriver= =2Eefi differ > diff --git a/Platform/Hisilicon/D06/Drivers/SFC/SfcDxeDriver.inf b/Platfo= rm/Hisilicon/D06/Drivers/SFC/SfcDxeDriver.inf > new file mode 100644 > index 0000000..22e68ea > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/SFC/SfcDxeDriver.inf > @@ -0,0 +1,27 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D SFCDriver > + FILE_GUID =3D 5cfeb794-3e2b-4647-a24c-3a6cbc1fd9b6 > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D SFCInitialize > + > +[Binaries.AARCH64] > + PE32|SFCDriver.efi|* > + DXE_DEPEX|SFCDriver.depex|* > + > diff --git a/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex b/Plat= form/Hisilicon/D06/Drivers/Sas/SasDriverDxe.depex > new file mode 100644 > index 0000000..1a5bc1e > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/Sas/SasDriver= Dxe.depex differ > diff --git a/Platform/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi b/Platfo= rm/Hisilicon/D06/Drivers/Sas/SasDriverDxe.efi > new file mode 100644 > index 0000000..d6381e5 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/Sas/SasDriver= Dxe.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/Sas/SasDxeDriver.inf b/Platfo= rm/Hisilicon/D06/Drivers/Sas/SasDxeDriver.inf > new file mode 100644 > index 0000000..2264e80 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/Sas/SasDxeDriver.inf > @@ -0,0 +1,27 @@ > +#/** @file > +# > +# Copyright (c) 2016 - 2018, Hisilicon Limited. All rights reserved. > +# Copyright (c) 2016 - 2018, Linaro Limited. All rights reserved. > +# > +# This program and the accompanying materials > +# are licensed and made available under the terms and conditions of t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D SasDriverDxe > + FILE_GUID =3D 86791da8-ab4a-49c5-95b9-e850332aca81 > + MODULE_TYPE =3D UEFI_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D SasDriverInitialize > + > +[Binaries] > + PE32|SasDriverDxe.efi|* > + DXE_DEPEX|SasDriverDxe.depex > diff --git a/Platform/Hisilicon/D06/Drivers/Sm750Dxe/SmiGraphicsOutput.ef= i b/Platform/Hisilicon/D06/Drivers/Sm750Dxe/SmiGraphicsOutput.efi > new file mode 100644 > index 0000000..499e874 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/Sm750Dxe/SmiG= raphicsOutput.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/Sm750Dxe/UefiSmi.inf b/Platfo= rm/Hisilicon/D06/Drivers/Sm750Dxe/UefiSmi.inf > new file mode 100644 > index 0000000..19befc1 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/Sm750Dxe/UefiSmi.inf > @@ -0,0 +1,32 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D SmiGraphicsOutput > + FILE_GUID =3D 02b187e4-b6eb-4952-ba28-16c9af377a36 > + MODULE_TYPE =3D UEFI_DRIVER > + VERSION_STRING =3D 1.0 > + > + PCI_VENDOR_ID =3D 0x126F > + PCI_DEVICE_ID =3D 0x0750 > + PCI_CLASS_CODE =3D 0x030000 > + PCI_REVISION =3D 0xA1 > + COMPRESS =3D TRUE > + > +[Binaries.AARCH64] > + PE32|SmiGraphicsOutput.efi|* > + > diff --git a/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbio= sInfo.depex b/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbios= Info.depex > new file mode 100644 > index 0000000..d4ce5b8 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbiosInfo.d= epex > @@ -0,0 +1 @@ > +=02=0E ~???;G??=1D{=11?23=02???=13J&?>????=124/4=03=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbio= sInfo.efi b/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbiosIn= fo.efi > new file mode 100644 > index 0000000..1a3d167 > Binary files /dev/null and b/Platform/Hisilicon/D06/Drivers/TransferSmbio= sInfo/TransSmbiosInfo.efi differ > diff --git a/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbio= sInfo.inf b/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbiosIn= fo.inf > new file mode 100644 > index 0000000..9e93e23 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Drivers/TransferSmbiosInfo/TransSmbiosInfo.i= nf > @@ -0,0 +1,26 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D TransSmbiosInfo > + FILE_GUID =3D 28b38fff-bd02-4e8b-b420-3baf10840a5f > + MODULE_TYPE =3D DXE_DRIVER > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D TransferSmbiosInfoToBMC > + > +[Binaries.AARCH64] > + PE32|TransSmbiosInfo.efi|* > + DXE_DEPEX|TransSmbiosInfo.depex|* > diff --git a/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMa= pD06.inf b/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06= =2Einf > new file mode 100644 > index 0000000..3a553e6 > --- /dev/null > +++ b/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.inf > @@ -0,0 +1,40 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D OemAddressMapD05 > + FILE_GUID =3D 64a05b8e-6e6d-4384-8c25-2e9720e1f9da > + MODULE_TYPE =3D BASE > + VERSION_STRING =3D 1.0 > + LIBRARY_CLASS =3D OemAddressMapLib > + > + > +[Binaries.AARCH64] > + LIB|OemAddressMapD06.lib|* > + > +[Packages] > + ArmPkg/ArmPkg.dec > + MdeModulePkg/MdeModulePkg.dec > + MdePkg/MdePkg.dec > + Silicon/Hisilicon/HisiPkg.dec > + > +[LibraryClasses] > + CpldIoLib > + > +[FixedPcd] > + gHisiTokenSpaceGuid.PcdNORFlashBase > + > diff --git a/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMa= pD06.lib b/Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06= =2Elib > new file mode 100644 > index 0000000..6c497e6 > Binary files /dev/null and b/Platform/Hisilicon/D06/Library/OemAddressMap= D06/OemAddressMapD06.lib differ > diff --git a/Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.depex b/Plat= form/Hisilicon/D06/MemoryInitPei/MemoryInit.depex > new file mode 100644 > index 0000000..53e435a > --- /dev/null > +++ b/Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.depex > @@ -0,0 +1 @@ > +=02%M?=01?M?#??65??#?=08 > \ No newline at end of file > diff --git a/Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi b/Platfo= rm/Hisilicon/D06/MemoryInitPei/MemoryInit.efi > new file mode 100644 > index 0000000..11634ca > Binary files /dev/null and b/Platform/Hisilicon/D06/MemoryInitPei/MemoryI= nit.efi differ > diff --git a/Platform/Hisilicon/D06/MemoryInitPei/MemoryInitPeim.inf b/Pl= atform/Hisilicon/D06/MemoryInitPei/MemoryInitPeim.inf > new file mode 100644 > index 0000000..b099878 > --- /dev/null > +++ b/Platform/Hisilicon/D06/MemoryInitPei/MemoryInitPeim.inf > @@ -0,0 +1,28 @@ > +#/** @file > +# > +# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.
> +# Copyright (c) 2016 - 2018, Hisilicon Limited. All rights reserved.
> +# Copyright (c) 2016 - 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 ma= y 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 =3D 0x0001001A > + BASE_NAME =3D MemoryInit > + FILE_GUID =3D bf4e76a5-75aa-4fc4-b211-71a30141f420 > + MODULE_TYPE =3D PEIM > + VERSION_STRING =3D 1.0 > + ENTRY_POINT =3D InitializeMemory > + > +[Binaries.AARCH64] > + TE|MemoryInit.efi|* > + PEI_DEPEX|MemoryInit.depex > diff --git a/Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv b/Platform/Hisilico= n/D06/Sec/FVMAIN_SEC.Fv > new file mode 100644 > index 0000000..ce3d2d5 > Binary files /dev/null and b/Platform/Hisilicon/D06/Sec/FVMAIN_SEC.Fv dif= fer > diff --git a/Platform/Hisilicon/D06/bl1.bin b/Platform/Hisilicon/D06/bl1.= bin > new file mode 100644 > index 0000000..5e9ce59 > Binary files /dev/null and b/Platform/Hisilicon/D06/bl1.bin differ > diff --git a/Platform/Hisilicon/D06/fip.bin b/Platform/Hisilicon/D06/fip.= bin > new file mode 100644 > index 0000000..7f28217 > Binary files /dev/null and b/Platform/Hisilicon/D06/fip.bin differ > diff --git a/Silicon/Hisilicon/Hi1620/Library/Hi1620Serdes/Hi1620SerdesLi= b.inf b/Silicon/Hisilicon/Hi1620/Library/Hi1620Serdes/Hi1620SerdesLib.inf > new file mode 100644 > index 0000000..60de63f > --- /dev/null > +++ b/Silicon/Hisilicon/Hi1620/Library/Hi1620Serdes/Hi1620SerdesLib.inf > @@ -0,0 +1,43 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D Hi1620SerdesLib > + FILE_GUID =3D 1deeae34-0534-48e4-88e4-564a66599d6a > + MODULE_TYPE =3D BASE > + VERSION_STRING =3D 1.0 > + LIBRARY_CLASS =3D SerdesLib > + > +[Binaries.common] > + LIB|Hi1620SerdesLib.lib > + > +[Packages] > + MdeModulePkg/MdeModulePkg.dec > + MdePkg/MdePkg.dec > + Silicon/Hisilicon/HisiPkg.dec > + > +[LibraryClasses] > + BaseLib > + BaseMemoryLib > + DebugLib > + IoLib > + OemMiscLib > + PlatformSysCtrlLib > + TimerLib > + > +[FixedPcd] > + gHisiTokenSpaceGuid.PcdIsMPBoot > + gHisiTokenSpaceGuid.PcdSerDesFlowCtrlFlag > diff --git a/Silicon/Hisilicon/Hi1620/Library/Hi1620Serdes/Hi1620SerdesLi= b.lib b/Silicon/Hisilicon/Hi1620/Library/Hi1620Serdes/Hi1620SerdesLib.lib > new file mode 100644 > index 0000000..6b01b49 > Binary files /dev/null and b/Silicon/Hisilicon/Hi1620/Library/Hi1620Serde= s/Hi1620SerdesLib.lib differ > diff --git a/Silicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.inf b/S= ilicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.inf > new file mode 100644 > index 0000000..eadc941 > --- /dev/null > +++ b/Silicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.inf > @@ -0,0 +1,39 @@ > +#***********************************************************************= ******* > +# > +# 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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D LpcLib > + FILE_GUID =3D 17cf6de7-8ed6-4dcc-b408-7e0e8a9421d7 > + MODULE_TYPE =3D BASE > + VERSION_STRING =3D 1.0 > + LIBRARY_CLASS =3D LpcLib > + > +[Binaries.AARCH64] > + LIB|LpcLib.lib|* > + > +[Packages] > + MdeModulePkg/MdeModulePkg.dec > + MdePkg/MdePkg.dec > + Silicon/Hisilicon/HisiPkg.dec > + > +[LibraryClasses] > + ArmLib > + BaseLib > + DebugLib > + IoLib > + TimerLib > + PlatformSysCtrlLib > diff --git a/Silicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.lib b/S= ilicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.lib > new file mode 100644 > index 0000000..57d5eb1 > Binary files /dev/null and b/Silicon/Hisilicon/Hi1620/Library/LpcLibHi162= 0/LpcLib.lib differ > diff --git a/Silicon/Hisilicon/Hi1620/Library/PlatformSysCtrlLibHi1620/Pl= atformSysCtrlLibHi1620.inf b/Silicon/Hisilicon/Hi1620/Library/PlatformSysCt= rlLibHi1620/PlatformSysCtrlLibHi1620.inf > new file mode 100644 > index 0000000..380574f > --- /dev/null > +++ b/Silicon/Hisilicon/Hi1620/Library/PlatformSysCtrlLibHi1620/PlatformS= ysCtrlLibHi1620.inf > @@ -0,0 +1,43 @@ > +#/** @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 t= he BSD License > +# which accompanies this distribution. The full text of the license m= ay be found at > +# http://opensource.org/licenses/bsd-license.php > +# > +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASI= S, > +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS O= R IMPLIED. > +# > +#**/ > + > +[Defines] > + INF_VERSION =3D 0x0001001A > + BASE_NAME =3D PlatformSysCtrlLibHi1620 > + FILE_GUID =3D 26db9c9f-0e58-4fb6-969d-3e83e9e82b05 > + MODULE_TYPE =3D BASE > + VERSION_STRING =3D 1.0 > + LIBRARY_CLASS =3D PlatformSysCtrlLib > + > +[Binaries.AARCH64] > + LIB|PlatformSysCtrlLibHi1620.lib|* > + > +[Packages] > + ArmPkg/ArmPkg.dec > + MdeModulePkg/MdeModulePkg.dec > + MdePkg/MdePkg.dec > + Silicon/Hisilicon/HisiPkg.dec > + > +[LibraryClasses] > + ArmLib > + IoLib > + LpcLib > + OemAddressMapLib > + OemMiscLib > + PcdLib > + > +[FixedPcd] > + gHisiTokenSpaceGuid.PcdPlatformDefaultPackageType > + gHisiTokenSpaceGuid.PcdTrustedFirmwareEnable > \ No newline at end of file > diff --git a/Silicon/Hisilicon/Hi1620/Library/PlatformSysCtrlLibHi1620/Pl= atformSysCtrlLibHi1620.lib b/Silicon/Hisilicon/Hi1620/Library/PlatformSysCt= rlLibHi1620/PlatformSysCtrlLibHi1620.lib > new file mode 100644 > index 0000000..60dfb08 > Binary files /dev/null and b/Silicon/Hisilicon/Hi1620/Library/PlatformSys= CtrlLibHi1620/PlatformSysCtrlLibHi1620.lib differ > --=20 > 2.17.0 >=20