summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Set TPSCHROME temp range configurationRong Chang2012-07-291-0/+62
* 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/+8
* Add RW offset query interface (EC_CMD_FLASH_RW_OFFSET).Louis Yung-Chieh Lo2012-07-241-0/+26
* Calculate the hash only of the actual RW codeRandall Spangler2012-07-241-1/+12
* Revert "Revert "i2c: Support command version numbers""Simon Glass2012-07-242-0/+13
* Refactor flash moduleRandall Spangler2012-07-232-40/+8
* Implement something close to final lightbar code.Bill Richardson2012-07-231-0/+12
* host_command: Add send_result() to the arg structureSimon Glass2012-07-231-11/+18
* Add console functionalityRandall Spangler2012-07-231-0/+1
* Refactor reboot command to add ap-off and cancel optionsRandall Spangler2012-07-231-1/+9
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-221-18/+11
* Revert "i2c: Support command version numbers"Randall Spangler2012-07-222-13/+0
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-8/+24
* i2c: Support command version numbersSimon Glass2012-07-222-0/+13
* host_command: Add send_result() to the arg structureSimon Glass2012-07-221-11/+18
* stm32f: Fix some error in flash write protectVic Yang2012-07-211-1/+2
* Add interface to charge_state for lightbarRandall Spangler2012-07-191-0/+10
* Add host command to exit force idle charge stateVic Yang2012-07-181-0/+4
* Add EC flash protect command to ectoolRandall Spangler2012-07-182-22/+57
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-181-16/+26
* Remove flash_read()Randall Spangler2012-07-181-47/+42
* Continue refactoring flash write protectRandall Spangler2012-07-181-10/+20
* Move looking at write protect GPIO to button/switches moduleRandall Spangler2012-07-181-0/+5
* Continue simplifying flash write protectRandall Spangler2012-07-181-21/+8
* Simplify flash protection, part 1Randall Spangler2012-07-181-20/+14
* Remove old flash WP commandsRandall Spangler2012-07-181-51/+2
* Set power LED to green when we are trickle charging nearly fullVic Yang2012-07-181-0/+2
* Rename section A to RW, to match other platformsRandall Spangler2012-07-172-4/+4
* Remove firmware BRandall Spangler2012-07-172-8/+6
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-162-3/+5
* Support preserving reset flags across a resetRandall Spangler2012-07-161-4/+13
* Refactor reset reasonsRandall Spangler2012-07-161-20/+35
* Debounce charging voltage when cross 8.0VRong Chang2012-07-151-1/+2
* Define __packed inside ec_commands.hRandall Spangler2012-07-131-0/+8
* Add GPIO get/set host commandVic Yang2012-07-131-1/+22
* Add a host command to force charge state in IDLE modeVic Yang2012-07-121-0/+6
* Add keyboard recovery eventRandall Spangler2012-07-121-0/+2
* Simplify host event processingRandall Spangler2012-07-122-11/+16
* Add second copy of event stateRandall Spangler2012-07-122-1/+3
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-1/+38
* Use response pointer and size from host command args structRandall Spangler2012-07-121-4/+5
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-121-5/+15
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-121-1/+7
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-121-16/+22
* Add I2C read/write host commandVic Yang2012-07-121-0/+27
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-111-12/+3
* Add host command to check what command versions are supportedRandall Spangler2012-07-111-0/+15
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-112-37/+65
* Host command interface has only one slot nowRandall Spangler2012-07-102-24/+19