summaryrefslogtreecommitdiff
path: root/board/cr50
Commit message (Expand)AuthorAgeFilesLines
* Cr50: Lower all runlevel permissions to mediumBill Richardson2016-05-051-0/+8
* Cr50: Enable jittery clockBill Richardson2016-05-031-0/+2
* CR50: fix issue in ecc parameter endian conversionnagendra modadugu2016-05-031-4/+4
* CR50: remove checks on RSA key buffer sizenagendra modadugu2016-05-031-5/+0
* CR50: point multiply should check point for curve membershipnagendra modadugu2016-04-301-1/+3
* cr50: add basic rbox supportMary Ruthven2016-04-291-0/+2
* cr50: set SYS_RST_L as an inputMary Ruthven2016-04-291-1/+1
* Cr50: Move board-specific rdd stuff out of chip/g/Bill Richardson2016-04-291-6/+7
* CR50: remove unused config option CONFIG_RSA, some cleanupnagendra modadugu2016-04-271-4/+3
* cr50: enable AP and EC flash accessstabilize-8249.BMary Ruthven2016-04-262-0/+13
* CR50: add support for RSA key generationnagendra modadugu2016-04-202-21/+146
* CR50: add support for P256-ECIES (hybrid encryption)nagendra modadugu2016-04-192-0/+127
* CR50: remove DCRYPTO_p256_points_mul, add DCRYPTO_p256_point_mulnagendra modadugu2016-04-191-7/+13
* CR50: add support for RSA key "testing"nagendra modadugu2016-04-192-15/+162
* CR50: move AES CTR implementation to dcryptonagendra modadugu2016-04-191-29/+4
* Cr50: Change SYS_RST output to SYS_RST_L inoutBill Richardson2016-04-163-3/+25
* Cr50: Remove HOSTCMD taskBill Richardson2016-04-151-1/+0
* cr50: Enable RD DetectionMary Ruthven2016-04-151-0/+3
* cr50: enable AP and EC UART in CCD MODEMary Ruthven2016-04-153-8/+73
* cr50: fix AP UARTMary Ruthven2016-04-141-2/+2
* CR50: handle big-endian RSA keysnagendra modadugu2016-04-141-109/+147
* CR50: add support for HKDF (RFC 5869)nagendra modadugu2016-04-142-0/+94
* CR50: handle big-endian ECC parametersnagendra modadugu2016-04-141-34/+98
* cr50: Detect debug cable and switch the PHYMary Ruthven2016-04-131-0/+1
* cr50: default to CCD PHYMary Ruthven2016-04-131-5/+10
* Cr50: Enable RW FW updates over USBBill Richardson2016-04-122-3/+6
* Cr50: New usb_upgrade module for RW updatesBill Richardson2016-04-123-179/+7
* cr50: forward console through USBMary Ruthven2016-04-071-3/+3
* cr50: enable AP and EC UART forwardingMary Ruthven2016-04-072-4/+11
* cr50: export AP and EC UART through USBMary Ruthven2016-04-072-2/+4
* cr50: add support for creating multiple serial endpointsMary Ruthven2016-04-072-1/+2
* Cr50: Specify pinmux wake sources in gpio.incBill Richardson2016-04-051-1/+1
* cr50: enable use of multiple UARTsMary Ruthven2016-03-311-0/+7
* CR50: add NULL padding support for RSA encrypt/decryptnagendra modadugu2016-03-311-1/+3
* Cr50: Add stubs to support low-power idleBill Richardson2016-03-301-0/+2
* CR50: add support for RSA PKCS1-PSS paddingnagendra modadugu2016-03-301-3/+6
* cr50: update GPIOsMary Ruthven2016-03-291-8/+8
* Cr50: Remove CONFIG_HOSTCMD_SPS supportBill Richardson2016-03-241-2/+1
* Cr50: cleanup: put macro args inside parensBill Richardson2016-03-111-1/+1
* CR50: move platform independent stub calls back to third_partynagendra modadugu2016-03-081-22/+0
* CR50: set result size in _cpri__GenerateKeyEcc, _cpri__GetEphemeralEccnagendra modadugu2016-03-071-3/+11
* Cr50: SAFE MODE: all GPIOs are inputs for Kevin0stabilize-7978.Bstabilize-7978.18.BBill Richardson2016-02-271-10/+10
* cr50: use the correct signer invocation optionsVadim Bendebury2016-02-271-0/+1
* Cr50: Configure GPIOs for Kevin proto0Bill Richardson2016-02-272-4/+65
* Cr50: cleanup: Remove some unneccessary codeBill Richardson2016-02-272-11/+0
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-3/+2
* Cr50: Remove GPIOs left over from FPGA boardsBill Richardson2016-02-252-80/+4
* Cr50: Cleanup some of the GPIO handling codeBill Richardson2016-02-251-10/+10
* cr50: upgrade: fix debug messages to show address instead of offsetVadim Bendebury2016-02-231-1/+2
* CR50: add in-place decrypt support for AES-CFBnagendra modadugu2016-02-231-36/+17