From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::442; helo=mail-wr1-x442.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) (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 45E23210FC0AE for ; Wed, 22 Aug 2018 07:40:43 -0700 (PDT) Received: by mail-wr1-x442.google.com with SMTP id u12-v6so556960wrr.4 for ; Wed, 22 Aug 2018 07:40:43 -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=Ms92zaqViKGLE63TuGkRVRK4nYCz3ZQZ+10W5TBg3+M=; b=DFtC45dC2tvCeXGTDkG4VHTWNXSSCaI6PuIN3AZ1W5WLGroOMtTQR0UUp4FB+pxEYe jDh4sqL2SCWdEGB16qeUEXVh7X6hH6nTb290xbMIy9swJ3tAYmkGiMFXZn1NJQNCDI+W ya5K2IypdEtTwtXH0JslNxzT/aayxs+nyspV8= 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=Ms92zaqViKGLE63TuGkRVRK4nYCz3ZQZ+10W5TBg3+M=; b=fV/xXz4lIwrUhmMU9Ba9aZhAW9p/oPu1HGHMUEqxxjbFcaKx5jgFpSaldv9ZTQNgbn SvzvrlbdB5oC5H9+Eaxbhp573eLV1Qr1uC8k1iAhj/XDgHx+yvcYnkdr78DWJ5DPi9MG wRrYBWg4rrLzVEHlXVun5Lze36GLzrCEnxYaz//luue2CR/gDLSkeQm1KXSnIl3dYaTT i22bMjq/AK1fvLkQcSSPZZOysk6GH75YG8FiqJCq0MnU0P46j0xThYgl9/hUZZaiIMWT MsWqZMlVSbTpjdANx3rGHFQ6c1f326p3XZaALqLxV9XiB3tnCIlMIWR804rwuQimTNQ/ VU/w== X-Gm-Message-State: AOUpUlGm/CURID8qToqSTFjICg7Z8cBh1nV+ppD4AVBk8HBIoiYJLym0 Z1Tu/m5msxRw88K5BmMaNyjzmiZIFF8= X-Google-Smtp-Source: AA+uWPzwihSVM7anRD17WL7wr7Y484rZDIriCstlX7oJyWSCe6OMN7I66bDUnZrrgWxaeD2Z9PO8Eg== X-Received: by 2002:adf:8919:: with SMTP id s25-v6mr35203588wrs.89.1534948841773; Wed, 22 Aug 2018 07:40:41 -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 1-v6sm2402676wmf.47.2018.08.22.07.40.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 22 Aug 2018 07:40:40 -0700 (PDT) Date: Wed, 22 Aug 2018 15:40:39 +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, Heyi Guo Message-ID: <20180822144039.b5erq4b5da4pgg3z@bivouac.eciton.net> References: <20180814080903.50466-1-ming.huang@linaro.org> <20180814080903.50466-29-ming.huang@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180814080903.50466-29-ming.huang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 28/43] Platform/Hisilicon/D06: Enable ACPI PPTT 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: Wed, 22 Aug 2018 14:40:43 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 14, 2018 at 04:08:48PM +0800, Ming Huang wrote: > From: Heyi Guo > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Heyi Guo Replace Heyi's Signed-off-by with your own. Then Reviewed-by: Leif Lindholm > --- > Platform/Hisilicon/D06/D06.dsc | 1 + > Platform/Hisilicon/D06/D06.fdf | 2 ++ > 2 files changed, 3 insertions(+) > > diff --git a/Platform/Hisilicon/D06/D06.dsc b/Platform/Hisilicon/D06/D06.dsc > index bec422670d..06249d8a5b 100644 > --- a/Platform/Hisilicon/D06/D06.dsc > +++ b/Platform/Hisilicon/D06/D06.dsc > @@ -338,6 +338,7 @@ > Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/AcpiTablesHi1620.inf > Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf > > + Silicon/Hisilicon/Hi1620/Pptt/Pptt.inf > # > # Usb Support > # > diff --git a/Platform/Hisilicon/D06/D06.fdf b/Platform/Hisilicon/D06/D06.fdf > index 06203dc079..5bb779d2e4 100644 > --- a/Platform/Hisilicon/D06/D06.fdf > +++ b/Platform/Hisilicon/D06/D06.fdf > @@ -252,6 +252,8 @@ READ_LOCK_STATUS = TRUE > INF RuleOverride=ACPITABLE Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/AcpiTablesHi1620.inf > INF Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf > > + INF Silicon/Hisilicon/Hi1620/Pptt/Pptt.inf > + > # > #Network > # > -- > 2.17.0 >