summaryrefslogtreecommitdiff
path: root/common/x86_power.c
Commit message (Expand)AuthorAgeFilesLines
* Drop DPWROK when system is off for more than 10 secrelease-R20-2268.BRandall Spangler2012-05-091-54/+119
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-37/+18
* Fix polarity of radio-disable GPIOsRandall Spangler2012-05-091-0/+4
* Automatically switch USB charging modeVic Yang2012-05-091-0/+10
* Add GPIOs for WLAN power control and PCH RTCRST#Randall Spangler2012-05-071-0/+6
* link: enable +5V always-on at startupVincent Palatin2012-04-271-0/+3
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-2/+2
* Refactor async console outputRandall Spangler2012-04-241-12/+15
* Remove DDR shunt signal, which is no longer present on proto1Randall Spangler2012-04-131-3/+0
* Disable screen and keyboard backlights when lid is closed.Randall Spangler2012-04-131-7/+0
* Add preliminary lightbar functionality.Bill Richardson2012-04-121-0/+5
* Change task messages to eventsRandall Spangler2012-04-061-5/+5
* Don't wait for CPU_CORE and VGFX_CORE good before asserting PWROKRandall Spangler2012-04-031-6/+3
* Add %T format code to print current timestamp.Randall Spangler2012-04-031-1/+1
* Preserve reset cause when jumping between EC imagesRandall Spangler2012-04-031-3/+4
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-1/+27
* Add wake signal to PCHRandall Spangler2012-03-151-3/+4
* Add ability to trigger both warm and cold resets.Randall Spangler2012-03-151-10/+40
* Add x86 reset supportRandall Spangler2012-03-121-0/+22
* GPIO changes for link proto1Randall Spangler2012-03-121-0/+13
* Add platform-neutral chipset interfaceRandall Spangler2012-03-051-22/+32
* Add SMI/SCI supportRandall Spangler2012-03-051-0/+6
* Add APIs for thermal module to tell x86_power about overheatingRandall Spangler2012-02-271-1/+15
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-0/+7
* Only deassert RCINn in S0Randall Spangler2012-02-271-0/+6
* Revert "Only deassert RCINn in S0"Dave Tu2012-02-271-6/+0
* Only deassert RCINn in S0Randall Spangler2012-02-241-0/+6
* Send scan code to host when power button is pressed/released.Louis Yung-Chieh Lo2012-02-101-0/+6
* More complete x86 power moduleRandall Spangler2012-02-071-43/+77
* Turn on when power button pressedRandall Spangler2012-02-071-22/+17
* Increase simulated power button duration in x86power s0 commandRandall Spangler2012-02-061-2/+6
* Track the remaining GPIOs from the PCHRandall Spangler2012-01-271-36/+41
* Add x86power command to get/set x86 power stateRandall Spangler2012-01-261-9/+40
* Add x86 power state machineRandall Spangler2012-01-171-0/+285