summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cr50: NvMem: Modified nvmem_init to handle 2 corrupt partitionsScott2016-07-222-18/+57
* console: Add a console for Bluetooth LEMyles Watson2016-07-221-0/+3
* g: deactivate the PHY during usb_releaseMary Ruthven2016-07-221-0/+3
* upgrade_fw: fw_upgrade_command_handler: fix cmd_size checkLucian Cojocar2016-07-221-2/+2
* servo_v4: add python firmware update scriptNick Sanders2016-07-213-0/+446
* servo_v4: add USB updaterNick Sanders2016-07-213-14/+41
* servo_micro: add USB updaterNick Sanders2016-07-213-21/+45
* timer: fix clock() implementation to match TPM2 library expectationsnagendra modadugu2016-07-212-4/+4
* CR50: when testing an RSA key, check that N % p == 0nagendra modadugu2016-07-213-4/+6
* CR50: do not try searching in uninitialized TPM NV RAM.Vadim Bendebury2016-07-211-15/+14
* tpm: add manufacturing status checkVadim Bendebury2016-07-213-0/+61
* CR50: match private key against certs on endorsementnagendra modadugu2016-07-212-13/+42
* CR50: fix uninitialized buffer size in _cpri__SignRSAnagendra modadugu2016-07-211-0/+2
* CR50: when generating primes, check compatibility with expnagendra modadugu2016-07-211-2/+27
* CR50: bn_modinv_vartime - don't reduce on carry conditionnagendra modadugu2016-07-211-21/+16
* CR50: rename struct BIGNUM -> struct LITE_BIGNUMnagendra modadugu2016-07-215-121/+127
* cts: Added file to list error codes as integersChris Chen2016-07-219-89/+57
* ectool: Fix incorrect fan numbers from ectoolDivya Sasidharan2016-07-211-0/+8
* servo_v4: copypasta usb updater code into commonNick Sanders2016-07-216-1/+566
* CR50: add a #define guard to enable use of non-asm bignumnagendra modadugu2016-07-211-0/+2
* tpm: fire watchdog before executing commandsVadim Bendebury2016-07-211-0/+3
* checkpatch: prevent stupid complaints about description titleVadim Bendebury2016-07-211-0/+2
* CR50: clear SHA config register when initializingnagendra modadugu2016-07-211-8/+15
* board/reef: enable CONFIG_CHIPSET_RESET_HOOKAaron Durbin2016-07-211-0/+1
* chip/npcx: interrupt on both edges of PLTRST_LAaron Durbin2016-07-211-8/+12
* stm32: add generic stream interface for stm32Nick Sanders2016-07-211-11/+39
* tcpm: anx74xx: Add alert polarity member to tcpc_config_tDavid Hendricks2016-07-216-7/+15
* rk3399: Transition to / from S3 based upon GPIO_AP_EC_S3_S0_LShawn Nematbakhsh2016-07-211-5/+18
* npcx: shi: Properly mux pins as GPIO when disabling SHIShawn Nematbakhsh2016-07-211-7/+12
* servo_micro: support servo micro v2, console gpioNick Sanders2016-07-203-67/+34
* kevin / gru: Enable low-power idleShawn Nematbakhsh2016-07-201-1/+1
* g: add an option to disable uart0 rx no matter whatMary Ruthven2016-07-202-0/+5
* nrf51: update I2C to use PPI code.Myles Watson2016-07-201-11/+21
* nrf51: Add PPI wrappersMyles Watson2016-07-204-1/+132
* kevin: Add CONFIG_BATTERY_REQUESTS_NIL_WHEN_DEADShawn Nematbakhsh2016-07-201-0/+4
* charger: bd99955: Set pre-charge current in addition to fast chargeShawn Nematbakhsh2016-07-202-2/+13
* charger: bd99955: Allow charge limits < 512 mAShawn Nematbakhsh2016-07-202-2/+8
* hadoken: Add Bluetooth defines to board.hMyles Watson2016-07-202-0/+13
* cr50: add INA 3V3 load switch GPIOVincent Palatin2016-07-201-0/+4
* tcpm: fusb302: Fix issue with MDAC register definitionScott2016-07-202-20/+19
* Fix interrupt disabling problem for gpio volume button.younghun kim2016-07-201-1/+3
* it83xx: Fix timer observation register latch issueDino Li2016-07-191-1/+35
* reef: reject charge port on init till battery is initializedDivya Sasidharan2016-07-194-27/+70
* mkbp: Extend EC_CMD_MKBP_GET_INFO.Aseda Aboagye2016-07-192-12/+152
* mkbp: Add keyboard_update_button().Aseda Aboagye2016-07-192-1/+45
* mkbp: Add support for buttons and switches.Aseda Aboagye2016-07-199-120/+283
* g: disable usb wakeup when debug accessory is disconnectedMary Ruthven2016-07-193-2/+31
* g: initialize rdd based on current cc readingsMary Ruthven2016-07-191-5/+2
* hadoken: Remove I2C and add ADCMyles Watson2016-07-193-52/+18
* big: Enable link-time optimizations.Aseda Aboagye2016-07-191-0/+1