summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Switch to variable-size stacksRandall Spangler2012-09-091-1/+1
* Track current task directly instead of computing from stack pointerRandall Spangler2012-09-091-8/+1
* Track amount of stack used for each EC taskRandall Spangler2012-09-071-0/+3
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-052-0/+28
* Add host command to get panic infoRandall Spangler2012-09-051-0/+10
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-311-3/+48
* Place panic data and stack at end of RAMRandall Spangler2012-08-311-10/+0
* add a new hook for pre-chipset startupDavid Hendricks2012-08-291-0/+2
* Revisit USB charge modesVic Yang2012-08-281-10/+6
* Copy host command params out of LPC space during checksummingRandall Spangler2012-08-281-0/+1
* gaia: Add a warm reboot functionSameer Nanda2012-08-281-0/+3
* Snow: Adding in EC ability to hard reset pmicCharlie Mooney2012-08-281-0/+4
* Support battery cut-off mechanism for factory.Louis Yung-Chieh Lo2012-08-281-0/+8
* snow: Change TPSCHROME fastcharge timeout to 6 hoursRong Chang2012-08-281-1/+28
* Allow GPIOs to be set up laterSimon Glass2012-08-271-1/+1
* Reset pmic registers to known safe values on bootCharlie Mooney2012-08-271-0/+6
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-251-4/+4
* flash: Only erase flash block that contain dataSimon Glass2012-08-231-0/+11
* Blink charger LED on charging errorRong Chang2012-08-231-0/+25
* Add "lightbar demo" mode for executive bikesheddingBill Richardson2012-08-203-8/+13
* snow/stm32: re-configure power LED on the fly (input vs. pwm)David Hendricks2012-08-171-0/+6
* stm32: i2c: Implement in-progress commandsSimon Glass2012-08-161-0/+30
* Add new EC_RES_IN_PROGRESS result codeSimon Glass2012-08-161-0/+1
* host_command: Add host_send_response() to send responsesSimon Glass2012-08-161-0/+10
* daisy: Modify charging flow to comply charging specificationRong Chang2012-08-161-0/+1
* Handle IRQ from TPS65090, pass AC status to APSimon Que2012-08-141-0/+28
* port80: Track and export last post code in previous bootDuncan Laurie2012-08-132-0/+11
* Clean up EC hibernate logicRandall Spangler2012-08-131-5/+15
* Add ectool command to read snapshot of EC's console outputRandall Spangler2012-08-091-0/+14
* Tidy shared memory moduleRandall Spangler2012-08-091-19/+30
* Enable PLL only briefly during ADC initRandall Spangler2012-08-091-8/+24
* stm32f100: implement low power modeVincent Palatin2012-08-091-0/+13
* stm32f: Use FLASH_KEYR to lock entire flashVic Yang2012-08-081-0/+7
* Add real-time clock supportRandall Spangler2012-08-071-0/+20
* Remove signature-based vboot supportRandall Spangler2012-08-072-64/+2
* Add host events for shutdown due to thermal or batteryRandall Spangler2012-08-071-0/+6
* Enhance port 80 loggingRandall Spangler2012-08-071-1/+9
* add a function to fast forward system timerVincent Palatin2012-08-062-0/+11
* Revert "Set power LED to green when we are trickle charging nearly full"Vic Yang2012-08-031-2/+0
* Add support for ACPI read/write commandsRandall Spangler2012-07-301-13/+72
* Enhance printf()Randall Spangler2012-07-301-20/+44
* 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