summaryrefslogtreecommitdiff
path: root/chip/g
Commit message (Expand)AuthorAgeFilesLines
* upgrade_fw.c: Initialize variable before using it.Martin Roth2016-11-161-1/+3
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-1513-20/+20
* Fix various misspellings in commentsMartin Roth2016-11-153-8/+8
* CR50: add a constant time buffer equals implementationnagendra modadugu2016-11-115-7/+32
* cr50: disable sleepMary Ruthven2016-11-101-1/+5
* Cr50: I2CS TPM: Ensure HW read fifo is empty for register readsScott2016-11-042-5/+17
* g: add permission level checksMary Ruthven2016-11-046-6/+82
* bn_div and faster modular inverse.Marius Schilder2016-11-033-111/+338
* usb_i2c: refactor into commonNick Sanders2016-11-023-267/+0
* g: i2cm: Changed the slave address assumption to 8 bitsScott2016-11-021-2/+5
* g: usb: do not invoke reset twiceVadim Bendebury2016-10-281-13/+2
* Cr50: i2cs: Re-enable sleep after every interruptScott2016-10-261-0/+8
* chip/g/flash: Return error if flash command isn't recognizedMartin Roth2016-10-251-0/+2
* Fixup usb_updater for reef/clangBrian Norris2016-10-221-1/+1
* g: add usb i2c driverMary Ruthven2016-10-144-6/+267
* g: check that the rx fifo is ready before reading from itMary Ruthven2016-10-133-36/+32
* g: use devid 0 and 1 to create a serial numberMary Ruthven2016-10-111-2/+78
* Update TRNG handling.Marius Schilder2016-10-111-9/+12
* cr50: add press and release options to powerbtn commandMary Ruthven2016-10-112-9/+41
* Cr50: I2CM: Enable i2c master for accessing INA chipsScott2016-10-111-0/+6
* g: Added I2CM driver to support chip_i2c_xfer()Scott2016-10-113-0/+486
* cr50: provide means of posting reboot requestVadim Bendebury2016-10-081-6/+4
* g: Upgrade protocol returns the keyid for RO/RWBill Richardson2016-10-072-2/+10
* cr50: add console commands to have parity with servoMary Ruthven2016-10-052-0/+29
* Cr50: Removed Reef EVT workaroundsScott2016-10-042-17/+2
* i2cs: reset local variables when reinitializing.Vadim Bendebury2016-10-041-0/+17
* Cr50: fix CR50_DEV=1 overrideBill Richardson2016-10-021-1/+1
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-022-3/+3
* g: The hid command is only useful for debuggingBill Richardson2016-10-011-0/+3
* g: Remove the test_rdd commandBill Richardson2016-10-011-8/+0
* tpm: reset communications channels when resetting TPMVadim Bendebury2016-09-263-27/+12
* Cr50: I2CS TPM: Prevent sleep when I2CS is activestabilize-8838.BScott2016-09-251-0/+3
* Cr50: I2CS: Fixed i2cs word aligned fifo write functionScott2016-09-251-2/+2
* cr50: make sure board resets when cr50 resetsVadim Bendebury2016-09-241-0/+10
* cr50: reset only the TPM state on SYS_RST_LRandall Spangler2016-09-241-0/+9
* cr50: use RXILVL to trigger fewer UART RXINTsMary Ruthven2016-09-233-10/+40
* g: Add support for hardware dcryptoBill Richardson2016-09-163-1/+1276
* cr50: enable deep sleep on chipset shutdownMary Ruthven2016-09-161-17/+22
* Cr50: #define CR50_DEV in source when used manuallyBill Richardson2016-09-131-0/+1
* Cr50: I2CS: Clear IRQ at beginning of ISRScott2016-09-121-3/+3
* Cr50: Remove unused wipe_nvram() function.Bill Richardson2016-09-091-1/+0
* g: usb update: clear fallback counter after update finishesVadim Bendebury2016-09-093-29/+10
* g: override RBOX fuses for correct POR behaviorBill Richardson2016-09-091-0/+46
* cr50: provide build mode for signing with fobVadim Bendebury2016-09-071-0/+12
* Revert "cr50: remove internal pull up on DIOM0"Mary Ruthven2016-09-062-19/+0
* Cr50: I2CS TPM: Added routine to write to HW fifo a word at a timeScott2016-09-052-0/+71
* Cr50: I2CS TPM: Changes to support fifo and version registers readScott2016-09-052-0/+24
* Cr50: I2CS TPM: Unify tpm_registers interface between SPI and I2CScott2016-09-051-2/+6
* Cr50: Preliminary I2CS TPM2.0 driverScott2016-09-053-25/+30
* Cr50: NvMem: Increase partition size from 0x2800 to 0x4000Scott2016-09-021-1/+1