summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* timer: Add timestamp_expired() to check for expirySimon Glass2012-05-022-0/+14
* Merge "Prevent issuing warning when fan is off"Gerrit2012-04-301-1/+2
|\
| * Prevent issuing warning when fan is offVic Yang2012-04-301-1/+2
* | Fix ectool battery command printable character detectionRong Chang2012-04-301-1/+1
* | Merge "daisy v1.02: power sequencing updates"Gerrit2012-04-273-14/+37
|\ \
| * | daisy v1.02: power sequencing updatesDavid Hendricks2012-04-273-14/+37
* | | Merge "stm32: change slave address to 0x3c"Gerrit2012-04-271-1/+1
|\ \ \ | |/ / |/| |
| * | stm32: change slave address to 0x3cDavid Hendricks2012-04-271-1/+1
* | | close race condition window in expired timer processingVincent Palatin2012-04-271-30/+30
* | | link: enable +5V always-on at startupVincent Palatin2012-04-273-0/+5
|/ /
* | Fix ectool battery command corrupts charactersRong Chang2012-04-271-17/+66
|/
* Create host-side lightbar bikeshedding tool.Bill Richardson2012-04-264-15/+224
* Merge "Issue warning on fan stall."Gerrit2012-04-263-0/+18
|\
| * Issue warning on fan stall.Vic Yang2012-04-263-0/+18
* | Merge "Give ectool the same lightbar commands as the console."Gerrit2012-04-265-108/+342
|\ \
| * | Give ectool the same lightbar commands as the console.Bill Richardson2012-04-255-108/+342
* | | Merge "Adjust thermal engine thresholds"Gerrit2012-04-261-7/+4
|\ \ \ | |/ / |/| |
| * | Adjust thermal engine thresholdsVic Yang2012-04-261-7/+4
| |/
* | Fix test configurations build errorsVincent Palatin2012-04-2513-15/+37
* | Merge "stm32l: set SYSCFGEN for boards using stm32l"Gerrit2012-04-253-4/+5
|\ \
| * | stm32l: set SYSCFGEN for boards using stm32lDavid Hendricks2012-04-253-4/+5
* | | Merge "Remove unused uart.h includes"Gerrit2012-04-257-7/+0
|\ \ \
| * | | Remove unused uart.h includesRandall Spangler2012-04-257-7/+0
* | | | Merge "Watchdog fixes"Gerrit2012-04-256-88/+113
|\ \ \ \ | |/ / /
| * | | Watchdog fixesRandall Spangler2012-04-256-88/+113
* | | | Merge "simplified message protocol"Gerrit2012-04-252-40/+23
|\ \ \ \
| * | | | simplified message protocolDavid Hendricks2012-04-252-40/+23
* | | | | Merge "Add more info to pll debug command"Gerrit2012-04-251-2/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add more info to pll debug commandRandall Spangler2012-04-251-2/+14
| |/ / /
* | | | Fix watchdog handler stack alignmentRandall Spangler2012-04-251-5/+8
|/ / /
* | | Separate message protocol command types and reserve slots accordinglyDavid Hendricks2012-04-251-3/+6
|/ /
* | Merge "Only chain from interrupt to svc_handler if an event was set."Gerrit2012-04-252-35/+56
|\ \
| * | Only chain from interrupt to svc_handler if an event was set.Randall Spangler2012-04-252-35/+56
* | | Clean up lightbar msg command parsing, add some help.Bill Richardson2012-04-253-66/+106
|/ /
* | Handle overtemp condition in discharging stateRong Chang2012-04-251-2/+6
|/
* Use console output instead of uart output for console commandsRandall Spangler2012-04-2432-346/+348
* Refactor async console outputRandall Spangler2012-04-2421-647/+826
* Implement task profilingRandall Spangler2012-04-245-28/+145
* Merge "ASSERT() cleanup. Remove blocking assert macro to avoid attack."Gerrit2012-04-241-16/+7
|\
| * ASSERT() cleanup. Remove blocking assert macro to avoid attack.Louis Yung-Chieh Lo2012-04-241-16/+7
* | Merge "Disable PLL at end of init"Gerrit2012-04-243-12/+32
|\ \
| * | Disable PLL at end of initRandall Spangler2012-04-243-12/+32
| |/
* | Merge "stm32l: clear and then set GPIO mode and pull-up/down settings"Gerrit2012-04-241-6/+10
|\ \
| * | stm32l: clear and then set GPIO mode and pull-up/down settingsDavid Hendricks2012-04-231-6/+10
| |/
* | Set BOOTCFG register to test valueRandall Spangler2012-04-244-1/+28
|/
* Merge "daisy: move i2c port initialization back into configure_board"Gerrit2012-04-231-7/+11
|\
| * daisy: move i2c port initialization back into configure_boardDavid Hendricks2012-04-231-7/+11
* | Update message protocol length byte to include postambleDavid Hendricks2012-04-232-3/+3
* | fix array indexing bug in message_process_cmdDavid Hendricks2012-04-231-2/+2
|/
* Merge "stm32l: fix length argument for i2c writes"Gerrit2012-04-231-1/+1
|\