summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-spring-4131.BBrian Norris2021-09-101-0/+1
* Show power number in 'ectool powerinfo' outputVic Yang2013-05-201-0/+2
* Minor tweaks to haswell power sequencingDuncan Laurie2013-05-141-8/+20
* do not store the keyboard state on the stackVincent Palatin2013-05-141-1/+1
* Add hook testVic Yang2013-05-145-2/+161
* Show run time of unit testsVic Yang2013-05-141-2/+7
* Redirect emulator output to stderr if a test failsVic Yang2013-05-141-3/+25
* slippy: Basic power sequencingDuncan Laurie2013-05-143-53/+564
* Scale timer for emulatorVic Yang2013-05-142-2/+13
* spring: Fix a bug that ID_MUX is never switched backVic Yang2013-05-131-2/+9
* spring: Pull more current from video dongleVic Yang2013-05-131-6/+10
* slippy: Enable internal pullup for recovery pinDuncan Laurie2013-05-131-1/+1
* Clarify help text for dumb USB port power controlDuncan Laurie2013-05-131-5/+5
* LM4: Support configurable host UART interfaceDuncan Laurie2013-05-134-59/+71
* Clean up SPI GPIOsRandall Spangler2013-05-133-20/+2
* Tidy comments for I2C passthru messageRandall Spangler2013-05-131-3/+3
* slippy: Make EC_RCIN_L pin output and high by defaultDuncan Laurie2013-05-131-1/+1
* Slippy: Changes needed to boot EC without bricking.Bill Richardson2013-05-107-6/+64
* 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