summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add console editing unit testVic Yang2013-07-113-1/+243
* Add extpower-gpio unit testVic Yang2013-07-113-1/+91
* Add I8042 keyboard unit testVic Yang2013-07-114-1/+238
* Add thermal host and console command testVic Yang2013-07-111-1/+192
* Add flash host read command testVic Yang2013-07-111-0/+32
* Initial board commit for Wolf based on Slippy.Dave Parker2013-07-092-1/+2
* Allow bigger flash write commandsRandall Spangler2013-07-011-6/+8
* More keyboard scan testVic Yang2013-06-181-7/+115
* More flash unit testVic Yang2013-06-171-14/+95
* A method to mock host commandVic Yang2013-06-171-35/+10
* Make target for test coverage report generationVic Yang2013-06-162-3/+5
* More queue unit testVic Yang2013-06-131-0/+1
* More hooks unit testVic Yang2013-06-131-0/+10
* More utils unit testVic Yang2013-06-131-3/+114
* Unit test for queue implementationVic Yang2013-06-103-1/+185
* Enable flash unit test on emulatorVic Yang2013-06-032-17/+37
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-3/+3
* Create board configuration for peppy bringupDave Parker2013-05-232-1/+2
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-4/+2
* Create board configuration for falco bringupBill Richardson2013-05-202-1/+3
* Adjust hooks test timingVic Yang2013-05-171-11/+16
* Revert "Revert "Add thermal engine test""Vic Yang2013-05-173-2/+242
* Revert "Add thermal engine test"Vic Yang2013-05-163-242/+2
* Relax timing constraints in hooks testVic Yang2013-05-151-2/+2
* Add thermal engine testVic Yang2013-05-153-2/+242
* Add hook testVic Yang2013-05-143-1/+146
* Add power button testVic Yang2013-05-083-168/+107
* Put test utility macros in headerVic Yang2013-05-0810-220/+38
* Speed up mutex and kb_scan testVic Yang2013-05-082-3/+3
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-085-5/+154
* Add persistent storage for emulatorVic Yang2013-05-071-0/+10
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-076-16/+40
* Add test for keyboard MKBP protocolVic Yang2013-05-063-0/+265
* Fix ADC test for LM4Vic Yang2013-04-301-0/+14
* 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