summaryrefslogtreecommitdiff
path: root/common/x86_power.c
Commit message (Expand)AuthorAgeFilesLines
* Split x86_power.c into Ivybridge and Haswell variantsBill Richardson2013-04-301-769/+0
* Move common chipset console commands to chipset.cRandall Spangler2013-04-241-29/+0
* Active-low Link GPIOs end with _L, not n.Randall Spangler2013-04-221-32/+32
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-021-2/+2
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-191-6/+6
* Move external power detect for link to its own fileChromeOS Developer2013-03-191-3/+4
* link: If a required power rail drops, shut downRandall Spangler2013-02-121-4/+52
* link: Enable +5VALW at boot and leave it enabledRandall Spangler2012-12-061-7/+7
* x86: set hibernation delay to 1 hourVincent Palatin2012-11-071-1/+1
* Move reset/overheat/shutdown funcs to chipset interfaceRandall Spangler2012-11-011-23/+7
* link: Fix overflow in hibernate time calculationRandall Spangler2012-11-011-1/+5
* Rename power_button module to switchRandall Spangler2012-10-301-5/+5
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-6/+6
* Clean up x86power moduleRandall Spangler2012-10-261-47/+27
* Hook functions no longer return valuesRandall Spangler2012-10-231-16/+13
* 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