From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id A01AE1A1DFC for ; Fri, 5 Aug 2016 07:42:48 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 26B9428; Fri, 5 Aug 2016 07:44:12 -0700 (PDT) Received: from [10.1.210.28] (unknown [10.1.210.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1E45C3F215; Fri, 5 Aug 2016 07:42:46 -0700 (PDT) To: Evan Lloyd References: <1469613538-30479-1-git-send-email-sudeep.holla@arm.com> Cc: Leif Lindholm , G Gregory , Sudeep Holla , "edk2-devel (edk2-devel@lists.01.org)" , Linaro UEFI , Al Stone , Ard Biesheuvel From: Sudeep Holla Organization: ARM Message-ID: <8791513c-5f6a-74f7-0ed7-f14ddae7cf1f@arm.com> Date: Fri, 5 Aug 2016 15:42:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH] Platforms/ARM/Juno: Add support for ACPI 6.0 LPI(Low Power Idle) states X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 14:42:48 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Evan, On 27/07/16 15:24, Leif Lindholm wrote: > Graeme/Evan? > > On 27 July 2016 at 10:58, Sudeep Holla wrote: >> ACPI 6.0 introduced LPI(Low Power Idle) states that provides an alternate >> method to describe processor idle states. >> >> LPI extensions leverages the processor container device(again introduced >> in ACPI 6.0) allowing to express which parts of the system are affected >> by a given LPI state. It defines the local power states for each node >> in a hierarchical processor topology. The OSPM can use _LPI object to >> select a local power state for each level of processor hierarchy in the >> system. >> >> This patch adds LPI support on Juno. >> >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Cc: Ard Biesheuvel >> Cc: Leif Lindholm >> Signed-off-by: Sudeep Holla >> --- >> Platforms/ARM/Juno/AcpiTables/Dsdt.asl | 232 ++++++++++++++++++++++++++++++--- >> 1 file changed, 213 insertions(+), 19 deletions(-) >> >> Hi Lief, >> >> The support in the kernel is now added(latest mainline as of today) and >> is enabled in defconfig. It's easy to test, just examine the sysfs entries: >> >> /sys/devices/system/cpu/cpu*/cpuidle/state*/desc - Describes the cpuidle state >> /sys/devices/system/cpu/cpu*/cpuidle/state*/{usage,time} - Should keep ticking >> with time signifying that the idle states are entered and exited >> correctly >> Any feedback on this ? -- Regards, Sudeep