WO2009035254A2 - Apparatus and method for reducing power consumption in system on chip - Google Patents

Apparatus and method for reducing power consumption in system on chip Download PDF

Info

Publication number
WO2009035254A2
WO2009035254A2 PCT/KR2008/005325 KR2008005325W WO2009035254A2 WO 2009035254 A2 WO2009035254 A2 WO 2009035254A2 KR 2008005325 W KR2008005325 W KR 2008005325W WO 2009035254 A2 WO2009035254 A2 WO 2009035254A2
Authority
WO
WIPO (PCT)
Prior art keywords
soc
pmu
cpu
active state
clock
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/KR2008/005325
Other languages
French (fr)
Other versions
WO2009035254A3 (en
Inventor
Sung-Min Kim
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Priority to CN2008801064338A priority Critical patent/CN101802750B/en
Priority to EP08793747.0A priority patent/EP2188693B1/en
Priority to US12/733,599 priority patent/US8667313B2/en
Publication of WO2009035254A2 publication Critical patent/WO2009035254A2/en
Publication of WO2009035254A3 publication Critical patent/WO2009035254A3/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof

Definitions

  • the present invention relates to an apparatus and method for reducing power consumption in a System on Chip (SoC). More particularly, the present invention relates to an apparatus and method for reducing power consumption by performing an operation of an SoC in such a manner that last operation information of all elements included in the SoC is stored when the SoC is powered off and the stored last operation information is restored when the SoC is powered on.
  • SoC System on Chip
  • SoC System on Chip
  • WPAN Wireless Personal Area Network
  • a control method for reducing power consumption of the SoC may be implemented in a software manner.
  • an operation of a Central Processing Unit (CPU) and the use of program memories may increase power consumption. Therefore, in general, it is more effective to implement the control method in a hardware manner.
  • a first method in order to reduce power consumption, an internal clock is off when power is off.
  • the clock provided to all elements of the SoC can be controlled for each element by determining an active state of the SoC.
  • power consumed by a dynamic current can be reduced by turning off the clock, while power consumed by a leakage current cannot be reduced.
  • a sleep state occupies more than 80% of chip operations, and thus the leakage current is more important than the dynamic current. Accordingly, the first method cannot ultimately solve the power consumption problem.
  • a special register called a retention register is used.
  • the retention register can store a present state by using data retention power when operation power is off.
  • the retention register has an element capable of storing data by consuming a minimum leakage current by the use of retention power.
  • the retention register is almost two times larger in size than a general register.
  • the leakage current leads to power consumption.
  • a previous state which is immediately before power is off, is restored through initialization in which register information of the CPU and peripherals included in the SoC is lost and then the SoC is entirely reset when power is on by performing an actual power-off.
  • the third method is a best method in terms of reducing power consumption.
  • An aspect of the present invention is to solve at least the above-mentioned problems and/or disadvantages and to provide at least the advantages described below. Accordingly, an aspect of the present invention is to provide an apparatus and method for reducing power consumption in a System on Chip (SoC).
  • SoC System on Chip
  • Another aspect of the present invention is to provide an apparatus and method for reducing power consumption by operating only an auxiliary regulator that detects a transition from a sleep state to an active state in a SoC.
  • Another aspect of the present invention is to provide an apparatus and method for reducing power consumption by performing an operation of an SoC in such a manner that last operation information of all elements included in the SoC is stored when the SoC is powered off and the stored last operation information is restored when the SoC is powered on.
  • an SoC for reducing power consumption includes a clock unit for providing clocks to all elements included in the SoC, a Central Processing Unit (CPU) for controlling the SoC to perform designated functions, a main regulator for supplying power provided from an external battery to remaining elements included in the SoC other than a Power Management Unit (PMU), a restoration processor for storing, in the PMU, registration information on the CPU and all peripherals included in the SoC when a transition from an active state to a sleep state is made.
  • CPU Central Processing Unit
  • PMU Power Management Unit
  • the PMU for stopping provision of a clock from the CPU by controlling the clock unit, for stopping provision of all clocks by controlling the clock unit and for controlling the main regulator to be powered off when the restoration processor, wherein the PMU requests the restoration processor to store the registration information, completes the register information storing, when the transition from the sleep state to the active state is made.
  • a method of reducing power consumption in an SoC includes stopping generation of a clock to be provided to a CPU by detecting a transition from an active state to a sleep state in a PMU, storing register information of the CPU and peripherals included in the SoC, stopping provision of all clocks of the SoC, and powering off a main regulator.
  • FIG. 1 illustrates a structure of a System on Chip (SoC) according to an exemplary embodiment of the present invention
  • FIG. 2 is a flowchart illustrating a process in which an SoC is initialized by tran- sitioning from a battery-off state to a battery-on state according to an embodiment of the present invention
  • FIG. 3 is a flowchart illustrating a process in which an SoC is powered off in an active state and then transitions to a sleep state according to an exemplary embodiment of the present invention.
  • FIG. 4 is a flowchart illustrating a process in which an SoC is powered on in a sleep state and then transitions to an active state according to an exemplary embodiment of the present invention. Best Mode for Carrying Out the Invention
  • the present invention relates to an apparatus and method for reducing power consumption by performing an operation of a System on Chip (SoC) in such a manner that last operation information of all elements included in the SoC is stored using an auxiliary regulator that consumes a small amount of power when the SoC is powered off in a sleep state, and the stored last operation information is restored when the SoC is powered on.
  • SoC System on Chip
  • FIG. 1 illustrates a structure of an SoC according to an exemplary embodiment of the present invention.
  • an SoC 110 includes a clock unit 112, a Central Processing Unit (CPU) 114, peripherals 116, a modem 118, a Power Management Unit (PMU) 120, a restoration processor 130, and a main regulator 140.
  • CPU Central Processing Unit
  • PMU Power Management Unit
  • the clock unit 112 provides clocks to the CPU 114, the peripherals 116, the modem
  • the CPU 114 controls the SoC 110 to provide designated functions of the SoC 110, and has a register for storing information generated when the designated functions are performed.
  • the peripherals 116 and the modem 118 are included according to the designated functions of the SoC 110.
  • the functions of the peripherals 116 and the modem 118 may vary depending on functional implementations.
  • the peripherals 116 and the modem 118 also have registers for storing information generated when the designated functions are performed.
  • the main regulator 140 rectifies an unregulated high voltage of an external batter
  • the main regulator 140 receives from the PMU 120 a control signal for determining whether power is supplied.
  • the main regulator 140 supplies the power to all elements of the SoC 110 other than the PMU 120.
  • the PMU 120 controls the main regulator 140 to reduce consumption of power supplied to the SoC 110.
  • the PMU 120 includes a memory 122, a controller 124, and an auxiliary regulator 126.
  • the memory 122 stores last states of respective registers of the CPU 114, the peripherals 116, and the modem 118.
  • the memory 122 provides the stored last states of the respective registers of the CPU 114, the peripherals 116, and the modem 118 to the restoration processor 130.
  • the auxiliary regulator 126 supplies a constant voltage power to the PMU 120.
  • the auxiliary regulator 126 has a lower operation current and power consumption than the main regulator 140. Once power is supplied from the battery 102 after booting, the auxiliary regulator 126 continuously operates in the sleep state or the active state.
  • the controller 124 detects the transition to the sleep state or the active state. When the transition to the sleep state is made, the controller 124 controls the clock unit 112 to stop generation of the clock to be provided to the CPU 114, and transmits a storage request message (i.e., store_start) to start storing of the last states of the various registers. Upon receiving a storage completion message (i.e., store_end) from the restoration processor 130 to indicate that the last states of the various registers are completely stored, the controller 124 controls the clock unit 112 to stop generation of the clocks to be provided to remaining elements other than the CPU 114, and transmits a power-off signal to the main regulator 140.
  • a storage request message i.e., store_start
  • the controller 124 transmits a power-on signal to the main regulator 140, and controls the clock unit 112 to generate the clocks to be provided to the remaining elements other than the CPU 114. Further, the controller 124 transmits a restoration request message (i.e., restore_start) to the restoration processor 130 to start restoration of the last states of the various registers by using stored information. Upon receiving from the restoration processor 130 a restoration completion message (i.e., restore_end) for informing that the last states of the various registers are completely restored, the controller 124 controls the clock unit 112 to generate the clock to be provided to the CPU 114, so that the SoC 110 normally operates in the active state to perform the designated functions.
  • a restoration request message i.e., restore_start
  • restore_end a restoration completion message
  • the controller 124 determines that the transition from the sleep state to the active state is detected when a reset signal or an interrupt signal is received from an external element or when generation of a wake-up signal is detected according to an operation of a sleep timer.
  • the restoration processor 130 Upon receiving the store request message (i.e., store_start) from the controller 124, the restoration processor 130 stores in the memory 122 the last states of the respective registers of the CPU 114, the peripherals 116, and the modem 118. When the storing of the last states is finished, the restoration processor 130 generates the storage completion message (i.e., store_end) and transmits the generated message to the controller 124.
  • store_start the storage completion message
  • the restoration processor 130 upon receiving the restoration request message (i.e., restore_start) from the controller 124, the restoration processor 130 restores the respective registers' last states stored in the memory 122. When the restoration of the last states is finished, the restoration processor 130 generates the restoration completion message (i.e., restore_end) and transmits the generated message to the controller 124.
  • the restoration request message i.e., restore_start
  • restore_end the restoration completion message
  • FIG. 2 is a flowchart illustrating a process in which an SoC is initialized by tran- sitioning from a battery-off state to a battery-on state according to an embodiment of the present invention.
  • the SoC detects a transition from the battery-off state to the battery-on state.
  • the battery-off state is a state in which power cannot be supplied from a battery.
  • the battery-on state is a state at which power starts to be supplied from the battery.
  • an auxiliary regulator is powered on.
  • step 204 when a regulated voltage is supplied from the auxiliary regulator, a PMU for managing the SoC operates.
  • step 206 under the control of the PMU, a main regulator is powered on.
  • step 208 when a regulated voltage is supplied from the main regulator, clocks are generated and provided to all elements included in the SoC.
  • step 210 designated functions of the SoC are performed by operating the SoC in an active state in which the SoC is powered on.
  • FIG. 3 is a flowchart illustrating a process in which an SoC is powered off in an active state and then transitions to a sleep state according to an exemplary embodiment of the present invention.
  • the SoC while operating in the active state in step 300, if the SoC detects occurrence of a condition for transitioning to the sleep mode in step 302, generation of a clock to be provided to a CPU is stopped in step 304. Then, in step 306, last states of respective registers of peripherals and the CPU are stored. In step 308, generation of all clocks of the SoC is stopped.
  • a main regulator is powered off, and a transition is made to the sleep mode.
  • FIG. 4 is a flowchart illustrating a process in which an SoC is powered on in a sleep state and then transitions to an active state according to an exemplary embodiment of the present invention.
  • the SoC while operating in the sleep state in step 400, the SoC detects occurrence of a condition for transitioning to the active state in step 402.
  • the condition for detecting transitioning from the sleep state to the active state in step 402 may be receiving of a reset signal or an interrupt signal from an external element or generating of a wake-up signal according to an operation of a sleep timer.
  • step 406 If the condition for transitioning to the active state is detected in step 402, proceeding to step 404, a main regulator is powered on.
  • step 406 clocks are provided to all elements included in the SoC other than a CPU.
  • step 408 last states of registers of the respective elements included in the SoC are restored using stored information.
  • step 410 a clock is provided to the CPU.
  • step 412 designated functions of the SoC are performed in the active state. The reason of not providing the clock to the CPU in step 406 is that, if the CPU operates before the last state is restored, the CPU starts an initial operation on a program. That is, according to the present invention, the clock is provided to the CPU after all elements are completely restored, so that the CPU starts its operation starting from a program address of an operation previously performed before power is off.
  • an SoC includes a clock unit for providing clocks to all elements included in the SoC, a CPU for controlling the SoC to perform designated functions, a main regulator for supplying power provided from an external battery to remaining elements included in the SoC other than a PMU, and a restoration processor for storing, in the PMU, registration information on the CPU and all peripherals included in the SoC when a transition from an active state to a sleep state is made.
  • the PMU stops provision of a clock from the CPU by controlling the clock unit for stopping provision of all clocks by controlling the clock unit and for controlling the main regulator to be powered off when the restoration processor, wherein the PMU requests the restoration processor to store the registration information, completes the register information storing, when the transition from the sleep state to the active state is made.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Power Sources (AREA)

Abstract

An apparatus and method for reducing power consumption in a System on Chip (SoC) are provided. The SoC includes a clock unit for providing clocks to all elements included in the SoC, a Central Processing Unit (CPU) for controlling the SoC to perform designated functions, a main regulator for supplying power provided from an external battery to remaining elements included in the SoC other than a PMU, and a restoration processor for storing, in the PMU, registration information on the CPU and all peripherals included in the SoC when a transition from an active state to a sleep state is made. The PMU stops provision of a clock from the CPU by controlling the clock unit for stopping provision of all clocks by controlling the clock unit and for controlling the main regulator to be powered off when the restoration processor, wherein the PMU requests the restoration processor to store the registration information, completes the register information storing, when the transition from the sleep state to the active state is made.

Description

Description
APPARATUS AND METHOD FOR REDUCING POWER CONSUMPTION IN SYSTEM ON CHIP
Technical Field
[1] The present invention relates to an apparatus and method for reducing power consumption in a System on Chip (SoC). More particularly, the present invention relates to an apparatus and method for reducing power consumption by performing an operation of an SoC in such a manner that last operation information of all elements included in the SoC is stored when the SoC is powered off and the stored last operation information is restored when the SoC is powered on. Background Art
[2] In general, a System on Chip (SoC) used in communication systems controls power by using several methods for reducing power consumption. When the SoC is used in a Wireless Personal Area Network (WPAN), the SoC operates in an active state for a short period of time and operates in a sleep state for most periods of time to minimize power consumption.
[3] A control method for reducing power consumption of the SoC may be implemented in a software manner. However, an operation of a Central Processing Unit (CPU) and the use of program memories may increase power consumption. Therefore, in general, it is more effective to implement the control method in a hardware manner.
[4] There are three representative conventional methods for reducing power consumption in a hardware manner. In a first method, in order to reduce power consumption, an internal clock is off when power is off. In this method, the clock provided to all elements of the SoC can be controlled for each element by determining an active state of the SoC. Further, in this method, power consumed by a dynamic current can be reduced by turning off the clock, while power consumed by a leakage current cannot be reduced. In a WPAN-type SoC, a sleep state occupies more than 80% of chip operations, and thus the leakage current is more important than the dynamic current. Accordingly, the first method cannot ultimately solve the power consumption problem.
[5] In a second method, a special register called a retention register is used. The retention register can store a present state by using data retention power when operation power is off. The retention register has an element capable of storing data by consuming a minimum leakage current by the use of retention power. However, the retention register is almost two times larger in size than a general register. In addition, since the retention register is not in a full power-off state, the leakage current leads to power consumption. [6] In a third method, a previous state, which is immediately before power is off, is restored through initialization in which register information of the CPU and peripherals included in the SoC is lost and then the SoC is entirely reset when power is on by performing an actual power-off.
[7] Among the aforementioned three methods, the third method is a best method in terms of reducing power consumption. However, when power is on, it takes time to restore the previous state, which is immediately before the power is off, through reset and initialization, and during the time, power is consumed due to an operation of the SoC. Disclosure of Invention Technical Problem
[8] An aspect of the present invention is to solve at least the above-mentioned problems and/or disadvantages and to provide at least the advantages described below. Accordingly, an aspect of the present invention is to provide an apparatus and method for reducing power consumption in a System on Chip (SoC).
[9] Another aspect of the present invention is to provide an apparatus and method for reducing power consumption by operating only an auxiliary regulator that detects a transition from a sleep state to an active state in a SoC.
[10] Another aspect of the present invention is to provide an apparatus and method for reducing power consumption by performing an operation of an SoC in such a manner that last operation information of all elements included in the SoC is stored when the SoC is powered off and the stored last operation information is restored when the SoC is powered on.
[11] In accordance with an aspect of the present invention, an SoC for reducing power consumption is provided. The SoC includes a clock unit for providing clocks to all elements included in the SoC, a Central Processing Unit (CPU) for controlling the SoC to perform designated functions, a main regulator for supplying power provided from an external battery to remaining elements included in the SoC other than a Power Management Unit (PMU), a restoration processor for storing, in the PMU, registration information on the CPU and all peripherals included in the SoC when a transition from an active state to a sleep state is made. The PMU for stopping provision of a clock from the CPU by controlling the clock unit, for stopping provision of all clocks by controlling the clock unit and for controlling the main regulator to be powered off when the restoration processor, wherein the PMU requests the restoration processor to store the registration information, completes the register information storing, when the transition from the sleep state to the active state is made.
[12] In accordance with another aspect of the present invention, a method of reducing power consumption in an SoC is provided. The method includes stopping generation of a clock to be provided to a CPU by detecting a transition from an active state to a sleep state in a PMU, storing register information of the CPU and peripherals included in the SoC, stopping provision of all clocks of the SoC, and powering off a main regulator. Brief Description of the Drawings
[13] The above and other aspects, features and advantages of certain exemplary embodiments of the present invention will be more apparent from the following detailed description taken in conjunction with the accompanying drawings, in which:
[14] FIG. 1 illustrates a structure of a System on Chip (SoC) according to an exemplary embodiment of the present invention;
[15] FIG. 2 is a flowchart illustrating a process in which an SoC is initialized by tran- sitioning from a battery-off state to a battery-on state according to an embodiment of the present invention;
[16] FIG. 3 is a flowchart illustrating a process in which an SoC is powered off in an active state and then transitions to a sleep state according to an exemplary embodiment of the present invention; and
[17] FIG. 4 is a flowchart illustrating a process in which an SoC is powered on in a sleep state and then transitions to an active state according to an exemplary embodiment of the present invention. Best Mode for Carrying Out the Invention
[18] Exemplary embodiments of the invention will be described below with reference to the accompanying drawings. In the following description, well-known functions or constructions are not described in detail since they would obscure the invention in unnecessary detail.
[19] The present invention relates to an apparatus and method for reducing power consumption by performing an operation of a System on Chip (SoC) in such a manner that last operation information of all elements included in the SoC is stored using an auxiliary regulator that consumes a small amount of power when the SoC is powered off in a sleep state, and the stored last operation information is restored when the SoC is powered on. Hereinafter, a structure of the SoC will be described with reference to FIG. 1.
[20] FIG. 1 illustrates a structure of an SoC according to an exemplary embodiment of the present invention. Referring to FIG. 1, an SoC 110 includes a clock unit 112, a Central Processing Unit (CPU) 114, peripherals 116, a modem 118, a Power Management Unit (PMU) 120, a restoration processor 130, and a main regulator 140.
[21] The clock unit 112 provides clocks to the CPU 114, the peripherals 116, the modem
118, the PMU 120, and the restoration processor 130 under the control of the PMU 120. [22] The CPU 114 controls the SoC 110 to provide designated functions of the SoC 110, and has a register for storing information generated when the designated functions are performed.
[23] The peripherals 116 and the modem 118 are included according to the designated functions of the SoC 110. The functions of the peripherals 116 and the modem 118 may vary depending on functional implementations. The peripherals 116 and the modem 118 also have registers for storing information generated when the designated functions are performed.
[24] The main regulator 140 rectifies an unregulated high voltage of an external batter
102 so that the high voltage is fit to the operation of the SoC 110, thereby supplying a constant voltage. The main regulator 140 receives from the PMU 120 a control signal for determining whether power is supplied. The main regulator 140 supplies the power to all elements of the SoC 110 other than the PMU 120.
[25] The PMU 120 controls the main regulator 140 to reduce consumption of power supplied to the SoC 110. The PMU 120 includes a memory 122, a controller 124, and an auxiliary regulator 126.
[26] When power is off and thus a transition to a sleep state is made under the control of the restoration processor 130, the memory 122 stores last states of respective registers of the CPU 114, the peripherals 116, and the modem 118. When power is on and thus a transition to an active state is made, the memory 122 provides the stored last states of the respective registers of the CPU 114, the peripherals 116, and the modem 118 to the restoration processor 130.
[27] The auxiliary regulator 126 supplies a constant voltage power to the PMU 120. The auxiliary regulator 126 has a lower operation current and power consumption than the main regulator 140. Once power is supplied from the battery 102 after booting, the auxiliary regulator 126 continuously operates in the sleep state or the active state.
[28] The controller 124 detects the transition to the sleep state or the active state. When the transition to the sleep state is made, the controller 124 controls the clock unit 112 to stop generation of the clock to be provided to the CPU 114, and transmits a storage request message (i.e., store_start) to start storing of the last states of the various registers. Upon receiving a storage completion message (i.e., store_end) from the restoration processor 130 to indicate that the last states of the various registers are completely stored, the controller 124 controls the clock unit 112 to stop generation of the clocks to be provided to remaining elements other than the CPU 114, and transmits a power-off signal to the main regulator 140.
[29] When the transition from the sleep state to the active state is detected, the controller
124 transmits a power-on signal to the main regulator 140, and controls the clock unit 112 to generate the clocks to be provided to the remaining elements other than the CPU 114. Further, the controller 124 transmits a restoration request message (i.e., restore_start) to the restoration processor 130 to start restoration of the last states of the various registers by using stored information. Upon receiving from the restoration processor 130 a restoration completion message (i.e., restore_end) for informing that the last states of the various registers are completely restored, the controller 124 controls the clock unit 112 to generate the clock to be provided to the CPU 114, so that the SoC 110 normally operates in the active state to perform the designated functions.
[30] The controller 124 determines that the transition from the sleep state to the active state is detected when a reset signal or an interrupt signal is received from an external element or when generation of a wake-up signal is detected according to an operation of a sleep timer.
[31] Upon receiving the store request message (i.e., store_start) from the controller 124, the restoration processor 130 stores in the memory 122 the last states of the respective registers of the CPU 114, the peripherals 116, and the modem 118. When the storing of the last states is finished, the restoration processor 130 generates the storage completion message (i.e., store_end) and transmits the generated message to the controller 124.
[32] Further, upon receiving the restoration request message (i.e., restore_start) from the controller 124, the restoration processor 130 restores the respective registers' last states stored in the memory 122. When the restoration of the last states is finished, the restoration processor 130 generates the restoration completion message (i.e., restore_end) and transmits the generated message to the controller 124.
[33] Now, a method of reducing power consumption in an SoC with the aforementioned structure according to exemplary embodiments of the present invention will be described with reference to the accompanying drawings. In this method, a last state is stored when the SoC is powered off and is restored using stored information when the SoC is powered on.
[34] FIG. 2 is a flowchart illustrating a process in which an SoC is initialized by tran- sitioning from a battery-off state to a battery-on state according to an embodiment of the present invention. Referring to FIG. 2, in step 200, the SoC detects a transition from the battery-off state to the battery-on state. The battery-off state is a state in which power cannot be supplied from a battery. The battery-on state is a state at which power starts to be supplied from the battery. In step 202, an auxiliary regulator is powered on. In step 204, when a regulated voltage is supplied from the auxiliary regulator, a PMU for managing the SoC operates. In step 206, under the control of the PMU, a main regulator is powered on. In step 208, when a regulated voltage is supplied from the main regulator, clocks are generated and provided to all elements included in the SoC. In step 210, designated functions of the SoC are performed by operating the SoC in an active state in which the SoC is powered on.
[35] FIG. 3 is a flowchart illustrating a process in which an SoC is powered off in an active state and then transitions to a sleep state according to an exemplary embodiment of the present invention. Referring to FIG. 3, while operating in the active state in step 300, if the SoC detects occurrence of a condition for transitioning to the sleep mode in step 302, generation of a clock to be provided to a CPU is stopped in step 304. Then, in step 306, last states of respective registers of peripherals and the CPU are stored. In step 308, generation of all clocks of the SoC is stopped. In step 310, a main regulator is powered off, and a transition is made to the sleep mode.
[36] FIG. 4 is a flowchart illustrating a process in which an SoC is powered on in a sleep state and then transitions to an active state according to an exemplary embodiment of the present invention. Referring to FIG. 4, while operating in the sleep state in step 400, the SoC detects occurrence of a condition for transitioning to the active state in step 402. The condition for detecting transitioning from the sleep state to the active state in step 402 may be receiving of a reset signal or an interrupt signal from an external element or generating of a wake-up signal according to an operation of a sleep timer.
[37] If the condition for transitioning to the active state is detected in step 402, proceeding to step 404, a main regulator is powered on. In step 406, clocks are provided to all elements included in the SoC other than a CPU. In step 408, last states of registers of the respective elements included in the SoC are restored using stored information. In step 410, a clock is provided to the CPU. In step 412, designated functions of the SoC are performed in the active state. The reason of not providing the clock to the CPU in step 406 is that, if the CPU operates before the last state is restored, the CPU starts an initial operation on a program. That is, according to the present invention, the clock is provided to the CPU after all elements are completely restored, so that the CPU starts its operation starting from a program address of an operation previously performed before power is off.
[38] According to exemplary embodiments of the present invention, an SoC includes a clock unit for providing clocks to all elements included in the SoC, a CPU for controlling the SoC to perform designated functions, a main regulator for supplying power provided from an external battery to remaining elements included in the SoC other than a PMU, and a restoration processor for storing, in the PMU, registration information on the CPU and all peripherals included in the SoC when a transition from an active state to a sleep state is made. The PMU stops provision of a clock from the CPU by controlling the clock unit for stopping provision of all clocks by controlling the clock unit and for controlling the main regulator to be powered off when the restoration processor, wherein the PMU requests the restoration processor to store the registration information, completes the register information storing, when the transition from the sleep state to the active state is made.
[39] While the present invention has been shown and described with reference to certain exemplary embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the present invention as defined by the appended claims and their equivalents. Therefore, the scope of the invention is defined not by the detailed description of the invention but by the appended claims and their equivalents, and all differences within the scope will be construed as being included in the present invention.

Claims

Claims
[1] A System on Chip (SoC) for reducing power consumption, comprising: a clock unit for providing clocks to all elements included in the SoC; a Central Processing Unit (CPU) for controlling the SoC to perform designated functions; a main regulator for supplying power provided from an external battery to remaining elements included in the SoC other than a Power Management Unit (PMU); a restoration processor for storing, in the PMU, registration information on the CPU and all peripherals included in the SoC when a transition from an active state to a sleep state is made; and the PMU for stopping provision of a clock from the CPU by controlling the clock unit, for stopping provision of all clocks by controlling the clock unit and for controlling the main regulator to be powered off when the restoration processor, wherein the PMU requests the restoration processor to store the registration information, completes the register information storing, when the transition from the sleep state to the active state is made.
[2] The SoC of claim 1, wherein the restoration processor reads the register information stored in the PMU when a transition from the sleep state to the active state is made, and restores all registers of the CPU and the peripherals included in the SoC, and wherein, when the transition from the sleep state to the active state is made, the PMU controls the main regulator to be powered on, controls the clock unit to provide clocks to units included in the SoC other than the CPU, and controls the clock unit to provide the clock to the CPU when the restoration, wherein the PMU requests the restoration processor to restore the register information, is completed.
[3] The SoC of claim 1, wherein the PMU comprises an auxiliary regulator for supplying the PMU with power provided from the external battery.
[4] The SoC of claim 3, wherein the auxiliary regulator supplies power to the PMU in the active state and the sleep state.
[5] The SoC of claim 3, wherein the auxiliary regulator has a lower operation current and power consumption than the main regulator.
[6] A method of reducing power consumption in an SoC, the method comprising: stopping generation of a clock to be provided to a CPU by detecting a transition from an active state to a sleep state in a PMU; storing register information of the CPU and peripherals included in the SoC; stopping provision of all clocks of the SoC; and powering off a main regulator. [7] The method of claim 6, further comprising: upon detecting a transition from the sleep state to the active state in the PMU, powering on the main regulator; providing clocks to elements included in the SoC other than the CPU; restoring the stored register information; and providing the clock to the CPU. [8] The method of claim 6, further comprising: powering on an auxiliary regulator of the power manger when a battery is powered on in a battery-off state; powering on the main regulator under the control of the PMU; and providing clocks to all elements included in the SoC. [9] The method of claim 6, wherein the PMU comprises an auxiliary regulator for supplying power, which is provided from the external battery, to the PMU. [10] The method of claim 9, wherein the auxiliary regulator supplies power to the
PMU in an active state and a sleep state. [11] The method of claim 9, wherein the auxiliary regulator has a lower operation current and power consumption than the main regulator.
PCT/KR2008/005325 2007-09-11 2008-09-10 Apparatus and method for reducing power consumption in system on chip Ceased WO2009035254A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN2008801064338A CN101802750B (en) 2007-09-11 2008-09-10 Apparatus and method for reducing power consumption of a system on chip
EP08793747.0A EP2188693B1 (en) 2007-09-11 2008-09-10 Apparatus and method for reducing power consumption in system on chip
US12/733,599 US8667313B2 (en) 2007-09-11 2008-09-10 Apparatus and method for reducing power consumption in system on chip

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020070091962A KR101429674B1 (en) 2007-09-11 2007-09-11 Apparatus and method for reducing power consumption in system-on-chip
KR10-2007-0091962 2007-09-11

Publications (2)

Publication Number Publication Date
WO2009035254A2 true WO2009035254A2 (en) 2009-03-19
WO2009035254A3 WO2009035254A3 (en) 2009-05-22

Family

ID=40452682

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2008/005325 Ceased WO2009035254A2 (en) 2007-09-11 2008-09-10 Apparatus and method for reducing power consumption in system on chip

Country Status (5)

Country Link
US (1) US8667313B2 (en)
EP (1) EP2188693B1 (en)
KR (1) KR101429674B1 (en)
CN (1) CN101802750B (en)
WO (1) WO2009035254A2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2299681A3 (en) * 2009-09-08 2013-01-30 Samsung Electronics Co., Ltd. Image forming apparatus and power control method thereof
CN101771755B (en) * 2009-12-30 2014-08-13 重庆重邮信科通信技术有限公司 Electricity-saving control device for baseband chip of mobile terminal
US9519329B2 (en) 2009-09-08 2016-12-13 Samsung Electronics Co., Ltd. Image forming apparatus and power control method thereof

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101160054B1 (en) * 2010-05-26 2012-06-26 주식회사 켐트로닉스 Micro controller unit reduced power consumption, method for controlling the same and record media recorded program realizing the same
KR101327554B1 (en) * 2010-12-23 2013-11-20 한국전자통신연구원 Optical network unit and method for saving power thereof
US8675420B2 (en) 2011-05-26 2014-03-18 Micron Technology, Inc. Devices and systems including enabling circuits
US9400545B2 (en) * 2011-12-22 2016-07-26 Intel Corporation Method, apparatus, and system for energy efficiency and energy conservation including autonomous hardware-based deep power down in devices
US9323307B2 (en) * 2011-12-30 2016-04-26 Intel Corporation Active display processor sleep state
KR101339475B1 (en) * 2012-10-09 2013-12-10 삼성전기주식회사 Esl system on chip, esl terminal and its controlling method
KR101927096B1 (en) 2012-10-19 2018-12-10 삼성전자주식회사 Application processor, mobile device having the same, and method of selecting a clock signal for an application processor
US9471132B2 (en) * 2013-09-27 2016-10-18 Intel Corporation Techniques for putting platform subsystems into a lower power state in parallel
KR102325453B1 (en) * 2014-12-04 2021-11-11 삼성전자주식회사 Method for operating semiconductor device
CN105676995B (en) 2015-12-31 2017-03-22 南京华捷艾米软件科技有限公司 Method for achieving low power consumption of three-dimensional measurement chip
US10761581B2 (en) * 2017-12-08 2020-09-01 Smartech Worldwide Limited Method and module for programmable power management, and system on chip
US11880314B1 (en) 2018-07-27 2024-01-23 Dialog Semiconductor B.V. Microcontroller for driving an external device
CN110097162A (en) * 2019-04-16 2019-08-06 苏州磐启微电子有限公司 A kind of starting method of radio frequency chip
CN111741518A (en) * 2020-06-22 2020-10-02 湖南国科微电子股份有限公司 WiFi chip circuit and WiFi device
CN119856367A (en) * 2022-08-15 2025-04-18 华为技术有限公司 Processing device and related low-power consumption standby control method

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060064606A1 (en) 2004-09-21 2006-03-23 International Business Machines Corporation A method and apparatus for controlling power consumption in an integrated circuit

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5041964A (en) * 1989-06-12 1991-08-20 Grid Systems Corporation Low-power, standby mode computer
US5617532A (en) * 1990-10-18 1997-04-01 Seiko Epson Corporation Information processing apparatus and data back-up/restore system for the information processing apparatus
JP2000112585A (en) * 1998-10-02 2000-04-21 Toshiba Corp System LSI and power management method
US6968469B1 (en) 2000-06-16 2005-11-22 Transmeta Corporation System and method for preserving internal processor context when the processor is powered down and restoring the internal processor context when processor is restored
US6941480B1 (en) * 2000-09-30 2005-09-06 Intel Corporation Method and apparatus for transitioning a processor state from a first performance mode to a second performance mode
US7230933B2 (en) * 2002-04-17 2007-06-12 Microsoft Corporation Reducing idle power consumption in a networked battery operated device
US7181572B2 (en) * 2002-12-02 2007-02-20 Silverbrook Research Pty Ltd Cache updating method and apparatus
KR20040062288A (en) 2003-01-02 2004-07-07 삼성전자주식회사 Portable Computer System And Wake-Up Method From S3 Mode To S0 Mode For Portable Computer System
US7181631B2 (en) * 2003-03-25 2007-02-20 Intel Corporation Mechanism to control an on die voltage regulator
US7181188B2 (en) * 2004-03-23 2007-02-20 Freescale Semiconductor, Inc. Method and apparatus for entering a low power mode
US8593470B2 (en) * 2005-02-24 2013-11-26 Ati Technologies Ulc Dynamic memory clock switching circuit and method for adjusting power consumption
US9146600B2 (en) * 2006-10-11 2015-09-29 Texas Instruments Incorporated Array and peripheral power control decoded from circuitry and registers
US7917784B2 (en) * 2007-01-07 2011-03-29 Apple Inc. Methods and systems for power management in a data processing system
US8762692B2 (en) * 2007-09-27 2014-06-24 Intel Corporation Single instruction for specifying and saving a subset of registers, specifying a pointer to a work-monitoring function to be executed after waking, and entering a low-power mode

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060064606A1 (en) 2004-09-21 2006-03-23 International Business Machines Corporation A method and apparatus for controlling power consumption in an integrated circuit

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2299681A3 (en) * 2009-09-08 2013-01-30 Samsung Electronics Co., Ltd. Image forming apparatus and power control method thereof
US9519329B2 (en) 2009-09-08 2016-12-13 Samsung Electronics Co., Ltd. Image forming apparatus and power control method thereof
CN101771755B (en) * 2009-12-30 2014-08-13 重庆重邮信科通信技术有限公司 Electricity-saving control device for baseband chip of mobile terminal

Also Published As

Publication number Publication date
WO2009035254A3 (en) 2009-05-22
CN101802750A (en) 2010-08-11
CN101802750B (en) 2012-05-30
KR101429674B1 (en) 2014-08-13
EP2188693A4 (en) 2012-11-07
US20100205468A1 (en) 2010-08-12
KR20090026895A (en) 2009-03-16
US8667313B2 (en) 2014-03-04
EP2188693B1 (en) 2018-03-21
EP2188693A2 (en) 2010-05-26

Similar Documents

Publication Publication Date Title
US8667313B2 (en) Apparatus and method for reducing power consumption in system on chip
US6775784B1 (en) Power supply control circuit and method for cutting off unnecessary power to system memory in the power-off state
CN113434033B (en) Calculation by power-hungry hardware method for processing device with non-volatile logic memory
EP1228413B1 (en) Sleep state transitioning
US10394307B2 (en) Information processing apparatus, information processing method, and program
US8631257B2 (en) Platform power management based on latency guidance
US6243831B1 (en) Computer system with power loss protection mechanism
US9189053B2 (en) Performance based power management of a memory and a data storage system using the memory
US6065124A (en) Computer system having power saving and management function and method of controlling the same
CN102037428A (en) Integrated circuit and method with secondary memory controller for providing sleep states with reduced power consumption
US20110131427A1 (en) Power management states
JP3974510B2 (en) Computer apparatus, power management method, and program
KR20140061405A (en) Zero power hibernation mode with instant on
CN111176408B (en) SoC low-power-consumption processing method and device
CN101145036A (en) Power management structure and management mechanism
CN102736928A (en) Quickly wake up computer system method and computer system
CN112947738A (en) Intelligent terminal power supply system and intelligent terminal standby and wake-up method
CN119856367A (en) Processing device and related low-power consumption standby control method
US20200285584A1 (en) Cache flush abort controller system and method
TW541453B (en) Power saving device for computer and method thereof

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200880106433.8

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08793747

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2008793747

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 12733599

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE