summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix stack overflow in i2c stack for ECCharlie Mooney2012-08-071-7/+8
* add a function to fast forward system timerVincent Palatin2012-08-061-2/+7
* 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
* 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-261-2/+1
* Revert "Revert "i2c: Support command version numbers""Simon Glass2012-07-241-15/+44
* Revert "Revert "i2c: Move host command processing into a function""Simon Glass2012-07-231-13/+18
* Refactor flash moduleRandall Spangler2012-07-232-14/+89
* host_command: Add send_result() to the arg structureSimon Glass2012-07-232-4/+14
* Refactor reboot command to add ap-off and cancel optionsRandall Spangler2012-07-231-5/+9
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-222-14/+4
* Revert "i2c: Move host command processing into a function"Randall Spangler2012-07-221-18/+13
* Revert "i2c: Support command version numbers"Randall Spangler2012-07-221-44/+15
* i2c: Support command version numbersSimon Glass2012-07-221-15/+44
* i2c: Move host command processing into a functionSimon Glass2012-07-221-13/+18
* host_command: Add send_result() to the arg structureSimon Glass2012-07-222-4/+14
* stm32f: Fix some error in flash write protectVic Yang2012-07-211-4/+55
* stm32f: Support hard resetVic Yang2012-07-191-6/+33
* stm32f: Add hibernate supportVic Yang2012-07-191-0/+74
* stm32: Support backup registers and preseving reset flagsVic Yang2012-07-192-10/+59
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-184-62/+32
* Remove flash_read()Randall Spangler2012-07-182-22/+0
* Simplify flash protection, part 1Randall Spangler2012-07-184-23/+34
* Enable Lucas EC WP again.Louis Yung-Chieh Lo2012-07-181-14/+90
* Remove firmware BRandall Spangler2012-07-172-14/+0
* Rename A and B images to RW and RW_B, part 1Randall Spangler2012-07-172-25/+25
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-162-0/+10
* Support preserving reset flags across a resetRandall Spangler2012-07-161-2/+2
* Refactor reset reasonsRandall Spangler2012-07-162-13/+18
* Add keyboard recovery eventRandall Spangler2012-07-121-0/+3
* Use response pointer and size from host command args structRandall Spangler2012-07-121-1/+3
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-121-3/+3
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-122-0/+2
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-112-10/+34
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-8/+15
* Change STM32 I2C master wait status timeout from 100ms to 10msRong Chang2012-07-111-4/+4
* Host command interface has only one slot nowRandall Spangler2012-07-101-6/+3
* stm32: fix data buffer increment bug in flash_physical_writeDavid Hendricks2012-07-101-0/+1
* Remove unused UART definesRandall Spangler2012-07-093-18/+0
* i2c: Display reason for each timeoutSimon Glass2012-07-051-13/+31
* gpio: Add fast access to GPIO levelSimon Glass2012-07-021-0/+7