summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix test configurations build errorsVincent Palatin2012-04-252-3/+5
* Merge "Remove unused uart.h includes"Gerrit2012-04-254-4/+0
|\
| * Remove unused uart.h includesRandall Spangler2012-04-254-4/+0
* | Merge "Watchdog fixes"Gerrit2012-04-251-2/+2
|\ \ | |/
| * Watchdog fixesRandall Spangler2012-04-251-2/+2
* | simplified message protocolDavid Hendricks2012-04-251-17/+15
|/
* Clean up lightbar msg command parsing, add some help.Bill Richardson2012-04-251-47/+79
* Handle overtemp condition in discharging stateRong Chang2012-04-251-2/+6
* Use console output instead of uart output for console commandsRandall Spangler2012-04-2419-216/+215
* Refactor async console outputRandall Spangler2012-04-2411-571/+704
* 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
* | Disable PLL at end of initRandall Spangler2012-04-241-2/+4
|/
* Update message protocol length byte to include postambleDavid Hendricks2012-04-231-1/+1
* fix array indexing bug in message_process_cmdDavid Hendricks2012-04-231-2/+2
* Keyboard hook up for SYSJUMP and INIT.Louis Yung-Chieh Lo2012-04-232-13/+49
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-203-15/+74
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-193-42/+129
* Move externs from .lds file into a header fileRandall Spangler2012-04-194-19/+4
* Merge "Added HOOK_INIT for driver module inits"Gerrit2012-04-193-53/+20
|\
| * Added HOOK_INIT for driver module initsRandall Spangler2012-04-193-53/+20
* | Merge "Tweaks to lightbar code, detect konami sequence"Gerrit2012-04-192-71/+255
|\ \ | |/ |/|
| * Tweaks to lightbar code, detect konami sequenceBill Richardson2012-04-192-71/+255
* | Clean up initsRandall Spangler2012-04-194-36/+7
|/
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-192-1/+64
* Merge "Add chipinfo command"Gerrit2012-04-191-0/+10
|\
| * Add chipinfo commandRandall Spangler2012-04-181-0/+10
* | Trickle charging state and minor bugs fixRong Chang2012-04-196-115/+532
|/
* Fixe the bug in keyboard state restore.Louis Yung-Chieh Lo2012-04-181-1/+2
* Fixed the bug that reboot_ec resets the keyboard state to disabled.Louis Yung-Chieh Lo2012-04-182-0/+19
* Support keyboard typematic.Louis Yung-Chieh Lo2012-04-171-4/+70
* Fix getting version string for other imagesRandall Spangler2012-04-131-32/+30
* Merge "Remove DDR shunt signal, which is no longer present on proto1"Chris Sosa2012-04-131-3/+0
|\
| * Remove DDR shunt signal, which is no longer present on proto1Randall Spangler2012-04-131-3/+0
* | Initialize SPI on start-upSimon Glass2012-04-131-0/+4
|/
* Disable screen and keyboard backlights when lid is closed.Randall Spangler2012-04-131-7/+0
* Merge "Add preliminary lightbar functionality."Gerrit2012-04-122-104/+454
|\
| * Add preliminary lightbar functionality.Bill Richardson2012-04-122-104/+454
* | Don't trigger watchdog when power button is held downSimon Glass2012-04-121-0/+6
|/
* Update keyboard scanning for stm32 to use messagesSimon Glass2012-04-111-0/+3
* Add a message format and processing functionSimon Glass2012-04-112-1/+91
* Add fake developer switchRandall Spangler2012-04-104-18/+211
* Clip charging current to valid rangeRandall Spangler2012-04-091-0/+10
* Support chipinfo command (ectool/host commands)Louis Yung-Chieh Lo2012-04-091-0/+14
* Export more battery information in LPC mapDuncan Laurie2012-04-063-108/+57
* Change task messages to eventsRandall Spangler2012-04-068-28/+30
* Fix the build error on adv board.Louis Yung-Chieh Lo2012-04-061-1/+1
* Merge "Increase fan speed control to 5 steps."Gerrit2012-04-051-26/+84
|\
| * Increase fan speed control to 5 steps.Vic Yang2012-04-051-26/+84
* | Merge "First "ectool lightbar" command."Gerrit2012-04-041-43/+69
|\ \