summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-128-80/+324
* Use response pointer and size from host command args structRandall Spangler2012-07-125-12/+15
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-127-56/+67
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-127-6/+12
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-126-17/+42
* Add I2C read/write host commandVic Yang2012-07-124-0/+191
* Rename battery pack file and limit trickle charging currentRong Chang2012-07-123-3/+10
* Ensure at least one LPC status bit is 0 at init time.Louis Yung-Chieh Lo2012-07-111-13/+19
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-115-66/+64
* Add host command to check what command versions are supportedRandall Spangler2012-07-113-13/+82
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-1120-316/+460
* Get AC state from GPIO instead of PMURong Chang2012-07-115-35/+40
* Change STM32 I2C master wait status timeout from 100ms to 10msRong Chang2012-07-111-4/+4
* Set proper value for BOOTCFGVic Yang2012-07-101-7/+4
* Host command interface has only one slot nowRandall Spangler2012-07-107-158/+140
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-104-55/+51
* Get rid of double debug output for host commandsRandall Spangler2012-07-101-2/+0
* Remove fake dev switchRandall Spangler2012-07-109-42/+7
* stm32: fix data buffer increment bug in flash_physical_writeDavid Hendricks2012-07-101-0/+1
* copy reboot parameters in host_command_reboot()David Hendricks2012-07-101-5/+11
* Add a test of flash overwriteVic Yang2012-07-107-1/+367
* Clear UART FIFO when initializing to prevent reading garbageVic Yang2012-07-091-0/+9
* Handle invalid parameter of fan duty cycle and keyboard backlightVic Yang2012-07-091-0/+10
* Lock out MKBP_SIMULATE_KEY host command when WP is enabledRandall Spangler2012-07-091-1/+5
* Better arg checking for reboot commandRandall Spangler2012-07-091-3/+7