summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32: activate stop modeVincent Palatin2012-08-161-1/+1
* Add new EC_RES_IN_PROGRESS result codeSimon Glass2012-08-161-0/+4
* Snow: Possible problems with i2c error handlingCharlie Mooney2012-08-162-8/+18
* Snow: Make i2c slave work in interrupt contextCharlie Mooney2012-08-153-8/+39
* Snow: Switching i2c from polling to InterruptsCharlie Mooney2012-08-143-57/+98
* Initialize temperature reading buffer to sane valuesVic Yang2012-08-132-0/+14
* Lucas: Switching i2c slave-mode over to dmaCharlie Mooney2012-08-131-42/+42
* port80: Track and export last post code in previous bootDuncan Laurie2012-08-131-0/+4
* Clean up EC hibernate logicRandall Spangler2012-08-131-11/+18
* Lucas: Switching the i2c transmit code over to dmaCharlie Mooney2012-08-133-59/+143
* Add ectool command to read snapshot of EC's console outputRandall Spangler2012-08-091-1/+1
* stm32: add wakeup from serial port as a debug featureVincent Palatin2012-08-091-0/+38
* Enable PLL only briefly during ADC initRandall Spangler2012-08-092-21/+33
* Clear hibernate data when enabling hibernate module clockRandall Spangler2012-08-091-0/+4
* 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
* Clean up debug outputRandall Spangler2012-08-072-11/+11
* Add real-time clock supportRandall Spangler2012-08-072-12/+150
* Remove signature-based vboot supportRandall Spangler2012-08-072-31/+1
* Fix stack overflow in i2c stack for ECCharlie Mooney2012-08-071-7/+8
* Enhance port 80 loggingRandall Spangler2012-08-071-0/+4
* add a function to fast forward system timerVincent Palatin2012-08-062-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-012-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
* stm32: Add kbpress commandVic Yang2012-07-261-0/+37
* stm32f: Flash write protectVic Yang2012-07-263-32/+304
* Stop keyboard scans from triggering ARM EC resetCharlie Mooney2012-07-261-1/+23
* Change host command params/response pointers to void *Randall Spangler2012-07-263-10/+9
* Don't protect firmware now if protect-ro-at-boot is not setRandall Spangler2012-07-251-2/+6
* don't crash when receiving ACPI query on legacy channelVincent Palatin2012-07-251-0/+24