summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pyro: battery FW update tool modify for learning modestabilize-M58-9334.41.0.Bstabilize-9334.58.Brelease-R58-9334.BBruce2017-03-211-1/+21
* npcx: gpio: Fixed bug GPIO's ISRs clear the other pending bits.Mulin Chao2017-03-031-5/+6
* hammer: Add rollback protection flash regionNicolas Boichat2017-03-021-2/+54
* Include <stdint.h> in include/watchdog.h.Jeff Andersen2017-03-021-0/+2
* usb_updater: fix command line options descriptionVadim Bendebury2017-03-021-1/+2
* g: enhance flash INFO apiVadim Bendebury2017-03-023-25/+57
* switch: Initialize switch state earlier during HOOK_INITShawn Nematbakhsh2017-03-023-7/+14
* pd: Add tcpc_select_rp_value to stub tcpm driverScott2017-03-023-1/+17
* g: reformat signing manifestsVadim Bendebury2017-03-012-256/+38
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-018-1/+78
* npcx: flash: Lock all flash access before flash_execute_cmd() callsShawn Nematbakhsh2017-03-011-2/+39
* eve: Remove MP2949 workaroundDuncan Laurie2017-03-012-63/+0
* eve: led: Avoid changing pwm with every tickDuncan Laurie2017-03-011-14/+40
* driver: kionix: Forgive i2c read failures while the acc is resettingGwendal Grignou2017-03-011-5/+0
* driver: kionix: Increase init delay to 20msGwendal Grignou2017-03-011-1/+1
* eve: Modify 1.5 vs 3.0 current limit setting for P1B boardsScott2017-03-013-17/+39
* hammer: Enable LOW_POWER_IDLENicolas Boichat2017-03-011-0/+1
* hammer: Enable USB suspend and remote wake-up config optionsNicolas Boichat2017-03-011-0/+3
* stm32/usb: Add support for remote wake-upNicolas Boichat2017-03-017-27/+63
* stm32/usb: Add support for USB suspendNicolas Boichat2017-03-016-2/+84
* Revert "pyro: Enable CONFIG_POWER_BUTTON_IGNORE_LID"Keith Tzeng2017-03-011-8/+0
* ec3po: less chatty debug printNick Sanders2017-03-012-8/+8
* usb_updater: change command line option from --spi to --systemdevVadim Bendebury2017-02-281-19/+20
* cr50: Store console lock state in NvMem vars.Aseda Aboagye2017-02-279-25/+186
* stm32f09x: fix flash protection offsetRong Chang2017-02-274-2/+91
* g: usb_updater: fix option description and add post_resetVadim Bendebury2017-02-261-13/+20
* hostcmd: Remove EC_CMD_VBNV_CONTEXT handler for most boardsShawn Nematbakhsh2017-02-256-12/+10
* eve: Disable TCPC low powerDuncan Laurie2017-02-252-1/+7
* pd: Store PD active state in battery-backed memoryShawn Nematbakhsh2017-02-258-14/+85
* Reef: Fix battery LED behaviorDaisuke Nojiri2017-02-251-35/+12
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-02-257-9/+121
* hammer: Enable CONFIG_FLASH_PROTECT_RWNicolas Boichat2017-02-251-0/+2
* ec:Add presubmit hook to enforce host command definitionsSam Hurst2017-02-252-0/+129
* Basking: Add CPT battery configRyan Zhang2017-02-241-9/+33
* eve: Enable low power idle modeDuncan Laurie2017-02-241-0/+1
* eve: Set keyboard backlight PWM to 10kHzDuncan Laurie2017-02-241-1/+1
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-2411-108/+182
* npcx: gpio: Only call ISR for enabled interruptsDuncan Laurie2017-02-241-0/+3
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsstabilize-9313.BNicolas Boichat2017-02-237-19/+177
* common/flash.c: Remove redundant codeNicolas Boichat2017-02-231-10/+8
* Reef: Fix power-up sequence for Anx3429Daisuke Nojiri2017-02-231-4/+16
* hammer: Change PWM frequency to 10 kHzNicolas Boichat2017-02-231-1/+1
* stm32: never pad usb descriptor lengthNick Sanders2017-02-231-1/+0
* stm32/usb: Add useful register macros instead of hardcoding valuesNicolas Boichat2017-02-232-6/+39
* Poppy: Enable board hibernate functionalityShobhit Srivastava2017-02-231-1/+20
* stm32: more clocks support for STM32L4 familyVincent Palatin2017-02-233-7/+45
* curve25519: strip-down, build and testVincent Palatin2017-02-239-4188/+257
* util: add constant-time memcmpVincent Palatin2017-02-232-0/+20
* import curve25519 code from BoringSSLVincent Palatin2017-02-232-0/+5063
* stm32: add TRNG supportVincent Palatin2017-02-236-0/+102