summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put timer_dos test behind console commandstabilize-4008.0.BVic Yang2013-04-151-8/+28
* Fix timer_calib testVic Yang2013-04-152-27/+38
* Fix flash testsVic Yang2013-04-1510-280/+205
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-159-118/+138
* Fix test compilation error for linkVic Yang2013-04-135-3/+27
* Add debounce test to kb_deghost and change name to kb_scanVic Yang2013-04-137-319/+251
* Remove unused mock setting for kb_deghost testVic Yang2013-04-131-5/+1
* Add a test for testing common utilitiesVic Yang2013-04-133-1/+102
* Remove unused GPIO macrosRandall Spangler2013-04-121-25/+1
* Clean up alternate functions on STM32LRandall Spangler2013-04-121-21/+9
* Daisy doesn't use STM32F100Randall Spangler2013-04-121-1/+1
* Allow GPIO alternate function 0Randall Spangler2013-04-115-6/+17
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-115-25/+13
* Strip out old LPC command protocolRandall Spangler2013-04-115-113/+33
* Fix kb_deghost testVic Yang2013-04-115-4/+150
* Fix mutex testVic Yang2013-04-112-21/+32
* Exclude chipset task from test binariesVic Yang2013-04-1111-6/+16
* Fix pingpong testVic Yang2013-04-112-13/+40
* Clean up USB external power moduleRandall Spangler2013-04-106-218/+269
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-104-8/+0
* Move REG16 and REG32 macros to common.hRandall Spangler2013-04-104-151/+150
* Fix tasklist for testsVic Yang2013-04-1016-136/+47
* Turn on/off 3.3V output properlyVic Yang2013-04-101-2/+26
* Only includes necessary tasks for test binariesVic Yang2013-04-1012-69/+110
* Decouple gaia_power from keyscan taskVic Yang2013-04-101-0/+2
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-094-2/+4
* Fix mccroskey buildRandall Spangler2013-04-091-0/+8
* Add pit boardRandall Spangler2013-04-094-0/+349
* Decouple keyboard MKBP code from key scan codeVic Yang2013-04-081-36/+58
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-086-41/+12
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-084-65/+27
* Add macros for mocking functionsVic Yang2013-04-081-0/+12
* Rename onewire_led functions and constantsRandall Spangler2013-04-051-30/+29
* Clean up board configurationRandall Spangler2013-04-0516-97/+91
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-057-72/+70
* Dumping stack contents on crash.Daisuke Nojiri2013-04-051-5/+93
* Improve deferred function callsRandall Spangler2013-04-045-22/+33
* Inhibit host interrupt for battery_key.Todd Broch2013-04-041-2/+3
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-036-66/+49
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-037-21/+8
* Clean up board.c filesRandall Spangler2013-04-036-50/+20
* spring: Add host command to limit external power currentVic Yang2013-04-023-3/+73
* spring: Retry when over current detectedVic Yang2013-04-021-2/+11
* Remove unused EC_SWITCH_KEYBOARD_RECOVERYRandall Spangler2013-04-022-6/+4
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-0210-139/+204
* Move enabling AC_PRESENT interrupt to extpower_gpio.cRandall Spangler2013-04-022-1/+7
* Add support for calling deferred functionsRandall Spangler2013-04-026-36/+147
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-2910-63/+85
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-298-12/+11
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-2911-15/+15