summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-06-042-26/+42
* Add EC command to report board versionVadim Bendebury2012-06-041-0/+6
* Detect recovery key combinationVincent Palatin2012-05-311-0/+1
* Add support for printing fixed-point numbersRandall Spangler2012-05-231-2/+6
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-212-0/+6
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-34/+0
* Add host command to read temperature sensor infoVic Yang2012-05-221-0/+14
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-0/+2
* Add LM4 support for hard resetRandall Spangler2012-05-211-29/+15
* Use common host command processing for Daisy I2CVincent Palatin2012-05-183-64/+19
* Add a list of I2C portsRandall Spangler2012-05-171-0/+7
* Add AC state change hookRandall Spangler2012-05-172-0/+4
* 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