Methods and systems for performing dynamic power management via frequency and voltage scaling

Abstract
Methods and systems are provided for dynamically managing the power consumption of a digital system. These methods and systems broadly provide for varying the frequency and voltage of one or more clocks of a digital system upon request by an entity of the digital system. An entity may request that the frequency of a clock of the processor of the digital system be changed. After the frequency is changed, the voltage point of the voltage regulator of the digital system is automatically changed to the lowest voltage point required for the new frequency if there is a single clock on the processor. If the processor is comprised of multiple processing cores with associated clocks, the frequency is changed to the lowest voltage point required by all frequencies of all clocks.
Description


FIELD OF THE INVENTION

[0002] This invention generally relates to software development systems, and more specifically to improvements in software support for power management in systems and applications.



BACKGROUND OF THE INVENTION

[0003] Power efficiency is a key requirement across a broad range of systems, ranging from small portable devices, to rack-mounted processor farms. Even in systems where high performance is key, power efficiency is still a care-about. Power efficiency is determined both by hardware design and component choice, and software-based runtime power management techniques.


[0004] In wired systems power efficiency will typically enable a reduction in power supply capacity, as well as a reduction in cooling requirements and fan noise, and ultimately product cost. Power efficiency can allow an increase in component density as well. For example, a designer may be limited by the number of processors that can be placed on a board simply because the cumulative power consumption would exceed compliance limits for the bus specification. Increased component density can result either in increased capacity, a reduction in product size, or both.


[0005] In mobile devices, power efficiency means increased battery life, and a longer time between recharge. It also enables selection of smaller batteries, possibly a different battery technology, and a corresponding reduction in product size.


[0006] Power efficiency is a key product differentiator. A simple example is a buyer shopping for an MP3 player at an electronics store. In a side-by-side comparison of two players with the same features, the decision will likely go to the player with the longest time between recharge. In many scenarios, the success or failure of a product in its marketplace will be determined by its power efficiency.


[0007] The total power consumption of a CMOS circuit is the sum of both active and static power consumption: Ptotal=Pactive+Pstatic. Active power consumption occurs when the circuit is active, switching from one logic state to another. Active power consumption is caused both by switching current (that needed to charge internal nodes), and through current (that which flows when both P and N-channel transistors are both momentarily on). Active power consumption can be approximated by the equation: Ptransient=Cpd×F×Vcc2×Nsw, where Cpd is the dynamic capacitance, F is the switching frequency, Vcc, is the supply voltage, and Nsw, is the number of bits switching. An additional relationship is that voltage (Vcc) determines the maximum switching frequency (F) for stable operation. The important concepts here are: 1) the active power consumption is linearly related to switching frequency, and quadratically related to the supply voltage, and 2) the maximum switching frequency is determined by the supply voltage.


[0008] If an application can reduce the CPU clock rate and still meet its processing requirements, it can have a proportional savings in power dissipation. Due to the quadratic relationship, if the frequency can be reduced safely, and this frequency is compatible with a lower operating voltage available on the platform, then in addition to the savings due to the reduced clock frequency, a potentially significant additional savings can occur by reducing the voltage. However, it is important to recognize that for a given task set, reducing the CPU clock rate also proportionally extends the execution time of the same task set, requiring careful analysis of the application ensure that it still meets its real-time requirements. The potential savings provided by dynamic voltage and frequency scaling (DVFS) has been extensively studied in academic literature, with emphasis on ways to reduce the scaling latencies, improve the voltage scaling range, and schedule tasks so that real-time deadlines can still be met. For example, see Run-time Power Control Scheme Using Software Feedback Loop for Low-Power Real-time Applications, IEEE ISBN 0-7803-5974-7, Seongsoo Lee, Takayasu Sakurai, 2000; Intra-Task Voltage Scheduling for Low-Energy Hard Real-Time Applications, IEEE Design & Test of Computers, Dongkun Shin, Jihong Kim, Seongsoo Lee, 2001; and Run-time Voltage Hopping for Low-power Real-time Systems, DAC2000, ACM 1-58113-188-7, Seongsoo Lee, Takayasu Sakurai 2000.


[0009] Static power consumption is one component of the total power consumption equation. Static power consumption occurs even when the circuit is not switching, due to reverse-bias leakage. Traditionally, the static power consumption of a CMOS circuit has been very small in comparison to the active power consumption. Embedded applications will typically idle the CPU clock during inactivity to eliminate active power, which dramatically reduces total power consumption. However, new higher-performance transistors are bringing significant boosts in leakage currents, which requires new attention to the static power consumption component of the total power equation.


[0010] There are many known techniques utilized both in hardware design and at run-time to help reduce power dissipation. Table 1 lists some up-front hardware design decisions for reducing power dissipation. Table 2 lists common techniques employed at run-time to reduce power dissipation. Table 3 lists some fundamental challenges to utilizing these power management techniques in real-time systems.
1TABLE 1DecisionDescriptionChoose a low-powerChoosing a power-efficient process (e.g., CMOS) is perhaps the most important up-technology basefront decision, and directly drives power efficiency.Partition separate voltageBy partitioning separate domains, different components can be wired to theand clock domainsappropriate power rail and clock line, eliminating the need for all circuitry to operateat the maximum required by any specific module.Enable scaling of voltageDesigning in programmable clock generators allows application code a linear savingsand frequencyin power when it can scale down the clock frequency. A programmable voltagesource allows the potential for an additional quadratic power savings when the voltagecan be reduced as well, because of reduced frequency. Also, designing the hardwareto minimize scaling latencies will enable broader usage of the scaling technique.Enable gating of differentSome static RAMs require less voltage in retention mode vs. normal operation mode.voltages to modulesBy designing in voltage gating circuitry, power consumption can be reduced duringinactivity while still retaining state.Utilize interrupts to alleviateOften software is required to poll an interface periodically to detect events. Forpolling by softwareexample, a keypad interface routine might need to spin or periodically wake to detectand resolve a keypad input. Designing the interface to generate an interrupt onkeypad input will not only simplify the software, but it will also enable event-drivenprocessing and activation of processor idle and sleep modes while waiting forinterrupts.Reduce loading of outputsDecreasing capacitive and DC loading on output pins will reduce total powerconsumption.Use hierarchical memoryDepending on the application, utilizing cache and instruction buffers can drasticallymodelreduce off-chip memory accesses and subsequent power draw.Boot with resources un-Many systems boot in a fully active state, meaning full power consumption. If certainpoweredsub-systems can be left un-powered on boot, and later turned on when really needed,it eliminates unnecessary wasted power.Minimize number of activeUsing shared clocks can reduce the number of active clock generators, and theirphase lock loops (PLL)corresponding power draw. For example, a processor's on-board PLL can bebypassed in favor of an external clock signal.Use clock dividers for fastA common barrier to highly dynamic frequency scaling is the latency of re-locking aselection of an alternatePLL on a frequency change. Adding a clock divider circuit at the output of the PLLfrequencywill allow instantaneous selection of a different clock frequency.


[0011]

2






TABLE 2








Technique
Description







Gate clocks off when not
As described above, active power dissipation in a CMOS circuit occurs only when the


needed
circuit is clocked. By turning off clocks that are not needed, unnecessary active



power consumption is eliminated. Most processors incorporate a mechanism to



temporarily suspend active power consumption in the CPU while waiting for an



external event. This idling of the CPU clock is typically triggered via a ‘halt’ or ‘idle’



instruction, called during application or OS idle time. Some processors partition



multiple clock domains, which can be individually idled to suspend active power



consumption in unused modules. For example, in the Texas Instruments



TMS320C5510 DSP, six separate clock domains, CPU, cache, DMA, peripheral



clocks, clock generator, and external memory interface, can be selectively idled.


Activate peripheral low-
Some peripherals have built-in low power modes that can be activated when the


power modes
peripheral is not immediately needed. For example, a device driver managing a codec



over a serial port can command the codec to a low power mode when there is no



audio to be played, or if the whole system is being transitioned to a low-power mode.


Leverage peripheral
Some peripherals have built-in activity detectors that can be programmed to power


activity detectors
down the peripheral after a period of inactivity. For example, a disk drive can be



automatically spun down when the drive is not being accessed, and spun back up



when needed again.


Utilize auto-refresh modes
Dynamic memories and displays will typically have a self or auto-refresh mode where



the device will efficiently manage the refresh operation on its own.


On boot actively turn off
Processors typically boot up fully powered, at a maximum clock rate, ready to do


un-necessary power
work. There will inevitably be resources powered that are not needed yet, or that may


consumers
never be used in the course of the application. At boot time, the application or OS



may traverse the system, turning off/idling unnecessary power consumers.


Gate power to subsystems
A system may include a power-hungry module that need not be powered at all times.


only as needed
For example, a mobile device may have a radio subsystem that only needs to be ON



when in range of the device with which it communicates. By gating power OFF/ON



on demand, unnecessary power dissipation can be avoided.


Benchmark application to
Typically, systems are designed with excess processing capacity built in, either for


find minimum required
safety purposes, or for future extensibility and upgrades. For the latter case, a


frequency and voltages
common development technique is to fully exercise and benchmark the application



to determine excess capacity, and then ‘dial-down’ the operating frequency and



voltage to that which enables the application to fully meet its requirements, but



minimizes excess capacity. Frequency and voltage are usually not changed at



runtime, but are set at boot time, based upon the benchmarking activity.


Adjust CPU frequency and
Another technique for addressing excess processing capacity is to periodically


voltage based upon gross
sample CPU utilization at runtime, and then dynamically adjust the frequency and


activity
voltage based upon the empirical utilization of the processor. This “interval-based



scheduling” technique improves on the power-savings of the previous static



benchmarking technique because it takes advantage of the dynamic variability of



the application's processing needs.


Dynamically schedule CPU
The “interval-based scheduling” technique enables dynamic adjustments to


frequency and voltage to
processing capacity based upon history data, but typically does not do well at


match predicted work load
anticipating the future needs of the application, and is therefore not acceptable for



systems with hard real-time deadlines. An alternate technique is to dynamically



vary the CPU frequency and voltage based upon predicted workload. Using



dynamic, fine-grained comparison of work completed vs. the worst-case execution



time (WCET) and deadline of the next task, the CPU frequency and voltage can be



dynamically tuned to the minimum required. This technique is most applicable to



specialized systems with data-dependent processing requirements that can be



accurately characterized. Inability to fully characterize an application usually limits



the general applicability of this technique. Study of efficient and stable scheduling



algorithms in the presence of dynamic frequency and voltage scaling is a topic of



much on-going research.


Optimize execution speed of
Developers often optimize their code for execution speed. However, in many


code
situations the speed may be good enough, and further optimizations are not



considered. When considering power consumption, faster code will typically mean



more time for leveraging idle or sleep modes, or a greater reduction in the CPU



frequency requirements. In some situations, speed optimizations may actually



increase power consumption (e.g., more parallelism and subsequent circuit activity),



but in others, there may be power savings.


Use low-power code
Different processor instructions exercise different functional units and data paths,


sequences and data patterns
resulting in different power requirements. Additionally, because of data bus line



capacitances and the inter-signal capacitances between bus lines, the amount of



power required is affected by the data patterns that are transferred over the data



buses. And, the power requirements are affected by the signaling patterns chosen



(1s vs. 0s) for external interfaces (e.g., serial ports). Analyzing the affects of



individual instructions and data patterns is an extreme technique that is sometimes



used to maximize power efficiency.


Scale application and OS
Architecting application and OS code bases to be scalable can reduce memory


footprint based upon
requirements and, therefore, the subsequent runtime power requirements. For


minimal requirements
example, by simply placing individual functions or APIs into individual linkable



objects, the linker can link in only the code/data needed and avoid linking dead



code/data.


Use code overlays to reduce
For some applications, dynamically overlaying code from non-volatile to fast


fast memory requirements
memory will reduce both the cost and power consumption of additional fast



memory.


Tradeoff accuracy vs. power
Accepting less accuracy in some calculations can drastically reduce processing


consumption
requirements. For example, certain signal processing applications can tolerate more



noise in the results, which enables reduced processing and reduced power



consumption.


Enter a reduced capability
When there is a change in the capabilities of the power source, e.g., when going


mode on a power change
from AC to battery power, a common technique is to enter a reduced capability



mode with more aggressive runtime power management. A typical example is a



laptop computer, where the OS is notified on a switch to battery power, and



activates a different power management policy, with a lower CPU clock rate, a



shorter timeout before the screen blanks or the disk spins down, etc. The OS power



policy implements a tradeoff between responsiveness and extending battery life. A



similar technique can be employed in battery-only systems, where a battery monitor



detects reduced capacity, and activates more aggressive power management, such



as slowing down the CPU, not enabling image viewing on the digital camera's LCD



display, etc.










[0012]

3






TABLE 3








Challenge
Description







Scaling CPU frequency with
For many processors the same clock that feeds the CPU also feeds on-chip


workload often affects
peripherals, so scaling the clock based upon CPU workload can have side-affects


peripherals
on peripheral operation. The peripherals may need to be reprogrammed before



and/or after the scaling operation, and this may be difficult if a pre-existing (non



power-aware) device driver is being used to manage the peripheral. Additionally,



if the scaling operation affects the timer generating the OS system tick, this timer



will need to be adapted to follow the scaling operation, which will affect the



absolute accuracy of the time base.


V/F scaling latencies can be
The latency for voltage and frequency scaling operations will vary widely across


large, and platform-
platforms. An application that runs fine on one platform may not be portable to


dependent
another platform, and may not run on a revision to the same platform if the



latencies change much. For example, the time for a down-voltage scaling



operation is typically load-dependent, and if the load changes significantly on the



revised platform the application may not run correctly.


Might not have stable
Some processor vendors specify a non-operation sequence during voltage or


operation during V/F scaling
clock frequency changes to avoid instabilities during the transition. In these



situations, the scaling code will need to wait for the transition to occur before



returning, increasing the scaling latency.


V/F scaling directly affects
Changing CPU frequency (and voltage when possible) will alter the execution


ability to meet deadlines
time of a given task, potentially causing the task to miss a real-time deadline.



Even if the new frequency is compatible with the deadline, there may still be a



problem if the latency to switch between V/F setpoints is too big.


Scaling the CPU clock can
If the clock that feeds the CPU also feeds the OS timer, the OS timer will be


affect ability to measure CPU
scaled along with the CPU, which compromises measurement of CPU utilization.


utilization


Watchdogs still need to be
Watchdog timers are used to detect abnormal program behavior and either


kept happy
shutdown or reboot a system. Typically the watchdog needs to be serviced within



a pre-defined time interval to keep it from triggering. Power management



techniques that slow down or suspend processing can therefore inadvertently



trigger application failure.


Idle and sleep modes
Depending upon the processor and the debug tools, invoking idle and sleep modes


typically collide with
can disrupt the transport of real-time instrumentation and debugging information


emulation, debug, and
from the target. In the worst case it may perturb and even crash the debug


instrumentation
environment. Similar concerns arise with V/F scaling, which may cause difficulty



for the emulation and debug circuitry. It may be the case that power management is



enabled when the system is deployed, but only minimally used during development.


Context save/restore can
In a non-power managed environment the OS or application framework will


become non-trivial
typically save and restore register values during a context switch. As register



banks, memories, and other modules are powered OFF and back ON, the context to



be saved and restored can grow dramatically. Also, if a module is powered down it



may be difficult (and sometimes not possible) to fully restore the internal state of



the module.


Most advanced power
Many of the research papers that demonstrate significant power savings use highly


management techniques are
specialized application examples, and do not map well to general application cases.


still in the research stage
Or, they make assumptions regarding the ability to fully characterize an application



such that it can be guaranteed to be schedulable. These techniques often do not



map to ‘real world’, multi-function programmable systems, and more research is



needed for broader applicability.


Different types of
Different hardware platforms have varying levels of support for the above listed


applications call for
techniques. Also, different applications running on the same platform may have


different techniques
different processing requirements. For some applications, only the low-latency



techniques (e.g., clock idling) are applicable, but for others the higher-latency



techniques can be used to provide significant power savings when the application



switches between modes with significantly different processing requirements. For



example, one mode can be run at low V/F, and another mode, with higher



processing requirements, can be run at a higher V/F. If the V/F latency is



compatible with the mode switch time, the application can use the technique.











SUMMARY OF THE INVENTION

[0013] The present invention provides methods and systems for dynamically managing power consumption in a digital system. Embodiments of the invention permit entities of the digital svstem to vary the frequency and voltage used to power a processor of the digital system. The processor of the digital system may be comprised of a single processing core with a single clock or a multiple of processing cores, each with its own clock. An entity may request that the current frequency of a clock be changed to a new frequency and the change will be made. The voltage point of the voltage regulator in the digital system is then automatically changed to the minimum voltage required by that frequency if there is a single clock. If there are multiple clocks in the processor, the voltage point is automatically changed to the minimum voltage required by all frequencies of all clocks. An entity may request a frequency change for one clock or a multiple of clocks in a single request.


[0014] Digital systems are provided operable to dynamically manage power consumption by providing for scaling of frequency and voltage during operation of the digital systems. Embodiments of such digital systems comprise a processor, a voltage regulator, and a memory storing a power scaling library executable to enable any entity of the digital system change the frequency and voltage of the digital system. The power scaling library is operable to cause the voltage to be automatically changed to the minimum voltage required by a frequency when an entity requests a frequency change. The power scaling library may be further executable to enable an entity to obtain a current frequency of the clock, to obtain a current voltage of the voltage regulator, to obtain all valid frequencies of the clock, to obtain a minimum required voltage for each of the valid frequencies of the clock, and to obtain a maximum latency for a change from a first frequency and voltage to a second frequency and voltage.


[0015] In other embodiments, the processor of the digital system comprises multiple processing cores, each with an associated clock. In such embodiments, the power scaling library is executable to permit an entity to cause the frequencies of two or more clocks to be changed. And, the power scaling library is executable to automatically changes the voltage to the minimum voltage required by all frequencies of all clocks when the frequencies of the two or more clocks are changed.







BRIEF DESCRIPTION OF THE DRAWINGS

[0016] Particular embodiments in accordance with the invention will now be described, by way of example only, and with reference to the accompanying drawings:


[0017]
FIG. 1 presents a logical architecture of an embodiment of a system that permits applications to utilize power management techniques compatible with application requirements;


[0018]
FIG. 2 illustrates a registration and notification method of a power management system;


[0019] FIGS. 3A-3D illustrate the static configuration process of an embodiment of a power management system;


[0020]
FIG. 4 illustrates a method for application development that includes developing a power management strategy for the application; and


[0021]
FIG. 5 presents an embodiment of a minimally intrusive system for power profiling of an embedded application that enables the method of FIG. 4.







[0022] Corresponding numerals and symbols in the different figures and tables refer to corresponding parts unless otherwise indicated.


DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION

[0023] The present invention provides systems and methods to permit application developers to select and utilize power management techniques that are compatible with specific application requirements. Although these systems and methods are described below in relation to a real-time operating system (RTOS), they may be easily adapted by one skilled in the art to other operating systems or application environments without an operating system.


[0024]
FIG. 1 presents a logical architecture of an embodiment of a system that permits applications to utilize power management techniques compatible with application requirements. Power management module (PWRM) 1000 is added to an application comprising real-time operating system (RTOS) 1002, processor 1004, and various device drivers 1006. Conceptually. PWRM 1000 is an adjunct to RTOS 1002. PWRM 1000 does not operate as another task in RTOS 1002. Instead, PWRM 1000 provides a set of application program interfaces (APIs) that execute in the context of application control threads and device drivers.


[0025] The capabilities of real-time operating systems are well known to those skilled in the art. One representative example of an RTOS is DSP/BIOS from Texas Instruments Incorporated. DSP/BIOS is a scalable, instrumented real-time kernel for digital signal processors. The kernel is optimized for resource-constrained, real-time embedded applications. It supports three pre-emptive thread types: tasks (blockable), software interrupts (light-weight run-to-completion threads), and hardware interrupts. Priority based scheduling is used at each thread level. The kernel includes standard synchronization primitives (e.g., semaphores, mailboxes, etc.), and includes a memory manager with support for multiple heaps for managing multiple regions and types of memories. A device model is defined for implementing streaming, device-independent I/O. The kernel also provide clock-based services: high and low-resolution time APIs, functions that run on each system tick, periodic functions that run on multiples of clock ticks, and timeouts for blocking API calls. More detailed information is available in TMS320 DSP/BIOS User's Guide, SPRU423, available on the Texas Instruments website at http://www-s.ti.com/sc/psheets/spru423b/spru423b.pdf, incorporated herein by reference.


[0026] In this embodiment, PWRM 1000 interfaces directly to processor 1004 by writing and reading a clock idle configuration register, and through Power Scaling Library (PSL) 1008. Processor 1004 may comprise a single CPU with a single clock or multi-core device with multiple clocks. PSL 1008 controls the CPU clock rate and voltage-regulation circuitry of processor 1004. PSL 1008 logically isolates PWRM 1000 and the rest of the application from the low-level implementation details of the frequency and voltage control hardware. In other embodiments where frequency and voltage scaling is not required or supported, PWRM 1000 may be present without PSL 1008. And, in other embodiments, PSL 1008 may be present without PWRM 1000.


[0027] PWRM 1000 manages all things power-related in the application, as statically configured by the application developer, and as dynamically called at runtime. In an embodiment, features of PWRM 1000 include:


[0028] Idling of Clock Domains. PWRM 1000 provides interfaces that allow a developer to idle specific clock domains to reduce active power consumption. Additionally, PWRM 1000 provides a mechanism to automatically idle the cache and CPU at the appropriate point within an application, by plugging an idling function into the RTOS 1002 idle loop.


[0029] Boot-Time Power Savings. PWRM 1000 includes a hook mechanism whereby a developer can specify a power-saving function that is automatically called at boot time.


[0030] Voltage and Frequency (V/F) Scaling. PWRM 1000 provides interfaces that allow an application to dynamically change the operating voltage and frequency of processor 1004. Applications can use this feature to adjust power consumption based upon processing requirements. The PWRM 1000 APIs allow the application to specify if voltage should be scaled along with frequency, and if execution can continue during down-voltage transitions (this latency is load-dependent, and can be large; if the processor is stable during the down-voltage transition, application execution can be allowed to continue). PWRM 1000 also includes APIs allowing query of V/F setpoint properties and latencies. A setpoint is a discrete voltage and frequency (V/F) operating point for a processor. Setpoints are chosen from characterization data for the processor. For a given frequency (F), the corresponding voltage (V) of the setpoint must be high enough to support the chosen frequency, but may be higher, depending upon the resolution of the voltage control hardware.


[0031] Sleep Modes. PWRM 1000 includes configuration and runtime interfaces that allow a developer to invoke custom sleep modes, to save power during periods of inactivity.


[0032] Registration and Notification of Power Events. To coordinate V/F scaling, sleep modes, and other power events across the entire application, PWRM 1000 includes a registration and notification mechanism that allows clients (e.g., application code, peripheral drivers, packaged content, the operating system clock module, etc.) that care about power events (e.g., ‘about to change V/F setpoint’, ‘done changing V/F setpoint’, ‘going to sleep mode’, ‘awake from sleep mode’, ‘power failing’, etc.), to register for notification of the specific power events they care about. Clients who care about changes to the CPU V/F setpoint may register with PWRM to be notified before and/or after a scaling event. Among other things, this registration capability handles the problems that might occur when certain clients may only be able to support proper operation at certain V/F setpoints. For example, a synchronous serial port may not be able to operate below a given frequency. To avoid the situation where the application initiates a setpoint change, and then during the notification process, PWRM 1000 discovers an entity that doesn't support the change (i.e., it says “no”)—after PWRM 1000 has already told some clients that the change is being made—clients tell PWRM 1000 what setpoints they support when they register for notifications. In a sense, the V/F scaling clients say “no” up front, and not in the midst of a setpoint change. With this up front knowledge, PWRM 1000 can immediately reject setpoint change requests before initiating them. The registered entity with the least capabilities dictates the setpoints that PWRM 1000 can activate.


[0033]
FIG. 2 illustrates the registration and notification method of PWRM 1000. This mechanism permits an application or other entity to register for notification on the specific power events it needs to be notified about, and to un-register when it no longer needs notifications. In FIG. 2, the numbered arrows represent example steps in the registration and notification process. These steps are described with corresponding numbers below:


[0034] 1. Application 2000 registers to be notified on V/F setpoint changes. For example, processor 1004 may require different external memory interface (EMIF) settings for different setpoints, so application 2000 registers control code with PWRM 1000 so that EMIF settings can be changed to follow the change in setpoint. As part of the registration, application 2000 tells PWRM 1000 the specific notification function to call when the event occurs; a client-specific argument to be passed as part of the notification; and the V/F setpoints at which the control code is capable of operating (so that PWRM 1000 will not try to initiate a change to an unsupported setpoint).


[0035] 2. Driver 2004 that uses direct memory access (DMA) to transfer data to/from external memory registers to be notified of a V/F setpoint change. For example, prior to a setpoint change, the driver may need to temporarily stop DMA operations to external memory.


[0036] 3. Packaged target content 2002 similarly registers with PWRM 1000 for notification on setpoint changes.


[0037] 4. Application 2000 comes to a decision to change the V/F setpoint (e.g., a change in the device's mode, or maybe a task boundary), and calls the API of PWRM 1000 to initiate the setpoint change.


[0038] 5. PWRM 1000 verifies the new setpoint is allowed for all registered clients, and then notifies registered clients of the impending setpoint change.


[0039] 6. PWRM 1000 calls into PSL 1008 to change the voltage and frequency setpoint. PSL 1008 writes to the clock generation and voltage regulation hardware as appropriate to safely change the V/F setpoint.


[0040] 7. Following the setpoint change, PWRM 1000 notifies registered clients that the setpoint has been changed.


[0041] PWRM 1000 has a number of configuration parameters, many of which may be configured statically using a graphical configuration tool. The statically configurable parameters include enabling power management, specifying a specific user function to be called at boot time to reduce power consumption, reprogramming the BIOS clock in response to a frequency scaling event, causing clock domains to be automatically idled when the CPU is idle, enabling scaling, setting the initial CPU frequency at boot, setting the initial CPU voltage at boot, enabling scaling of voltage along with frequency, waiting while voltage is scaling down, specifying the clock domains to be idled when the CPU is put into deep sleep mode, and specifying that interrupts are allowed to wake the CPU from deep sleep mode.


[0042] FIGS. 3A-3D illustrate the static configuration process of an embodiment. This static configuration is included as part of the overall configuration process of the RTOS. Configuration window 3000 comprises four sheets selectable by four tabs 3001-3004. The screen display of general tab 3001 is presented in FIG. 3A. Enable check box 3005 is used to enable/disable PWRM 1000. When check box 3005 is unchecked, all other configuration settings for PWRM 1000 become read-only and PWRM 1000 will not be included with the RTOS. Check box 3006 enables the execution of a user-defined hook function at boot time. In this example, the user has specified that the function “OEM_turnOffAudioAmp” be called at boot time to turn off an external audio amplifier; the audio amplifier will be powered up later by user or driver code when it is actually needed. A initialization function of PWRM 1000, PWRM_init, will call the specified boot hook function before the RTOS is activated. Check box 3007 is used to indicate if the RTOS clock module should be reprogrammed following frequency scaling operating. When check box 3007 is checked, the RTOS clock module registers for setpoint change notifications, and is reprogrammed following a setpoint change. If the application does not use the on-chip timers for clock functionality, e.g., if an external clock trigger is used, this box should not be checked to save code space and eliminate unnecessary steps following a frequency scaling operation.


[0043] The screen display of idle tab 3002 is presented in FIG. 3B. Here, check box 3008 is used to indicate if PWRM 1000 should take action in the RTOS idle loop. If check box 3008 is checked, other check boxes become write-able to allow the user to select specific clock domains to be idled. In this example, PWRM 1000 will insert a function in the RTOS idle loop to idle the cache and CPU domains. Only valid combinations of domains are permitted, e.g., CLKGEN can only be idled if the CPU, DMA, and CACHE domains are also idled.


[0044] The screen display of V/F scaling tab 3003 is presented in FIG. 3C. Scaling check box 3009 is used to indicate if voltage and frequency scaling is to be enabled. If the box is checked, an appropriate version of PSL 1008 will be included with the RTOS when it is linked. When the box is not checked and PWRM 1000 is enabled, a null version of PSL 1008 is linked to resolve any references to PSL 1008 in PWRM 1000. When V/F scaling is enabled, four additional data entry boxes become active: two boxes permitting user specification of the initial frequency and voltage, a box to indicated if voltage should be scaled along with frequency, and a box to indicate whether PWRM 1000 should wait for a down-voltage transition to complete before returning control to user code after a scaling operation.


[0045] The screen display of sleep tab 3004 is presented in FIG. 3D. Sleep check box 3010 is used to indicate whether deep sleep is to be enabled. If this box is checked, the clock domain check boxes become write-able along with two entry boxes for specifying whether interrupts may awake the processor from deep sleep. In this example, the EMIF, CLKGEN, PERIPHS, CACHE, DMA, and CPU domains are selected to be idled during deep sleep, and a single wakeup interrupt is allowed, as specified by the IER0 and IER1 masks. Snooze check box 3011 is used to indicate if snooze mode is to be enabled. If this box is checked, a drop down list is presented to allow selection of a timer to be used for timing the snooze interval.


[0046] Certain of the PWRM 1000 parameters are also re-configurable at runtime, via the PWRM 1000 API. These dynamically configurable parameters include specifying the clock domains to be automatically idled when the CPU is idle, enabling scaling of voltage along with frequency, and waiting while the voltage is scaling down.


[0047] To further clarify the capabilities of PWRM 1000, a more detailed description of an API of an embodiment is presented below. Table 4 summarizes the available API functions and the tables referenced in the table column present a more detailed description of each associated interface function, along with pseudocode describing its operation. Table 17 contains data structure definitions for the embodiment.
4TABLE 4FunctionPurposeTablePWRM_changeSetpointInitiate a change to the V/F setpoint5PWRM_configureSet new configuration parameters6PWRM_getCapabilitiesGet information on capabilities on the current platform7PWRM_getCurrentSetpointGet the current setpoint in effect8PWRM_getNumSetpointsGet the number of setpoints supported for the9current platformPWRM_getSetpointInfoGet the corresponding frequency and CPU10core voltage for a setpointPWRM_getTransitionLatencyGet the latency to scale from one specific11setpoint to another specific setpointPWRM_idleClocksImmediately idle clock domains12PWRM_registerNotifyRegister a function to be called on a specific13power eventPWRM_sleepDSPTransition the DSP to a new sleep state14PWRM_snoozeDSPPut the DSP in a deep sleep for a specified15number of secondsPWRM_unregisterNotifyUnregister for an event notification16


[0048]

5





TABLE 5










PWRM_changeSetpoint


  Initiates a change to the V/F setpoint.


Syntax


  status = PWRM_changeSetpoint(IN newSetpoint, IN notifyTimeout);


Parameters


  Uns newSetpoint


    New V/F setpoint to scale to (from 1 to the maximum supported for the


    configuration).


  Uns notifyTimeout


    The maximum amount of time (in system clock ticks) for the power manager to wait for


    notification clients to respond to a delayed completion, before declaring failure and returning


    PWRM_ETIMEOUT. For example, if notifyTimeout is set to 200, while the power manager


    is notifying clients it will wait 200 ticks (typically 200 msec) before declaring that a client has


    failed to respond. Note that the power manager tracks the notifyTimeout for each


    notification sequence; for example, if clients are registered to be notified both before and


    after setpoint changes, the power manager will wait up to notifyTimeout on both types of


    notification, (before and after changing the setpoint), within the single call to


    PWRM_changeSetpoint.


Return Value


  PWRM_Status status


    PWRM_SOK on success; the new setpoint is now in effect.


    PWRM_EFAIL for a general failure; the requested setpoint transition did not occur.


    PWRM_EOUTOFRANGE if newSetpoint is out of the range of valid setpoints for the


    platform; the requested setpoint transition did not occur.


    PWRM_ENOTSUPPORTED if newSetpoint indicates a setpoint that a registered client


    does not support; the requested setpoint transition did not occur.


    PWRM_ENOTIMPLEMENTED if V/F scaling is not supported.


    PWRM_EBUSY if PWRM is currently busy processing a previous request.


    PWRM_EINITFAILURE if a failure occurred while initializing V/F scaling support.


    PWRM_ETIMEOUT if a notification client did not complete a delayed completion


    within the specified notifyTimeout.


  When PWRM_changeSetpoint returns PWRM_ETIMEOUT or PWRM_EFAIL this should be


  considered a critical system failure, as a client is deemed unresponsive, and the system is now in an


  unknown state.


Pseudocode


  check if V/F scaling supported, if not return PWRM_ENOTIMPLEMENTED;


  check if requested setpoint is allowed, if not return PWRM_ENOTSUPPORTED;


  stop TSK and SWI scheduling, retain HWIs for completion detection;


  notify clients registered for PWRM_PENDINGSETPOINTCHANGE;


  if timeout return PWRM_ETIMEOUT;


  call PSL to do the scaling op;


  notify clients registered for PWRM_DONESETPOINTCHANGE;


  if timeout return PWRM_ETIMEOUT;


  resume TSK and SWI scheduling;










[0049]

6





TABLE 6










PWRM_configure


  Specifies new configuration parameters for the power manager, overriding those specified via


  static configuration settings.


Syntax


  status = PWRM_configure(IN attrs);


Parameters


  PWRM_Attrs attrs


    Configuration attributes for the power manager module.


      scaleVoltage


        Flag indicating if the power manager should scale voltages during setpoint changes.


        For example, if scaleVoltage is TRUE, the voltage will be scaled down, when


        possible, when going to a lower frequency. If scaleVoltage is FALSE,


        the voltage will not be scaled lower to follow the lower frequency of the new


        setpoint. The voltage will always be scaled up when the destination setpoint


        frequency is higher than that supported at the current voltage.


      waitForVoltageScale


        Flag indicating if the power manager should wait for a down-voltage transition to complete


        before returning. [Note: for up-voltage transitions the power manager must wait for the


        transition to complete before up-scaling frequency.]


      idleMask


        Bitmask specifying the domains to be idled in the BIOS idle loop (i.e., the value


        to be written to the ICR register before idling the processor).


Return Value


  PWRM_Status status


    PWRM_SOK on success.


    PWRM_EFAIL for a general failure.


    PWRM_EINVALIDPOINTER if attrs is NULL.


    PWRM_EINVALIDVALUE if scaleVoltage, waitForVoltageScale, or idleMask are


    invalid.


Pseudocode


  validate parameters;


  simply copy elements from attrs structure to PWRM_Config object;










[0050]

7





TABLE 7










PWRM_getCapabilities


  Returns information on the power manager's capabilities on the current platform.


Syntax


  status = PWRM_getCapabilities(OUT capsMask);


Parameters


  Uns *capsMask


    Pointer to location to store bitmask defining the power managers capabilities. The following


    pre-defined bitmasks can be used to check if the power manager implements the capability on


    the current platform.


  PWRM_CDEEPSLEEP


    PWRM_sleepDSP implements PWRM_DEEPSLEEP.


  PWRM_CSLEEPUNTILRESTART


    PWRM_sleepDSP implements PWRM_SLEEPUNTILRESTART.


  PWRM_CSNOOZE


    PWRM_snoozeDSP is implemented.


  PWRM_CVFSCALING


    PWRM supports voltage and frequency scaling.


  [For example, if (*capsMask & PWRM_CVFSCALING) != 0, then V/F scaling


  is supported.]


Return Value


  PWRM_Status status


    PWRM_SOK on success.


    PWRM_EFAIL for a general failure.


    PWRM_EINVALIDPOINTER if capsMask is NULL.


Pseudocode


  read generated configuration info, fill in and return capabilities mask;










[0051]

8





TABLE 8










PWRM_getCurrentSetpoint


  Returns the current setpoint in effect.


Syntax


  status = PWRM_getCurrentSetpoint(OUT setpoint);


Parameters


  Uns * setpoint


    Pointer to location to store the current V/F setpoint in effect.


Return Value


  PWRM_Status status


    PWRM_SOK on success.


    PWRM_EFAIL for a general failure.


    PWRM_EINVALIDPOINTER if setpoint is NULL.


    PWRM_EINITFAILURE if a failure occurred while initializing V/F scaling support.


    PWRM_ENOTIMPLEMENTED if V/F scaling is not supported.


Pseudocode


  check if V/F scaling supported, if not return PWRM_ENOTIMPLEMENTED;


  call PSL_getSetpoints to determine the current setpoint;


  if get PSL_OK return code then return the indicated setpoint;


                else return PWRM_EFAIL to indicate failure;










[0052]

9





TABLE 9










PWRM_getNumSetpoints


  Returns the number of setpoints supported for the current configuration.


Syntax


  status = PWRM_getNumSetpoints(OUT numberSetpoints);


Parameters


  Uns * numberSetpoints


    Pointer to the location to store the number of V/F setpoints supported in this


    configuration. If V/F scaling is supported a value of at least 1 will be returned.


Return Value


  PWRM_Status status


    PWRM_SOK on success.


    PWRM_EFAIL for a general failure.


    PWRM_EINVALIDPOINTER if numberSetpoints is NULL.


    PWRM_EINITFAILURE if a failure occurred while initializing V/F scaling support.


    PWRM_ENOTIMPLEMENTED if V/F scaling is not supported.


Pseudocode


  check if V/F scaling supported, if not return PWRM_ENOTIMPLEMENTED;


  call PSL_getNumSetpoints to determine the current setpoint;


  if get PSL_OK return code then return the indicated number;


          else return PWRM_EFAIL










[0053]

10





TABLE 10










PWRM_getSetpointInfo


  Returns the frequency and CPU core voltage for a setpoint.


Syntax


  status = PWRM_getSetpointInfo(IN setpoint, OUT frequency, OUT voltage);


Parameters


  Uns setpoint


    The setpoint to query.


  float * frequency


    Pointer to location to store the DSP core frequency for setpoint.


  float * voltage


    Pointer to location to store the voltage for setpoint.


Return Value


  PWRM_Status status


    PWRM_SOK on success.


    PWRM_EFAIL for a general failure.


    PWRM_EINVALIDVALUE if setpoint is invalid.


    PWRM_EINVALIDPOINTER if frequency or voltage are NULL.


    PWRM_EINITFAILURE if a failure occurred while initializing V/F scaling support.


    PWRM_ENOTIMPLEMENTED if V/F scaling is not supported.


Pseudocode


  check if V/F scaling supported, if not return PWRM_ENOTIMPLEMENTED;


  check if setpoint is valid, if not return PWRM_EINVALIDVALUE;


  call PSL_querySetpoints to get the CPU frequency and voltage for the specified setpoint;










[0054]

11





TABLE 11










PWRM_getTransitionLatency


  Returns the latency to scale from one specific setpoint to another specific setpoint.


Syntax


  status = PWRM_getTransitionLatency(IN initialSetpoint, IN finalSetpoint, OUT latency);


Parameters


  Uns initialSetpoint


    The setpoint to be scaled from.


  Uns finalSetpoint


    The setpoint to be scaled to.


  Uns * latency


    The location to store the transition latency. This latency is in microseconds, and indicates


    the time to scale frequency and voltage from the initialSetpoint to the finalSetpoint.


Return Value


  PWRM_Status status


    PWRM_SOK for success.


    PWRM_EFAIL for a general failure.


    PWRM_EINVALIDVALUE if initialSetpoint or finalSetpoint are invalid.


    PWRM_EINVALIDPOINTER if latency is NULL.


    PWRM_EINITFAILURE if a failure occurred while initializing V/F scaling support.


    PWRM_ENOTIMPLEMENTED if V/F scaling is not supported.


Pseudocode


  check if V/F scaling supported, if not return PWRM_ENOTIMPLEMENTED;


  check if setpoints are valid, if not return PWRM_EINVALIDVALUE;


  call PSL_getSetpointTransitions to get frequency and voltage scaling latency for specified setpoints;


  if voltage scaling is enabled then check if voltage latency is biggest;


          else, simply return frequency latency;










[0055]

12





TABLE 12










PWRM_idleClocks


  Immediately idle (i.e., turn off) clock domains. [The purpose of this function is to allow the


  application to idle non-CPU domains from anywhere in the application. The function will


  immediately return and indicate error if an attempt is made to idle the CPU or CLKGEN


  domains; these domains should only be idled in the idle loop (see PWRM_configure).]


Syntax


  status = PWRM_idleClocks(IN domainMask);


Parameters


  Uns domainMask


    The bitmask of clock domains to be idled.


Return Value


  PWRM_Status status


    PWRM_SOK for success.


    PWRM_EINVALIDVALUE if a domain specified in domainMask cannot be idled by


    this function (e.g., CPU, CLKGEN).


    PWRM_ENOTIMPLEMENTED if this function is not implemented.


Pseudocode










[0056]

13





TABLE 13










PWRM_registerNotify


  Registers a function to be called on a specific power event. [Registrations and the corresponding


  notifications are processed in FIFO order.]


Syntax


  PWRM_registerNotify(IN eventType, IN eventMask, IN notifyFxn, IN clientArg,


   OUT notifyHandle, OUT delayedCompletionFxn);


Parameters


  PWRM_Event eventType


   The type of power event for which the notify function is to be called:


    PWRM_PENDINGSETPOINTCHANGE


      The V/F setpoint is about to change.


    PWRM_DONESETPOINTCHANGE


      The V/F setpoint that was pending has now been changed.


    PWRM_GOINGTODEEPSLEEP


      The DSP is going to deep sleep.


    PWRM_AWAKEFROMDEEPSLEEP


      The DSP has awoken from deep sleep.


    PWRM_GOINGTOSLEEPUNTILRESTART


      The DSP is going to deep sleep and must be restarted to resume.


  LgUns eventMask


    An event-specific mask. For V/F setpoint registrations this mask will define the


    setpoints the client supports. For example, if only one of the setpoints exported by


    the power manager is supported by the client, only the single corresponding bit in


    eventMask will be set. V/F event clients specify eventMask at registration time so the


    power manager will be able to determine before it starts a setpoint transition if one of the


    registered clients cannot support it; in this case PWRM_changeSetpoint will not start the


    notification process, but will immediately return PWRM_ENOTSUPPORTED.


  Fxn notifyFxn


    This is the client's function that should be called by the power manager when the specified


    power event has occurred. When the client's function is called, the clientArg will be


    passed back to the client. The purpose here is to allow a notify function to be used by


    multiple instances of a driver (e.g., the clientArg can be used to identify the instance of the


    driver that is being notified).


  Arg clientArg


    An arbitrary argument to be passed to the client on notification.


  PWRM_notifyHandle * notifyHandle


    This is a notification handle that is returned to the client. When it is time to


    unregister the function the client should pass this handle to the PWRM_unregisterNotify


    function. [A handle is used so that the same notify function can be registered by


    multiple clients (e.g., multiple instances of a driver.)]


  Fxn * delayedCompletionFxn


    This is the function the client should call if it cannot act immediately upon the


    notification. For example, if a DMA driver is to prepare for a setpoint change it may


    need to wait for the current DMA transfer to complete. If so, its notify function will


    return PWRM_NOTIFYNOTDONE, and when the action is complete, the driver will call


    the delayedCompletionFxn to signal the power manager that it has finished. If the client


    can and does act immediately on the notification it will return PWRM_NOTIFYDONE in


    response to the notification.


Return Value


  PWRM_Status status


    PWRM_SOK for successful registration.


    PWRM_EFAIL for a general failure.


    PWRM_EINVALIDEVENT if eventType is invalid.


    PWRM_EINVALIDPOINTER if notifyFxn, notifyHandle or delayedCompletionFxn are


    NULL.


Pseudocode


  check to make sure event type is valid, if not return PWRM_EINVALIDEVENT;


  validate pointers (notifyFxn, notifyHandle, delayedCompletionFxn);


  for V/F scaling update the setpoint mask (_PWRM_allowedSPmask) to reflect client's limitations


  allocate a notification object; if fail return FALSE;


  fill in the notification object elements;


  enqueue the notification object on the appropriate event queue;


  set the notifyHandle and delayedCompletionFxn out params;










[0057]

14





TABLE 14










PWRM_sleepDSP


  Transitions the DSP to a new sleep state.


Syntax


  status = PWRM_sleepDSP(IN sleepCode, IN notifyTimeout);


Parameters


  Uns sleepCode


    A command code indicating the new sleep state for the DSP:


      PWRM_DEEPSLEEP


        Put the DSP in deep sleep.


      PWRM_SLEEPUNTILRESTART


        Idle all DSP clock domains; only way to wakeup is a DSP reset.


  Uns notifyTimeout


    The maximum amount of time (in system clock ticks) for the power manager to wait for


    notification clients to respond for a delayed completion, before declaring failure and


    returning PWRM_ETIMEOUT. For example, if notifyTimeout is set to 200, while


    the power manager is notifying clients it will wait 200 ticks (typically 200 msec) before


    declaring that a client has failed to respond. Note that the power manager tracks the


    notifyTimeout for each notification sequence; for example, if clients are registered to be


    notified both before and after deep sleep state changes, PWRM will wait up to notifyTimeout


    on both types of notification, (before and after changing the sleep state), within the single


    call to PWRM_sleepDSP.


Return Value


  PWRM_Status status


    PWRM_SOK for successful sleep and wake.


    PWRM_EFAIL if unable to sleep the DSP.


    PWRM_ENOTIMPLEMENTED if the requested sleep state is not implemented.


    PWRM_EBUSY if PWRM is currently busy processing a previous request.


    PWRM_ETIMEOUT if a notification client did not complete a delayed completion


        within the specified notifyTimeout.


    Note that because of the critical “system” nature of sleep commands, clients that


    register for sleep notifications cannot say ‘no’ when notified of a sleep event. They must


    do their best to immediately act on the sleep command. For PWRM_DEEPSLEEP this


    function will return once the DSP is awoken from deep sleep. For


    PWRM_SLEEPUNTILRESTART this function will not return. When PWRM_sleepDSP


    returns PWRM_ETIMEOUT or PWRM_EFAIL this should be considered a critical system


    failure, as a client is deemed unresponsive, and the system is now in an unknown state.


Pseudocode


    check if sleep mode is supported, if not return PWRM_ENOTIMPLEMENTED;


    if sleep code is PWRM_SLEEPUNTILRESTART:


     notify all registered PWRM_GOINGTOSLEEPUNTILRESTART clients;


     if timeout return PWRM_ETIMEOUT;


     set IER registers to zero to disable all interrupts;


     set ICR to 0x3F to get ready to idle all domains;


     call IDLE instruction;


    else if sleep code is PWRM_DEEPSLEEP;


     notify all registered PWRM_GOINGTODEEPSLEEP clients;


     if timeout return PWRM_ETIMEOUT;


     save current IER masks;


     set IER registers to configured masks for deep sleep wake interrupts;


     set ICR to that configured via config tool, to get ready to idle domains;


     save current ISTR mask (domains currently idled);


     call IDLE instruction;


     on wake write to ICR to restore idled domains on entry;


     call IDLE instruction;


     restore IER masks on entry;


     notify all registered PWRM_AWAKEFROMDEEPSLEEP clients;


     if timeout return PWRM_ETIMEOUT;










[0058]

15





TABLE 15










PWRM_snoozeDSP


  Puts the DSP in deep sleep for a specified number of seconds.


Syntax


  Status = PWRM_snoozeDSP(IN seconds);


Parameters


  Uns seconds


    The number of seconds that the DSP should sleep.


Return Value


  PWRM_Status status


    PWRM_SOK if the DSP slept for the specified number of seconds and is now awake.


    PWRM_ENOTIMPLEMENTED if snooze is not implemented.


    PWRM_EBUSY if the power manager is currently busy processing a previous request.


    PWRM_EOUTOFRANGE if unable to sleep because the seconds value is out of range


    of the capabilities of the power manager.


Pseudocode


  check can program PLL & timer to achieve the specified snooze interval,


   with reasonable periodic wakeups;


  notify all registered PWRM_GOINGTODEEPSLEEP clients;


  if timeout return PWRM_ETIMEOUT;


  program timer for the snooze and unmask its interrupt as sole wakeup source;


  while specified snooze interval hasn't been reached {


   go to deep sleep (except for clock and timer domains);


   when wake, if need multiple wakeups to achieve overall time,


        decrement count and go back to snooze;


  }


  notify all registered PWRM_AWAKEFROMDEEPSLEEP clients


   if timeout return PWRM_ETIMEOUT;










[0059]

16





TABLE 16










PWRM_unregisterNotify


  Unregister for an event notification from the PWRM module. [For example, an audio codec


  device is closed, and the notification is no longer needed.]


Syntax


  status = PWRM_unregisterNotify(IN notifyHandle);


Parameters


  PWRM_notifyHandle notifyHandle


    This is the handle returned by PWRM_registerNotify when the function was registered


    for notification.


Return Value


  PWRM_Status status


    PWRM_SOK for successful unregistration.


    PWRM_EINVALIDHANDLE if notifyHandle is invalid.


    PWRM_EFAIL for a general failure.


Pseudocode


  if notifyHandle is NULL return PWRM_EINVALIDHANDLE;


  atomically remove the notification object from its event queue;


  free the notification object memory;


  for V/F scaling un-registration update the valid setpoint mask


   (_PWRM_allowedSPmask) to remove client's limitations










[0060]

17







TABLE 17













typedef struct PWRM_Config {



 Bool scaleVoltage;



 Bool waitForVoltageScale;



 Uns idleMask;



} PWRM_Config;



typedef struct PWRM_Attrs {



 Bool scaleVoltage;



 Bool waitForVoltageScale;



 Uns idleMask;



} PWRM_Attrs;



PWRM_Attrs PWRM_ATTRS = {



 FALSE,  /* scaleVoltage */



 FALSE,  /* waitForVoltageScale */



 0,     /* idleMask */



};



typedef struct {



 QUE_Elem link;



 PWRM_Event eventType;



 Fxn notifyFxn;



 Arg clientArg;



 LgUns eventMask;



} PWRM_notifyObj;



QUE_Obj PWRM_notifyQueues[PWRM_NUMQUEUES] =



{



 {&PWRM_notifyQueues[0], &PWRM_notifyQueues[0]},



 {&PWRM_notifyQueues[1], &PWRM_notifyQueues[1]},



 {&PWRM_notifyQueues[2], &PWRM_notifyQueues[2]},



 {&PWRM_notifyQueues[3], &PWRM_notifyQueues[3]},



 {&PWRM_notifyQueues[4], &PWRM_notifyQueues[4]},



};



Void * PWRM_delayCompletionFxns[PWRM_NUMQUEUES] =



{



 _PWRM_delayCompletion0,



 _PWRM_delayCompletion1,



 _PWRM_delayCompletion2,



 _PWRM_delayCompletion3,



 _PWRM_delayCompletion4,



};



Void_PWRM_delayCompletion0(Void)



{



 ATM_deci(&PWRM_notifyWaitcount[0]);



}



...



volatile Int PWRM_notifyWaitCount[PWRM_NUMQUEUES] =



{



 0,



 0,



 0,



 0,



 0,



 0



};











[0061] A complete power management strategy includes runtime power management support as described herein, plus the ability to measure power consumption as an application executes to gauge the effectiveness of different runtime power management techniques. By varying techniques and comparing the resulting power consumption, an application developer can choose the appropriate techniques for the application and/or tune operating parameters for optimal performance. Coupling runtime power management support with a measurement tool enables a new application development flow, whereby power consumption is measured and tuned as part of the regular application development process rather than waiting until development is complete.


[0062]
FIG. 4 illustrates a method for application development that includes developing a power management strategy for the application. The flow of this method is iterative in nature, comprising profiling of power consumption, visualization, and tuning. Power consumption is measured and tuned early in the development flow, rather than one of the last steps of development. At step 4000, the application is built to run on the target processor. At step 4002, the power consumption of the application is measured during execution on the target processor. As step 4004 illustrates, if the power consumption is acceptable, no tuning is necessary and the tuning process is complete. Otherwise, step 4006 is executed. At step 4006, the power measurements taken during step 4002 are analyzed to find “hot spots” in the application that may be consuming too much power. These power measurements may be taken at various levels of granularity, i.e., at a specified single execution sequence, at the function level, or at the task level, to facilitate locating “hot spots.” The application developer may choose to optimize the code in the identified areas so that less power is consumed. As steps 4008 and 4012 illustrate, the developer may also examine the application's peripheral status data, i.e. data regarding the on/off status of peripherals, and the overall CPU load. Examination of the peripheral activity of the application may reveal places in the application execution where certain peripherals may be turned off. If peripherals do not need to be on during portions of the execution, the developer may adjust the peripheral activity accordingly, as shown by step 4010. Examination of the CPU load may reveal that there are points in the application execution where extra CPU cycles are available. If this is the case, it may be that those portions of the application can be executed at a lower clock frequency and lower voltage. The user may modify the application to call the appropriate PWRM 1000 and/or functions of PSL 1008 to cause the voltage and frequency to scaled dynamically, as illustrated by step 4014. If changes have been made in any of the above steps, the process is repeated beginning at step 4000.


[0063]
FIG. 5 presents an embodiment of a minimally intrusive system for power profiling of an embedded application that enables the method of FIG. 4. The system comprises host computer 5000 connected to target system 5002 through emulation controller 5004. Host computer 5000 provides an integrated software development environment including debug software, a compiler, a linker, an editor, and other tools for developing an application. The software development environment further comprises software for sending and receiving information between the software development environment and target system 5002 through emulator 5004. Typically, emulation controller 5004 is connected to target system 5002 through a JTAG (IEEE 1149.1) test access port 5006. The integrated software development environment also comprises power analysis software 5008 and the RTOS graphical configuration tool that provides static configuration of PWRM 1000.


[0064] An embedded application with a logical architecture as illustrated in FIG. 1 is built on host computer 5000 and downloaded to target system 5002. Target system 5002 is comprised of at least one digital signal processor (DSP) 5010. DSP 5010 comprises emulation circuitry providing a standard JTAG debug interface with two additional terminals or pins (interchangeably referred to as nET1 and nET2 or EMU0 and EMU1) supporting various extended debugging capabilities. Such emulation circuitry is well known in the art and is described in detail in U.S. Pat. No. 5,828,824 issued to Gary Swoboda. These terminals may be used to export trigger signals from DSP 5010 without interfering with any other functionality of the standard JTAG debug interface. These terminals may be made available for triggering a power measurement device. Other pins of DSP 5010 may also be used to export trigger signals, such as an XF pin, any general purpose I/O (GPIO) pin or any user configurable pin that can be controlled through software.


[0065] Various types of power measurement devices, e.g. oscilloscopes, multimeters, special purpose boards, etc., and means for connecting the devices to the system may be employed. In this embodiment, the power measurement device is oscilloscope 5012. Oscilloscope 5012 is connected by a current probe to a power measurement point on target system 5002. It receives signals to start and stop power measurements via a trigger connected to target system 5002. Oscilloscope 5012 is also connected to host computer 5000 via Interface Board 5014 to permit collection of power measurement data.


[0066] The system of FIG. 5 is able to measure power consumption in real-time of an application executing on target system 5002. Power analysis software 5008 can collect power measurement data in real-time at a function or task level and correlate that data to show the power consumption of the application by function or task so that power “hot spots” may be identified. Power analysis software 5008 can also collect power measurement data for a user-specified execution range. Power measurements may include total energy, maximum and average power consumption, and peripheral activity. These measurements may be displayed in either textual or graphical form. Pending U.S. patent application Ser. No. 10/325,024 entitled Power Profiling System and Method for Correlating Runtime Information (TI 34464) describes the capabilities of such power analysis systems in more detail and is incorporated herein by reference.


[0067] PSL 1008 of FIG. 1 comprises a software library providing functionality to allow applications developers to incorporate functionality in an application to manage both frequency and voltage scaling. PSL 1008 provides hardware abstraction, portability, and a standard API that enables its use on differing processors. Entities of the application (e.g., application code, peripheral drivers, packaged content, the operating system clock module, etc.) may utilize this API to manage frequency and voltage scaling. Included in the API are routines that initiate scaling operations, and various query routines that provide information on current settings and available frequency/voltage settings. Frequency changes are initiated directly by entity request. Voltage changes are performed indirectly by PSL 1008 when a frequency changes is requested. PSL 1008 will automatically scale the voltage to the minimum level required by the requested frequency. In this way, PSL 1008 ensures a valid frequency/voltage setting at all times.


[0068] In an embodiment, PSL 1068 is delivered as two code libraries: a scaling library and a configuration library. The scaling library contains a target specific implementation of scaling functionality. A distinct scaling library is provided for each processor/voltage regulator control scheme combination as different processors may have different clock generators, and different regulators may have different methods of control. The configuration library provides system and target board specific data to the scaling library. This configuration library contains user configurable data permitting a scaling library implementation to be adapted to custom target boards.


[0069] An embodiment of PSL 1008 is presented below. In this embodiment, the target processor is the TMS320C5510 (“C5510”) from Texas Instruments Incorporated. The C programming language is used for the examples. In this embodiment, the scaling library is PSL.lib and the configuration library is PSL_cfg.lib.


[0070] PSL_cfg.lib comprises two configuration data files PSLclk_cfg.c and PLSvolt_cfg.c. The file PSLclk_cfg.c contains configuration data relating to the clock(s) that will be controlled by the scaling library. The data in this file is device-specific, but typically, it will include items such as input frequency, maximum operating frequency, the table of operating frequencies that will be supported by the scaling library, and perhaps some latency information relating to frequency scaling operations. The variable declarations for this data, as well as the type definitions that define the structure of this data, are provided in a separate file, PSLclk_cfg.h.


[0071] The file PSLvolt_cfg.c contains configuration data relating to the operating voltages that are supported by the device, and data relating to the voltage regulator controller. This file will typically include a table of voltages and their corresponding maximum frequencies, data that specifies how the voltage regulator is controlled, and latency infornation relating to voltage scaling operations. The variable declarations for this data, as well as the type definitions that define the structure of this data, are provided in a separate file, PSLvolt_cfg.h.


[0072] The scaling library does not require a specific voltage regulator control scheme. Instead, the scaling library provides built-in support for a default control scheme, and a mechanism that allows application developers to override the built-in support for custom target boards.


[0073] For the C5510, which has only one clock, the clock configuration data contained in PSLclk13 cfg.c and its associated declarations file PSLclk_cfg.h is presented in Tables 18-21. The clock configuration variables are described in Table 18.
18TABLE 18VariableDescriptionCodePSL_clkmdRegAddrspecifies the address of the clockconst unsigned PSL_clkmdRegAddr = 0x1C00;mode register in I/O spacePSL_cpuMaxFreqspecifies the maximum frequency, inconst float PSL_cpuMaxFreq = 200.0 f;MHz units, at which it is safe tooperate the CPU. The maximumfrequency of the CPU on the C5510DSK is 200 MHz. This maximumfrequency should he obtained fromthe device's data sheet.PSL_cpuInputFreqspecifies, the input frequencyconst float PSL_cpuInputFreq = 24.0 f;(CLKIN) in MHz units. The inputfrequency on the C5510 is 24 MHz.PSL_cpuFreqCntspecifies the number of frequenciesconst unsigned PSL_cpuFreqCnt = 16;that will be supported by the PSL. Italso specifies the number of entries inthe frequency table of Table 19.Here, acceptable values are those inthe range 1 ...16.


[0074] Table 19 presents a definition of the frequency table, PSL_cpuFreqTable. PSL_cpuFreqTable contains the frequencies that are supported by the scaling library. In this example, the table may contain from 1 to 16 frequencies. Internally, the scaling library creates a setpoint for each frequency. The ordering of the setpoints matches the ordering of the frequencies in the frequency table. Each entry in the frequency table is of type PSL_CPUFreq, which is defined in the file PSLclk_cfg.h. The definition of PSL_CPUFreq is contained in Table 6. In this definition, PLL_mult is a value in the range 2 . . . 31. This value, in conjunction with the input frequency and PLL_div, determines the CPU clock frequency when operating in lock mode. PLL_div is a value in the range 0 . . . 3. This value, in conjunction with the input frequency and PLL_mult, determines the CPU clock frequency when operating in lock mode. bypass_div is a value in the range 0 . . . 3. It specifies the input frequency divider when operating in bypass mode.


[0075] The clock generator on the C5510 device has two operating modes: bypass and lock mode. The type PSL_ClkMode, which is defined in PSLclk_cfg.h, represents these modes. The definition of PSL_ClkMode is presented in Table 19. In PSL_BYPASS mode, the PLL is bypassed and the frequency of the output clock signal is equal to the frequency of the input clock signal divided by 1, 2, or 4. Because the PLL is disabled in this case, this mode consumes less power. In PSL_LOCK mode, the input frequency can be both multiplied and divided to produce the desired output frequency. In bypass mode, the clock frequency can be calculated using the following equation:


Clock frequency=input frequency/(bypass_div+1)


[0076] In lock mode, the clock frequency can be calculated using the following equation:


Clock frequency=(PLL_mult/(PLL_div+1))*input frequency

19





TABLE 19










PSL_CPUFreq PSL_cpuFreqTable[] = {


{0, 0, 3, PSL_BYPASS}, // 6 MHz (input freq / 4), bypass mode


{0, 0, 1, PSL_BYPASS}, // 12 MHz (input freq / 2), bypass mode


{0, 0, 0, PSL_BYPASS}, // 24 MHz (input freq / 1), bypass mode


{ 2, 0, 0, PSL_LOCK}, // 48 MHz (input freq * (2 / 1)), lock mode


{ 5, 1, 0, PSL_LOCK}, // 60 MHz (input freq * (5 / 2)), lock mode


{ 3, 0, 0, PSL_LOCK}, // 72 MHz (input freq * (3 / 1)), lock mode


{ 7, 1, 0, PSL_LOCK}, // 84 MHz (input freq * (7 / 2)), lock mode


{ 4, 0, 0, PSL_LOCK}, // 96 MHz (input freq * (4 / 1)), lock mode


{ 9, 1, 0, PSL_LOCK}, // 108 MHz (input freq * (9 / 2)), lock mode


{ 5, 0, 0, PSL_LOCK}, // 120 MHz (input freq * (5 / 1)), lock mode


{11, 1, 0, PSL_LOCK}, // 132 MHz (input freq * (11 / 2)), lock mode


{ 6, 0, 0, PSL_LOCK}, // 144 MHz (input freq * ( 6 / 1)), lock mode


{13, 1, 0, PSL_LOCK}, // 156 MHz (input freq * (13 / 2)), lock mode


{ 7, 0, 0, PSL_LOCK}, // 168 MHz (input freq * ( 7 / 1)), lock mode


{15, 1, 0, PSL_LOCK}, // 180 MHz (input freq * (15 / 2)), lock mode


{25, 2, 0, PSL_LOCK}, // 200 MHz (input freq * (25 / 3)), lock mode


};










[0077]

20







TABLE 20













typedef struct {



 unsigned PLL_mult;



 unsigned PLL_div;



 unsigned bypass_div;



 PSL_ClkMode mode;



} PSL_CPUFreq;











[0078]

21







TABLE 21













typedef enum { // clock's operating mode



 PSL_BYPASS,



 PSL_LOCK



} PSL_ClkMode;











[0079] The file PSLvolt_cfg.c contains voltage configuration data relating to the operating voltages that are supported by processor, and data relating to the voltage regulator controller. The variable declarations for this data, as well as the type definitions that define the structure of this data, are provided in PSLvolt_cfg.h. The voltage configuration data for the C5510 device is presented below.


[0080] PSL_voltCnt, defined as const unsigned PSL_voltCnt=2;, specifies the number of voltage points that are supported by the voltage regulator. The C5510 can operate at two different voltages so the value PSL_voltCnt is set to 2. The voltage table, PSL_voltTable, lists the supported voltage points and their associated maximum frequencies. These values are generally obtained from the device's data sheet. The voltages are listed in increasing order starting with the smallest. Each entry in the voltage table is of type PSL_VoltTable, which is defined in the file PSLvolt_cfg.h. The definition of the type PSL_VoltTable is shown in Table 22 where volt specifies a voltage point, and freq specifies the maximum operating frequency for this voltage. The maximum operating frequency for a given voltage should be obtained from the device's data sheet.
22TABLE 22typedef struct {float volt; // voltagefloat freq; // frequency for PSL_CPU_CLK}PSL_VoltTable;


[0081] The voltage table for the C5510 is shown in Table 23.
23TABLE 23PSL_VoltTable PSL_voltTable[] = {{1.1f, 72.0f}, // 0 MHz up to, and including 72 MHz, require a// minimum voltage of 1.1V.{1.6f, 200.0f}, // frequencies > 72 MHz up to the max frequency// require a minimum voltage of 1.6V.};


[0082] Table 24 describes other data comprising the voltage configuration file. Any data that is related to GPIO pins is only present if one or more GPIO pins are to be used to control the voltage regulator.
24TABLE 24VariableDescriptionCodePSL_voltDecreaseLatencyspecify the maximum latenciesconst unsigned PSL_voltDecreaseLatency = 3300; //PSL_voltIncreaseLatencyincurred during voltage scaling3.3 millisecondsoperations. The latency isconst unsigned PSL_voltIncreaseLatency = 300; //given in microseconds.300 microsecondsFollowing the initiation of avoltage scaling operation, thelatency is the time requiredbefore the new voltage hasbeen reached. These latenciesare system specific and aremeasured for each differenttarget board.PSL_voltRegInitFuncspecifies the function thatPSL_VoltRegInitFunc PSL_voltRegInitFunc = PSLperforms any one-timegpioVoltRegInit_DSK5510;initialization that may berequired before the voltageregulator can perform scalingoperations. For the C5510, thisvariable is initialized to thedefault initialization routine.PSL_voltRegScaleFuncspecifies the function thatPSL_VoltRegScaleFuncperforms voltage scaling. ForPSL_voltRegScaleFunc = PSLthe C5510, this variable isgpioVoltRegScale_DSK5510;initialized to the default scalingroutine.PSL_gpioIodirAddrspecify the addresses of GPIOconst unsigned PSL_gpioIodirAddr = 0x3400;PSL_gpioIodataAddrIODIR and IODATA registersconst unsigned PSL_gpioIodataAddr = 0x3401;in I/O space.PSL_gpioPinsMaska mask that specifies whichconst unsigned PSL_gpioPinsMask = 0x1; //GPIO pin(s) is/are used toGPIO bit 0control the voltage regulator.PSL_GpioVoltRegTablecontains the GPIO bit settingsPSL_GpioVoltRegTablefor each voltagePSL_gpioVoltRegTable[] = {supported by the regulator.{1.1 f, 0x0}, // set GPIO bit 0 to a 0{1.6 f, 0x1}, // set GPIO bit 0 to a 1};


[0083] PSL 1008 does not require a specific voltage regulator control scheme. Instead, built-in support for a de fault control scheme is provided along with a mechanism that allows application developers to override the built-in support with their own implementations. For the C5510, the default support provides for controlling the voltage regulator via the GPIO pins. The presence or absence of the macro USING_DEFAULT_VOLT_REG_CONTROL, defined in PSLvolt_cfg.h, determines whether the default support is used.


[0084] If the voltage regulator on the target board is controlled via GPIO pins, the configuration data in PSLvolt_cfg.c permits the application developer to specify the GPIO pin(s) used to control the regulator and the pin values for each voltage. For example, the default values for PSL_gpioPinsMask and PSL_gpioVoltRegTable provided in PSLvolt_cfg.c for the C5510, where the voltage regulator is controlled by GPIO pin 0 and supports two voltage points are shown in Table 25.
25TABLE 25const unsigned PSL_gpioPinsMask = 0x1; // GPIO pin 0PSL_GpioVoltRegTable PSL_gpioVoltRegTable[] = {{1.1f, 0x0}, // set GPIO pin 0 to a 0 for 1.1v{1.6f, 0x1}, // set GPIO pin 0 to a 1 for 1.6v};


[0085] PSL_gpioPinsMask specifies the GPIO pin and PSL_gpioVoltRegTable specifies the value of the GPIO pin for each supported voltage. In this case, the regulator is controlled by a single pin, which is GPIO pin 0. When this pin is driven low, the voltage is changed to 1.1 v. When this pin is driven high, the voltage is changed to 1.6 v.


[0086] As another example, consider a case where the voltage regulator is controlled by GPIO pins 0 and 1, and there are four voltage points 0.9 v, 1.1 v, 1.3 v, and 1.6 v. The values for PSL_gpioPinsMask and PSL_gpioVoltRegTable in this instance are shown in Table 26.
26TABLE 26const unsigned PSL_gpioPinsMask = 0x3; // GPIO pins 0 and 1PSL_GpioVoltRegTable PSL_gpioVoltRegTable = {{0.9f, 0x0}, // set both GPIO pin 0 and 1 to a 0 for 0.9v{1.1f, 0x1}, // set GPIO pin 0 to a 1 and GPIO pin 1 to a 0 for 1.1v{1.3f, 0x2}, // set GPIO pin 0 to a 0 and GPIO pin 1 to a 1 for 1.3v{1.6f, 0x3}, // set both GPIO pin 0 and 1 to a 1 for 1.6v};


[0087] An application developer may override the default voltage regulator support with custom support. The configuration data provides function pointers that enable application developers to supply their own voltage regulator control functions. For the C5510, the function pointers refer to the functions that use GPIO pins to control the regulator. The default implementation can be overridden by changing the function pointers to refer to developer-supplied functions. Two functions are required: an initialization function and a scaling function. The initialization function is of type PSL_VoltRegInitFunc, the definition of which is shown in Table 27. The scaling function is of type PSL_VoltRegScaleFunc, the definition of which is shown in Table 28.
27TABLE 27Functiontypedef void (* PSL_VoltRegInitFunc)(void);DescriptionFunction that performs any one-time initialization thatmay be required before the voltageregulator can perform scaling operations.ParametersnoneReturn Valuenone


[0088]

28





TABLE 28










Function typedef void (* PSL_VoltRegScaleFunc)(float currVoltage,









float newVoltage,



float currFrequency,



 int wait);








Description
Function that scales the voltage to the specified voltage. If wait is TRUE, wait until the



new voltage has been reached.


Parameters
currVoltage [in] the current voltage.



newVoltage [in] the new voltage.










currFrequency [in]
the current clock frequency of the device that is




executing this routine. The frequency may be needed to




implement a delay loop in cases where wait is TRUE and




the voltage regulator provides no notification as to when




the new voltage has been reached.



wait [in]
TRUE if this routine should wait for the new voltage to




reach the regulation point. FALSE otherwise.



Return Value
none










[0089] As mentioned previously, PSL 1008 comprises a standard API for power scaling functionality. The implementation of this fimctionality may vary based on processor and voltage regulator capabilities but the API remains the same. Table 29 presents a summary of the functions in this API. See the table listed in the table column of Table 29 for a more detailed description of each function. Several types are used in these API functions: PSL_ClkID, PSL_Setpoint, PSL_Status, PSL_PrologueFunc, PSL_EpilogueFunc, and PSL_ClkMode. These types are defined below to aid in understanding the API functions.
29TABLE 29FunctionDescriptionTablePSL_initializeInitializes the power scaling library35PSL_getNumSetpointsReturns the number of valid setpoints for the specified clocks.36PSL_getSetpointsReturns the current setpoint for each of the specified clocks.37PSL_changeSetpointsFor each of the specified clocks, initiates a scaling operation to38the new setpoint. This includes setting the CPU clock frequencyand clock mode, and possibly the voltage to those specified bythe clock's new setpoint.PSL_querySetpointsReturns the clock frequency, clock mode, and voltage that are39associated with each of the specified setpoints.PSL_querySetpointFrequenciesReturns the clock frequency that is associated with each of the40specified set points.PSL_querySetpointVoltagesReturns the voltage that is associated with each of the specified41setpoints.PSL_querySetpointModesReturns the clock mode that is associated with each of the42specified setpoints.PSL_querySetpointTransitionsReturns the maximum scaling latencies that are associated with43each of the specified setpoint changes.PSL_getFrequenciesReturns the current clock frequency for each of the specified44clocks.PSL_getModesReturns the current clock mode (e.g. PSL_BYPASS or45PSL_LOCK) for each of the specified clocks.PSL_getVoltageReturn the current voltage.46


[0090] PSL_ClkID, illustrated in Table 30, defines the different clocks that are supported by the power scaling library. For the C5510, there is only one clock. Multi-core devices that have more than one clock will define multiple clocks.
30TABLE 30typedef enum { PSL_CPU_CLK = 0} PSL_ClkID;


[0091] PSL_Setpoint, defined as typedef unsigned PSL_Setpoint;, is an unsigned integer type used to refer to a discrete frequency and voltage operating point, i.e. a setpoint, that is supported by the PSL. The voltage of a setpoint is the minimum operating voltage that is required to support the frequency of the setpoint. All scaling operations are performed on setpoints. Each clock supported by the scaling library has a separate set of setpoints. The number of setpoints associated with a specific clock corresponds directly to the number of entries in the clock's frequency table. The ordering of the setpoints also corresponds directly to the ordering specified by the frequency table. For the C5510 device, the scaling library supports one clock, which is referred to as PSL_CPU_CLK. Thus, the C5510 device has only one set of setpoints.


[0092] PSL_Status, illustrated in Table 31, specifies the return status of several scaling functions. If the return status is PSL_OK, the function executed without error. A return value other than PSL_OK indicates that the function encountered an error during execution.
31TABLE 31typedef enum {PSL_OK,PSL_INVALID_CLK,PSL_INVALID_FREQ,PSL_INVALID_INITIAL_FREQ,PSL_INVALID_INITIAL_VOLTAGE,PSL_INVALID_SETPOINT,PSL_MAX_FREQ_EXCEEDED,PSL_MAX_VOLTAGE_EXCEEDED,PSL_INCOMPATIBLE_VOLTAGE,PSL_INCOMPLETE_INITIALIZATION,PSL_CANNOT_CHANGE_SETPOINT} PSL_Status;


[0093] PSL_PrologueFunc, illustrated in Table 32, is a pointer to a function that is called immediately before a scaling operation (i.e., immediately before a setpoint change). This callback allows applications to perform any peripheral modifications required prior to the upcoming scaling operation. For example, the application may need to stop a timer prior to changing the clock frequency.
32TABLE 32typedef void (* PSL_PrologueFunc)(unsigned   count,PSL_ClkID  *clks,PSL_Setpoint *currentSetpointsPSL_Setpoint *newSetpoints);


[0094] PSL_EpilogueFunc, illustrated in Table 33, is a pointer to a function that is called immediately after a scaling operation, i.e., immediately after a setpoint change. This callback allows an application to perform any peripheral modifications required as a result of the just completed scaling operation. For example, the application may need to reprogram and restart a timer after changing the clock frequency.
33TABLE 33typedef void (* PSL_EpilogueFunc)(unsigned   count,PSL_ClkID  *clks,PSL_Setpoint *oldSetpoints,PSL_Setpoint *currentsetpoints);


[0095] PSL_ClkMode, illustrated in Table 34, specified the different operating modes of the CPU clock. The clock on C5510 devices can operate in either bypass or lock mode.
34TABLE 34typedef enum { // clock's operating mode PSL_BYPASS, PSL_LOCK} PSL_ClkMode;


[0096]

35







TABLE 35










Function
PSL_Status PSL_initialize(unsigned
count,










 PSL_ClkID
*clks,



 unsigned
*initFrequencies,



 float
 initVoltage)








Description
Perform any initialization required by the power scaling library.



The initial clock frequency and operating mode for each clock are determined



according to the values specified in the initFrequencies array. The values in



this array are indices into a clock's associated frequency table. This routine does not



actually change the frequency of any clock. Instead, it assumes that a clock's initial



frequency is also the clock's current frequency. An initial frequency must be supplied for



every clock that is defined by the enum type PSL_ClkID. The initial voltage is specified



by initVoltage. This routine does not actually change the voltage. Instead, it assumes that



the initial voltage is also the current voltage. The initial voltage must match one of the



voltages specified in the voltage table. The initial setpoint for each clock will specify the



clock's initial frequency and the minimum voltage required for that frequency.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.




The count must specify the number of clocks




defined by the enum type PSL_ClkID.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count. Every




clock that is defined by the enum type PSL_ClkID must be




present in the array.



*initFrequencies [in]
Pointer to locations that specify the initial frequency of each




clock. The values in this array are indexes into a clock's




associated frequency table. The initial frequency for clks[0] is




specified by initFrequencies[0], the initial frequency for clks[1]




is specified by initFrequencies[1], etc.



initVoltage [in]
The initial voltage.







Return Value










PSL_OK
If all initialization required for the correct




operation of the scaling library succeeds. If




initialization does not succeed, all setpoints for




all clocks are considered invalid



PSL_INVALID_CLK
If any of the specified clocks are invalid.



PSL_INVALID_FREQ
If any of the clock frequencies tables are empty,




there are more than 16 entries in any of the




frequencies tables, or any of the values (mult,




div, mode) for a specific clock are invalid.



PSL_INVALID_INITIAL_FREQ
If any of the values specified in the




initFrequencies array are invalid indexes into the




corresponding clock's frequency table.



PSL_MAX_FREQ_EXCEEDED
If any of the frequencies specified in a




clock's frequency table exceed the maximum




operating frequency of the device that the clock




is controlling.



PSL_INCOMPATIBLE_VOLTAGE
If the initial voltage as specified by initVoltage




is less than the voltage required by any of the




initial setpoints.



PSL_INVALID_INITIAL_VOLTAGE
If the intial voltage as specified by initVoltage is




not one of the voltages specified in the voltage




table.



PSL_MAX_VOLTAGE_EXCEEDED
If any of the values in the user configurable data




are beyond the maximum supported voltage.



PSL_INCOMPLETE_INITIALIZATION
If an initial frequency is not supplied for every




clock defined by the enum type PSL_ClkID.











[0097]

36







TABLE 36










Function
PSL_Status PSL_getNumSetpoints(unsigned
count,










PSL_ClkID
*clks,



unsigned
*numSetpoints)








Description
This function returns the number of valid setpoints for the specified clocks.



If a clock has n valid setpoints, the valid setpoints for that clock are those in



the range (0...□n−1). No setpoint for any clock is considered valid until the



power scaling library has been successfully initialized.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number




of clocks referred to by the pointer should match the




count.



*numSetpoints [out]
Pointer to locations to store the setpoint count for each




of the clocks referred to by the clks pointer. The




number of valid setpoints for clks[0] will be returned




in numSetpoints[0], the valid number of setpoints for




clks[1] will be returned in numSetpoints[1], etc.


Return Value



PSL_OK
If all of the specified clocks are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.










[0098]

37







TABLE 37










Function
PSL_Status PSL_getSetpoints(unsigned
count,










PSL_ClkID
*clks,









PSL_Setpoint *setpoints)








Description
This function returns the current setpoint for each of the specified clocks.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*setpoints [out]
Pointer to locations to store the current setpoint for each of the




clocks referred to by the clks pointer. The current setpoint for




clks[0] will be returned in setpoints[0], the current setpoint for




clks[1] will be returned in setpoints[1], etc.


Return Value



PSL_OK
If all of the specified clocks are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.










[0099]

38






TABLE 38










Function
PSL_Status PSL_changeSetpoints(unsigned count,










PSL_ClkID
*clks,



PSL_Setpoint
*newSetpoints,



int
scaleVoltage,



int
waitForVoltScale,









PSL_PrologueFunc prologueFunc,



PSL_EpilogueFunc epilogueFunc)








Description
For each of the specified clocks, this function initiates a scaling operation to



the new setpoint. This includes setting the CPU clock frequency and clock



mode to those specified by the clock's new setpoint.



If scaleVoltage is TRUE and the current voltage is not sufficient for any of the new



setpoints, then the voltage will be increased to the lowest level that will support all the new



setpoints. In this case, the new voltage will also be sufficient for any current setpoint that is



not being changed. If a lower voltage is sufficient for all new setpoints as well as all current



setpoints that are not being changed, the voltage will be decreased to the lowest level that



will support all of these setpoints.



This routine will not return until the clocks are generating the new frequencies specified by



the setpoints. If waitForVoltScale is TRUE and the voltage was actually scaled, then this



routine will also wait until the new voltage is reached. In addition, if a voltage increase



was required as part of the setpoint changes, or if the device is in an unstable state until the



new voltage is reached, then this routine will also wait for the voltage scaling to complete,



regardless of waitForVoltScale.



Prior to initiating any scaling operations, this routine will call the function referenced by



prologueFunc. If prologueFunc is NULL, no function is called. Similarly, following the



scaling operations, this routine will call the function referred to by epilogueFunc. The call



to epilogueFunc will not occur until the clocks are generating the new frequencies. If this



routine must wait for the new voltage to be reached, then the call to epilogueFunc will not



occur until the voltage has been reached. If epilogueFunc is NULL, no function is called.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*newSetpoints [in]
Pointer to locations that specify the new setpoint for




each of the clocks referred to by the clks pointer. The




new setpoint for clks[0] is specified by newSetpoints[0], the




new setpoint for clks[1] is specified by newSetpoints[1], etc.









scaleVoltage [in] TRUE if the voltage should be scaled when necessary.











FALSE if the voltage should not be scaled.



WaitForVoltScale [in]
TRUE if this routine should wait for the new voltage to




be reached after initiating the voltage scaling.




FALSE if waiting is not required. Note that this




parameter is ignored if a voltage increase is required




or if the device is in an unstable state until the new




voltage is reached. In these cases, this routine will




always wait for the voltage scaling to complete.



prologueFunc [in]
Function called prior to scaling operations. NULL if no




function is to be called.



epilogueFunc [in]
Function called after the scaling operations have




completed. NULL if no function is to be called.


Return Value










PSL_OK
If the setpoint changes were successful.



PSL_INVALID_CLK
If any of the specified clocks are invalid.



PSL_INVALID_SETPOINT
If any of the new setpoints are invalid. A




clock's valid setpoints are those in the range




(0...n−1), where n is the number of valid




setpoints returned by




PSL_getNumSetpoints( ). No scaling




operations are performed if any of the




setpoints are invalid.



PSL_INCOMPATIBLE_VOLTAGE
If scaleVoltage is FALSE and the current




voltage is less than the voltage required by




any of the new setpoints. No scaling




operations are performed in this case.



PSL_CANNOT_CHANGE_SETPOINT
 If the setpoint could not be changed.










[0100]

39







TABLE 39










Function
PSL_Status PSL_querySetpoints(unsigned
count,










PSL_ClkID
*clks,



PSL_Setpoint
*setpoints,



float
*frequencies,



float
*voltages,



PSL_ClkMode
*modes)








Description
This function returns the clock frequency, clock mode, and voltage that are



associated with each of the specified setpoints.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*setpoints [in]
Pointer to locations that specify the setpoints that are




being queried. The setpoint for clks[0] is specified by




setpoints[0], the setpoint for clks[1] is specified by




setpoints[1], etc.



*frequencies [out]
Pointer to locations to store the frequency associated with each




setpoint. The frequency for setpoints[0] will be returned in




frequencies[0], the frequency for setpoints[1] will be returned in




frequencies[1], etc.



*voltages [out]
Pointer to locations to store the voltages associated with each




setpoint. A setpoint's voltage is the minimum voltage required




for the setpoint's frequency. Note that this voltage may not be




equal to the current voltage if voltage scaling was not performed




during PSL_changeSetpoint, or if the




current setpoint for another clock required a higher




voltage. The voltage for setpoints[0] will be returned in




voltages[0], the voltage for setpoints[1] will be returned in




voltages[1], etc.



*modes [out]
Pointer to locations to store the clock mode associated




with each setpoint (e.g. PSL_BYPASS or PSL_LOCK).




The clock mode for setpoints[0] will be returned in




modes[0], the clock mode for setpoints[1] will be returned




in modes[1], etc.


Return Value










PSL_OK
If the specified clocks and setpoints are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.



PSL_INVALID_SETPOINT
If any of the setpoints are invalid. A clock's valid




setpoints are those in the range 0-n−1, where n is the




number of valid setpoints returned by




PSL_getNumSetpoints( ).










[0101]

40







TABLE 40










Function
PSL_Status PSL_querySetpointFrequencies(unsigned
count,










PSL_ClkID
*clks,



PSL_Setpoint
*setpoints,



float
*frequencies)








Description
This function returns the clock frequency that is associated with each of the



specified setpoints.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*setpoints [in]
Pointer to locations that specify the setpoints that are




being queried. The setpoint for clks[0] is specified by




setpoints[0], the setpoint for clks[1] is specified by




setpoints[1], etc.



*frequencies [out]
Pointer to locations to store the frequency associated with each




setpoint. The frequency for setpoints[0] will be returned in




frequencies[0], the frequency for setpoints[1] will be returned in




frequencies[1], etc.


Return Value










PSL_OK
If the specified clocks and setpoints are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.



PSL_INVALID_SETPOINT
If any of the setpoints are invalid. A clock's




valid setpoints are those in the range 0...n−1, where n




is the number of valid setpoints returned by




PSL_getNumSetpoints( ).










[0102]

41







TABLE 41










Function
PSL_Status PSL_querySetpointVoltages(unsigned
count,










PSL_ClkID
*clks,



PSL_Setpoint
*setpoints,



float
*voltages)








Description
This function returns the voltage that is associated with each of the specified



setpoints.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*setpoints [in]
Pointer to locations that specify the setpoints that are




being queried. The setpoint for clks[0] is specified by




setpoints[0], the setpoint for clks[1] is specified by




setpoints[1], etc.



*voltages [out]
Pointer to locations to store the voltages associated with each




setpoint. A setpoint's voltage is the minimum voltage required




for the setpoint's frequency. Note that this voltage may not be




equal to the current voltage if voltage scaling was not performed




during PSL_changeSetpoint, or if the




current setpoint for another clock required a higher




voltage. The voltage for setpoints[0] will be returned in




voltages[0], the voltage for setpoints[1] will be returned in




voltages[1], etc.


Return Value










PSL_OK
If the specified clocks and setpoints are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.



PSL_INVALID_SETPOINT
If any of the setpoints are invalid. A clock's




valid setpoints are those in the range 0 □




n−1, where n is the number of valid




setpoints returned by PSL_getNumSetpoints( ).










[0103]

42







TABLE 42










Function
PSL_Status PSL_querySetpointModes(unsigned
count,










PSL_ClkID
*clks,



PSL_Setpoint
*setpoints,



PSL_ClkMode
*modes)








Description
This function returns the clock mode that is associated with each of the specified setpoints.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*setpoints [in]
Pointer to locations that specify the setpoints that are




being queried. The setpoint for clks[0] is specified by




setpoints[0], the setpoint for clks[1] is specified by




setpoints[1], etc.



*modes [out]
Pointer to locations to store the clock mode associated




with each setpoint (e.g. PSL_BYPASS or PSL_LOCK). The




clock mode for setpoints[0] will be returned in modes[0], the




clock mode for setpoints[1] will be returned in modes[1], etc.


Return Value










PSL_OK
If the specified clocks and setpoints are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.



PSL_INVALID_SETPOINT
If any of the setpoints are invalid. A clock's valid setpoints are




those in the range 0...n−1, where n is the number of valid




setpoints returned by PSL_getNumSetpoints( ).










[0104]

43







TABLE 43










Function
PSL_Status PSL_querySetpointTransitions(unsigned
count,










PSL_ClkID
*clks,



PSL_Setpoint
*fromSetpoints,



PSL_Setpoint
*toSetpoints,



unsigned
*freqScalingLatencies,



unsigned
*voltageScalingLatency)








Description
This function returns the maximum scaling latencies that are associated with each of the



specified setpoints changes.









Parameters





count
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The




number of clocks referred to by the pointer




should match the count.



*fromSetpoints [in]
Pointer to locations that specify the source




setpoints. The source setpoint for clks[0] is




specified by fromSetpoints[0], the source




setpoint for clks[1] is specified by




fromSetpoints[1], etc.



*toSetpoints [in]
Pointer to locations that specify the destination




Setpoints. The destination setpoint for clks[0] is




specified by toSetpoints[0], the destination




setpoint for clks[1] is specified by toSetpoints[1], etc.



*freqScalingLatencies [out]
Pointer to locations to store the maximum




latencies associated with each of the frequency scaling




operations that will occur during the specified setpoint




changes. The latencies are specified in microseconds.




Following the initiation of a frequency scaling




operation, the latency is the time required before the




clock starts generating the new frequency. The latency




for the setpoint change associated with clks[0] is




specified by freqScalingLatencies[0], the latency for




the setpoint change associated with clks[1] is specified




by freqScalingLatencies[1], etc.



*voltageScalingLatency [out]
Location to store the maximum latency




associated with the voltage scaling that may




occur during the specified setpoint changes.




The latency is given in microseconds.




Following the initiation of the voltage scaling




operation, the latency is the time required




before the new voltage has been reached.


Return Value



PSL_OK
If the specified clocks and setpoints are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.



PSL_INVALID_SETPOINT
If any of the setpoints are invalid. A clock's




valid setpoints are those in the range (0...




n−1), where n is the number of valid setpoints




returned by PSL_getNumSetpoints( ).










[0105]

44







TABLE 44










Function
PSL_Status PSL_getFrequencies(unsigned
count,










PSL_ClkID
*clks,



float
*frequencies)








Description
This function returns the current clock frequency for each of the specified



clocks.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*frequencies [out]
Pointer to locations to store the current frequency of each of the




specified clocks. The current frequency of a clock is the same as




the frequency returned by




PSL_querySetpointFrequencies for that clock when that




function is called with the clock's current setpoint (i.e., the




current frequency of a clock is always the same as the frequency




of the clock's current setpoint). The current frequency for




clks[0] will be returned in frequencies[0], the current frequency




for clks[1] will be returned in frequencies[1], etc.


Return Value



PSL_OK
If all of the specified clocks are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.










[0106]

45







TABLE 45










Function
PSL_Status PSL_getModes(unsigned
count,










PSL_ClkID
*clks,



PSL_ClkMode
*modes)








Description
This function returns the current clock mode (e.g., PSL_BYPASS or



PSL_LOCK) for each of the specified clocks.









Parameters





count [in]
Specifies the number of clocks pointed to by clks.



*clks [in]
Pointer to locations that specify the clocks. The number of




clocks referred to by the pointer should match the count.



*modes [out]
Pointer to locations to store the current mode of each of the




specified clocks. The current operating mode of a clock is the




same as the mode returned by




PSL_querySetpointModes when that function is called with the




clock's current setpoint (i.e., the current mode of a clock is




always the same as the mode of the clock's current setpoint).




The current mode for clks[0] will be returned in modes[0], the




current mode for clks[1] will be returned in modes[1], etc.


Return Value



PSL_OK
If all of the specified clocks are valid.



PSL_INVALID_CLK
If any of the specified clocks are invalid.










[0107]

46






TABLE 46










Function
float PSL_getVoltage( )


Description
This function returns the current voltage.


Return Value
This function returns the current voltage. If voltage scaling



was not performed in any of the calls to



PSL_changeSetpoint, the current voltage is assumed to be



the initial voltage as specified in the user configurable data.



If voltage scaling is being done, the current voltage will be



the lowest voltage that is sufficient for all of the current



setpoints.










[0108] By default, PSL 1008 performs many error checks that prevent the device from running at unsupported frequencies and voltages and unsupported frequency/voltage combinations. These checks guard against situations such as overclocking and other situations that could cause damage to the device. However, these error checks do increase the code size. For this reason, separate libraries that do not contain these error checks are provided for the application developer to use in the delivered application to decrease the code size. These libraries do not check for the following errors: PSL_INVALID_CLK, PSL_INVALID_FREQ, PSL_INVALID_INITIAL_FREQ, PSL_INVALID_INITIAL_VOLTAGE, PSL_INVALID_SETPOINT, PSL_MAX_FREQ EXCEEDED, PSL_MAX_VOLTAGE_EXCEEDED, PSL_INCOMPATIBLE_VOLTAGE, and PSL_INCOMPLETE_INITIALIZATION. Generally, initial development is done using the default libraries that contain the error checks and a switch is made to the library implementation that perform no error checking after the developer has ensured these errors will not occur.


[0109] Tables 48, 51, and 53 contain examples of the use of this embodiment of the scaling functionality. These examples assume that the configuration library is built using the configuration data shown in Table 47. All examples assume that the initial frequency and voltage at system startup are 200 MHz and 1.6 v respectively. The call to scaling library API initialization routine specifies these initial settings. The initial frequency is specified by supplying an index to an entry in PSL_cpuFreqTable[ ]. In the configuration data shown in Table 47, 200 MHz is entry 15 in the table.
47TABLE 47const float PSL_cpuInputFreq = 24.0f;// 24 MHz input clock (CLKIN) frequencyconst float PSL_cpuMaxFreq = 200.0f;// 200 MHz max operating frequencyPSL_CPUFreq PSL_cpuFreqTable = {  {0, 0, 3, PSL_BYPASS}, // 6 MHz (input freq / 4), bypass mode  {0, 0, 1, PSL_BYPASS}, // 12 MHz (input freq / 2), bypass mode  {0, 0, 0, PSL_BYPASS}, // 24 MHz (input freq / 1), bypass mode  {2, 0, 0, PSL_LOCK}, // 48 MHz (input freq * (2 / 1)), lock mode  {5, 1, 0, PSL_LOCK}, // 60 MHz (input freq * ( 5 / 2)), lock mode  {3, 0, 0, PSL_LOCK}, // 72 MHz (input freq * (3 / 1)), lock mode  {7, 1, 0, PSL_LOCK}, // 84 MHz (input freq * (7 / 2)), lock mode  {4, 0, 0, PSL_LOCK}, // 96 MHz (input freq * (4 / 1)), lock mode  {9, 1, 0, PSL_LOCK}, //108 MHz (input freq * (9 / 2)), lock mode  {5, 0, 0, PSL_LOCK}, //120 MHz (input freq * (5 / 1)), lock mode  {11, 1, 0, PSL_LOCK}, //132 MHz (input freq * (11 / 2)),  lock mode  {6, 0, 0, PSL_LOCK}, //144 MHz (input_freq * (6 / 1)), lock mode  {13, 1, 0, PSL_LOCK}, //156 MHz (input freq * (13 / 2)),  lock mode  {7, 0, 0, PSL_LOCK}, //168 MHz (input_freq * ( 7 / 1)), lock mode  {15, 1, 0, PSL_LOCK}, //180 MHz (input freq * (15 / 2)),  lock mode  {25, 2, 0, PSL_LOCK}, //200 MHz (input_freq * (25 / 3)),  lock mode};PSL_VoltTable PSL_voltTable[] = {  {1.1f, 100.0f}, // 0 MHz up to, and including 100 MHz, can use the      // lowest supported voltage of 1.1V.  {1.6f, 200.0f}, // frequencies > 100 MHz up to the max frequency      // require a minimum voltage of 1.6V.};


[0110] The example in Table 48 highlights some of the basic scaling library operations. It shows how the scaling functionality is initialized, and how frequency and voltage changes are initiated by the changing of a setpoint. This example calls three functions: func1, func2, and func3 and executes func1 and func3 at 200 MHz and 1.6 v. It executes func2 at 72 MHz and 1.1 v.
48TABLE 48#include “PSL.h”extern void func1( );extern void func2( );extern void func3( );void main (void){PSL_Status status;// Variable specifying PSL_ClkID that will be used in all calls.PSL_ClkID clk = PSL_CPU_CLK;// Index into PSL_cpuFreqTable[] that specifiesinitial freq of 200 MHz.unsigned initFreqIndex = 15;// PSL_cpuFreqTable[5] represents 72 MHz// PSL_cpuFreqTable[15] represent 200 MHzPSL_Setpoint_72 MHzSetpoint = 5;PSL_Setpoint_200 MHzSetpoint = 15;// Initialize the scaling library. The frequency following reset is// specified by PSL_cpuFreqTable[15]. The voltagefollowing reset is 1.6 v.status = PSL_initialize(1, &clk, &initFreqIndex, 1.6f);if (status != PSL_OK){ // handle error; ... return;}// Execute func1 at 200 MHz (i.e., the initial frequency)func1( );//Change frequency to 72 MHzstatus = PSL_changeSetpoints(1,&clk,&_72MHzSetpoint,TRUE, // change voltage alsoFALSE,NULL, NULL);if (status != PSL_OK) { // handle error ... return;}// Execute func2 at 72 MHzfunc2( );// Change frequency back to 200 MHzstatus = PSL_changeSetpoints(1,&clk,&_200MHzSetpoint,TRUE, // change voltage alsoFALSE,NULL, NULL);if (status != PSL_OK) { // handle error ... return;}// Execute func3 at 200 MHzfunc3( );}


[0111] When the required frequencies are statically known, as is the case in the example of Table 48, the setpoints can be assigned values that correspond to indexes into PSL_cpuFreqTable[ ]. This is possible because the ordering of the setpoints directly matches the ordering of the frequencies in PSL_cpuFreqTable[ ]. Therefore, locating the setpoint that corresponds to a particular frequency does not require calls to the query routines in this case. For example, the setpoint72 MhzSetpoint is assigned the value 5 since PSL_cpuFreqTable[5] corresponds to 72 MHz. Similarly, the setpoint200 MhzSetpoint is assigned the value 15, which corresponds to the frequency specified by PSL_cpuFreqTable[15].


[0112] Separate calls are not required to change both the frequency and the voltage. Instead, applications initiate a frequency, and possibly a voltage change, through a single call to PSL_changeSetpoints. If an application instructs PSL_changeSetpoints to change the voltage, the voltage will be changed automatically to the voltage specified by the setpoint. This voltage will be the lowest voltage that is required to support the new frequency. In the example of Table 48, the initial frequency is 200 MHz and 1.6 v. When the frequency is changed to 72 MHz, the voltage is automatically changed to 1.1 v by the scaling library. Similarly, when the frequency is changed back to 200 MHz, the scaling library will automatically increase the voltage to 1.6 v.


[0113] The scaling library can operate in a mode that changes frequency only. This mode is useful if the target board does not have a voltage regulation capability. The fourth parameter of PSL_changeSetpoints specifies whether voltage scaling should be done. So for the example of Table 48, if the call of Table 49 is used to change the frequency to 72 MHz, the frequency is changed to 72 MHz, but the voltage remains at 1.6 v.
49TABLE 49status = PSL_changeSetpoints(1,&clk,&_72MHzSetpoint,FALSE, // do not change voltageFALSE,NULL, NULL);


[0114] A very important feature of PSL 1008 is that it will always maintain a valid frequency/voltage setting. In the example of Table 48, the scaling library would not allow the application to enter a state where the frequency is 200 MHz and the voltage is 1.1 v. For example, if the second call to PSL_changeSetpoints is that shown in Table 50, the return status will be PSL_INCOMPATIBLE_VOLTAGE and no scaling operations are performed. This is because the frequency/voltage setting at the point of the call is 72 MHz and 1.1 v. The call of Table 50 instructs the scaling library to increase the frequency to 200 MHz and leave the current voltage of 1.1 v unchanged. However, since 200 MHz requires 1.6 v, the scaling library will not perform the frequency change and will return an error.
50TABLE 50status = PSL_changeSetpoints(1,&clk,&_200MHzSetpoint,FALSE, // do not change voltageFALSE,NULL, NULL);


[0115] When changing the frequency, the effects that the frequency change will have on the rest of the system must be considered. Obviously, frequency changes may affect the amount of time it takes to complete a certain operation. Therefore, frequency changes can only occur if the application's timing requirements continue to be satisfied. Frequency changes can also effect the operation of peripherals. For example, the timer period or the EMIF may need to be reprogrammed as a result of a frequency change.


[0116] The example of Table 51 illustrates how to use the callback hooks of PSL 1008 to perform peripheral modifications required as a result of an upcoming or just completed scaling operation. In this example, a function of type PSL_PrologueFunc is used to stop Timer0 immediately before the scaling operation. A function of type PSL_EpilogueFunc is used to reprogram and restart Timer0 when the scaling operation completes.
51TABLE 51#include “PSL.h”TIMER_Handle timer0Handle;//————————————————————————————// Function to stop the timer. Called immediately before a// scaling operation is initiated.//————————————————————————————void StopTimer0(unsigneqdcount,PSL_ClkID*clks,PSL_Setpoint*currentSetpoints,PSL_Setpoint*newSetpoints) { TIMER_stop(timer0Handle);}//————————————————————————————// Function to reprogram and restart the timer. Called immediately// after a scaling operation completes.// Assumes that Timer0 is alreadly stopped//————————————————————————————void RestartTimer0(unsignedcount,PSL_ClkID*clks,PSL_Setpoint*oldSetpoints,PSL_Setpoint*currentSetpoints) { float currFreq; unsigned long cycles; Uint16 timer0TCR; // Set timer loading (TLB) bit prior to initializing the period // and prescale registers. timer0TCR = TIMER_RGETH(timer0Handle, TCR); timer0TCR |= TIMER_FMK(TCR, TLB, 1); // TLB = 1; TIMER_RSETH(timer0Handle, TCR, timer0TCR); // Reprogram the period and prescale register such that the // interrupt period is 10 microseconds. The actual number of // CPU cycles is determined based on the current CPU frequency. PSL_querySetpointFrequencies(1, clks, currentSetpoints, &currFreq); cycles = (unsigned long)(10.0f * currFreq); // Write PRD register TIMER_FSETH(timer0Handle, PRD, PRD, cycles & 0xFFFF); // Write TDDR field of PRSC register TIMER_FSETH(timer0Handle, PRSC, TDDR, (cycles >> 16) & 0xF); // Restart the timer TIMER_start(timer0Handle);}#include “PSL.h”extern void func1( );extern void func2( );extern void func3( );void main (void){ PSL_Status status; // Variable specifying PSL_ClkID that will be used in all PSL calls. PSL_ClkID clk = PSL_CPU_CLK; // Index into PSL_cpuFreqTable[] that specifies initial freq of 200 MHz. unsigned initFreqIndex = 15; // PSL_cpuFreqTable[5] represents 72 MHz // PSL_cpuFreqTable[15] represent 200 MHz PSL_Setpoint_72 MHzSetpoint = 5; PSL_Setpoint_200 MHzSetpoint = 15; // Initialize the PSL. The frequency following reset is // specified by PSL_cpuFreqTable[15]. The voltage following reset is 1.6 v. status = PSL_initialize(1, &clk, &initFreqIndex, 1.6f); if (status != PSL_OK) {  // handle error;  ...  return; } // Execute func1 at 200 MHz (i.e., the initial frequency) func1( ); //Change frequency to 72 MHz. Stop/Restart the Timer before/after the // scaling operation. status = PSL_changeSetpoints(1,&clk,&_72MHzSetpoint,TRUE, // change voltage alsoFALSE,StopTimer0, // Stop timerbefore scaling operationRestartTimer0); // Reprogramand start timer     // after scaling if (status != PSL_OK) {  // handle error  ..  return; } // Execute func2 at 72 MHz func2( ); // Change frequency to 200 MHz. Stop/Restart the Timer before/after the // scaling operation. status = PSL_changeSetpoints(1,&clk,&_200MHzSetpoint,TRUE, // change voltage alsoFALSE,StopTimer0, // Stop timer beforescaling operationRestartTimer0); // Reprogram andstart timer     // after scaling if (status != PSL_OK) {  // handle error  ..  return; } // Execute func3 at 200 MHz; func3( );}


[0117] The prologue and epilogue functions are passed to the scaling library as the last two parameters of PSL_changeSetpoints. In the example of Table 51, StopTimer0, the prologue function, is called immediately before the scaling operation is initiated. RestartTimer0, the epilogue function, is called immediately after the scaling has completed. The prologue function is passed the current and new setpoints, and the epilogue function is passed the old and current setpoints. Since the StopTimer0 function simply stops the timer, it does not use these parameters. However, the RestartTimer0 function determines the frequency of the current setpoint so that the period register of the timer can be reprogrammed correctly.


[0118] The example of Table 51 handles only one peripheral. Multiple peripherals can be handled by supplying a wrapper function that calls other routines to adjust the peripherals as necessary. For example, an epilogue function that restarts Timer0 and reprograms the EMIF might resemble the code in Table 52.
52TABLE 52void EpilogueFunc (unsigned count,PSL_ClkID*clks,PSL_Setpoint*oldSetpoints,PSL_Setpoint*currentSetpoints) {  // Determine frequency of current setpoint  float freq;  PSL_getSetPointFrequencies(1, clks, currSetpoints, &freq);  // Reprogram and restart Timer1 based on the current frequency  RestartTimer0(freq);  // Reprogram EMIF based on current frequency  ReprogramEMIF(freq);}


[0119] In the examples of Table 48 and Table 51, the desired frequencies are statically known. In both instances, the application switches between 200 MHz and 72 MHz. Since the frequencies are known up front, the setpoints may be directly assigned values that corresponded to indices into the frequency table PSL_cpuFreqTable[ ]. However, there may be cases where the frequency is to be dynamically determined. Consider an application that dynamically determines the lowest possible frequency based on information relating to the system's timing requirements and the timing information of each task or operation. In this case, after calculating the lowest possible frequency, the application must determine the setpoint that corresponds to the closest frequency that is greater than or equal to the calculated frequency. For example, assuming the configuration data of Table 47, if the calculated frequency is 70 MHz, the setpoint that corresponds to 72 MHz must be used since there is no setpoint that corresponds to 70 MHz. In the example of Table 53, the function FindSetpoint illustrates how to find the correct setpoint by using the query routines of the scaling library API. The function ChangeToLowestFreq further illustrates how query functions can be used.
53TABLE 53//————————————————————————————// Function to find a setpoint that corresponds to the closest frequency// that is greater than or equal to the specified frequency.//————————————————————————————PSL_Setpoint FindSetpoint (float desiredFreq){ unsigned i, numSetpoints; float freq, float closetFreq = PSL_cpuMaxFreq; PSL_Setpoint closestSetPoint; // Determine number of setpoints PSL_getNumSetpoints(1, &clk, &numSetpoints); for (i = 0; i < numSetpoints; i++) {  // Determine frequency of setpoint i  PSL_querySetpointFrequencies(1, &clk, &i, &freq);  if((freq >= disiredFreq) && (freq < closestFreq ) {   closestSetPoint = i;   closestFreq = freq;  } } return closestSetPoint;}//————————————————————————————// Function that changes setpoint to lowest frequency that// still meets real-time requirements.//————————————————————————————void ChangeToLowestFreq ( ) { float currFreq, desiredFreq; unsigned freqScalingLatency, voltScalingLatency; PSL_Setpoint currSetpoint, desiredSetpoint, // Determine lowest frequency that meets timing requirements desiredFreq = CalcLowFreq( ); // Find nearest setpoint whose freqeuncy is greater than or // equal to the desired frequey desiredSetpoint = FindSetpoint(desiredFreq); // Is the desired setpoint equal to the current setpoint? PSL_getSetpoints(1, &clk, &currSetpoint); if ( currSetpoint == desiredSetpoint) {  // nothing to change  return; } // Determine the latencies involved when scaling from the current // setpoint to the new setpoint PSL_querySetpointTransitions(1,&clk,&currSetpoint,&desiredSetpoint,&freqScalingLatency,&voltScalingLatency); // Determine if real-time requirements are still met // when latencies are considered if(!CanScale(freqScalingLatency + voltScalingLatency) ) {  return; } // Change setpoint status = PSL_changeSetpoints(1,&clk,&desiredSetpoint,TRUE, // change voltage alsoFALSE,NULL, NULL); if (status != PSL_OK) {  // handle error  ..  return; }}


[0120] While the invention has been described with reference to illustrative embodiments, this description should not be construed in a limiting sense. Various other embodiments of the invention will be apparent to persons skilled in the art upon reference to this description. For example, other power events may be included in embodiments. Such power events could include notification of power supply changes such as AC/DC transition when the source of the system power is changed, battery power is below a given threshold or is critically low, or power failure, notification of operating system power state changes when there are transitions in the OS power state and responsiveness, or application-defined power events, e.g., an application signaling that a particular subsystem is powered up or down. This later type of power event would require that a power management system permit an application developer to configure, register, process, and optionally unregister application specific power events. Also, in the method for developing a power management strategy, additional data regarding system activities that influence power consumption may be provided to contribute to the analysis and tuning. For example, using internal memory rather than external memory can save power. Similarly, fetching instructions or data from a cache is more power efficient than using external memory. Data regarding the number of external memory accesses and the number of cache hits/misses during execution may be provided, at the level of granularity of the power measurements (task, function, or single range of execution). This data could then be used to derive changes to the application to further reduce power consumption. It is therefore contemplated that the appended claims will cover any such modifications of the embodiments as fall within the true scope and spirit of the invention.


Claims
  • 1. A method for dynamically managing the power consumption of a digital system comprising the steps of: accepting clock configuration data comprising a plurality of frequency values for a clock of a processor of the digital system; accepting voltage configuration data comprising a plurality of voltage points of a voltage regulator and an associated maximum frequency for each voltage point of the plurality of voltage points; determining a plurality of setpoints for the processor from the clock configuration data and the voltage configuration data wherein the number of setpoints corresponds to the number of frequency values in the plurality of frequency values and each setpoint comprises a frequency value of the plurality of frequency values and a minimum voltage point required for the frequency value; accepting a request from an entity of the digital system to change a current setpoint of the processor to a new setpoint; and changing the current setpoint of the processor to the new setpoint wherein a current frequency of the clock is changed to the frequency value of the setpoint and a voltage of the voltage regulator is changed to the voltage point of the setpoint.
  • 2. The method of claim 1 further comprising the steps of: calling a first function specified by the entity prior to the step of changing the current setpoint if the entity requests that the first function be called; and calling a second function specified by the entity after the step of changing the current setpoint if the entity requests that the second function be called.
  • 3. The method of claim 1 wherein the clock configuration data and the voltage configuration data are received from a user configurable source.
  • 4. A method for dynamically managing the power consumption of a digital system wherein a processor of the digital system is comprised of a plurality of processing cores wherein each processing core of the plurality of processing cores has an associated clock comprising the steps of: accepting clock configuration data comprising a plurality of frequency values for each clock of the processor; accepting voltage configuration data comprising a plurality of voltage points of a voltage regulator and an associated maximum frequency value for each voltage point of the plurality of voltage points; determining a plurality of setpoints for each processing core of the plurality of processing cores from the plurality of frequency values and the voltage configuration data wherein the number of setpoints for each processing core corresponds to the number of frequency values in the plurality of frequency values of the associated clock of the processing core and each setpoint comprises a frequency value of the plurality of frequency values of the associated clock and a minimum voltage point required for the frequency value; accepting a request from an entity of the digital system to change a first current setpoint of a first processing core to a first new setpoint; and changing the first current setpoint of the first processing core to the first new setpoint wherein a current frequency of the associated clock is changed to the frequency value of the first new setpoint and a voltage of the voltage regulator is changed to the voltage point of the first new setpoint if the voltage point of the first new setpoint is the minimum voltage required for all current frequencies of all clocks of the plurality of processing cores.
  • 5. The method of claim 4 wherein the step of accepting a request further comprises accepting a request from an entity of the digital system to change a first current setpoint of a first processing core to a first new setpoint and at least a second current setpoint of a second processing core to a second new setpoint; and the step of changing the first current setpoint comprises changing the first current setpoint of the first processing core to the first new setpoint wherein a current frequency of the associated clock is changed to the frequency value of the first new setpoint and at least changing the second current setpoint of the second processing core to the second new setpoint wherein a current frequency of the associated clock is changed to the frequency value of the second new setpoint and wherein a voltage of the voltage regulator is changed to the voltage point of the first new setpoint or the voltage point of the second new setpoint if either voltage point is the minimum voltage required for all current frequencies of all clocks of the plurality of processing cores.
  • 6. The method of claim 5 further comprising the steps of: calling a first function specified by the entity prior to the step of changing the first current setpoint if the entity requests that the first function be called; and calling a second function specified by the entity after the step of changing the first current setpoint if the entity requests that the second function be called.
  • 7. The method of claim 5 wherein the clock configuration data and the voltage configuration data are received from a user configurable source.
  • 8. A method for dynamically managing the power consumption of a digital system comprising the steps of: accepting a request from an entity of the digital system to change a current frequency of a clock of a processor in the digital system to a new frequency; changing the current frequency to the new frequency; and changing automatically a voltage of a voltage regulator of the digital system to the minimum voltage required for the new frequency.
  • 9. The method of claim 8wherein the processor is comprised of a plurality of processing cores wherein each processing core of the plurality of processing cores has an associated clock; and the step of changing automatically a voltage comprises changing automatically a voltage of a voltage regulator of the digital system to the minimum voltage required for all frequencies of all clocks of the processor.
  • 10. The method of claim 9 wherein the step of accepting a request comprises accepting a request from an entity of the digital system to change at least a first current frequency of a first clock of the processor to a first new frequency and a second current frequency of a second clock of the processor to a second new frequency; and the step of changing the current frequency comprises changing at least the first current frequency to the first new frequency and the second current frequency to the second new frequency.
  • 11. A digital system operable to dynamically manage power consumption, the digital system comprising: a processor; a voltage regulator connected to regulate voltage of the processor; a memory coupled to the processor, wherein the memory stores a power scaling library wherein the power scaling library is executable to enable any entity of a plurality of entities of the digital system to cause a current frequency of a clock of the processor to be changed to a new frequency and wherein the power scaling library automatically changes a voltage of the voltage regulator to a minimum voltage required by the new frequency after the current frequency is changed to the new frequency.
  • 12. The system of claim 11 wherein the power scaling library is further executable to enable an entity of the plurality of entities to cause an entity-specified function to be called before the current frequency of the clock is changed to the new frequency and to cause an entity-specified function to be called after the current frequency of the clock is changed to the new frequency.
  • 13. The system of claim 12 wherein the power scaling library is further executable to enable the plurality of entities to obtain a current frequency of the clock, to obtain a current voltage of the voltage regulator, to obtain all valid frequencies of the clock, to obtain a minimum required voltage for each of the valid frequencies of the clock, and to obtain a maximum latency for a change from a first frequency and voltage to a second frequency and voltage.
  • 14. The system of claim 11 wherein the processor comprises a plurality of processing cores wherein each processing core has an associated clock; and the power scaling library is further executable to enable any entity of a plurality of entities of the digital system to cause current frequencies of two or more clocks of the processor to be changed to new frequencies and wherein the power scaling library automatically changes a voltage of the voltage regulator to a minimum voltage required by all frequencies of all clocks after the current frequencies are changed to the new frequencies.
  • 15. The system of claim 14 wherein the power scaling library is further executable to enable an entity of the plurality of entities to cause an entity-specified function to be called before the current frequencies are changed to the new frequencies and to cause an entity-specified function to be called after the current frequencies of the clocks are changed to the new frequencies.
  • 16. The system of claim 15 wherein the power scaling library is further executable to enable the plurality of entities to obtain current frequencies of one or more clocks, to obtain a current voltage of the voltage regulator, to obtain all valid frequencies of one or more clocks, to obtain a minimum required voltage for each of the valid frequencies of one or more clocks, and to obtain a maximum latency for a change from a first frequency and voltage of a clock to a second frequency and voltage of the clock.
Parent Case Info

[0001] This application claims priority to provisional application Serial No. 60/400,426 (TI-34977PS). This application is related to copending applications Serial No. xx/xxx,xxx entitled Methodology for Coordinating and Tuning Application Power (TI-35526) and Serial No. xx/xxx,xxx entitled Methodology for Managing Power Consumption in an Application (TI-35525).

Provisional Applications (1)
Number Date Country
60400426 Aug 2002 US