summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update switch positions in EC mapped dataRandall Spangler2012-03-053-7/+53
* Add LPC command to get EC build infoRandall Spangler2012-03-054-34/+67
* Only send power button pulse on lid-open when main chipset is offRandall Spangler2012-03-053-6/+14
* Add platform-neutral chipset interfaceRandall Spangler2012-03-056-34/+95
* Trigger host events for power button and lid switchRandall Spangler2012-03-052-0/+29
* Add SMI/SCI supportRandall Spangler2012-03-0510-9/+456
* Merge "Handle ghost key in matrix scanner."Gerrit2012-03-041-5/+21
|\
| * Handle ghost key in matrix scanner.Louis Yung-Chieh Lo2012-03-021-5/+21
* | Write battery values to LPC mapped memoryRong Chang2012-03-032-7/+89
* | Merge "Add battery charge state machine and task"Gerrit2012-03-027-2/+497
|\ \
| * | Add battery charge state machine and taskRong Chang2012-03-037-2/+497
* | | Add %b format output via uart_printfRong Chang2012-03-031-3/+9
|/ /
* | fix version generation scriptVincent Palatin2012-03-021-1/+1
* | Refactor ectool command handlingRandall Spangler2012-03-021-46/+43
* | Merge "Fix a bug causing ectool to return error return code."Gerrit2012-03-021-3/+8
|\ \
| * | Fix a bug causing ectool to return error return code.Vic Yang2012-03-021-3/+8
* | | update versioning information stored in the ECVincent Palatin2012-03-0211-40/+106
|/ /
* | Report error when PECI temperature read fails.Vic Yang2012-03-012-7/+3
* | Merge "Refactor LPC status / result codes"Gerrit2012-03-0110-82/+93
|\ \
| * | Refactor LPC status / result codesRandall Spangler2012-03-0110-82/+93
| |/
* | Merge "Make TMP006 polling check for power first."Gerrit2012-03-011-6/+26
|\ \ | |/ |/|
| * Make TMP006 polling check for power first.Vic Yang2012-03-011-6/+26
* | Console command for thermal engine fan control.Vic Yang2012-02-292-0/+18
|/
* Merge "stm32l: fix new line output on the UART"Gerrit2012-02-291-0/+5
|\
| * stm32l: fix new line output on the UARTVincent Palatin2012-02-291-0/+5
* | Merge "Thermal Engine: LPC commands."Gerrit2012-02-297-7/+240
|\ \
| * | Thermal Engine: LPC commands.Vic Yang2012-02-297-7/+240
* | | Merge "Fix a bug causing TMP006 debug message truncated."Gerrit2012-02-291-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix a bug causing TMP006 debug message truncated.Vic Yang2012-02-291-0/+1
| |/
* | uart: fix race condition in flow controlVincent Palatin2012-02-291-5/+2
* | Fix a bug causing console history to miss a character.Vic Yang2012-02-291-1/+1
|/
* Thermal EngineVic Yang2012-02-286-0/+285
* Fix version command crashing if no image BRandall Spangler2012-02-282-16/+18
* Register host commands the same clever way we do console commandsRandall Spangler2012-02-2813-186/+82
* Merge "Add persistent host storage in EC EEPROM"Gerrit2012-02-288-54/+388
|\
| * Add persistent host storage in EC EEPROMRandall Spangler2012-02-288-54/+388
* | Merge "Remove unused temperature command"Gerrit2012-02-281-39/+46
|\ \
| * | Remove unused temperature commandVic Yang2012-02-281-39/+46
| |/
* | Merge "Make all warnings into errors."Gerrit2012-02-284-15/+14
|\ \ | |/ |/|
| * Make all warnings into errors.Bill Richardson2012-02-274-15/+14
* | Merge "Add APIs for thermal module to tell x86_power about overheating"Gerrit2012-02-272-1/+22
|\ \
| * | Add APIs for thermal module to tell x86_power about overheatingRandall Spangler2012-02-272-1/+22
| |/
* | Merge "Have TMP006 sensor report -1 on sensor failure."Gerrit2012-02-271-2/+14
|\ \
| * | Have TMP006 sensor report -1 on sensor failure.Vic Yang2012-02-271-2/+14
| |/
* | Merge "EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPM"Gerrit2012-02-273-1/+10
|\ \
| * | EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPMVic Yang2012-02-273-1/+10
| |/
* | Merge "Remove EC_LPC_COMMAND_TEMP_SENSOR_GET_READINGS"Gerrit2012-02-275-71/+2
|\ \ | |/ |/|
| * Remove EC_LPC_COMMAND_TEMP_SENSOR_GET_READINGSVic Yang2012-02-275-71/+2
* | Write current fan speed to LPC mapped value space.Vic Yang2012-02-274-6/+55
|/
* Merge "Disable fan PWM when +5VS is disabled"Gerrit2012-02-273-7/+38
|\