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 1A11D210FB9C2 for ; Tue, 21 Aug 2018 14:56:34 -0700 (PDT) Received: by mail-wm0-x241.google.com with SMTP id w24-v6so258392wmc.1 for ; Tue, 21 Aug 2018 14:56:34 -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:in-reply-to:user-agent; bh=F5FLlKG4M0slffW0TWBa8CQX9wZlmCcPxPhYrMVE3s8=; b=L3piQbgIIaKxRRvRzZqJBOyz3tYasF/Oo9yP+wy9SrYUQX/COODbG6q/8Gf+4PrbWx xZEBWrFx55L7Q/b0In+QRwNc241WW+JSvnuESSxQ2YFlpBuSNiDw1L7BaXM8SgJhZoTN 1cK4JiA6Yb/YxRo74Ysa5BvA4wEzHOqIVNlI0= 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:in-reply-to:user-agent; bh=F5FLlKG4M0slffW0TWBa8CQX9wZlmCcPxPhYrMVE3s8=; b=myt49a7P6NdxY8TCKlTCtkLI1yn8qgMRIStm76R3dIWlXBDXJ8y2Z5aytzYXL6cZqL YiW0cdffjmsyS2W8DG6JZuIQaOE5gJl7D/mkOd35dc5WiavwP9OhjkG3bx2Mvdny6YwI RKueggDJ6zHa/TgFIpMq7ygAh8WpHyLFFL+Yyjc6Zf50HrxFNRmgapLGo1kQJPCEdUfN QSKGaTbpFKlm9CKdFIk/dY60VvHhnjihJv52+CDSJjhBDsSamwRCXv8bL3/boAWnzBDj ZqjyJlQaO9Hl2e7MUg1bnlBAKr3QPVT79l1qTyKjHQY4Lok2yGoFXh8WKcI18XAdDaZg 0WYw== X-Gm-Message-State: APzg51Dli6KVeVMv79LGJG6cVGswCQwmkn/0w3vi0qc/xod0e7FSnxoD 1VtnLJTQT7Fv5kQFwi4wnBZ+nn0vNIo= X-Google-Smtp-Source: ANB0Vda2j+T/HYafnmXvJ/Ma9Hosf3cpzQrrfUWf+LFhZvFkxwYprNylrJPK8G1nP/tRjolg54rAHg== X-Received: by 2002:a1c:d1c3:: with SMTP id i186-v6mr722963wmg.5.1534888593371; Tue, 21 Aug 2018 14:56:33 -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 x16-v6sm10212646wro.84.2018.08.21.14.56.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 Aug 2018 14:56:31 -0700 (PDT) Date: Tue, 21 Aug 2018 22:56:30 +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, 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 Message-ID: <20180821215630.jsag5n6xeqskx2py@bivouac.eciton.net> References: <20180814080903.50466-1-ming.huang@linaro.org> <20180814080903.50466-11-ming.huang@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180814080903.50466-11-ming.huang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 10/43] Hisilicon/D06: Add several base file for D06 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2018 21:56:35 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 14, 2018 at 04:08:30PM +0800, Ming Huang wrote: > Add several base head files and add several build > files for D06. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang All my comments have been addressed, so: Reviewed-by: Leif Lindholm > --- > Platform/Hisilicon/D06/D06.dec | 29 ++ > Platform/Hisilicon/D06/D06.dsc | 455 ++++++++++++++++++++ > Platform/Hisilicon/D06/D06.fdf | 351 +++++++++++++++ > Platform/Hisilicon/D06/Include/Library/CpldD06.h | 37 ++ > Silicon/Hisilicon/Hi1620/Include/Library/SerdesLib.h | 85 ++++ > Silicon/Hisilicon/Hi1620/Include/PlatformArch.h | 61 +++ > Silicon/Hisilicon/Include/Library/OemAddressMapLib.h | 6 + > Silicon/Hisilicon/Include/Library/OemNicLib.h | 57 +++ > 8 files changed, 1081 insertions(+)