summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* cr50: include more vendor commands into the USB setVadim Bendebury2017-06-061-1/+4
* cr50: usb_updater: include return codes into USB response payloadVadim Bendebury2017-06-061-14/+30
* rollback: Include board-generated entropy when adding entropyNicolas Boichat2017-06-061-4/+16
* usb_i2c: extend the protocol to support larger payloadChun-Ta Lin2017-06-051-6/+32
* common: Add deferred erase supportGwendal Grignou2017-06-021-10/+69
* common: Add support for flash with regions of different sizeRong Chang2017-06-022-56/+154
* Add non-volatile flash counterVincent Palatin2017-06-022-0/+261
* sensor: Add board specific function for double tap eventScott Collyer2017-06-011-1/+2
* cr50: read fwmp and act on it when controlling console restrictionsVadim Bendebury2017-05-311-0/+5
* usb_update: Add support for INJECT_ENTROPY command (fixups)Nicolas Boichat2017-05-311-3/+4
* power_button_x86: Set PB state to ON in recovery modeDaisuke Nojiri2017-05-301-13/+10
* usb_update: Add support for INJECT_ENTROPY commandNicolas Boichat2017-05-251-0/+24
* Enable two-byte responses from host command handlers.Jeff Andersen2017-05-251-2/+2
* rollback: Add option to store secret in rollback infoNicolas Boichat2017-05-253-32/+139
* power_button_x86: Initialize to on if button is pressedDaisuke Nojiri2017-05-231-0/+3
* rollback: Add CONFIG_ROLLBACK_UPDATE config optionNicolas Boichat2017-05-231-19/+21
* cr50: allow vendor command to turn update on even in prod imagesVadim Bendebury2017-05-231-1/+1
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-3/+16
* power_button: Allow PB to be idle at power-onDaisuke Nojiri2017-05-181-1/+1
* keyboard_8042: Allow scancode sets to be mutableDuncan Laurie2017-05-181-1/+17
* host_command: Throttle printing of "+" for repeated commandsNicolas Boichat2017-05-181-1/+10
* keyboard_8042: Add scancode entries for new matrixDuncan Laurie2017-05-171-4/+4
* charge_state_v2: Remove assert for no AC and no batteryDuncan Laurie2017-05-171-1/+2
* npcx: flash: Add write-protect support for internal flash of npcx7 ecstabilize-9554.BMulin Chao2017-05-121-0/+10
* button: Recovery on power-on resetDaisuke Nojiri2017-05-121-4/+14
* uart: fix compile warning when !defined CONFIG_CONSOLE_ENABLE_READ_V1Wei-Ning Huang2017-05-121-2/+2
* charger: Add dedicated (non-type-c) chargerDaisuke Nojiri2017-05-111-31/+50
* rwsig: expose a new feature bit when RWSIG task is enabledWei-Ning Huang2017-05-111-0/+3
* rwsig: protect flash with EC_FLASH_PROTECT_ALL_NOW whenever possibleWei-Ning Huang2017-05-101-13/+20
* button: Allow board to define recovery buttonsDaisuke Nojiri2017-05-091-4/+15
* Allow lid-less configurationDaisuke Nojiri2017-05-092-0/+7
* virtual_battery: prevent access out of bounds of memoryphilipchen2017-05-091-2/+11
* keyboard_scan: Add option to not handle boot key combinationsNicolas Boichat2017-05-081-0/+8
* keyboard_scan: Add option to not handle special key combinationsNicolas Boichat2017-05-081-0/+4
* uart: add config to optionally enable EC_CMD_CONSOLE_READ v1Wei-Ning Huang2017-05-061-1/+7
* rwsig: add host command for controlling rwsig taskWei-Ning Huang2017-05-061-0/+22
* keyboard: Clear typematic when disabling keyboardDaisuke Nojiri2017-05-033-3/+8
* pd: Ignore Augmented PDOs when choosing PDO to request.Todd Broch2017-05-021-0/+4
* common/button: Blink LED for 3 seconds when setting recovery HW_REINITstabilize-9517.BFurquan Shaikh2017-05-021-0/+29
* common/led_common: Add API for controlling LED stateFurquan Shaikh2017-05-021-0/+9
* common/button: Add support for HW_REINIT button comboFurquan Shaikh2017-05-021-0/+37
* common/usb_update: Add support for UPDATE_EXTRA_CMD_UNLOCK_ROLLBACKNicolas Boichat2017-05-021-0/+6
* common/usb_update: Support CMD_UNLOCK_RW even with CONFIG_RWSIG is unsetNicolas Boichat2017-05-021-1/+1
* usb_update: 1-byte response to extra commandsNicolas Boichat2017-05-021-1/+1
* usb_port_power: Allow variable number of portsDaisuke Nojiri2017-05-012-59/+40
* rollback: Print RW rollback version as wellNicolas Boichat2017-05-011-0/+4
* virtual_battery: Fix energy readingsDouglas Anderson2017-05-011-3/+3
* BD9995X: Enable/Disable charger depending on charging currentJames Chao2017-04-301-5/+0
* common: add feature bit for touchpad supportWei-Ning Huang2017-04-271-0/+3
* rwsig: do not jump if reset source is hard pin resetWei-Ning Huang2017-04-271-3/+15