summaryrefslogtreecommitdiff
path: root/board/cr50
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: Switch from ALTERNATE to PINMUX macrosAnton Staaf2016-02-221-22/+23
* cr50: upgrade command extensionVadim Bendebury2016-02-172-0/+187
* cr50: allow board to provide flash configurationVadim Bendebury2016-02-171-0/+35
* cr50: remove RO dependency on tpm2Vadim Bendebury2016-02-101-4/+4
* cr50: configure GPIOs properlyVadim Bendebury2016-02-102-10/+8
* CR50: Add initial elliptic curve crypto implementation.nagendra modadugu2016-02-084-81/+466
* CR50: enable the bignum library to handle word un-aligned keysnagendra modadugu2016-02-081-117/+104
* Enforce compilation without system headersStefan Reinauer2016-02-031-0/+7
* CR50: fix incomplete hash state initialization.nagendra modadugu2016-02-021-0/+3
* CR50: define EMBEDDED_MODE=1 for code under cr50.nagendra modadugu2016-02-021-0/+2
* CR50: implement _cpri__StirRandom as a no-op.nagendra modadugu2016-01-293-8/+12
* Move platform independent stub calls back tonagendra modadugu2016-01-251-7/+0
* Move platform independent stub calls back tonagendra modadugu2016-01-191-95/+0
* Initial RSA implementation.stabilize-7821.Bnagendra modadugu2016-01-113-59/+425
* Move rand_bytes implementation from tpm2 to chip/g.nagendra modadugu2015-12-221-21/+4
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-092-0/+2
* cr50: add extension command for testing hash primitivesVadim Bendebury2015-12-031-0/+212
* cr50: reduce hash implementation stack requirementsVadim Bendebury2015-12-032-3/+7
* cr50: fix _cpri__DrbgGetPutState and _cpri__EccCommitCompute stubsVadim Bendebury2015-11-251-4/+15
* cr50: increase tpm task sizeVadim Bendebury2015-11-251-1/+1
* cr50: enable stack overflow monitoringVadim Bendebury2015-11-251-0/+6
* cr50: SHA1 and SHA256 implementation with hardware supportnagendra modadugu2015-11-256-83/+156
* cr50: dcrypto code belongs with the chip, not with the boardVadim Bendebury2015-11-234-185/+2
* cr50: fix assert_func stub prototypeVadim Bendebury2015-11-211-4/+22
* cr50: suppress TPM debug output by defaultVadim Bendebury2015-11-211-0/+2
* cr50: add extension command handler for AES testingVadim Bendebury2015-11-182-1/+151
* cr50: do not assume that data and keys are alignedVadim Bendebury2015-11-182-12/+19