summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-261-0/+6
* Better help for console commandsRandall Spangler2012-05-258-43/+102
* Merge "Add mmapinfo command to power_button.c"Gerrit2012-05-251-0/+22
|\
| * Add mmapinfo command to power_button.cBill Richardson2012-05-251-0/+22
* | stm32: fix keyboard FIFOVincent Palatin2012-05-251-13/+9
|/
* Merge "Fix disabling columns when power button is pressed"Gerrit2012-05-251-31/+23
|\
| * Fix disabling columns when power button is pressedRandall Spangler2012-05-241-31/+23
* | Enable brown-out resetRandall Spangler2012-05-242-0/+4
|/
* Fix I2C port frequency calculationRandall Spangler2012-05-241-6/+38
* Update backlight in lid open/close funcsRandall Spangler2012-05-241-4/+6
* Keyboard scan must stop driving columns when power button is pressed.Louis Yung-Chieh Lo2012-05-242-7/+41
* stm32: try to be more robust against malformed commandsVincent Palatin2012-05-231-6/+21
* stm32: ensure I2C properly behave after sysjumpVincent Palatin2012-05-221-0/+6
* snow: ensure we have proper size in the FMAPVincent Palatin2012-05-221-0/+4
* stm32: fix sysjump on stm32f100Vincent Palatin2012-05-221-2/+2
* Add FMAP even if VBOOT is not activatedv1.0.0Vincent Palatin2012-05-223-0/+18
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-211-0/+8
* Clean up linker scripts; detect out-of-flash problem.Bill Richardson2012-05-213-35/+95
* stm32: de-activate write protect feature until it is validatedVincent Palatin2012-05-212-0/+4
* stm32: add flash driver for stm32f100 SoCVincent Palatin2012-05-211-0/+259
* More debug command cleanup to save spaceRandall Spangler2012-05-213-64/+32
* Clean up debug commands to use less spaceRandall Spangler2012-05-215-71/+43
* Add LM4 support for hard resetRandall Spangler2012-05-212-35/+32
* Merge "Workaround 64-byte limitation on flash write host packet"Gerrit2012-05-211-0/+36
|\
| * Workaround 64-byte limitation on flash write host packetVincent Palatin2012-05-181-0/+36
* | Merge "Use common host command processing for Daisy I2C"Gerrit2012-05-213-113/+91
|\ \ | |/
| * Use common host command processing for Daisy I2CVincent Palatin2012-05-183-113/+91
* | Merge "stm32: keep power across sysjump"Gerrit2012-05-182-10/+31
|\ \
| * | stm32: keep power across sysjumpVincent Palatin2012-05-182-10/+31
| |/
* | Refactor power button state machineRandall Spangler2012-05-181-185/+299
|/
* Add a tiny bit of debugging output.Bill Richardson2012-05-181-2/+5
* Add a list of I2C portsRandall Spangler2012-05-171-23/+22
* Disable unused BDS functionalityRandall Spangler2012-05-176-90/+7
* Add AC state change hookRandall Spangler2012-05-171-3/+21
* Merge "Disable interrupts while waiting for reboot"Gerrit2012-05-171-2/+4
|\
| * Disable interrupts while waiting for rebootRandall Spangler2012-05-151-2/+4
* | Fix some behaviors of keyboard command handlers.Louis Yung-Chieh Lo2012-05-172-4/+52
* | stm32: add a FIFO for keyboard usageDavid Hendricks2012-05-161-3/+84
* | de-LPCify the EC host interfaceVincent Palatin2012-05-153-31/+31
* | daisy/snow: seperate EC_INT and CODEC_INT handlingDavid Hendricks2012-05-151-5/+5
* | daisy/snow: define KB_OUTPUTS in board.h, remove KB_COLSDavid Hendricks2012-05-151-8/+6
|/
* Add option to pll command to divide down system clockRandall Spangler2012-05-151-5/+33
* Fan power is on +5VALW, not VS.Randall Spangler2012-05-151-1/+1
* Add chipinfo string for LM4FS1GH5BB.Louis Yung-Chieh Lo2012-05-151-0/+2
* Slightly update the host commands APIVincent Palatin2012-05-141-2/+11
* Merge "Add #define CONFIG_NO_RW_B for stm32f100"Gerrit2012-05-141-0/+1
|\
| * Add #define CONFIG_NO_RW_B for stm32f100David Hendricks2012-05-141-0/+1
* | Extract A and B images from signed EC binary for openocd macrosRandall Spangler2012-05-141-2/+2
|/
* stm32: add missing init hookDavid Hendricks2012-05-111-0/+1
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-112-3/+11