summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix some behaviors of keyboard command handlers.Louis Yung-Chieh Lo2012-05-172-1/+20
* stm32: add a FIFO for keyboard usageDavid Hendricks2012-05-161-0/+3
* de-LPCify the EC host interfaceVincent Palatin2012-05-152-154/+154
* Sort console commands at build timeVincent Palatin2012-05-151-1/+1
* Merge "Slightly update the host commands API"Gerrit2012-05-143-12/+50
|\
| * Slightly update the host commands APIVincent Palatin2012-05-143-12/+50
* | Change polarity of PROCHOT signal to match EVTRandall Spangler2012-05-141-0/+3
|/
* Allow console commands abbreviationVadim Bendebury2012-05-142-1/+5
* timer: Allow callers to pass 'now' to timestamp_expired()Simon Glass2012-05-141-1/+2
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-111-2/+3
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+8
* Allow boards to set the default console maskSimon Glass2012-05-101-0/+7
* Drop DPWROK when system is off for more than 10 secrelease-R20-2268.BRandall Spangler2012-05-091-7/+16
* Add hooks for chipset power transitionsRandall Spangler2012-05-092-12/+18
* Add gpio_set_flags() and system_get_board_version()Randall Spangler2012-05-082-4/+12
* Merge "Automatically switch USB charging mode"Gerrit2012-05-081-0/+4
|\
| * Automatically switch USB charging modeVic Yang2012-05-091-0/+4
* | Merge "Move gpio list into gpio.h header file"Gerrit2012-05-081-0/+3
|\ \
| * | Move gpio list into gpio.h header fileSimon Glass2012-05-081-0/+3
* | | Add LPC lightbar command to get the current sequence.Bill Richardson2012-05-082-10/+15
| |/ |/|
* | Clean up sysjump struct parsing and add memmove()Randall Spangler2012-05-071-0/+1
|/
* Add gpio_get_name() to return the name of a signalSimon Glass2012-05-031-0/+8
* Merge "timer: Add timestamp_expired() to check for expiry"Gerrit2012-05-031-0/+8
|\
| * timer: Add timestamp_expired() to check for expirySimon Glass2012-05-021-0/+8
* | Enhance LPC EC REBOOT reset command to allow to request recoveryVadim Bendebury2012-04-302-2/+9
|/
* Create host-side lightbar bikeshedding tool.Bill Richardson2012-04-261-13/+13
* Merge "Issue warning on fan stall."Gerrit2012-04-261-0/+1
|\
| * Issue warning on fan stall.Vic Yang2012-04-261-0/+1
* | Give ectool the same lightbar commands as the console.Bill Richardson2012-04-253-24/+71
* | Merge "Watchdog fixes"Gerrit2012-04-252-26/+26
|\ \
| * | Watchdog fixesRandall Spangler2012-04-252-26/+26
* | | simplified message protocolDavid Hendricks2012-04-251-23/+8
|/ /
* | Separate message protocol command types and reserve slots accordinglyDavid Hendricks2012-04-251-3/+6
* | Clean up lightbar msg command parsing, add some help.Bill Richardson2012-04-252-19/+27
|/
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-1/+5
* Refactor async console outputRandall Spangler2012-04-243-8/+48
* Implement task profilingRandall Spangler2012-04-241-1/+13
* Disable PLL at end of initRandall Spangler2012-04-241-1/+4
* Update message protocol length byte to include postambleDavid Hendricks2012-04-231-2/+2
* Keyboard hook up for SYSJUMP and INIT.Louis Yung-Chieh Lo2012-04-231-4/+0
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-202-13/+20
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-192-1/+24
* Move externs from .lds file into a header fileRandall Spangler2012-04-191-2/+2
* Merge "Added HOOK_INIT for driver module inits"Gerrit2012-04-1911-47/+13
|\
| * Added HOOK_INIT for driver module initsRandall Spangler2012-04-1911-47/+13
* | Merge "Tweaks to lightbar code, detect konami sequence"Gerrit2012-04-191-3/+7
|\ \ | |/ |/|
| * Tweaks to lightbar code, detect konami sequenceBill Richardson2012-04-191-3/+7
* | Clean up initsRandall Spangler2012-04-195-20/+6
|/
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-195-33/+63
* Trickle charging state and minor bugs fixRong Chang2012-04-191-3/+4