summaryrefslogtreecommitdiff
path: root/chip/g
Commit message (Expand)AuthorAgeFilesLines
* CR50: hardware based mod exp may need a final reducenagendra modadugu2016-06-291-0/+5
* cr50: TEMP: to be researched and removedVadim Bendebury2016-06-292-3/+8
* Revert "Cr50: Set the default idle action to Sleep"Vadim Bendebury2016-06-291-16/+5
* cr50: enable highsec jittery clockMary Ruthven2016-06-271-1/+1
* Cr50: Set the default idle action to SleepBill Richardson2016-06-251-5/+16
* g: write 0 to RBOX_WAKEUP_CLEAR to clear registersMary Ruthven2016-06-241-0/+1
* g: remove the fuse override in rboxMary Ruthven2016-06-162-15/+1
* CR50: refactor debug_printf() for use as a library functionnagendra modadugu2016-06-153-18/+29
* CR50: add a simple ASN.1 parser & certificate verifierstabilize-8447.Bnagendra modadugu2016-06-124-2/+213
* CR50: add support for writing to info banknagendra modadugu2016-06-103-8/+76
* CR50: fix bug in rom_flash.c debug print messagenagendra modadugu2016-06-101-2/+3
* CR50: add support for hardware modexpnagendra modadugu2016-06-092-2/+20
* g: Enable SOF calibration after first SOF tokenBill Richardson2016-06-082-8/+23
* g: implement EC/AP flash access via CCDMary Ruthven2016-06-033-0/+357
* CR50: port dcrypto/cr50 code to depend on third_party/cryptocnagendra modadugu2016-05-3113-2203/+208
* g: upgrade: wipe out NVRAM on upgradesVadim Bendebury2016-05-311-0/+4
* Cr50: Export the chip-specific SPI master functionsNadim Taha2016-05-311-0/+15
* Timer initialization & conversion bug fixesNadim Taha2016-05-281-16/+9
* cr50: disable UART peripheral when the device is powered off.Mary Ruthven2016-05-272-1/+20
* cr50: dont drive UART output if servo is connectedMary Ruthven2016-05-271-1/+6
* cr50: monitor the state of Servo, the EC, and APMary Ruthven2016-05-271-0/+3
* g: Add GR_KEYMGR_HKEY_FRR to registers.hBill Richardson2016-05-161-4/+4
* Cr50: Enable the USB SOF clock auto-calibrationstabilize-8282.BBill Richardson2016-05-044-4/+167
* Cr50: Enable jittery clockBill Richardson2016-05-034-0/+69
* g: enhance upgrade protocol to allow upgrade block restartsVadim Bendebury2016-05-021-3/+38
* g: verify that first message of each upgrade block is rightVadim Bendebury2016-05-021-11/+13
* g: upgrade - improve verification of the first upgrade messageVadim Bendebury2016-05-021-6/+35
* g: introduce versioning and backwards compatibility of usb_upgradeVadim Bendebury2016-05-021-4/+33
* g: drop: always start with USB facing external portVadim Bendebury2016-05-021-3/+8
* g: fix debug messages not to include two newlinesVadim Bendebury2016-05-021-6/+6
* g: recover from usb_upgrade interruptionsVadim Bendebury2016-05-021-1/+27
* cr50: add basic rbox supportMary Ruthven2016-04-294-0/+127
* Cr50: Move board-specific rdd stuff out of chip/g/Bill Richardson2016-04-292-7/+4
* g: i2c slave driverVadim Bendebury2016-04-272-0/+233
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-9/+0
* cr50: enable AP and EC flash accessstabilize-8249.BMary Ruthven2016-04-261-0/+7
* CR50: add support for RSA key generationnagendra modadugu2016-04-204-2/+489
* 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
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-182-11/+11
* 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
* Cr50: Update the USB VID:PID:subclass constantsBill Richardson2016-04-153-17/+5
* 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
* cr50: default to CCD PHYMary Ruthven2016-04-131-1/+2