summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test of flash read/write/erase testVic Yang2012-07-135-5/+72
* Add a host command to force charge state in IDLE modeVic Yang2012-07-123-2/+70
* Add keyboard recovery eventRandall Spangler2012-07-124-3/+21
* Add ectool support for get/clear event B flagsRandall Spangler2012-07-121-0/+56
* Simplify host event processingRandall Spangler2012-07-125-62/+65
* Add second copy of event stateRandall Spangler2012-07-123-8/+56
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-128-80/+324
* Use response pointer and size from host command args structRandall Spangler2012-07-125-12/+15
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-127-56/+67
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-127-6/+12
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-126-17/+42
* Add I2C read/write host commandVic Yang2012-07-124-0/+191
* Rename battery pack file and limit trickle charging currentRong Chang2012-07-123-3/+10
* Ensure at least one LPC status bit is 0 at init time.Louis Yung-Chieh Lo2012-07-111-13/+19
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-115-66/+64
* Add host command to check what command versions are supportedRandall Spangler2012-07-113-13/+82
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-1120-316/+460
* Get AC state from GPIO instead of PMURong Chang2012-07-115-35/+40
* Change STM32 I2C master wait status timeout from 100ms to 10msRong Chang2012-07-111-4/+4
* Set proper value for BOOTCFGVic Yang2012-07-101-7/+4
* Host command interface has only one slot nowRandall Spangler2012-07-107-158/+140
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-104-55/+51
* Get rid of double debug output for host commandsRandall Spangler2012-07-101-2/+0
* Remove fake dev switchRandall Spangler2012-07-109-42/+7
* stm32: fix data buffer increment bug in flash_physical_writeDavid Hendricks2012-07-101-0/+1
* copy reboot parameters in host_command_reboot()David Hendricks2012-07-101-5/+11
* Add a test of flash overwriteVic Yang2012-07-107-1/+367
* Clear UART FIFO when initializing to prevent reading garbageVic Yang2012-07-091-0/+9
* Handle invalid parameter of fan duty cycle and keyboard backlightVic Yang2012-07-091-0/+10
* Lock out MKBP_SIMULATE_KEY host command when WP is enabledRandall Spangler2012-07-091-1/+5
* Better arg checking for reboot commandRandall Spangler2012-07-091-3/+7
* Jumping to same image as currently running shouldn't reboot.Randall Spangler2012-07-091-0/+4
* Add option to disable system jumpsRandall Spangler2012-07-093-8/+12
* Remove unused UART definesRandall Spangler2012-07-095-30/+0
* Only disable sysjump in main if we're doing signature-based verified bootRandall Spangler2012-07-091-1/+1
* Add console command to lock systemRandall Spangler2012-07-091-5/+33
* Add a test of charging state machineVic Yang2012-07-086-1/+322
* Lower I2C frequency to meet specVic Yang2012-07-081-2/+1
* Add new event for host interface readyRandall Spangler2012-07-074-6/+30
* Increase UART output buffer size on LM4Randall Spangler2012-07-072-12/+26
* snow/daisy: enable lid openDavid Hendricks2012-07-072-2/+6
* gaia: add lid switch functionality to power statesDavid Hendricks2012-07-071-8/+40
* Preserve PWM module state across system jumpVic Yang2012-07-071-13/+59
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-078-47/+96
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-0712-72/+165
* i2c: Display reason for each timeoutSimon Glass2012-07-051-13/+31
* snow: Add pmu command to print out pmu registersSimon Glass2012-07-052-0/+54
* i2c: Add delay after bus release, print an error on failureSimon Glass2012-07-051-1/+6
* snow: Enable I2C bus arbitration on host portSimon Glass2012-07-051-0/+1
* Enable help debug features on all boardsSimon Glass2012-07-044-0/+17