summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement I2C passthru commandRandall Spangler2013-05-094-2/+323
* Add power button testVic Yang2013-05-085-169/+111
* Put test utility macros in headerVic Yang2013-05-0814-223/+126
* Speed up mutex and kb_scan testVic Yang2013-05-082-3/+3
* spring: Hard-limit DCP current at 1.5AVic Yang2013-05-081-3/+12
* i2c: Allow for i2c "ping" that's a write of 0 bytesDoug Anderson2013-05-081-1/+3
* i2c: stm32l: Fix i2c reads of sizes other than 1Doug Anderson2013-05-082-11/+60
* Fix host command in 64-bit executableVic Yang2013-05-082-6/+6
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-089-6/+163
* spring: Improve charging current controlVic Yang2013-05-071-20/+37
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-0711-25/+24
* stm32f: Set ADC single read timeoutVic Yang2013-05-071-4/+13
* spi: Fix OOBE in bounds-checking the replyDoug Anderson2013-05-071-1/+1
* Fix and enable SPI for pitRandall Spangler2013-05-075-79/+69
* Add persistent storage for emulatorVic Yang2013-05-075-1/+99
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-0734-22/+964
* Add test for keyboard MKBP protocolVic Yang2013-05-063-0/+265
* spring: Fix S3 USB charging bugVic Yang2013-05-061-1/+1
* Define slippy GPIOs, make power sequencing task do nothing.Bill Richardson2013-05-023-730/+123
* Slippy uses dumb USB ports, not smart ones.Bill Richardson2013-05-023-106/+69
* Remove Link peripherals from Slippy boardBill Richardson2013-05-022-84/+31
* Disable the charger task for Slippy bringupBill Richardson2013-05-022-8/+4
* Add some ifdefs to distinguish between Link and SlippyBill Richardson2013-05-026-6/+21
* Support power button on slippy, make it compile again.Bill Richardson2013-05-022-0/+3
* Fix I2C port configuration on pitRandall Spangler2013-05-022-16/+20
* Split the USB port power control into smart and dumb versions.Bill Richardson2013-05-015-5/+208
* Disable i2c for mccroskey. It's busted, but we don't care.Bill Richardson2013-05-011-1/+0
* spring: Implement battery cut-off commandVic Yang2013-05-013-1/+23
* Re-enable charging task on pitRandall Spangler2013-05-011-1/+1
* Rename REINIT to IDLE0 in TPS65090 charge state machineVic Yang2013-05-013-26/+33
* Monitor video detachment with ADC watchdogVic Yang2013-04-301-41/+72
* stm32: Fix ADC watchdog bug and extend sample timeVic Yang2013-04-301-4/+6
* Split x86_power.c into Ivybridge and Haswell variantsBill Richardson2013-04-306-9/+773
* Put a copy of test binaries under build/${BOARD}Vic Yang2013-04-301-1/+2
* Split STM32 i2c implementation for STM32F vs STM32LRandall Spangler2013-04-306-5/+409
* add option to de-activate EC console input when WP is onVincent Palatin2013-04-301-0/+10
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-3014-245/+309
* Fix ADC test for LM4Vic Yang2013-04-304-6/+16
* Handle battery charged alarmstabilize-4068.0.BVic Yang2013-04-291-10/+14
* Add cscope.out to .gitignoreVic Yang2013-04-291-0/+1
* Clean up gaia_power debug messagesRandall Spangler2013-04-291-15/+14
* Don't enable charger interrupt if charger task is disabledRandall Spangler2013-04-292-9/+8
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-297-25/+36
* Fix charging state descriptionsRandall Spangler2013-04-291-0/+2
* spring: Enable both VFET2 and VFET4 for videoVic Yang2013-04-292-0/+3
* Make test-list a per-board parameterVic Yang2013-04-293-5/+19
* Remove mock filesVic Yang2013-04-291-26/+0
* Fix kb_scan test when CONFIG_LID_SWITCH is not definedVic Yang2013-04-291-0/+6
* Fill in I2C test parametersVic Yang2013-04-291-2/+18
* Add 'clobber' target to Makefile to clean everything.Bill Richardson2013-04-261-0/+4