summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make test-list a per-board parameterVic Yang2013-04-291-3/+16
* 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 test for keyboard disabling when lid closedVic Yang2013-04-241-0/+28
* Add more flash testVic Yang2013-04-212-12/+104
* Add shared memory testVic Yang2013-04-212-16/+56
* Add peripheral stress testVic Yang2013-04-193-0/+159
* Add flash write protect testVic Yang2013-04-171-10/+130
* Remove 'hello' testVic Yang2013-04-173-33/+1
* 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-157-204/+202
* 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
* Fix kb_deghost testVic Yang2013-04-113-1/+147
* Fix mutex testVic Yang2013-04-112-21/+32
* Fix pingpong testVic Yang2013-04-112-13/+40
* Fix tasklist for testsVic Yang2013-04-1016-136/+47
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-296-6/+6
* Merge typematic task info i8042cmd taskRandall Spangler2013-03-296-6/+0
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-1916-40/+39
* Add initial keyscan test and key matrixSimon Glass2012-11-012-0/+50
* Switch temp sensor polling to use hooks instead of taskRandall Spangler2012-11-011-1/+0
* Switch PWM to use HOOK_SECOND instead of its own taskRandall Spangler2012-10-307-7/+0
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-3016-14/+16
* Rename power_button module to switchRandall Spangler2012-10-306-6/+6
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-4/+2
* Rename POWERSTATE task to CHARGERRandall Spangler2012-10-291-1/+1
* Switch to variable-size stacksRandall Spangler2012-09-0916-128/+193
* Fix flash_overwrite unit testVic Yang2012-08-193-170/+41
* Clean up debug outputRandall Spangler2012-08-071-1/+1
* Fix unit testsVic Yang2012-07-1316-30/+88
* Add a test of flash read/write/erase testVic Yang2012-07-135-5/+72
* Add a test of flash overwriteVic Yang2012-07-105-1/+266
* Add a test of charging state machineVic Yang2012-07-083-1/+114
* Add a function to check no specific message comes from ECVic Yang2012-07-024-49/+17
* Make 'typematic' test more robustVic Yang2012-07-021-10/+14
* Fix compilation error of unit testsVic Yang2012-07-0210-0/+10
* Add a test of keyboard debouncingVic Yang2012-06-273-1/+132
* Add a test of keyboard typematicVic Yang2012-06-273-1/+97
* Add a test of i8042 scancode setVic Yang2012-06-273-1/+59
* Add a test of checking keyboard de-ghostingVic Yang2012-06-253-1/+92
* Add a test of checking power button handlingVic Yang2012-06-253-0/+205
* Thermal engine unit testVic Yang2012-06-253-1/+129
* Add a test of checking timer value when system jumpVic Yang2012-06-153-1/+48
* fix QEMU OS testsVincent Palatin2012-06-072-5/+5
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+4
* Support dynamically changing the system clockRandall Spangler2012-04-091-4/+2