summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* fix signedness issue in deep sleep delayVincent Palatin2012-09-131-1/+1
* Switch to variable-size stacksRandall Spangler2012-09-102-0/+12
* Snow: Always reset i2c when it's initiallizedCharlie Mooney2012-09-061-63/+25
* 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:Recover from stray pulses on i2c battery lineCharlie Mooney2012-09-051-6/+18
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-052-0/+53
* stm32: Squeeze fakewp backup register for VbNvContextChe-Liang Chiou2012-09-051-8/+28
* Snow: Add checking for more i2c error casesCharlie Mooney2012-09-051-9/+31
* Snow: WP_RO should be 0x10000 (including pstate).Louis Yung-Chieh Lo2012-09-053-0/+7
* snow: re-factor i2c initDavid Hendricks2012-08-301-0/+12
* Minimum write size for Snow is 2 bytes, not 64 bytes.Bill Richardson2012-08-301-1/+1
* flash: Only erase flash block that contain dataSimon Glass2012-08-293-9/+21
* snow: configure USART Rx as an input with pull resistorDavid Hendricks2012-08-291-4/+1
* stm32: activate stop modeVincent Palatin2012-08-291-1/+1
* stm32f: remove gpio_set_alternate_function()David Hendricks2012-08-291-37/+0
* Allow GPIOs to be set up laterSimon Glass2012-08-293-0/+6
* gpio: Fix initting pulldownsDoug Anderson2012-08-292-4/+6
* 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-281-1/+1
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-273-10/+15
* stm32: simplify hard resetVincent Palatin2012-08-251-102/+23
* Snow: Increase timeout for i2c stop bit sendingCharlie Mooney2012-08-241-7/+31
* Snow: Fixing invalid i2c error codesCharlie Mooney2012-08-241-2/+2
* snow/stm32: re-configure power LED on the fly (input vs. pwm)David Hendricks2012-08-241-7/+44
* stm32f: split GPIO config logic into its own functionDavid Hendricks2012-08-241-55/+69
* stm32: i2c: Implement in-progress commandsSimon Glass2012-08-241-1/+102
* Add new EC_RES_IN_PROGRESS result codeSimon Glass2012-08-241-0/+4
* stm32: fix missed event on MSB hardware timerVincent Palatin2012-08-231-10/+23
* Replacing usleep with interrupt friendly udelayCharlie Mooney2012-08-172-2/+2
* Snow: Possible problems with i2c error handlingCharlie Mooney2012-08-162-8/+18
* Snow: Make i2c slave work in interrupt contextCharlie Mooney2012-08-163-8/+39
* Snow: Switching i2c from polling to InterruptsCharlie Mooney2012-08-153-57/+98
* Lucas: Switching i2c slave-mode over to dmaCharlie Mooney2012-08-141-42/+42
* Lucas: Switching the i2c transmit code over to dmaCharlie Mooney2012-08-133-59/+143
* stm32: add wakeup from serial port as a debug featureVincent Palatin2012-08-091-0/+38
* stm32f100: implement low power modeVincent Palatin2012-08-094-6/+223
* i2c: stm32: Increase tx timeout in slave mode from 10ms to 100msDoug Anderson2012-08-081-9/+17
* stm32f: Use FLASH_KEYR to lock entire flashVic Yang2012-08-082-60/+86
* Remove signature-based vboot supportRandall Spangler2012-08-082-31/+1
* Fix stack overflow in i2c stack for ECCharlie Mooney2012-08-071-7/+8
* add a function to fast forward system timerVincent Palatin2012-08-072-3/+14
* Fix stm32 i2c timeout debug messageRong Chang2012-08-061-3/+0
* Snow has write protect pin (PB4) wired to EC.Louis Yung-Chieh Lo2012-08-032-2/+4
* Wait STM I2C stop bit sentRong Chang2012-07-311-1/+26
* Fix setting initial debounced power button stateRandall Spangler2012-07-311-3/+6
* Add support for ACPI read/write commandsRandall Spangler2012-07-302-45/+108
* Remove "Sticky" recovery mode on DaisyCharlie Mooney2012-07-301-7/+4