US6760852B1 - System and method for monitoring and controlling a power-manageable resource based upon activities of a plurality of devices - Google Patents

System and method for monitoring and controlling a power-manageable resource based upon activities of a plurality of devices Download PDF

Info

Publication number
US6760852B1
US6760852B1 US09/652,647 US65264700A US6760852B1 US 6760852 B1 US6760852 B1 US 6760852B1 US 65264700 A US65264700 A US 65264700A US 6760852 B1 US6760852 B1 US 6760852B1
Authority
US
United States
Prior art keywords
power
devices
manageable
inactive
bus
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.)
Expired - Lifetime, expires
Application number
US09/652,647
Inventor
Dale E. Gulick
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.)
GlobalFoundries US Inc
Original Assignee
Advanced Micro Devices Inc
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 Advanced Micro Devices Inc filed Critical Advanced Micro Devices Inc
Assigned to ADVANCED MICRO DEVICES, INC. reassignment ADVANCED MICRO DEVICES, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GULICK, DALE E.
Priority to US09/652,647 priority Critical patent/US6760852B1/en
Priority to CNB018146732A priority patent/CN1194281C/en
Priority to PCT/US2001/015122 priority patent/WO2002019078A2/en
Priority to DE60139501T priority patent/DE60139501D1/en
Priority to AU2001259711A priority patent/AU2001259711A1/en
Priority to EP01933273A priority patent/EP1340135B1/en
Priority to JP2002523131A priority patent/JP2004507830A/en
Priority to TW090115365A priority patent/TW528945B/en
Priority to KR1020037002974A priority patent/KR100727050B1/en
Publication of US6760852B1 publication Critical patent/US6760852B1/en
Application granted granted Critical
Assigned to GLOBALFOUNDRIES INC. reassignment GLOBALFOUNDRIES INC. AFFIRMATION OF PATENT ASSIGNMENT Assignors: ADVANCED MICRO DEVICES, INC.
Assigned to WILMINGTON TRUST, NATIONAL ASSOCIATION reassignment WILMINGTON TRUST, NATIONAL ASSOCIATION SECURITY AGREEMENT Assignors: GLOBALFOUNDRIES INC.
Assigned to GLOBALFOUNDRIES U.S. INC. reassignment GLOBALFOUNDRIES U.S. INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GLOBALFOUNDRIES INC.
Assigned to GLOBALFOUNDRIES INC. reassignment GLOBALFOUNDRIES INC. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: WILMINGTON TRUST, NATIONAL ASSOCIATION
Assigned to GLOBALFOUNDRIES U.S. INC. reassignment GLOBALFOUNDRIES U.S. INC. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: WILMINGTON TRUST, NATIONAL ASSOCIATION
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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; CALCULATING OR 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
    • G06F1/3206Monitoring of events, devices or parameters that trigger a change in power modality
    • G06F1/3215Monitoring of peripheral devices

Definitions

  • This invention relates generally to the field of computer systems and, more particularly, to power management in computer systems.
  • a typical computer system When a typical computer system is put into a sleep mode, it is usually powered down in its entirety, saving the state of its processor and states of various other devices in a storage mechanism (such as a hard disk drive).
  • a storage mechanism such as a hard disk drive.
  • Other more advanced power management techniques have been developed in order to allow a computer system to shut down specific parts of a system.
  • One example would be a computer system which is designed to shut down a peripheral component interface (PCI) bus when the device or devices coupled to the bus are inactive.
  • PCI peripheral component interface
  • Such power management schemes may be very simple when a power-manageable resource such as a PCI bus has only one device coupled to it.
  • power management schemes may be difficult to implement.
  • Power management in a shared resource such as a bus may be complicated by various factors.
  • One such factor is the device drivers for the various devices that are coupled to the resource.
  • a shared resource is independent of the various device drivers for those devices coupled to the resource.
  • the device driver for each device Prior to initiating suspension of power, the device driver for each device must read and store the state of that device and other housekeeping operations necessary for suspension of power. Once each device attached to the resource has completed the necessary suspend operations, the bus may be safely powered down.
  • the device drivers for each device operate independently of the bus, there is no communication mechanism to inform the bus hardware that all devices have completed the necessary suspend operations. Thus, with no communication mechanism, the bus hardware cannot determine whether it can safely powered down.
  • a power manageable resource such as a bus in a computer system, may be shareable among a number of power-manageable devices.
  • a resource monitor may also be coupled to the power-manageable resource.
  • the resource monitor may be configured to monitor the devices coupled to the power manageable resource. More specifically, the functions of the resource monitor may include monitoring the active/inactive state of each of the attached devices.
  • the resource monitor may be configured to cause the sharable resource to be powered down if it is determined that all the attached devices are in an inactive state.
  • the power-manageable resource is a timeslot bus, configured to transmit data in frames.
  • Each frame may include a plurality of status bits, and each of these status bits may correspond to one of the devices attached to the bus.
  • Each status bit may be used to indicate the active/inactive status of the corresponding device.
  • a resource monitor may be configured to monitor the status bits, and may cause the bus (and all attached devices) to be powered down responsive to determining that all devices are inactive.
  • the bus may be a packet bus, and may be configured to periodically transmit idle frames, with each frame including a plurality of status bits. These status bits may correspond to devices attached to the bus, and may indicate the active/inactive status of each of the devices.
  • a resource monitor may be configured to monitor the active/inactive status bits of each device.
  • each of the devices coupled to the packet bus may be configured to transmit an activate packet responsive to becoming active, and a deactivate packet responsive to becoming inactive.
  • the resource monitor may be used to track the active/inactive state of each of the devices attached to the bus.
  • the resource monitor may include a counter that is incremented each time a device sends an activate packet, and decremented when a device transmits a deactivate packet. The resource monitor may then power down the bus if the counter value reaches zero, indicating that all devices on the bus are inactive.
  • a plurality of registers may be used for indicating the active/inactive status of devices attached to a power-manageable resource, such as a bus.
  • Each register may correspond to one of the attached devices.
  • Each register may be updated responsive to its corresponding device becoming active or inactive.
  • the registers corresponding to each device may be centrally located in a resource monitor in some embodiments. Alternatively, the registers corresponding to each device may be located within the device itself in other embodiments. In either case, the resource monitor may track the active/inactive state of each device by reading the registers, and may power down the bus when all devices have been determined to be inactive.
  • the system and method for monitoring and controlling a power-manageable resource may allow a bus or other resource to be powered down when not in use.
  • a resource monitor may be able to determine when it is in an idle state.
  • the monitoring of each attached device may allow each of the devices to complete all necessary operations prior to powering down. This may allow the devices to be powered down in a clean and safe manner.
  • FIG. 1A is a block diagram of one embodiment of a power-manageable resource which includes a timeslot or packet bus;
  • FIG. 1B is a block diagram of one embodiment of a power-manageable resource in which a resource monitor includes a register file for tracking the active/inactive status of devices coupled to the resource;
  • FIG. 1C is a block diagram of one embodiment of a power-manageable resource in which devices coupled to the resource include registers for indicating their respective active/inactive status;
  • FIG. 2A is an illustration of data transmissions on one embodiment of a timeslot bus, wherein the timeslot bus is a power-manageable resource, and wherein each frame transmitted includes a plurality of status bits for indicating the active/inactive status of devices coupled to the power-manageable resource;
  • FIG. 2B is an illustration of data transmissions on one embodiment of a packet bus, wherein the packet bus is a power-manageable resource, and wherein the packet bus is configured for periodic transmissions of an idle frame which includes status bits to indicate the active/inactive status of devices attached to the bus; and
  • FIG. 3 is a flow diagram of one embodiment of a method of operation of a power-manageable resource.
  • Power-manageable resource (PMR) 16 may be a sharable resource, the control of which may include power-management operations, and may be a packet bus or a timeslot bus of a computer system in the embodiment shown.
  • PMR 16 may be coupled to bus bridge 20 , which in turn is coupled to a central processing unit (CPU) 10 by CPU bus 12 .
  • bus bridge 20 may be used to provide an interface between CPU 10 and PMR 16 . More specifically, bus bridge 20 may translate an operation from the protocol used by the source device or bus to the protocol used by the target device or bus.
  • bus monitor 25 and peripheral devices 21 A, 21 B, and 21 B are also coupled to PMR 16 .
  • Peripheral devices 21 A, 21 B, and 21 C may be power-manageable devices configured for coupling to PMR 16 .
  • Bus monitor 25 may be a resource monitor configured for monitoring the various devices (i.e. peripherals) coupled to the bus.
  • bus monitor 25 may be configured to determine the active/inactive status of each of the devices attached to the bus.
  • PMR 16 may be either a packet bus or a timeslot bus.
  • bus monitor 25 may include packet/frame reader 25 R, which may be configured to read frames or packets transmitted on the bus.
  • Each frame or packet may include a status word, which in turn may include a plurality of status bits. These status bits may correspond to individual devices attached to the bus, and may indicate whether the corresponding device is in an active or inactive state.
  • Bus monitor 25 may also be configured to remove power from PMR 16 responsive to determining that all attached devices are inactive.
  • bus monitor 25 may provide an indication that all devices are inactive to bus bridge 20 , which may be configured to remove power responsive to receiving such an indication.
  • Packet/frame reader 25 may be a logic circuit configured to examine frames or packets transmitted on the bus.
  • each frame or packet transmitted may include active/inactive data for one or more of the devices attached to the bus. These frames or packets may be transmitted by either bus bridge 20 or one of the devices attached to the bus, such as peripheral devices 21 A, 21 B, and 21 C.
  • each device may be configured to transmit activate packets when becoming active, and deactivate packets when going inactive.
  • packet/frame reader 25 may be configured to monitor each packet transmitted on the bus, and may examine the status bits of a status word in each packet or frame. Packet/frame reader 25 may also include a log indicating the active/inactive status of each device coupled to the bus.
  • a counter may be used to track the active/inactive status of these devices.
  • the counter may represent a portion of the logic circuitry implemented within packet/frame reader 25 R.
  • the counter may be incremented when packet/frame reader 25 R detects an activate packet transmitted across the bus, and decremented when packet/frame reader 25 R detects a deactivate packet transmitted across the bus. If the counter is decremented all the way to a count of zero, it may be an indication that all devices attached to the bus are inactive.
  • bus monitor 25 may respond by removing power from the bus in some embodiments, or, in other embodiments, may provide an indication to bus bridge 20 which may then remove power from the bus.
  • FIG. 1B a block diagram of one embodiment of a power-manageable resource in which a resource monitor includes a register file for tracking the active/inactive status of devices coupled to the resource is shown.
  • PMR 16 may be a power-manageable resource, such as a peripheral bus.
  • Bus monitor 25 may include register file 25 F, which may be a status register used to track the active/inactive status of peripheral devices coupled to the bus.
  • the embodiment shown in FIG. 1B includes peripheral devices 21 A, 21 B, and 21 C. In general, any number of devices may be coupled to the bus. Each peripheral device may be configured to set a corresponding bit in register file 25 F to indicate the active/inactive status of the device.
  • Bus monitor 25 F may also include logic circuitry configured to examine the status bits in the register file in order to determine the active/inactive status of each device coupled to the bus.
  • each peripheral device may be configured to set a bit to a logic ‘1’ upon becoming active, and may reset the bit to a logic ‘0’ upon becoming inactive.
  • An alternate embodiment, in which a logic ‘0’ indicates an active device and a logic ‘1’ indicates an inactive device is possible and contemplated.
  • bus monitor 25 may include a logic circuit configured to examine the status bits in order to determine the active/inactive status of the devices coupled to the bus. If the logic circuit determines that all devices on the bus are currently inactive, it may respond by powering down the bus. In another embodiment, bus monitor 25 may provide an indication of the inactive status of all attached devices to bus bridge 20 , which may then respond by powering down the bus.
  • each peripheral device includes active/inactive (A/I) register 22 A.
  • A/I register 22 A may be used to indicate the active/inactive status of its corresponding device, and may also be used to store other information about the device.
  • Bus monitor 25 may be configured to monitor the active/inactive status of each device attached to the bus.
  • Bus monitor 25 may also include a logic circuit, register reader 25 A, which may be configured to examine the individual A/I registers 22 A of each device in order to determine the active/inactive status of the corresponding devices. If register reader 25 A determines that all devices attached to the bus are inactive, bus monitor 25 may respond by powering down the bus, or providing an indication of this condition to bus bridge 20 , which may then power down the bus.
  • FIG. 2A is an illustration of data transmissions on one embodiment of a timeslot bus, wherein each frame transmitted includes a plurality of status bits for indicating the active/inactive status of devices coupled to the power-manageable resource.
  • the timeslot bus may be a power-manageable resource.
  • the timeslot bus may be a bus such as the one illustrated in FIG. 1A, or may be an alternate embodiment of a timeslot bus.
  • the timeslot bus may be configured for transmission information in frames, such as frames 40 shown in the drawing. Transmission of frames may be performed by any device coupled to the bus, such as a bus bridge or peripheral device.
  • Each frame 40 may include a plurality of channels 41 . Also included in each frame 40 may be a group of active/inactive (A/I) status bits 45 .
  • the group of A/I status bits 45 may include bits for indicating the active/inactive status of each device coupled to the bus.
  • A/I status bits 45 may be read by a logic circuit coupled to the bus, such as packet/frame reader 25 R of FIG. 1 A.
  • the logic circuit may examine each of A/I status bits 45 with each frame transmitted in order to determine the active/inactive status of each device.
  • the logic circuit may then inform a bus monitor (such as bus monitor 25 of FIG. 1A) when all devices are inactive, which may allow the bus to be powered down.
  • a bus monitor such as bus monitor 25 of FIG. 1A
  • FIG. 2B is an illustration of data transmissions on one embodiment of a packet bus, wherein the packet bus is configured for periodic transmissions of an idle frame which includes status bits to indicate the active/inactive status of each device attached to the bus.
  • the packet bus in the embodiment shown may be a power-manageable resource.
  • the packet bus may be configured for transmissions of data packets 50 .
  • Data packets 50 may be transmitted across the bus by any device attached to it including peripheral devices and any bus bridge. Each of these data packets may be configured to convey data between the various peripherals on the bus, as well as between peripherals and a bus bridge.
  • Idle frame 51 may be a periodic transmission on the bus.
  • the bus may be configured for the transmission of one idle frame within a specified time period in some embodiments (e.g. one idle frame each millisecond). In other embodiments, the bus may be configured for transmission of one idle frame within a specified number of transmissions (e.g. every fourth transmission is an idle frame).
  • Idle frame 51 may include header 53 , housekeeping data 54 , and A/I status bits 55 .
  • Header 53 may be used to identify the idle frame to a bus bridge and any devices coupled to the bus.
  • Housekeeping data 54 may include information about the bus and various devices attached to it. Such information may include pending operations of a device, interrupt status, and so on.
  • A/I status bits 55 may be a plurality of bits, each of which may correspond with one of the devices coupled to the bus. Each A/I status bit may be used to indicate the active/inactive status of a corresponding device on the bus.
  • a logic circuit such as packet/frame reader 25 R may be used to examine A/I status bits 55 , and may inform a bus monitor when all devices attached to the bus are inactive, which may allow the bus to be safely powered down.
  • Method 60 begins with step 61 , which includes monitoring the active/inactive status of those devices coupled to the power-manageable resource.
  • the power-manageable resource may be a bus of a computer system. The monitoring of such a bus may be accomplished by a bus monitor, such as that shown in the various embodiments described in reference to FIGS. 1A, 1 B, and 1 C.
  • a bus monitor may include a logic circuit coupled to the bus that may be configured to determine the active/inactive status of each attached device.
  • a bus monitor may then make a determination as to whether the bus (i.e. the power-manageable resource) is powered up (Step 63 ). If the bus is not powered up, then the method may resume monitoring as described in reference to step 61 . If the bus is powered up, as determined in Step 63 , the bus may then be powered down (Step 64 ). The powering down of the bus may be accomplished by a bus monitor, a bus bridge, or other attached device having the capability of controlling the power-manageable resource.
  • a bus monitor may then make a determination as to whether the bus is powered up (Step 64 ). It should be noted that in certain situations a device may be considered active while in a powered down state.
  • a processor of a computer system intends to transfer data to a disk in a disk drive.
  • the disk drive may be attached to a bus that is a power-manageable resource.
  • a bus monitor may deem the disk drive to be active, and may respond by initiating a power-up sequence for the bus, as in Step 65 .
  • This example is not intended to be limiting, but is only one of many different possibilities.
  • a device may be considered active whenever there is a pending data transfer to or from the device.
  • a bus monitor such as bus monitor 25 of FIGS. 1A, 1 B, and 1 C, may set an active bit in a register, a data packet, or a frame upon determining that there is a pending data transfer to a device coupled to the bus.
  • Step 64 If in Step 64 it is determined that the power-manageable resource is already powered up, the method may then return to Step 61 and continue monitoring the active/inactive data for each device attached to the bus.

Abstract

A system and method for monitoring and controlling a power-manageable resource. In one embodiment, a power manageable resource, such as a bus in a computer system, may be shareable among a number of power-manageable devices. A resource monitor may also be coupled to the power-manageable resource. The resource monitor may be configured to monitor the devices coupled to the power manageable resource. More specifically, the functions of the resource monitor may include monitoring the active/inactive state of each of the attached devices. The resource monitor may be configured to cause the sharable resource to be powered down if it is determined that all the attached devices are in an inactive state.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates generally to the field of computer systems and, more particularly, to power management in computer systems.
2. Description of the Related Art
As more functions have been added to computer systems in recent years, power consumption has become an important design issue. Many computer systems now have built-in functionality to put them into a “sleep” mode after a certain amount of time elapses with no activity. However, many computer systems have a need for more advanced power management systems. This is especially true of portable computer systems and/or those that may operate on battery power.
When a typical computer system is put into a sleep mode, it is usually powered down in its entirety, saving the state of its processor and states of various other devices in a storage mechanism (such as a hard disk drive). Other more advanced power management techniques have been developed in order to allow a computer system to shut down specific parts of a system. One example would be a computer system which is designed to shut down a peripheral component interface (PCI) bus when the device or devices coupled to the bus are inactive. Such power management schemes may be very simple when a power-manageable resource such as a PCI bus has only one device coupled to it. However, when two or more independent devices share a power-manageable resource, power management schemes may be difficult to implement.
Power management in a shared resource such as a bus may be complicated by various factors. One such factor is the device drivers for the various devices that are coupled to the resource. Typically, a shared resource is independent of the various device drivers for those devices coupled to the resource. Prior to initiating suspension of power, the device driver for each device must read and store the state of that device and other housekeeping operations necessary for suspension of power. Once each device attached to the resource has completed the necessary suspend operations, the bus may be safely powered down. However, since the device drivers for each device operate independently of the bus, there is no communication mechanism to inform the bus hardware that all devices have completed the necessary suspend operations. Thus, with no communication mechanism, the bus hardware cannot determine whether it can safely powered down.
SUMMARY OF THE INVENTION
The problems outlined above are in large part solved by the use of the system and method for monitoring and controlling a power-manageable resource. In one embodiment, a power manageable resource, such as a bus in a computer system, may be shareable among a number of power-manageable devices. A resource monitor may also be coupled to the power-manageable resource. The resource monitor may be configured to monitor the devices coupled to the power manageable resource. More specifically, the functions of the resource monitor may include monitoring the active/inactive state of each of the attached devices. The resource monitor may be configured to cause the sharable resource to be powered down if it is determined that all the attached devices are in an inactive state.
In one embodiment, the power-manageable resource is a timeslot bus, configured to transmit data in frames. Each frame may include a plurality of status bits, and each of these status bits may correspond to one of the devices attached to the bus. Each status bit may be used to indicate the active/inactive status of the corresponding device. A resource monitor may be configured to monitor the status bits, and may cause the bus (and all attached devices) to be powered down responsive to determining that all devices are inactive.
In another embodiment, the bus may be a packet bus, and may be configured to periodically transmit idle frames, with each frame including a plurality of status bits. These status bits may correspond to devices attached to the bus, and may indicate the active/inactive status of each of the devices. A resource monitor may be configured to monitor the active/inactive status bits of each device. Alternatively, each of the devices coupled to the packet bus may be configured to transmit an activate packet responsive to becoming active, and a deactivate packet responsive to becoming inactive. The resource monitor may be used to track the active/inactive state of each of the devices attached to the bus. In one embodiment, the resource monitor may include a counter that is incremented each time a device sends an activate packet, and decremented when a device transmits a deactivate packet. The resource monitor may then power down the bus if the counter value reaches zero, indicating that all devices on the bus are inactive.
In still another embodiment, a plurality of registers may be used for indicating the active/inactive status of devices attached to a power-manageable resource, such as a bus. Each register may correspond to one of the attached devices. Each register may be updated responsive to its corresponding device becoming active or inactive. The registers corresponding to each device may be centrally located in a resource monitor in some embodiments. Alternatively, the registers corresponding to each device may be located within the device itself in other embodiments. In either case, the resource monitor may track the active/inactive state of each device by reading the registers, and may power down the bus when all devices have been determined to be inactive.
Thus, in various embodiments, the system and method for monitoring and controlling a power-manageable resource may allow a bus or other resource to be powered down when not in use. By monitoring each device attached to the resource, a resource monitor may be able to determine when it is in an idle state. Furthermore, the monitoring of each attached device may allow each of the devices to complete all necessary operations prior to powering down. This may allow the devices to be powered down in a clean and safe manner.
BRIEF DESCRIPTION OF THE DRAWINGS
Other objects and advantages of the invention will become apparent upon reading the following detailed description and upon reference to the accompanying drawings in which:
FIG. 1A is a block diagram of one embodiment of a power-manageable resource which includes a timeslot or packet bus;
FIG. 1B is a block diagram of one embodiment of a power-manageable resource in which a resource monitor includes a register file for tracking the active/inactive status of devices coupled to the resource;
FIG. 1C is a block diagram of one embodiment of a power-manageable resource in which devices coupled to the resource include registers for indicating their respective active/inactive status;
FIG. 2A is an illustration of data transmissions on one embodiment of a timeslot bus, wherein the timeslot bus is a power-manageable resource, and wherein each frame transmitted includes a plurality of status bits for indicating the active/inactive status of devices coupled to the power-manageable resource;
FIG. 2B is an illustration of data transmissions on one embodiment of a packet bus, wherein the packet bus is a power-manageable resource, and wherein the packet bus is configured for periodic transmissions of an idle frame which includes status bits to indicate the active/inactive status of devices attached to the bus; and
FIG. 3 is a flow diagram of one embodiment of a method of operation of a power-manageable resource.
While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the drawings and detailed description thereto are not intended to limit the invention to the particular form disclosed, but on the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the present invention as defined by the appended claims.
DETAILED DESCRIPTION OF THE INVENTION
Turning now to FIG. 1, a block diagram of one embodiment of a power-manageable resource including a timeslot or packet bus is shown. Power-manageable resource (PMR) 16 may be a sharable resource, the control of which may include power-management operations, and may be a packet bus or a timeslot bus of a computer system in the embodiment shown. PMR 16 may be coupled to bus bridge 20, which in turn is coupled to a central processing unit (CPU) 10 by CPU bus 12. In general, bus bridge 20 may be used to provide an interface between CPU 10 and PMR 16. More specifically, bus bridge 20 may translate an operation from the protocol used by the source device or bus to the protocol used by the target device or bus. Also coupled to PMR 16 is bus monitor 25 and peripheral devices 21A, 21B, and 21B. Peripheral devices 21A, 21B, and 21C may be power-manageable devices configured for coupling to PMR 16.
Bus monitor 25 may be a resource monitor configured for monitoring the various devices (i.e. peripherals) coupled to the bus. In particular, bus monitor 25 may be configured to determine the active/inactive status of each of the devices attached to the bus. In the embodiment shown, PMR 16 may be either a packet bus or a timeslot bus. Thus, bus monitor 25 may include packet/frame reader 25R, which may be configured to read frames or packets transmitted on the bus. Each frame or packet may include a status word, which in turn may include a plurality of status bits. These status bits may correspond to individual devices attached to the bus, and may indicate whether the corresponding device is in an active or inactive state. Bus monitor 25 may also be configured to remove power from PMR 16 responsive to determining that all attached devices are inactive. Alternatively, bus monitor 25 may provide an indication that all devices are inactive to bus bridge 20, which may be configured to remove power responsive to receiving such an indication.
Packet/frame reader 25 may be a logic circuit configured to examine frames or packets transmitted on the bus. In some embodiments, each frame or packet transmitted may include active/inactive data for one or more of the devices attached to the bus. These frames or packets may be transmitted by either bus bridge 20 or one of the devices attached to the bus, such as peripheral devices 21A, 21B, and 21C. In another embodiment, each device may be configured to transmit activate packets when becoming active, and deactivate packets when going inactive. In all cases, packet/frame reader 25 may be configured to monitor each packet transmitted on the bus, and may examine the status bits of a status word in each packet or frame. Packet/frame reader 25 may also include a log indicating the active/inactive status of each device coupled to the bus.
In one embodiment in which activate and deactivate packets may be transmitted by devices attached to the bus, a counter may be used to track the active/inactive status of these devices. The counter may represent a portion of the logic circuitry implemented within packet/frame reader 25R. The counter may be incremented when packet/frame reader 25R detects an activate packet transmitted across the bus, and decremented when packet/frame reader 25R detects a deactivate packet transmitted across the bus. If the counter is decremented all the way to a count of zero, it may be an indication that all devices attached to the bus are inactive. As such, bus monitor 25 may respond by removing power from the bus in some embodiments, or, in other embodiments, may provide an indication to bus bridge 20 which may then remove power from the bus.
Moving now to FIG. 1B, a block diagram of one embodiment of a power-manageable resource in which a resource monitor includes a register file for tracking the active/inactive status of devices coupled to the resource is shown. PMR 16 may be a power-manageable resource, such as a peripheral bus. Bus monitor 25 may include register file 25F, which may be a status register used to track the active/inactive status of peripheral devices coupled to the bus. The embodiment shown in FIG. 1B includes peripheral devices 21A, 21B, and 21C. In general, any number of devices may be coupled to the bus. Each peripheral device may be configured to set a corresponding bit in register file 25F to indicate the active/inactive status of the device. Bus monitor 25F may also include logic circuitry configured to examine the status bits in the register file in order to determine the active/inactive status of each device coupled to the bus. In one embodiment, each peripheral device may be configured to set a bit to a logic ‘1’ upon becoming active, and may reset the bit to a logic ‘0’ upon becoming inactive. An alternate embodiment, in which a logic ‘0’ indicates an active device and a logic ‘1’ indicates an inactive device is possible and contemplated.
As previously stated, bus monitor 25 may include a logic circuit configured to examine the status bits in order to determine the active/inactive status of the devices coupled to the bus. If the logic circuit determines that all devices on the bus are currently inactive, it may respond by powering down the bus. In another embodiment, bus monitor 25 may provide an indication of the inactive status of all attached devices to bus bridge 20, which may then respond by powering down the bus.
Turning now to FIG. 1C, a block diagram of one embodiment of a power-manageable resource in which devices coupled to the resource include registers for indicating their respective active/inactive status is shown. In this embodiment, each peripheral device ( devices 21A, 21B, and 21C) includes active/inactive (A/I) register 22A. A/I register 22A may be used to indicate the active/inactive status of its corresponding device, and may also be used to store other information about the device. Bus monitor 25 may be configured to monitor the active/inactive status of each device attached to the bus. Bus monitor 25 may also include a logic circuit, register reader 25A, which may be configured to examine the individual A/I registers 22A of each device in order to determine the active/inactive status of the corresponding devices. If register reader 25A determines that all devices attached to the bus are inactive, bus monitor 25 may respond by powering down the bus, or providing an indication of this condition to bus bridge 20, which may then power down the bus.
FIG. 2A is an illustration of data transmissions on one embodiment of a timeslot bus, wherein each frame transmitted includes a plurality of status bits for indicating the active/inactive status of devices coupled to the power-manageable resource. In the embodiment shown, the timeslot bus may be a power-manageable resource. The timeslot bus may be a bus such as the one illustrated in FIG. 1A, or may be an alternate embodiment of a timeslot bus. The timeslot bus may be configured for transmission information in frames, such as frames 40 shown in the drawing. Transmission of frames may be performed by any device coupled to the bus, such as a bus bridge or peripheral device.
Each frame 40 may include a plurality of channels 41. Also included in each frame 40 may be a group of active/inactive (A/I) status bits 45. In one embodiment, the group of A/I status bits 45 may include bits for indicating the active/inactive status of each device coupled to the bus. During transmission of each frame, A/I status bits 45 may be read by a logic circuit coupled to the bus, such as packet/frame reader 25R of FIG. 1A. The logic circuit may examine each of A/I status bits 45 with each frame transmitted in order to determine the active/inactive status of each device. The logic circuit may then inform a bus monitor (such as bus monitor 25 of FIG. 1A) when all devices are inactive, which may allow the bus to be powered down.
FIG. 2B is an illustration of data transmissions on one embodiment of a packet bus, wherein the packet bus is configured for periodic transmissions of an idle frame which includes status bits to indicate the active/inactive status of each device attached to the bus. The packet bus in the embodiment shown may be a power-manageable resource. The packet bus may be configured for transmissions of data packets 50. Data packets 50 may be transmitted across the bus by any device attached to it including peripheral devices and any bus bridge. Each of these data packets may be configured to convey data between the various peripherals on the bus, as well as between peripherals and a bus bridge. Idle frame 51 may be a periodic transmission on the bus. The bus may be configured for the transmission of one idle frame within a specified time period in some embodiments (e.g. one idle frame each millisecond). In other embodiments, the bus may be configured for transmission of one idle frame within a specified number of transmissions (e.g. every fourth transmission is an idle frame).
Idle frame 51 may include header 53, housekeeping data 54, and A/I status bits 55. Header 53 may be used to identify the idle frame to a bus bridge and any devices coupled to the bus. Housekeeping data 54 may include information about the bus and various devices attached to it. Such information may include pending operations of a device, interrupt status, and so on. A/I status bits 55 may be a plurality of bits, each of which may correspond with one of the devices coupled to the bus. Each A/I status bit may be used to indicate the active/inactive status of a corresponding device on the bus. As with the embodiment shown in FIG. 2A, a logic circuit such as packet/frame reader 25R may be used to examine A/I status bits 55, and may inform a bus monitor when all devices attached to the bus are inactive, which may allow the bus to be safely powered down.
Turning now to FIG. 3, a flow diagram of one embodiment of a method of operation of a power-manageable resource is shown. Method 60 begins with step 61, which includes monitoring the active/inactive status of those devices coupled to the power-manageable resource. The power-manageable resource may be a bus of a computer system. The monitoring of such a bus may be accomplished by a bus monitor, such as that shown in the various embodiments described in reference to FIGS. 1A, 1B, and 1C. In particular, a bus monitor may include a logic circuit coupled to the bus that may be configured to determine the active/inactive status of each attached device.
If, in step 62, it is determined that all attached devices are inactive, a bus monitor may then make a determination as to whether the bus (i.e. the power-manageable resource) is powered up (Step 63). If the bus is not powered up, then the method may resume monitoring as described in reference to step 61. If the bus is powered up, as determined in Step 63, the bus may then be powered down (Step 64). The powering down of the bus may be accomplished by a bus monitor, a bus bridge, or other attached device having the capability of controlling the power-manageable resource.
If it is determined in Step 62 that one or more devices is currently active, a bus monitor is may then make a determination as to whether the bus is powered up (Step 64). It should be noted that in certain situations a device may be considered active while in a powered down state. For example, a processor of a computer system intends to transfer data to a disk in a disk drive. The disk drive may be attached to a bus that is a power-manageable resource. Responsive to determining that the processor intends to transfer data to the disk, a bus monitor may deem the disk drive to be active, and may respond by initiating a power-up sequence for the bus, as in Step 65. This example is not intended to be limiting, but is only one of many different possibilities. In general, a device may be considered active whenever there is a pending data transfer to or from the device. In such situations, a bus monitor, such as bus monitor 25 of FIGS. 1A, 1B, and 1C, may set an active bit in a register, a data packet, or a frame upon determining that there is a pending data transfer to a device coupled to the bus.
If in Step 64 it is determined that the power-manageable resource is already powered up, the method may then return to Step 61 and continue monitoring the active/inactive data for each device attached to the bus.
While the present invention has been described with reference to particular embodiments, it will be understood that the embodiments are illustrative and that the invention scope is not so limited. Any variations, modifications, additions, and improvements to the embodiments described are possible. These variations, modifications, additions, and improvements may fall within the scope of the inventions as detailed within the following claims.

Claims (24)

What is claimed is:
1. A method comprising:
monitoring one or more power-manageable devices coupled to a power-manageable resource, wherein said monitoring includes determining whether all of said one or more power-manageable devices are inactive; and
powering down said power-manageable resource if all of said power-manageable devices are inactive;
wherein said power-manageable resource comprises a timeslot bus, and wherein each frame transmitted over said timeslot bus includes a plurality of status bits, wherein each of said status bits corresponds to one of said one or more devices and indicates whether a corresponding device is inactive.
2. The method as recited in claim 1 further comprising, if all of said power-manageable devices are inactive, monitoring each of said one or more power-manageable devices to determine whether any of said power-manageable devices becomes active, wherein said power-manageable resource is powered up responsive to any of said power-manageable devices becoming active.
3. The method as recited in claim 1, wherein said power-manageable resource comprises a packet bus configured to periodically transmit one or more idle frames, wherein each of said one or more idle frames includes a status word, and wherein each status word includes a plurality of status bits, wherein each of said status bits corresponds to one of said one or more devices to determine whether a corresponding device is inactive.
4. The method as recited in claim 1 wherein said resource comprises a packet bus, wherein each of said power-manageable devices is configured to transmit an activate packet responsive to becoming active and a deactivate packet responsive to becoming deactivated, and wherein said monitoring each of said one or more power-manageable devices comprises monitoring said active packet and said deactivate packet for each of said power-manageable devices.
5. The method as recited in claim 4 further comprising identifying said power-manageable device corresponding to each of said activate packets and each of said deactivate packets.
6. The method as recited in claim 4, wherein monitoring said activate and deactivate packets of each of said power-manageable devices comprised incrementing a counter responsive to a detection of an activate packet and decrementing a counter responsive to a detection of a deactivate packet.
7. The method as recited in claim 1, wherein said power-manageable resource includes one or more registers configured to store active/inactive data corresponding to each of said power-manageable devices, wherein said data in one of said registers is updated responsive to a corresponding power-manageable device becoming active or inactive, and wherein said monitoring each of said one or more power-manageable devices comprises monitoring said one or more registers.
8. The method as recited in claim 1, wherein each of said power-manageable devices includes one or more registers configured to store active/inactive data, wherein each of said one or more registers corresponds to one of said power-manageable devices, and wherein said data in one of said registers is updated responsive to a corresponding power-manageable device becoming active or inactive, and wherein said monitoring of said one or more power-manageable devices comprises monitoring said one or more registers.
9. The method as recited in claim 8 further comprising each of said power-manageable devices driving a signal to said power-manageable resource, wherein said signal is indicative of an active/inactive status of a corresponding power-manageable device.
10. A system comprising:
a sharable resource, wherein control of said shareable resource includes power-management operations, and wherein said sharable resource is a bus, wherein said bus comprises a timeslot bus configured for transmitting frames, and wherein each of said frames includes a plurality of status bits, wherein each of said status bits corresponds to one of said one or more devices, and wherein each of said status bits indicates whether a corresponding device is inactive;
one or more devices coupled to said shareable resource, wherein each of said devices is configured to use said sharable resource, and wherein control of said one or more devices includes power management operations; and
a resource monitor, wherein said resource monitor is configured to monitor said one or more devices to determine whether all of said devices are inactive, and wherein said resource monitor is configured to cause the powering down of said sharable resource if each of said one or more devices is inactive, wherein said resource monitor includes a logic circuit coupled to said bus, and wherein said logic circuit is configured to examine data transmitted across said bus to determine whether each of said devices is inactive.
11. The system as recited in claim 10, wherein said logic circuit is configured to examine said status bits to determine whether all of said devices are inactive.
12. The system as recited in claim 10, wherein said bus comprises a packet bus configured to periodically transmit one or more idle frames, wherein each of said idle frames includes a status word including a plurality of status bits, wherein each of said status bits corresponds to one of said devices to indicate whether said device is active or inactive.
13. The system as recited in claim 12, wherein said logic circuit is configured to examine said status bits to determine whether all of said devices are inactive.
14. The system as recited in claim 10, wherein said bus comprises a packet bus, wherein each of said devices is configured to transmit an activate packet across said bus responsive to becoming active, and wherein each of said devices is configured to transmit a deactivate packet across said bus responsive to becoming inactive.
15. The system as recited in claim 14, wherein said logic circuit is configured to examine said activate packet and said deactivate packet for each of said devices to determine whether all of said devices are inactive.
16. The system as recited in claim 15, wherein said resource monitor is configured to maintain a log indicative of the active/inactive status for each of said devices.
17. The system as recited in claim 15 further comprising a counter, wherein said resource monitor is configured to increment said counter when an activate packet is detected and wherein said monitor is configured to decrement said counter when a deactivate packet is detected.
18. The system as recited in claim 10 further comprising a status register coupled to said bus, wherein each of said devices is configured to set a corresponding bit in said status register to indicate the active/inactive status of that device.
19. The system as recited in claim 18, wherein said resource monitor includes a logic circuit coupled to said status register, wherein said logic circuit is configured to examine said status register to determine whether all of said devices are inactive.
20. The system as recited in claim 10, wherein each of said one or more devices includes a status register, wherein each of said one or more devices is configured to store a value in said status register to indicate the active/inactive status of that device.
21. The system as recited in claim 20, wherein said resource monitor includes a logic circuit coupled to said bus, wherein said logic circuit is configured to examine said status register for each of said one or more devices in order to determine whether all of said devices are inactive.
22. A method comprising:
monitoring one or more power-manageable devices coupled to a power-manageable resource, wherein said monitoring includes determining whether all of said one or more power-manageable devices are inactive; and
powering down said power-manageable resource if all of said power-manageable devices are inactive, wherein said power-manageable resource comprises a packet bus configured to periodically transmit one or more idle frames, wherein each of said one or more idle frames includes a status word, and wherein each status word includes a plurality of status bits, wherein each of said status bits corresponds to one of said one or more devices to determine whether a corresponding device is inactive.
23. A method comprising:
monitoring one or more power-manageable devices coupled to a power-manageable resource, wherein said monitoring includes determining whether all of said one or more power-manageable devices are inactive; and
powering down said power-manageable resource if all of said power-manageable devices are inactive, wherein said resource comprises a packet bus, wherein each of said power-manageable devices is configured to transmit an activate packet responsive to becoming active and a deactivate packet responsive to becoming deactivated, and wherein said monitoring each of said one or more power-manageable devices comprises monitoring said active packet and said deactivate packet for each of said power-manageable devices.
24. A method comprising:
monitoring one or more power-manageable devices coupled to a power-manageable resource, wherein said monitoring includes determining whether all of said one or more power-manageable devices are inactive; and
powering down said power-manageable resource if all of said power-manageable devices are inactive, wherein each of said power-manageable devices includes one or more registers configured to store active/inactive data, wherein each of said one or more registers corresponds to one of said power-manageable devices, and wherein said data in one of said registers is updated responsive to a corresponding power-manageable device becoming active or inactive, and wherein said monitoring of said one or more power-manageable devices comprises monitoring said one or more registers.
US09/652,647 2000-08-31 2000-08-31 System and method for monitoring and controlling a power-manageable resource based upon activities of a plurality of devices Expired - Lifetime US6760852B1 (en)

Priority Applications (9)

Application Number Priority Date Filing Date Title
US09/652,647 US6760852B1 (en) 2000-08-31 2000-08-31 System and method for monitoring and controlling a power-manageable resource based upon activities of a plurality of devices
CNB018146732A CN1194281C (en) 2000-08-31 2001-05-09 System and method for monitoring and controlling a power manageable resource
PCT/US2001/015122 WO2002019078A2 (en) 2000-08-31 2001-05-09 System and method for monitoring and controlling a power manageable resource
DE60139501T DE60139501D1 (en) 2000-08-31 2001-05-09 SYSTEM AND METHOD FOR MONITORING AND CONTROLLING THE PERFORMANCE OF AN OPERATING MEANS
AU2001259711A AU2001259711A1 (en) 2000-08-31 2001-05-09 System and method for monitoring and controlling a power manageable resource
EP01933273A EP1340135B1 (en) 2000-08-31 2001-05-09 System and method for monitoring and controlling a power manageable resource
JP2002523131A JP2004507830A (en) 2000-08-31 2001-05-09 System and method for monitoring and controlling power manageable resources
TW090115365A TW528945B (en) 2000-08-31 2001-06-26 System and method for monitoring and controlling a power manageable resource
KR1020037002974A KR100727050B1 (en) 2000-08-31 2003-02-27 System and method for monitoring and controlling a power manageable resource

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/652,647 US6760852B1 (en) 2000-08-31 2000-08-31 System and method for monitoring and controlling a power-manageable resource based upon activities of a plurality of devices

Publications (1)

Publication Number Publication Date
US6760852B1 true US6760852B1 (en) 2004-07-06

Family

ID=24617605

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/652,647 Expired - Lifetime US6760852B1 (en) 2000-08-31 2000-08-31 System and method for monitoring and controlling a power-manageable resource based upon activities of a plurality of devices

Country Status (9)

Country Link
US (1) US6760852B1 (en)
EP (1) EP1340135B1 (en)
JP (1) JP2004507830A (en)
KR (1) KR100727050B1 (en)
CN (1) CN1194281C (en)
AU (1) AU2001259711A1 (en)
DE (1) DE60139501D1 (en)
TW (1) TW528945B (en)
WO (1) WO2002019078A2 (en)

Cited By (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020062456A1 (en) * 2000-11-17 2002-05-23 Stmicroelectronics S.A. Device for automatically controlling a voltage applied to a data conductor in a serial link
US20030046522A1 (en) * 2001-08-29 2003-03-06 Koninklijke Philips Electronics N.V. Adaptively monitoring bus signals
US20030051177A1 (en) * 2001-09-12 2003-03-13 Kwanghoi Koo Method and apparatus for system power control through sensing peripheral power consumption
US20030056123A1 (en) * 2001-09-19 2003-03-20 Hsieh Kuang Hsun Power management method for hand-held information processing apparatus
US20030065497A1 (en) * 2001-09-28 2003-04-03 Rhoads Monte J. Power management system to select a power state for a network computer system based on load
US20030149903A1 (en) * 2002-02-01 2003-08-07 Yu-Wei Chang Method for enabling power-saving mode
US20040059852A1 (en) * 2002-09-24 2004-03-25 Weiyun Sun System and method of mastering a serial bus
US20040153678A1 (en) * 2003-02-05 2004-08-05 Infineon Technologies North America Corp. Microprocessor idle mode management system
US20040181701A1 (en) * 2003-03-14 2004-09-16 Yoshihiro Okumura Power controller of combined electronic equipment
US20040212941A1 (en) * 2003-04-22 2004-10-28 Haas William Robert Power sharing system and method for battery operated controller and application modules
US20040215985A1 (en) * 2003-04-24 2004-10-28 International Business Machines Corporation Method, apparatus and computer program product for detecting and powering off unused I/O slots in a computer system
US20050033869A1 (en) * 2003-06-06 2005-02-10 Cline Leslie E. Future activity list for peripheral bus host controller
US20050273635A1 (en) * 2004-06-02 2005-12-08 Wilcox Jeffrey R Power state coordination between devices sharing power-managed resources
US20050273633A1 (en) * 2004-06-02 2005-12-08 Intel Corporation Hardware coordination of power management activities
US20060149977A1 (en) * 2004-12-31 2006-07-06 Barnes Cooper Power managing point-to-point AC coupled peripheral device
US7080189B1 (en) * 2002-05-31 2006-07-18 Cypress Semiconductor Corp. USB device communication
US20060230191A1 (en) * 2005-04-11 2006-10-12 Shih-Chi Chang Method for enabling or disabling a peripheral device that is maintained electrically connected to a computer system
US20090222832A1 (en) * 2008-02-29 2009-09-03 Dell Products, Lp System and method of enabling resources within an information handling system
US20090300399A1 (en) * 2008-05-29 2009-12-03 International Business Machines Corporation Profiling power consumption of a plurality of compute nodes while processing an application
US20090300394A1 (en) * 2008-05-29 2009-12-03 International Business Machines Corporation Reducing Power Consumption During Execution Of An Application On A Plurality Of Compute Nodes
US20090307708A1 (en) * 2008-06-09 2009-12-10 International Business Machines Corporation Thread Selection During Context Switching On A Plurality Of Compute Nodes
US20090307036A1 (en) * 2008-06-09 2009-12-10 International Business Machines Corporation Budget-Based Power Consumption For Application Execution On A Plurality Of Compute Nodes
US20090307703A1 (en) * 2008-06-09 2009-12-10 International Business Machines Corporation Scheduling Applications For Execution On A Plurality Of Compute Nodes Of A Parallel Computer To Manage temperature of the nodes during execution
US20100005326A1 (en) * 2008-07-03 2010-01-07 International Business Machines Corporation Profiling An Application For Power Consumption During Execution On A Compute Node
US20100033433A1 (en) * 2008-08-08 2010-02-11 Dell Products, Lp Display system and method within a reduced resource information handling system
US20100033629A1 (en) * 2008-08-08 2010-02-11 Dell Products, Lp System, module and method of enabling a video interface within a limited resource enabled information handling system
US20100107238A1 (en) * 2008-10-29 2010-04-29 Dell Products, Lp Security module and method within an information handling system
US20100115050A1 (en) * 2008-10-30 2010-05-06 Dell Products, Lp System and method of polling with an information handling system
US20100115313A1 (en) * 2008-10-31 2010-05-06 Dell Products, Lp Information handling system with integrated low-power processing resources
US20100115303A1 (en) * 2008-10-30 2010-05-06 Dell Products, Lp System and method of utilizing resources within an information handling system
US20100169679A1 (en) * 2005-08-10 2010-07-01 Symbian Software Ltd. Controlling multilevel shared resources in a computing device
US20100287394A1 (en) * 2009-05-06 2010-11-11 Alexander Branover North-bridge to south-bridge protocol for placing processor in low power state
US7895387B1 (en) 2007-09-27 2011-02-22 Cypress Semiconductor Corporation Devices and methods for sharing common target device with two different hosts according to common communication protocol
US20110113202A1 (en) * 2009-11-06 2011-05-12 Alexander Branover Cache flush based on idle prediction and probe activity level
US8037228B2 (en) 2007-08-24 2011-10-11 Cypress Semiconductor Corporation Bridge device with page-access based processor interface
US20110265092A1 (en) * 2010-04-21 2011-10-27 Atsuhisa Ohtani Parallel computer system, job server, job scheduling method and job scheduling program
US8065540B2 (en) * 2008-10-31 2011-11-22 Dell Products, Lp Power control for information handling system having shared resources
US8090894B1 (en) 2007-09-21 2012-01-03 Cypress Semiconductor Corporation Architectures for supporting communication and access between multiple host devices and one or more common functions
US20120102344A1 (en) * 2010-10-21 2012-04-26 Andrej Kocev Function based dynamic power control
US8315269B1 (en) 2007-04-18 2012-11-20 Cypress Semiconductor Corporation Device, method, and protocol for data transfer between host device and device having storage interface
US8436720B2 (en) 2010-04-29 2013-05-07 International Business Machines Corporation Monitoring operating parameters in a distributed computing system with active messages
US8463957B2 (en) 2008-08-08 2013-06-11 Dell Products, Lp Enabling access to peripheral resources at a processor
US20130262896A1 (en) * 2012-03-29 2013-10-03 Semiconductor Energy Laboratory Co., Ltd. Processor and electronic device
US20130332762A1 (en) * 2010-12-24 2013-12-12 Telefonaktiebolaget L M Ericsson (Publ) Network node having a power saving mode
US20160179154A1 (en) * 2014-12-19 2016-06-23 In Win Development, Inc. Controlling the operating state of a system based on the operating state of a connected peripheral or system
US9575536B2 (en) 2014-08-22 2017-02-21 Intel Corporation Methods and apparatus to estimate power performance of a job that runs on multiple nodes of a distributed computer system
US10120430B2 (en) 2016-09-07 2018-11-06 Advanced Micro Devices, Inc. Dynamic reliability quality monitoring
US10223162B2 (en) 2015-07-27 2019-03-05 Advanced Micro Devices, Inc. Mechanism for resource utilization metering in a computer system
US10318363B2 (en) 2016-10-28 2019-06-11 Advanced Micro Devices, Inc. System and method for energy reduction based on history of reliability of a system
US11474591B2 (en) 2016-08-05 2022-10-18 Ati Technologies Ulc Fine-grain GPU power management and scheduling for virtual reality applications

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050182978A1 (en) * 2004-02-17 2005-08-18 Anderson Jason M. Always ready computing device
KR20050120565A (en) * 2004-06-17 2005-12-22 인텔 코오퍼레이션 Power state coordination between devices sharing power-managed resources
US7523337B2 (en) 2004-08-19 2009-04-21 Intel Corporation Power delivery system in which power supply and load exchange power consumption measurements via digital bus
US7610497B2 (en) 2005-02-01 2009-10-27 Via Technologies, Inc. Power management system with a bridge logic having analyzers for monitoring data quantity to modify operating clock and voltage of the processor and main memory
TW200700973A (en) 2005-06-28 2007-01-01 Via Tech Inc Power management method for connecting with central processing unit of a plurality of host bridges
WO2007023437A2 (en) * 2005-08-23 2007-03-01 Koninklijke Philips Electronics N.V. Method of controlling power states in a multimedia system
US20090119526A1 (en) * 2007-11-05 2009-05-07 Mediatek Inc. Electronic system and power control method thereof
CN109951309B (en) * 2017-12-21 2022-10-11 南京新联电子股份有限公司 Electric energy cloud acquisition system network node maintenance method and device

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5012406A (en) * 1988-04-19 1991-04-30 Power Card Supply Line of power interruption in predetermined area of internal permanent memory
US5535400A (en) * 1994-01-28 1996-07-09 Compaq Computer Corporation SCSI disk drive power down apparatus
US5666497A (en) * 1995-03-08 1997-09-09 Texas Instruments Incorporated Bus quieting circuits, systems and methods
US5675813A (en) 1995-10-26 1997-10-07 Microsoft Corporation System and method for power control in a universal serial bus
US5692202A (en) 1995-12-29 1997-11-25 Intel Corporation System, apparatus, and method for managing power in a computer system
US5778194A (en) * 1996-04-08 1998-07-07 Symbios, Inc. Method and apparatus for measuring performance of a computer bus
US5925134A (en) * 1997-09-30 1999-07-20 Intel Corporation Method and apparatus for power management
US6040845A (en) * 1997-12-22 2000-03-21 Compaq Computer Corp. Device and method for reducing power consumption within an accelerated graphics port target
DE19843147C1 (en) * 1998-09-21 2000-04-20 Siemens Nixdorf Inf Syst Controlling uninterruptable power supply for data processing system
US6119194A (en) * 1998-03-19 2000-09-12 Advanced Micro Devices, Inc. Method and apparatus for monitoring universal serial bus activity
US6151681A (en) 1997-06-25 2000-11-21 Texas Instruments Incorporated Dynamic device power management
US6163845A (en) 1998-10-02 2000-12-19 Conexant Systems, Inc. Apparatus and method for power management of embedded subsystems
US6243817B1 (en) * 1997-12-22 2001-06-05 Compaq Computer Corporation Device and method for dynamically reducing power consumption within input buffers of a bus interface unit
US6241400B1 (en) * 1997-12-22 2001-06-05 Compaq Computer Corporation Configuration logic within a PCI compliant bus interface unit which can be selectively disconnected from a clocking source to conserve power
US6285406B1 (en) 1997-03-28 2001-09-04 Compaq Computer Corporation Power management schemes for apparatus with converged functionalities
US6295566B1 (en) * 1998-10-31 2001-09-25 Campaq Computer Corporation PCI add-in-card capability using PCI-to-PCI bridge power management
US6393570B1 (en) * 1999-05-28 2002-05-21 3Com Corporation Low-power apparatus for power management enabling
US6460143B1 (en) * 1999-05-13 2002-10-01 Apple Computer, Inc. Apparatus and method for awakening bus circuitry from a low power state

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10254587A (en) * 1997-03-14 1998-09-25 Toshiba Corp Computer system
JPH11196436A (en) * 1997-12-26 1999-07-21 Alpine Electron Inc Video signal output device, video display system and on-vehicle navigation system
JP2000112585A (en) * 1998-10-02 2000-04-21 Toshiba Corp System lsi and power management method

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5012406A (en) * 1988-04-19 1991-04-30 Power Card Supply Line of power interruption in predetermined area of internal permanent memory
US5535400A (en) * 1994-01-28 1996-07-09 Compaq Computer Corporation SCSI disk drive power down apparatus
US5666497A (en) * 1995-03-08 1997-09-09 Texas Instruments Incorporated Bus quieting circuits, systems and methods
US5675813A (en) 1995-10-26 1997-10-07 Microsoft Corporation System and method for power control in a universal serial bus
US5692202A (en) 1995-12-29 1997-11-25 Intel Corporation System, apparatus, and method for managing power in a computer system
US5884088A (en) * 1995-12-29 1999-03-16 Intel Corporation System, apparatus and method for managing power in a computer system
US5778194A (en) * 1996-04-08 1998-07-07 Symbios, Inc. Method and apparatus for measuring performance of a computer bus
US6285406B1 (en) 1997-03-28 2001-09-04 Compaq Computer Corporation Power management schemes for apparatus with converged functionalities
US6151681A (en) 1997-06-25 2000-11-21 Texas Instruments Incorporated Dynamic device power management
US5925134A (en) * 1997-09-30 1999-07-20 Intel Corporation Method and apparatus for power management
US6040845A (en) * 1997-12-22 2000-03-21 Compaq Computer Corp. Device and method for reducing power consumption within an accelerated graphics port target
US6243817B1 (en) * 1997-12-22 2001-06-05 Compaq Computer Corporation Device and method for dynamically reducing power consumption within input buffers of a bus interface unit
US6241400B1 (en) * 1997-12-22 2001-06-05 Compaq Computer Corporation Configuration logic within a PCI compliant bus interface unit which can be selectively disconnected from a clocking source to conserve power
US6119194A (en) * 1998-03-19 2000-09-12 Advanced Micro Devices, Inc. Method and apparatus for monitoring universal serial bus activity
DE19843147C1 (en) * 1998-09-21 2000-04-20 Siemens Nixdorf Inf Syst Controlling uninterruptable power supply for data processing system
US6163845A (en) 1998-10-02 2000-12-19 Conexant Systems, Inc. Apparatus and method for power management of embedded subsystems
US6295566B1 (en) * 1998-10-31 2001-09-25 Campaq Computer Corporation PCI add-in-card capability using PCI-to-PCI bridge power management
US6460143B1 (en) * 1999-05-13 2002-10-01 Apple Computer, Inc. Apparatus and method for awakening bus circuitry from a low power state
US6393570B1 (en) * 1999-05-28 2002-05-21 3Com Corporation Low-power apparatus for power management enabling

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Small Computer System Interface Bus Concurrent Maintenance Device" IBM TDB, Aug. 1993, vol. 36, pp 261-262.* *
International Search Report Application No. PCT/US 01/15122, mailed Aug. 29, 2002.

Cited By (95)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020062456A1 (en) * 2000-11-17 2002-05-23 Stmicroelectronics S.A. Device for automatically controlling a voltage applied to a data conductor in a serial link
US7000123B2 (en) * 2000-11-17 2006-02-14 Stmicroelectronics Sa Device for automatically controlling a voltage applied to a data conductor in a serial link
US20030046522A1 (en) * 2001-08-29 2003-03-06 Koninklijke Philips Electronics N.V. Adaptively monitoring bus signals
US6931524B2 (en) * 2001-08-29 2005-08-16 Koninklijke Philips Electronics N.V. System for bus monitoring using a reconfigurable bus monitor which is adapted to report back to CPU in response to detecting certain selected events
US20030051177A1 (en) * 2001-09-12 2003-03-13 Kwanghoi Koo Method and apparatus for system power control through sensing peripheral power consumption
US20060136759A1 (en) * 2001-09-12 2006-06-22 Kwanghoi Koo Method and apparatus for system power control through sensing peripheral power consumption
US6981161B2 (en) * 2001-09-12 2005-12-27 Apple Computer, Inc. Method and apparatus for changing a digital processing system power consumption state by sensing peripheral power consumption
US7574614B2 (en) 2001-09-12 2009-08-11 Apple Inc. Method and apparatus for changing a digital processing system power consumption state by sensing peripheral power consumption
US20030056123A1 (en) * 2001-09-19 2003-03-20 Hsieh Kuang Hsun Power management method for hand-held information processing apparatus
US20030065497A1 (en) * 2001-09-28 2003-04-03 Rhoads Monte J. Power management system to select a power state for a network computer system based on load
US20030149903A1 (en) * 2002-02-01 2003-08-07 Yu-Wei Chang Method for enabling power-saving mode
US7467315B2 (en) 2002-02-01 2008-12-16 Via Technologies, Inc. Method for enabling power-saving mode
US20060112289A1 (en) * 2002-02-01 2006-05-25 Yu-Wei Chang Method for enabling power-saving mode
US7080189B1 (en) * 2002-05-31 2006-07-18 Cypress Semiconductor Corp. USB device communication
US20040059852A1 (en) * 2002-09-24 2004-03-25 Weiyun Sun System and method of mastering a serial bus
US7039734B2 (en) * 2002-09-24 2006-05-02 Hewlett-Packard Development Company, L.P. System and method of mastering a serial bus
US20040153678A1 (en) * 2003-02-05 2004-08-05 Infineon Technologies North America Corp. Microprocessor idle mode management system
US7222251B2 (en) * 2003-02-05 2007-05-22 Infineon Technologies Ag Microprocessor idle mode management system
US20040181701A1 (en) * 2003-03-14 2004-09-16 Yoshihiro Okumura Power controller of combined electronic equipment
US20040212941A1 (en) * 2003-04-22 2004-10-28 Haas William Robert Power sharing system and method for battery operated controller and application modules
US7105953B2 (en) * 2003-04-22 2006-09-12 Hewlett-Packard Development Company, L.P. Power sharing system and method for battery operated controller and application modules
US20040215985A1 (en) * 2003-04-24 2004-10-28 International Business Machines Corporation Method, apparatus and computer program product for detecting and powering off unused I/O slots in a computer system
US7039820B2 (en) * 2003-04-24 2006-05-02 International Business Machines Corporation Method for detecting and powering off unused I/O slots in a computer system
US20050033869A1 (en) * 2003-06-06 2005-02-10 Cline Leslie E. Future activity list for peripheral bus host controller
US7231468B2 (en) * 2003-06-06 2007-06-12 Intel Corporation Future activity list for peripheral bus host controller
US7272741B2 (en) 2004-06-02 2007-09-18 Intel Corporation Hardware coordination of power management activities
US7315952B2 (en) 2004-06-02 2008-01-01 Intel Corporation Power state coordination between devices sharing power-managed resources
US20050273633A1 (en) * 2004-06-02 2005-12-08 Intel Corporation Hardware coordination of power management activities
US20050273635A1 (en) * 2004-06-02 2005-12-08 Wilcox Jeffrey R Power state coordination between devices sharing power-managed resources
US20060149977A1 (en) * 2004-12-31 2006-07-06 Barnes Cooper Power managing point-to-point AC coupled peripheral device
US20060230191A1 (en) * 2005-04-11 2006-10-12 Shih-Chi Chang Method for enabling or disabling a peripheral device that is maintained electrically connected to a computer system
US8156350B2 (en) * 2005-08-10 2012-04-10 Nokia Corporation Controlling multilevel shared resources in a computing device
US20100169679A1 (en) * 2005-08-10 2010-07-01 Symbian Software Ltd. Controlling multilevel shared resources in a computing device
US8315269B1 (en) 2007-04-18 2012-11-20 Cypress Semiconductor Corporation Device, method, and protocol for data transfer between host device and device having storage interface
US8037228B2 (en) 2007-08-24 2011-10-11 Cypress Semiconductor Corporation Bridge device with page-access based processor interface
US8090894B1 (en) 2007-09-21 2012-01-03 Cypress Semiconductor Corporation Architectures for supporting communication and access between multiple host devices and one or more common functions
US7895387B1 (en) 2007-09-27 2011-02-22 Cypress Semiconductor Corporation Devices and methods for sharing common target device with two different hosts according to common communication protocol
US20090222832A1 (en) * 2008-02-29 2009-09-03 Dell Products, Lp System and method of enabling resources within an information handling system
US20090300394A1 (en) * 2008-05-29 2009-12-03 International Business Machines Corporation Reducing Power Consumption During Execution Of An Application On A Plurality Of Compute Nodes
US20090300399A1 (en) * 2008-05-29 2009-12-03 International Business Machines Corporation Profiling power consumption of a plurality of compute nodes while processing an application
US8195967B2 (en) 2008-05-29 2012-06-05 International Business Machines Corporation Reducing power consumption during execution of an application on a plurality of compute nodes
US9459917B2 (en) 2008-06-09 2016-10-04 International Business Machines Corporation Thread selection according to power characteristics during context switching on compute nodes
US8458722B2 (en) 2008-06-09 2013-06-04 International Business Machines Corporation Thread selection according to predefined power characteristics during context switching on compute nodes
US8370661B2 (en) 2008-06-09 2013-02-05 International Business Machines Corporation Budget-based power consumption for application execution on a plurality of compute nodes
US20090307708A1 (en) * 2008-06-09 2009-12-10 International Business Machines Corporation Thread Selection During Context Switching On A Plurality Of Compute Nodes
US8296590B2 (en) 2008-06-09 2012-10-23 International Business Machines Corporation Budget-based power consumption for application execution on a plurality of compute nodes
US8291427B2 (en) * 2008-06-09 2012-10-16 International Business Machines Corporation Scheduling applications for execution on a plurality of compute nodes of a parallel computer to manage temperature of the nodes during execution
US20090307703A1 (en) * 2008-06-09 2009-12-10 International Business Machines Corporation Scheduling Applications For Execution On A Plurality Of Compute Nodes Of A Parallel Computer To Manage temperature of the nodes during execution
US20090307036A1 (en) * 2008-06-09 2009-12-10 International Business Machines Corporation Budget-Based Power Consumption For Application Execution On A Plurality Of Compute Nodes
US20100005326A1 (en) * 2008-07-03 2010-01-07 International Business Machines Corporation Profiling An Application For Power Consumption During Execution On A Compute Node
US8250389B2 (en) 2008-07-03 2012-08-21 International Business Machines Corporation Profiling an application for power consumption during execution on a plurality of compute nodes
US8463957B2 (en) 2008-08-08 2013-06-11 Dell Products, Lp Enabling access to peripheral resources at a processor
US20100033433A1 (en) * 2008-08-08 2010-02-11 Dell Products, Lp Display system and method within a reduced resource information handling system
US8134565B2 (en) 2008-08-08 2012-03-13 Dell Products, Lp System, module and method of enabling a video interface within a limited resource enabled information handling system
US8520014B2 (en) 2008-08-08 2013-08-27 Dell Products, Lp System, module, and method of enabling a video interface within a limited resource enabled information handling system
US20100033629A1 (en) * 2008-08-08 2010-02-11 Dell Products, Lp System, module and method of enabling a video interface within a limited resource enabled information handling system
US20100107238A1 (en) * 2008-10-29 2010-04-29 Dell Products, Lp Security module and method within an information handling system
US10516668B2 (en) 2008-10-29 2019-12-24 Dell Products, Lp Security module and method within an information handling system
US8863268B2 (en) 2008-10-29 2014-10-14 Dell Products, Lp Security module and method within an information handling system
US20100115303A1 (en) * 2008-10-30 2010-05-06 Dell Products, Lp System and method of utilizing resources within an information handling system
US20100115050A1 (en) * 2008-10-30 2010-05-06 Dell Products, Lp System and method of polling with an information handling system
US8769328B2 (en) 2008-10-30 2014-07-01 Dell Products, Lp System and method of utilizing resources within an information handling system
US10148787B2 (en) 2008-10-30 2018-12-04 Dell Products, Lp System and method of polling with an information handling system
US8370673B2 (en) 2008-10-30 2013-02-05 Dell Products, Lp System and method of utilizing resources within an information handling system
US20100115313A1 (en) * 2008-10-31 2010-05-06 Dell Products, Lp Information handling system with integrated low-power processing resources
US8583953B2 (en) * 2008-10-31 2013-11-12 Dell Products, Lp Power control for information handling system having shared resources
US8065540B2 (en) * 2008-10-31 2011-11-22 Dell Products, Lp Power control for information handling system having shared resources
US20120036379A1 (en) * 2008-10-31 2012-02-09 Dell Products, Lp Power Control for Information Handling System Having Shared Resources
US8271817B2 (en) 2008-10-31 2012-09-18 Dell Products, Lp Information handling system with processing system, low-power processing system and shared resources
US8037333B2 (en) 2008-10-31 2011-10-11 Dell Products, Lp Information handling system with processing system, low-power processing system and shared resources
US8799695B2 (en) 2008-10-31 2014-08-05 Dell Products, Lp Information handling system with processing system, low-power processing system and shared resources
US20100287394A1 (en) * 2009-05-06 2010-11-11 Alexander Branover North-bridge to south-bridge protocol for placing processor in low power state
US8566628B2 (en) * 2009-05-06 2013-10-22 Advanced Micro Devices, Inc. North-bridge to south-bridge protocol for placing processor in low power state
US20110113202A1 (en) * 2009-11-06 2011-05-12 Alexander Branover Cache flush based on idle prediction and probe activity level
US20110112798A1 (en) * 2009-11-06 2011-05-12 Alexander Branover Controlling performance/power by frequency control of the responding node
US9021209B2 (en) 2009-11-06 2015-04-28 Advanced Micro Devices, Inc. Cache flush based on idle prediction and probe activity level
US8635323B2 (en) * 2010-04-21 2014-01-21 Nec Corporation Parallel computer system, job server, job scheduling method and job scheduling program
US20110265092A1 (en) * 2010-04-21 2011-10-27 Atsuhisa Ohtani Parallel computer system, job server, job scheduling method and job scheduling program
US8436720B2 (en) 2010-04-29 2013-05-07 International Business Machines Corporation Monitoring operating parameters in a distributed computing system with active messages
US8957767B2 (en) 2010-04-29 2015-02-17 International Business Machines Corporation Monitoring operating parameters in a distributed computing system with active messages
US20120102344A1 (en) * 2010-10-21 2012-04-26 Andrej Kocev Function based dynamic power control
US8438416B2 (en) * 2010-10-21 2013-05-07 Advanced Micro Devices, Inc. Function based dynamic power control
US9557796B2 (en) * 2010-12-24 2017-01-31 Telefonaktiebolaget L M Ericsson Network node having a power saving mode
US20130332762A1 (en) * 2010-12-24 2013-12-12 Telefonaktiebolaget L M Ericsson (Publ) Network node having a power saving mode
US20130262896A1 (en) * 2012-03-29 2013-10-03 Semiconductor Energy Laboratory Co., Ltd. Processor and electronic device
US9575536B2 (en) 2014-08-22 2017-02-21 Intel Corporation Methods and apparatus to estimate power performance of a job that runs on multiple nodes of a distributed computer system
US9927857B2 (en) 2014-08-22 2018-03-27 Intel Corporation Profiling a job power and energy consumption for a data processing system
US9921633B2 (en) 2014-08-22 2018-03-20 Intel Corporation Power aware job scheduler and manager for a data processing system
US10289183B2 (en) 2014-08-22 2019-05-14 Intel Corporation Methods and apparatus to manage jobs that can and cannot be suspended when there is a change in power allocation to a distributed computer system
US10712796B2 (en) 2014-08-22 2020-07-14 Intel Corporation Method and apparatus to generate and use power, thermal and performance characteristics of nodes to improve energy efficiency and reducing wait time for jobs in the queue
US20160179154A1 (en) * 2014-12-19 2016-06-23 In Win Development, Inc. Controlling the operating state of a system based on the operating state of a connected peripheral or system
US10223162B2 (en) 2015-07-27 2019-03-05 Advanced Micro Devices, Inc. Mechanism for resource utilization metering in a computer system
US11474591B2 (en) 2016-08-05 2022-10-18 Ati Technologies Ulc Fine-grain GPU power management and scheduling for virtual reality applications
US10120430B2 (en) 2016-09-07 2018-11-06 Advanced Micro Devices, Inc. Dynamic reliability quality monitoring
US10318363B2 (en) 2016-10-28 2019-06-11 Advanced Micro Devices, Inc. System and method for energy reduction based on history of reliability of a system

Also Published As

Publication number Publication date
TW528945B (en) 2003-04-21
WO2002019078A2 (en) 2002-03-07
KR100727050B1 (en) 2007-06-12
WO2002019078A3 (en) 2003-01-16
DE60139501D1 (en) 2009-09-17
EP1340135B1 (en) 2009-08-05
KR20030033041A (en) 2003-04-26
CN1194281C (en) 2005-03-23
AU2001259711A1 (en) 2002-03-13
EP1340135A2 (en) 2003-09-03
JP2004507830A (en) 2004-03-11
CN1449517A (en) 2003-10-15

Similar Documents

Publication Publication Date Title
US6760852B1 (en) System and method for monitoring and controlling a power-manageable resource based upon activities of a plurality of devices
US6119194A (en) Method and apparatus for monitoring universal serial bus activity
EP1356366B1 (en) Computer peripheral device that remains operable when central processor operations are suspended
US6704877B2 (en) Dynamically changing the performance of devices in a computer platform
US5628029A (en) Apparatus for monitoring distributed I/O device by providing a monitor in each I/O device control for generating signals based upon the device status
US6460143B1 (en) Apparatus and method for awakening bus circuitry from a low power state
US7330926B2 (en) Interruption control system
US6131131A (en) Computer system including an enhanced communication interface for an ACPI-compliant controller
US20050160196A1 (en) Power managed USB for computing applications using a controller
US20060294407A1 (en) Response to wake event while a system is in reduced power consumption state
US20030140285A1 (en) Processor internal error handling in an SMP server
US5381414A (en) Method and apparatus for determining if a data packet is addressed to a computer within a network
US6991173B2 (en) Method and apparatus for autoreset of a USB smart card device in a mute mode
JP2006338380A (en) Information processor and its control method
US7124248B2 (en) Current media status determination for a storage device
JP2002168926A (en) Method of calculating capacity of intelligent battery, intelligent battery, and mobile electronic equipment
US6871252B1 (en) Method and apparatus for logical detach for a hot-plug-in data bus
US7228457B2 (en) Performing diagnostic operations upon a data processing apparatus with power down support
US20020124125A1 (en) Method and apparatus to permit a peripheral device to become the default system bus master
US7337338B2 (en) Information handling system capable of operation in reduced power states
US20050086407A1 (en) Interruption control system and method
EP1635247B1 (en) Power saving inhibiting factor identification system, information processing device, power saving inhibiting factor identification method, program, and recording medium
JP2001109538A (en) Power management system
CN117215992A (en) Heterogeneous core processor, heterogeneous processor and power management method

Legal Events

Date Code Title Description
AS Assignment

Owner name: ADVANCED MICRO DEVICES, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GULICK, DALE E.;REEL/FRAME:011067/0293

Effective date: 20000821

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: GLOBALFOUNDRIES INC., CAYMAN ISLANDS

Free format text: AFFIRMATION OF PATENT ASSIGNMENT;ASSIGNOR:ADVANCED MICRO DEVICES, INC.;REEL/FRAME:023119/0083

Effective date: 20090630

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: WILMINGTON TRUST, NATIONAL ASSOCIATION, DELAWARE

Free format text: SECURITY AGREEMENT;ASSIGNOR:GLOBALFOUNDRIES INC.;REEL/FRAME:049490/0001

Effective date: 20181127

AS Assignment

Owner name: GLOBALFOUNDRIES U.S. INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GLOBALFOUNDRIES INC.;REEL/FRAME:054633/0001

Effective date: 20201022

AS Assignment

Owner name: GLOBALFOUNDRIES INC., CAYMAN ISLANDS

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:054636/0001

Effective date: 20201117

AS Assignment

Owner name: GLOBALFOUNDRIES U.S. INC., NEW YORK

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:056987/0001

Effective date: 20201117