summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove 'sb' and 'sbc' console commandsstabilize-4701.BVic Yang2013-09-171-78/+0
* Mock smart battery at lower levelVic Yang2013-09-172-26/+19
* Fake I2C device support for emulatorVic Yang2013-09-174-0/+128
* stm32: Use DMA for UART receiveRandall Spangler2013-09-165-36/+170
* Add hook statisticsVic Yang2013-09-143-1/+70
* Simplify uart_tx_start()Randall Spangler2013-09-144-23/+15
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-09-148-16/+16
* Remove unused uart functionsRandall Spangler2013-09-132-68/+0
* Falco: correct input current limit for 45W adapter, Turbo offBill Richardson2013-09-131-1/+1
* Falco: Always update charger's input current limit.Bill Richardson2013-09-131-11/+10
* Implement LED control host commandVic Yang2013-09-121-0/+45
* pit: Change battery level warning and shutdown levelsDerek Basehore2013-09-121-4/+4
* kirby: Detect OTG dongle on EC bootVic Yang2013-09-121-11/+20
* Change get-set host command to be less genericBill Richardson2013-09-127-159/+60
* stm32: Support DMA-based UART outputRandall Spangler2013-09-116-8/+127
* Split uart_process() into input and output processingRandall Spangler2013-09-115-57/+51
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-118-10/+51
* Fix a bug in BQ24192 charger driverVic Yang2013-09-111-1/+2
* Avoid charging over battery's maximum voltageVic Yang2013-09-111-1/+2
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-1123-35/+1322
* Initalize DMA before UARTRandall Spangler2013-09-105-3/+22
* Generalize 'charger' command to support BQ24192Vic Yang2013-09-101-33/+40
* kirby: Update battery voltage parametersVic Yang2013-09-101-6/+4
* kirby: Set LED color according to charging statusVic Yang2013-09-101-0/+41
* Show charging allowed info for 'battery' commandVic Yang2013-09-101-0/+4
* Add comments about hooks and deferred functionsRandall Spangler2013-09-062-1/+40
* pit: Add board specific keyscan configWonjoon Lee2013-09-062-0/+16
* falco: delay LCD VCC enable by 270msAaron Durbin2013-09-064-17/+64
* Add command for Haswell to pause in s5 at shutdownBill Richardson2013-09-066-2/+48
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-057-0/+246
* Enable charging on KirbyVic Yang2013-09-056-22/+46
* Set termination current to minimum for BQ24192 chargerVic Yang2013-09-051-0/+22
* Allow parallel unit testing in make_all.shVic Yang2013-09-051-1/+1
* Add boot key testVic Yang2013-09-056-5/+100
* Add multi-step test supportVic Yang2013-09-054-51/+115
* Extend charge state machine to accommodate KirbyVic Yang2013-09-056-30/+184
* Temporary OTG and external power supportVic Yang2013-09-056-5/+98
* kirby: Enable backlight in S0Vic Yang2013-09-051-0/+15
* Add BQ27541 battery driverVic Yang2013-09-0513-304/+683
* Add a generic get/set host commandBill Richardson2013-09-056-1/+160
* kirby: Rename AC_PRESENT to AC_PRESENT_LVic Yang2013-09-052-2/+2
* Add Kirby ADC channel definitionVic Yang2013-09-052-0/+31
* STM32L ADC driverVic Yang2013-09-0511-4/+307
* kirby: Add delay before enabling 3.3V railVic Yang2013-09-051-1/+12
* Implement emulator clock fast-forwardingVic Yang2013-09-042-5/+34
* Add host command testVic Yang2013-09-043-1/+179
* Also test temp sensor read delegation in thermal testVic Yang2013-09-043-8/+8
* Flush test coverage information before rebooting emulatorVic Yang2013-09-043-1/+18
* Add unit test for 'chan' commandVic Yang2013-09-041-1/+30
* Add more charge state machine testVic Yang2013-09-043-0/+127