summaryrefslogtreecommitdiff
path: root/common/x86_power.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up EC hibernate logicRandall Spangler2012-08-131-3/+4
* Clean up debug outputRandall Spangler2012-08-071-3/+3
* Add host events for shutdown due to thermal or batteryRandall Spangler2012-08-071-0/+1
* Hibernate when in G3 for 24 hoursVic Yang2012-08-071-2/+62
* Add x86indebug commandRandall Spangler2012-08-031-0/+27
* Change host command params/response pointers to void *Randall Spangler2012-07-261-2/+2
* Fix order of init hooks so chipset is called before power buttonRandall Spangler2012-07-241-1/+1
* Print console messages for overtemp and shutdownDuncan Laurie2012-07-161-1/+5
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-4/+7
* x86power module must init before power button moduleRandall Spangler2012-07-031-2/+1
* Add x86shutdown console commandRandall Spangler2012-06-291-50/+94
* Implement x86 force shutdownRong Chang2012-06-191-2/+14
* Stay in G3 when power appliedRandall Spangler2012-06-071-7/+4
* Fix setting PROCHOT levelRandall Spangler2012-06-061-2/+2
* Add powerinfo command to display CPU stateBill Richardson2012-06-061-0/+11
* Add host command to switch LCD backlight and WLAN/BluetoothVic Yang2012-06-011-0/+17
* Better help for console commandsRandall Spangler2012-05-251-15/+4
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-211-20/+43
* Add AC state change hookRandall Spangler2012-05-171-0/+17
* Change polarity of PROCHOT signal to match EVTRandall Spangler2012-05-141-0/+20
* Use open drain reset signals, and clean up signals to 5VALW-powered devicesRandall Spangler2012-05-101-25/+24
* 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