summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* link: Pass keyboard state array as a parameterRandall Spangler2012-10-041-36/+49
* Enable FPU support for Link ECBill Richardson2012-10-021-3/+5
* Re-enable keyboard scanning at end of debounce intervalRandall Spangler2012-09-281-6/+10
* stm32f: ADC driverVic Yang2012-09-264-2/+244
* stm32: Export DMA memory size optionVic Yang2012-09-265-31/+74
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-09-241-1/+4
* Prevent I2C interrupts from consuming pending task eventsBill Richardson2012-09-211-5/+21
* Add Spring board configurationVincent Palatin2012-09-201-1/+1
* Improve handling of bursts of port 80 writesRandall Spangler2012-09-171-2/+8
* Reset LPC from-host channel status on LPC resetRandall Spangler2012-09-172-2/+13
* spi: Rewrite driver for new protocol, better performanceSimon Glass2012-09-172-137/+216
* fix signedness issue in deep sleep delayVincent Palatin2012-09-121-1/+1
* link: disable unused EEPROM modulesRandall Spangler2012-09-121-1/+0
* Move pending command logic into host_commandSimon Glass2012-09-101-101/+1
* Add Alt+VolUp+H key combo to hibernate systemRandall Spangler2012-09-101-0/+6
* Refactor runtime special key combination codeRandall Spangler2012-09-101-23/+38
* Remove old code to clear boot keyRandall Spangler2012-09-102-15/+1
* Check boot key combos if refresh key is held downRandall Spangler2012-09-092-22/+42
* Switch to variable-size stacksRandall Spangler2012-09-092-0/+12
* Snow: Always reset i2c when it's initiallizedCharlie Mooney2012-09-061-63/+25
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-052-0/+53
* 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
* Change UART interrupt to priority 2Simon Glass2012-09-051-1/+1
* Snow: Add checking for more i2c error casesCharlie Mooney2012-09-051-9/+31
* stm32: Squeeze fakewp backup register for VbNvContextChe-Liang Chiou2012-09-051-8/+28
* lm4: add warm reboot key combinationSameer Nanda2012-08-311-1/+35
* snow: re-factor i2c initDavid Hendricks2012-08-301-0/+12
* stm32f: remove gpio_set_alternate_function()David Hendricks2012-08-281-37/+0
* Copy host command params out of LPC space during checksummingRandall Spangler2012-08-281-11/+22
* gaia: Add a warm reboot functionSameer Nanda2012-08-281-0/+25
* stm32f: Preserve flash write protect info across sysjumpVic Yang2012-08-281-1/+32
* stm32f: Fix a bug that PROTECT_ALL_NOW is set incorrectlyVic Yang2012-08-271-1/+1
* Allow GPIOs to be set up laterSimon Glass2012-08-273-0/+6
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-253-10/+15
* stm32: simplify hard resetVincent Palatin2012-08-241-102/+23
* gpio: Fix initting pulldownsDoug Anderson2012-08-242-4/+6
* Snow: Increase timeout for i2c stop bit sendingCharlie Mooney2012-08-231-7/+31
* flash: Only erase flash block that contain dataSimon Glass2012-08-233-9/+21
* stm32: fix missed event on MSB hardware timerVincent Palatin2012-08-231-10/+23
* Snow: Fixing invalid i2c error codesCharlie Mooney2012-08-231-2/+2
* Minimum write size for Snow is 2 bytes, not 64 bytes.Bill Richardson2012-08-221-1/+1
* snow: configure USART Rx as an input with pull resistorDavid Hendricks2012-08-211-4/+1
* Fix flash_overwrite unit testVic Yang2012-08-191-1/+11
* snow/stm32: re-configure power LED on the fly (input vs. pwm)David Hendricks2012-08-171-7/+44
* stm32f: split GPIO config logic into its own functionDavid Hendricks2012-08-171-55/+69
* Replacing usleep with interrupt friendly udelayCharlie Mooney2012-08-172-2/+2
* Snow: WP_RO should be 0x10000 (including pstate).Louis Yung-Chieh Lo2012-08-173-0/+7
* stm32: i2c: Implement in-progress commandsSimon Glass2012-08-161-1/+102