summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add host command to dump charge state machine contextVic Yang2012-09-103-0/+50
* snow: Stop discharging when temperature lower than 0CRong Chang2012-09-091-1/+1
* Check boot key combos if refresh key is held downRandall Spangler2012-09-092-22/+42
* Switch to variable-size stacksRandall Spangler2012-09-0925-188/+260
* Allocate stacks separately from task context structsRandall Spangler2012-09-091-42/+63
* Track current task directly instead of computing from stack pointerRandall Spangler2012-09-093-53/+15
* snow: make pmu charge ranges inclusiveDavid Hendricks2012-09-081-2/+2
* snow: re-configure I2C arbitration pins at AP off/on to fix leakageDavid Hendricks2012-09-071-15/+38
* Track amount of stack used for each EC taskRandall Spangler2012-09-072-5/+31
* Snow: Always reset i2c when it's initiallizedCharlie Mooney2012-09-061-63/+25
* gaia_power: Report power on reasonSimon Glass2012-09-061-5/+6
* make build_info fixed-lengthDavid Hendricks2012-09-061-2/+5
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-055-0/+107
* Snow:Recover from stray pulses on i2c battery lineCharlie Mooney2012-09-051-6/+18
* snow: i2c: Reset i2c busses at bootup to unwedge themDavid Hendricks2012-09-051-4/+149
* stm32l: Add stub for gpio_set_flags()David Hendricks2012-09-051-0/+9
* daisy: add GPIO_I2C_* pins to board header and GPIO tableDavid Hendricks2012-09-052-1/+12
* Change UART interrupt to priority 2Simon Glass2012-09-051-1/+1
* Snow: Add checking for more i2c error casesCharlie Mooney2012-09-051-9/+31
* Add host command to get panic infoRandall Spangler2012-09-052-0/+32
* stm32: Squeeze fakewp backup register for VbNvContextChe-Liang Chiou2012-09-051-8/+28
* comm-i2c.c upgrades to protocol v2.Louis Yung-Chieh Lo2012-09-052-51/+78
* Calibrate IR temperature sensors for Link DVTVincent Palatin2012-09-041-6/+6
* Fix stack overflow in hostcmd commandRandall Spangler2012-09-041-5/+21
* make pmu register dump more verboseDavid Hendricks2012-09-041-4/+7
* Snow: Dont hang when trying to pmic-reset boardCharlie Mooney2012-08-312-4/+12
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-313-42/+94
* Use new panic stack on all platformsRandall Spangler2012-08-316-28/+11
* Place panic data and stack at end of RAMRandall Spangler2012-08-312-65/+154
* Minor fix for gcc 4.7 build problem for chromeos-base/ec-utils.Han Shen2012-08-311-1/+1
* lm4: add warm reboot key combinationSameer Nanda2012-08-311-1/+35
* snow: Change charging temperature rangeRong Chang2012-08-311-2/+2
* Snow must assert ENTERING_RW GPIO when jumping between imagesRandall Spangler2012-08-305-4/+4
* snow: Don't turn on SPI clockDoug Anderson2012-08-301-3/+0
* snow: re-factor i2c initDavid Hendricks2012-08-303-15/+43
* move pmu_init_registers() from pmu_init() to chipset pre-init hookDavid Hendricks2012-08-291-4/+1
* gaia: notify chipset pre-init hook before turning on APDavid Hendricks2012-08-291-5/+9
* add a new hook for pre-chipset startupDavid Hendricks2012-08-294-0/+9
* gaia: update ap_suspended usageDavid Hendricks2012-08-291-7/+5
* Revisit USB charge modesVic Yang2012-08-282-34/+25
* stm32f: remove gpio_set_alternate_function()David Hendricks2012-08-281-37/+0
* Copy host command params out of LPC space during checksummingRandall Spangler2012-08-282-11/+23
* gaia: Add a warm reboot functionSameer Nanda2012-08-283-0/+55
* Snow: Adding in EC ability to hard reset pmicCharlie Mooney2012-08-285-44/+118
* snow: toggle pull-up on PA7 (SUSPEND_L) on power on/offDavid Hendricks2012-08-281-1/+20
* stm32f: Preserve flash write protect info across sysjumpVic Yang2012-08-281-1/+32
* Support battery cut-off mechanism for factory.Louis Yung-Chieh Lo2012-08-285-0/+77
* snow: Change TPSCHROME fastcharge timeout to 6 hoursRong Chang2012-08-283-11/+92
* Ignore TPSCHROME NTC reading in T40 rangeRong Chang2012-08-281-0/+10
* Disable SPI module on linkRandall Spangler2012-08-271-1/+0