summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* flash write and erase commands protect the active image.Louis Yung-Chieh Lo2012-03-272-0/+4
* Support warm reboot from one EC image to another.Randall Spangler2012-03-192-1/+3
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-2/+2
* Merge "Add battery SMI events and refactor charging state"Gerrit2012-03-191-2/+4
|\
| * Add battery SMI events and refactor charging stateRong Chang2012-03-191-2/+4
* | Clean up chip/board configs for LM4Randall Spangler2012-03-161-2/+1
* | Add support for 1-wire protocol and power adapter LEDsRandall Spangler2012-03-162-0/+56
|/
* Temperature sensor grouping.Vic Yang2012-03-163-4/+19
* Add wake signal to PCHRandall Spangler2012-03-152-21/+25
* Add ability to trigger both warm and cold resets.Randall Spangler2012-03-151-2/+3
* Add back LPC temperature read command as workaround.Vic Yang2012-03-142-0/+34
* Temp sensor report 0xfd on sensor unpowered.Vic Yang2012-03-142-2/+9
* Add x86 reset supportRandall Spangler2012-03-121-0/+3
* Support reboot_ec command in ectool (temporarily).Louis Yung-Chieh Lo2012-03-092-0/+14
* Update LPC mapped switch states with write protect and recovery statesRandall Spangler2012-03-071-0/+4
* Add battery lpc commandsRong Chang2012-03-072-2/+54
* Add EC status bit definitionsVadim Bendebury2012-03-071-0/+9
* Add smart battery functions read ascii infoRong Chang2012-03-061-0/+22
* Add I2C transmit/receive functionRong Chang2012-03-061-0/+12
* Update switch positions in EC mapped dataRandall Spangler2012-03-051-1/+6
* Add LPC command to get EC build infoRandall Spangler2012-03-051-0/+7
* Add platform-neutral chipset interfaceRandall Spangler2012-03-052-3/+32
* Trigger host events for power button and lid switchRandall Spangler2012-03-051-0/+22
* Add SMI/SCI supportRandall Spangler2012-03-052-7/+71
* Write battery values to LPC mapped memoryRong Chang2012-03-031-0/+7
* Add battery charge state machine and taskRong Chang2012-03-031-0/+17
* update versioning information stored in the ECVincent Palatin2012-03-022-5/+23
* Refactor LPC status / result codesRandall Spangler2012-03-012-13/+29
* Thermal Engine: LPC commands.Vic Yang2012-02-292-0/+33
* Thermal EngineVic Yang2012-02-281-0/+50
* Register host commands the same clever way we do console commandsRandall Spangler2012-02-286-89/+17
* Merge "Add persistent host storage in EC EEPROM"Gerrit2012-02-283-10/+55
|\
| * Add persistent host storage in EC EEPROMRandall Spangler2012-02-283-10/+55
* | Merge "Make all warnings into errors."Gerrit2012-02-281-2/+2
|\ \ | |/ |/|
| * Make all warnings into errors.Bill Richardson2012-02-271-2/+2
* | Merge "Add APIs for thermal module to tell x86_power about overheating"Gerrit2012-02-271-0/+7
|\ \
| * | Add APIs for thermal module to tell x86_power about overheatingRandall Spangler2012-02-271-0/+7
| |/
* | Merge "EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPM"Gerrit2012-02-271-0/+3
|\ \
| * | EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPMVic Yang2012-02-271-0/+3
| |/
* | Remove EC_LPC_COMMAND_TEMP_SENSOR_GET_READINGSVic Yang2012-02-272-32/+1
|/
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-0/+4
* Revert "Disable fan PWM when +5VS is disabled"Dave Tu2012-02-271-4/+0
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-0/+4
* Write temperature values to LPC mapped value space.Vic Yang2012-02-241-0/+15
* Add EC host commands for keyboard backlightRandall Spangler2012-02-213-2/+18
* Temperature polling and temporal correctionVic Yang2012-02-184-37/+42
* Delay enabling UART1 until after LPC bus is enabled.Bill Richardson2012-02-171-0/+3
* USB charging control LPC command.Vic Yang2012-02-162-0/+30
* Make i8042 independent of host <--> KBC bus.David Hendricks2012-02-151-0/+5
* Merge "Change TMP006 temperature calculation to use FP."Gerrit2012-02-151-2/+4
|\