summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* CR50: add support for P256-ECIES (hybrid encryption)nagendra modadugu2016-04-195-0/+207
* CR50: remove DCRYPTO_p256_points_mul, add DCRYPTO_p256_point_mulnagendra modadugu2016-04-192-41/+10
* CR50: add support for RSA key "testing"nagendra modadugu2016-04-194-4/+294
* CR50: move AES CTR implementation to dcryptonagendra modadugu2016-04-192-0/+36
* snoball: Add support for proto 0.9 boardShawn Nematbakhsh2016-04-192-2/+13
* npcx: shi: Remove excessively verbose printsShawn Nematbakhsh2016-04-192-14/+18
* npcx: shi: Remove support for V2 host protocolShawn Nematbakhsh2016-04-191-168/+4
* npcx: shi: Don't enable GPIO_SHI_CS_L GPIO interrupt until S0Shawn Nematbakhsh2016-04-191-5/+26
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-198-24/+0
* chip: it83xx: add USBPD moduleDino Li2016-04-185-6/+143
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-189-28/+30
* g: fix usb console LF handlingVadim Bendebury2016-04-181-13/+9
* Cr50: Add DIO_PULL_UP and DIO_PULL_DOWN flagsBill Richardson2016-04-152-8/+32
* cr50: enable AP and EC UART in CCD MODEMary Ruthven2016-04-152-21/+29
* amenia: enable BMM150 compassKevin K Wong2016-04-151-0/+1
* Cr50: Update the USB VID:PID:subclass constantsBill Richardson2016-04-153-17/+5
* chip: it83xx: Add i2c channel d/e/f functionEli Hsu2016-04-144-95/+637
* CR50: add support for HKDF (RFC 5869)nagendra modadugu2016-04-143-0/+88
* cr50: Detect debug cable and switch the PHYMary Ruthven2016-04-134-4/+89
* chip: it83xx: disable sleep while fan control loop ongoingDino Li2016-04-131-6/+10
* apollolake: ignore PLTRST# from SOC unless RSMRST# to soc is deassertedKevin K Wong2016-04-131-0/+8
* cr50: default to CCD PHYMary Ruthven2016-04-131-1/+2
* Cr50: Enable RW FW updates over USBBill Richardson2016-04-121-0/+1
* Cr50: Add userspace tool to update RW FW over USBBill Richardson2016-04-121-0/+4
* Cr50: New usb_upgrade module for RW updatesBill Richardson2016-04-125-0/+445
* chip: it83xx: disable USB module's clock at defaultDino Li2016-04-111-1/+2
* g: Add USB_STREAM_CONFIG_FULL macro to usb-stream.hBill Richardson2016-04-111-12/+41
* Cr50: Add console command "usb" for testingBill Richardson2016-04-072-13/+44
* cr50: forward console through USBMary Ruthven2016-04-071-90/+185
* cr50: export AP and EC UART through USBMary Ruthven2016-04-075-3/+208
* cr50: add support for creating multiple serial endpointsMary Ruthven2016-04-075-219/+459
* Cr50: Specify pinmux wake sources in gpio.incBill Richardson2016-04-055-28/+50
* Cr50: Enable normal sleep, tooBill Richardson2016-04-051-34/+51
* Cr50: Delay sleeping for longer after console inputBill Richardson2016-04-041-18/+8
* Cr50: Preserve the idle action across soft rebootsBill Richardson2016-04-041-5/+7
* Cr50: Sleep only when SPS has been quiet for a whileBill Richardson2016-04-032-6/+66
* ectool: Support keyboard factory scanningDevn Lu2016-04-011-0/+68
* cr50: enable use of multiple UARTsMary Ruthven2016-03-315-62/+237
* Cr50: First attempt at USB suspend with deep sleepBill Richardson2016-03-312-57/+150
* CR50: add NULL padding support for RSA encrypt/decryptnagendra modadugu2016-03-312-3/+28
* Cr50: Include low-power exit triggers in reset causesBill Richardson2016-03-301-2/+16
* Cr50: Handle possible resume from deep sleepBill Richardson2016-03-302-2/+26
* Cr50: Add stubs to support low-power idleBill Richardson2016-03-302-0/+79
* CR50: add support for RSA PKCS1-PSS paddingnagendra modadugu2016-03-302-2/+115
* Cr50: Support USB SETCFG/GETCFG control transfersBill Richardson2016-03-301-6/+38
* npcx: gpio: Configure pin attributes before setting as outputShawn Nematbakhsh2016-03-291-8/+10
* npcx: pwm: Fix PWM moduleShawn Nematbakhsh2016-03-282-5/+8
* Cr50: Fix subtle USB error in clearing global NAKsBill Richardson2016-03-251-2/+2
* Cr50: Fix console message on unexpected USB eventBill Richardson2016-03-251-6/+6
* Cr50: Cleanup check_reset_cause() codeBill Richardson2016-03-251-10/+18