summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* virtual_battery: Remove direct i2c accessShawn Nematbakhsh2017-07-052-60/+84
* chip/stm32/pwm: Prevent sleeping while PWM output is activeNicolas Boichat2017-07-042-8/+21
* core/cortex-m0/curve25519: Remove unused variantsNicolas Boichat2017-07-041-144/+0
* core/cortex-m0/curve25519: Integrate fast curve25519 implementationNicolas Boichat2017-07-0310-1012/+858
* test/x25519: Optionally test 1 million iterations of x25519Nicolas Boichat2017-07-031-3/+32
* kevin: Change PD max power to 40W.Aseda Aboagye2017-07-031-0/+6
* cr50: ensure the hash sizes are correct in U2F codeVincent Palatin2017-07-031-5/+5
* eve: Enable device eventsDuncan Laurie2017-06-303-11/+39
* common: Add RMA reset auth challenge-response cryptoRandall Spangler2017-06-308-0/+438
* usb_pd: only service interrupts on enabled ports.Caveh Jalali2017-06-303-1/+23
* Add support for reporting device eventsDuncan Laurie2017-06-306-1/+215
* npcx: Clear IBBR to have BBRAM back to be functionalCHLin2017-06-291-14/+11
* tcpm: it83xx: Use pd common code macro to analyze message headerDino Li2017-06-293-23/+8
* kahlee: Modify LED control to avoid leakageCloud2017-06-291-3/+3
* cr50: add U2F supportVincent Palatin2017-06-295-0/+238
* Add U2F implementationVincent Palatin2017-06-295-0/+594
* test/x25519: First test speed, then test implementationNicolas Boichat2017-06-291-3/+4
* common: Add base32 encodingRandall Spangler2017-06-288-1/+477
* vboot_ec:Read try slot from BBRAMDaisuke Nojiri2017-06-284-1/+11
* tcpm: add .release driver operation.Caveh Jalali2017-06-289-4/+91
* npcx: Make system stay off after clean shutdownDaisuke Nojiri2017-06-283-6/+38
* Fizz: Enable vboot ECDaisuke Nojiri2017-06-281-3/+5
* vboot: Add vboot for EC by ECDaisuke Nojiri2017-06-287-2/+158
* eCTS: Use proper methods to reset boardsDaisuke Nojiri2017-06-282-11/+15
* eCTS: Expedite flashing timeDaisuke Nojiri2017-06-281-0/+6
* eCTS: Use pySerial to read from tty portsDaisuke Nojiri2017-06-281-29/+20
* eCTS: Add I2C suite to run_ects.pyDaisuke Nojiri2017-06-285-62/+66
* eCTS: Rewrite run_ects.sh in PythonDaisuke Nojiri2017-06-282-118/+92
* pd_suspend: coordinate with pd_task().Caveh Jalali2017-06-281-9/+35
* button: Switch on recovery LED after entering recovery modeFurquan Shaikh2017-06-281-0/+17
* eCTS: Fix alignment of test resultsstabilize-9693.BDaisuke Nojiri2017-06-284-5/+6
* stm32f4: fix flash_physical_protect_now behaviorWei-Ning Huang2017-06-283-115/+50
* vboot_hash: Don't auto-start hashing in recovery modeShawn Nematbakhsh2017-06-271-1/+11
* common: delay flash_erase deferred task so EC_CMD_FLASH_ERASE can completeWei-Ning Huang2017-06-271-1/+2
* eCTS: Convert mutex test suite to current formatDaisuke Nojiri2017-06-275-18/+22
* eCTS: Print start marker before syncDaisuke Nojiri2017-06-2723-352/+169
* eCTS: Convert hook test suite to current formatDaisuke Nojiri2017-06-275-195/+109
* eve: Check for left/right LED auto controlDuncan Laurie2017-06-271-2/+2
* chell: remove some console commands for space.Caveh Jalali2017-06-261-0/+10
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-266-6/+6
* system: Add simplified sysrqDaisuke Nojiri2017-06-234-1/+51
* genvif: Fix uninitialized variable accessShawn Nematbakhsh2017-06-231-3/+5
* eCTS: Add script to run tests and publish resultsDaisuke Nojiri2017-06-231-0/+118
* nds32: add software floating point library routinesDino Li2017-06-232-0/+196
* eCTS: Close ttyDaisuke Nojiri2017-06-232-2/+7
* eCTS: Strip board serial stringDaisuke Nojiri2017-06-231-4/+11
* eCTS: Switch execution environment to chrootDaisuke Nojiri2017-06-231-1/+1
* eCTS: Check order and expectation of test resultsDaisuke Nojiri2017-06-2319-199/+313
* eCTS: Add stack overflow testDaisuke Nojiri2017-06-232-1/+27
* power/rk3399: Table-based power sequencingPhilip Chen2017-06-221-76/+107