Global Sources
EE Times-Asia
Stay in touch with EE Times Asia
?
EE Times-Asia > Embedded
?
?
Embedded??

ARM's 'big.LITTLE' processor taps DVFS to save energy

Posted: 11 Oct 2012 ?? ?Print Version ?Bookmark and Share

Keywords:applications processor? SoCs? DVFS mechanisms? power efficiency?

In his EE Times piece, Brian Jeff, CPU product marketing manager for ARM, talks at length about big.Little processors and its power efficiency capabilities:

One of the questions I get asked most often about ARM big.LITTLE processor technology is, "how complicated is the software?"

In big.LITTLE processors, there are two distinct CPU clusters in the applications processor sub-system, one designed for optimum energy efficiency and the other designed for maximum performance in the device power budget. Software dynamically and seamlessly moves to the right-sized ARM Cortex core, either big or LITTLE, for the work at hand. This sounds quite complicated, but in reality it is an extension of the operating system power management software in wide use today on mobile phone SoCs.

Dynamic Voltage and Frequency Scaling (DVFS) is a technique employed by pretty much every mobile phone in production today. In this approach, the voltage and frequency of the applications processor are scaled based on the performance needs at a particular instant in time. This is implemented in Linux, for example, in a kernel space driver called cpu_freq. This driver samples the operating system load every 50ms or so C and based on the OS load and the power policy C makes a decision to ramp up, ramp down, or stay at the same voltage and frequency operating point. In this way, the applications processor can respond dynamically to the performance needs of the device, and save energy during periods where the processor is on but waiting for input, lightly loaded, or dealing with background activity. Big.LITTLE processor technology makes use of these existing DVFS mechanisms to save even more energy.

There are two flavours of big.LITTLE software in development by ARM and its partners, and both take advantage of existing DVFS mechanisms in some fashion. The two software models for running a big.LITTLE processor will be described in greater detail in a paper I'm presenting at the upcoming ARM TechCon event at the end of October, but I'll briefly introduce the concepts here.

When a big.LITTLE processor is running, the DVFS drivers samples the load of the system as normal, and issues commands to the system power controller to move voltage and frequency up and down in the same way as current mobile applications processors do today. In the first software model, CPU migration, when the DVFS driver reaches the peak operating point on the LITTLE CPU cluster, it has the ability to move to higher operating points, on the big processor cluster. The DVFS driver is modified in the case of big.LITTLE to initiate the migration of software to the big cluster. Because the DVFS drivers already sample load on a core-by-core basis in multi-core systems, the CPU migration software is able to handle migration to big and LITTLE on a core-by-core basis, and effectively allow a mix of big and LITTLE cores to run at the same time if the workload demands such a mix.


1???2?Next Page?Last Page



Article Comments - ARM's 'big.LITTLE' processor taps DV...
Comments:??
*? You can enter [0] more charecters.
*Verify code:
?
?
Webinars

Seminars

Visit Asia Webinars to learn about the latest in technology and get practical design tips.

?
?
Back to Top