summaryrefslogtreecommitdiff
path: root/board/cr50
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: make use of byteorder routinesstabilize-7647.74.Bstabilize-7647.72.Bstabilize-7647.32.Brelease-R48-7647.BVadim Bendebury2015-11-152-38/+5
* cr50: do not try verifying RW integrityVadim Bendebury2015-11-131-1/+0
* Add initial dcrypto AES implementation.nagendra modadugu2015-11-116-114/+429
* cr50: make customized RO workVadim Bendebury2015-11-101-27/+0
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* Fix soft reboot to handle dropped permissions.nagendra modadugu2015-11-061-2/+22
* Dropping of DAP permission causes false alert when debugging.nagendra modadugu2015-11-041-1/+0
* Drop permissions to MEDIUM (APP level).nagendra modadugu2015-11-031-0/+35
* cr50: move tpm2 stubs.c file to this repositoryVadim Bendebury2015-10-192-1/+580
* Provide interface to random number generatorVadim Bendebury2015-10-173-8/+50
* cleanup: Cr50: remove duplicated compiler argsBill Richardson2015-09-191-11/+14
* Cr50: Add support for flash write & eraseBill Richardson2015-09-181-1/+8
* cleanup: Remove ifdefs for older implementationsBill Richardson2015-09-142-6/+0
* Cr50: Add stub to implement native NV storageBill Richardson2015-09-022-2/+174
* Cr50: Build external libs remotely, but put objects hereBill Richardson2015-08-221-11/+21
* cr50: tpm2: pull in the tpm2 library sourcesVadim Bendebury2015-08-143-0/+73
* cr50: introduce tpm task skeletonVadim Bendebury2015-08-141-1/+2
* cr50: code modifications to support FPGA B1Vadim Bendebury2015-08-111-2/+3
* cr50: control adding USB specific code using proper configVadim Bendebury2015-08-111-1/+1
* Cr50: Enable TPM-protocol data over the SPI busVadim Bendebury2015-07-251-0/+1
* cr50: Use distinct configuration option for SPI Slave supportVadim Bendebury2015-07-251-2/+2
* Cr50: Enable host commands over SPI busBill Richardson2015-07-092-1/+7
* Cr50: Simplify the API for the SPS driverBill Richardson2015-07-071-0/+3
* cr50: cleanup a few strings & messagesBill Richardson2015-07-012-0/+2
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* Cr50: Enable USB blob handler (and disable USB console)Bill Richardson2015-06-042-3/+4
* Cr50: Add usb_blob handler frameworkBill Richardson2015-06-042-0/+2
* Cr50: Fix compilation without CONFIG_USB_HID defined.Bill Richardson2015-06-041-0/+4
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-34/+35
* cr50: add SPI Slave driverVadim Bendebury2015-05-072-0/+8
* cr50: share board directory among board variantsVadim Bendebury2015-05-073-1/+8
* cr50: uart: increase console tx buffer sizzeVadim Bendebury2015-05-011-0/+9
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-15/+15
* cr50: add USB supportVincent Palatin2015-04-022-0/+62
* cr50: added cr50 a1 chipSheng-Liang Song2015-03-201-0/+2
* cr50: enable signed RW imagesBill Richardson2015-02-252-0/+32
* cr50: Separate ARM core GPIOs from pinmux configurationBill Richardson2015-02-203-20/+71
* g: implement GPIOsVincent Palatin2014-12-103-6/+35