summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* chromeos-ec: Refine FMAP.Hung-Te Lin2012-07-181-37/+33
* Add EC flash protect command to ectoolRandall Spangler2012-07-185-37/+206
* Better handling of corner cases for flash protectionRandall Spangler2012-07-181-13/+22
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-189-137/+77
* Remove flash_read()Randall Spangler2012-07-186-115/+58
* Continue refactoring flash write protectRandall Spangler2012-07-183-54/+84
* Move looking at write protect GPIO to button/switches moduleRandall Spangler2012-07-183-9/+22
* Stop reporting keyboard recovery switchRandall Spangler2012-07-181-5/+0
* Continue simplifying flash write protectRandall Spangler2012-07-183-101/+39
* Move flash commands into flash_common.cRandall Spangler2012-07-183-236/+227
* Simplify flash protection, part 1Randall Spangler2012-07-189-177/+101
* Remove the keyboard "cold reset" hackDuncan Laurie2012-07-181-4/+1
* Remove old flash WP commandsRandall Spangler2012-07-182-145/+2
* ir357x: update voltage regulator settingsVincent Palatin2012-07-181-30/+85
* Set power LED to green when we are trickle charging nearly fullVic Yang2012-07-183-28/+34
* Enable Lucas EC WP again.Louis Yung-Chieh Lo2012-07-182-26/+95
* gaia_power: Allow AP power to be controlledSimon Glass2012-07-171-2/+37
* gaia_power: Add power command to check power state.Simon Glass2012-07-171-0/+42
* stm32mon supports read unprotection.Louis Yung-Chieh Lo2012-07-171-5/+36
* Tidy debug output for reboot commandRandall Spangler2012-07-171-1/+1
* Rename ROLLBACK constant to PSTATERandall Spangler2012-07-171-5/+7
* Fix I2C arbitration timeout when chipset is suspendedRong Chang2012-07-171-2/+3
* daisy: Re-read suspend gpio when asked for chipset stateRong Chang2012-07-171-0/+7
* Don't waste space on vblock and root key if not doing sig-based EC vbootRandall Spangler2012-07-172-8/+29
* Rename section A to RW, to match other platformsRandall Spangler2012-07-176-43/+43
* Remove firmware BRandall Spangler2012-07-1715-171/+22
* Rename A and B images to RW and RW_B, part 1Randall Spangler2012-07-1712-96/+97
* Fix a bug in I2C host command handlerVic Yang2012-07-161-0/+1
* Append "shift" to version string in shifted imageVic Yang2012-07-161-0/+4
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-168-26/+81
* Print console messages for overtemp and shutdownDuncan Laurie2012-07-162-1/+7
* Fix return code from ectoolRandall Spangler2012-07-161-39/+42
* Support preserving reset flags across a resetRandall Spangler2012-07-165-20/+42
* Refactor reset reasonsRandall Spangler2012-07-168-124/+224
* Use openocd auto-erase when writing flash, and use sysresetreq to resetRandall Spangler2012-07-162-8/+7
* Refactor HIBDATA access so we can use multiple hibernate regsRandall Spangler2012-07-162-34/+55
* Debounce charging voltage when cross 8.0VRong Chang2012-07-152-18/+55
* Define __packed inside ec_commands.hRandall Spangler2012-07-131-0/+8
* Security fix: bounds check in vboot_hash_start()Bill Richardson2012-07-131-8/+8
* Security fix: check lightbar_sequence num paramBill Richardson2012-07-131-1/+1
* Security fix: validate index in controller_write()Bill Richardson2012-07-131-0/+2
* charger: Add delay in tasker task to avoid lockupSimon Glass2012-07-131-0/+3
* Add GPIO get/set host commandVic Yang2012-07-133-1/+144
* Fix unit testsVic Yang2012-07-1317-33/+112
* Add a test of flash read/write/erase testVic Yang2012-07-135-5/+72
* Add a host command to force charge state in IDLE modeVic Yang2012-07-123-2/+70
* Add keyboard recovery eventRandall Spangler2012-07-124-3/+21
* Add ectool support for get/clear event B flagsRandall Spangler2012-07-121-0/+56
* Simplify host event processingRandall Spangler2012-07-125-62/+65
* Add second copy of event stateRandall Spangler2012-07-123-8/+56