From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::242; helo=mail-pf0-x242.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::242]) (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 A709421ED1C7B for ; Wed, 7 Mar 2018 17:08:58 -0800 (PST) Received: by mail-pf0-x242.google.com with SMTP id j20so1702247pfi.1 for ; Wed, 07 Mar 2018 17:15:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:date:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=P+DzYsH2aFWkYYml1u/uat6YG9dsAiTJmbk+dbTZXjY=; b=BshpMpJWthdRAuQW4ndB0tQisVYh1utqJowIvM0lJk8KguJdVEmQRQPjmVVhYGxqcQ PeqG7Z9AB50i9Wlp6dD5SzFx+c1M/7qzo68lOOXIO7Bg1NJIEGlXjm5rq5n5/iS13qZW rwXTFEgghHTzTNeu9nZR2RkfzFB0yUz9PEalA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=P+DzYsH2aFWkYYml1u/uat6YG9dsAiTJmbk+dbTZXjY=; b=TK92ycM6q5pAL9Z4RqA/hdeh58LH9aneXWHzLDm8S5cbKSpUXdddMxTZMDm3XRz6uD UfRyAvs0RPOEFSrv/htmQkJ2I/iOKGx7CWYBe90Cvdg10qQm4MlIQqJqwZ0znls7gKsN 1HRYaGCgrgvejmmCFgTphjjYswJXZDLnSGogFpMuSE0ETla/q/SzhihEEENvas4pJlaO svF9QJZd+ELDGqMqJM0R+tZop48weU2dDElywHM/K2oflEQa6vVZZHwAUhLWOYUYMEI5 D1lSOe9/XvZ/+znlQ1qVBOotq6z7Ye3DniVbhG61w8ynSCvB08guE+gWSGyxbh4NqG4I EzFA== X-Gm-Message-State: APf1xPAHI6LHvdUw+QQV+KSOolRYcUjjD07fykZWWnETQBwO/opf2wdO vBLItGSPmHUw//j+7ZfmBkz5Kg== X-Google-Smtp-Source: AG47ELvTNqHIeEQPocT8KTqb/YNztzMtlvSjK1C0kKPg9n5R9JysvPDgqUoqcRjxxHNC/G3Qhfdb/w== X-Received: by 10.101.92.196 with SMTP id b4mr19252604pgt.27.1520471713678; Wed, 07 Mar 2018 17:15:13 -0800 (PST) Received: from SZX1000114654 ([45.56.152.76]) by smtp.gmail.com with ESMTPSA id 76sm39043026pfp.53.2018.03.07.17.15.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Mar 2018 17:15:13 -0800 (PST) From: Guo Heyi X-Google-Original-From: Guo Heyi Date: Thu, 8 Mar 2018 09:15:09 +0800 To: Laszlo Ersek Cc: Heyi Guo , edk2-devel@lists.01.org, Leif Lindholm , Jason Zhang , Ard Biesheuvel Message-ID: <20180308011509.GA9481@SZX1000114654> References: <1520405747-11023-1-git-send-email-heyi.guo@linaro.org> <034b1033-2224-9727-752b-aa9e86b01fa2@redhat.com> MIME-Version: 1.0 In-Reply-To: <034b1033-2224-9727-752b-aa9e86b01fa2@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [PATCH 1/3] Hisilicon/D0x: Set ACPI GTDT always-on flag X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 01:08:59 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Yes it is. Sorry for missing to do that. Will keep in mind next time :) Thanks, Heyi On Wed, Mar 07, 2018 at 10:36:48AM +0100, Laszlo Ersek wrote: > Hello Heyi, > > On 03/07/18 07:55, Heyi Guo wrote: > > From: Jason Zhang > > > > Timer is always working on Hisilicon D0x, even system enters WFI/WFE, > > and there is no other low power status, so we set "always-on" flag in > > ACPI GTDT. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Jason Zhang > > Signed-off-by: Heyi Guo > > Cc: Ard Biesheuvel > > Cc: Leif Lindholm > > Cc: Graeme Gregory > > --- > > Silicon/Hisilicon/Hi1610/Hi1610AcpiTables/Gtdt.aslc | 3 ++- > > Silicon/Hisilicon/Hi1616/D05AcpiTables/Gtdt.aslc | 2 +- > > 2 files changed, 3 insertions(+), 2 deletions(-) > > this is for edk2-platforms, isn't it? > > If so, next time please add "edk2-platforms" to the subject prefix, as in: > > [PATCH edk2-platforms] > > or > > [edk2-platforms PATCH] > > Thanks! > Laszlo