summaryrefslogtreecommitdiff
path: root/chip/g
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: mark updated image as good once a usb request is receivedMary Ruthven2016-09-021-0/+8
* CR50: bn_modinv: correctly handle even inputsnagendra modadugu2016-09-021-0/+3
* g: clear reset_counter after updateMary Ruthven2016-09-024-3/+37
* g: switch to using timels for hwtimerMary Ruthven2016-09-022-74/+80
* cr50: unlock consoleMary Ruthven2016-09-012-5/+8
* cr50: remove internal pull up on DIOM0Mary Ruthven2016-08-312-0/+19
* Cr50: Implement the console unlock danceBill Richardson2016-08-312-4/+12
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-6/+6
* Added additional macros for the TIMEUS module.Dom Rizzo2016-08-291-0/+17
* usb_updater: implement version 4 on the cr50 sideVadim Bendebury2016-08-261-55/+92
* usb_updater: move to protocol version 4Vadim Bendebury2016-08-262-13/+28
* g: Add help message for test_rdd commandBill Richardson2016-08-251-1/+2
* Revert "cr50: remove internal pull up on DIOM0"Vadim Bendebury2016-08-262-19/+0
* cr50: connect to AP phy on reef when not in ccdMary Ruthven2016-08-251-4/+3
* Cr50: Tweak some comments about UART0_RXBill Richardson2016-08-241-0/+1
* Modified flash API batch write logic to respect row boundaries.Johnnie Chan2016-08-242-3/+5
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-247-15/+8
* cr50: remove internal pull up on DIOM0Mary Ruthven2016-08-232-0/+19
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-221-6/+11
* g: implement firmware upgrade protocol version 3Vadim Bendebury2016-08-223-126/+216
* chip/g/sps: Initialize received_data pointer to NULLMartin Roth2016-08-221-1/+1
* g: Remove unused CONFIG_RBOX_DEBUG featureBill Richardson2016-08-222-92/+2
* g: Remove obsolete spstpm commandBill Richardson2016-08-221-30/+0
* usb_updater: host side support protocol version 3Vadim Bendebury2016-08-212-35/+42
* g: usb_updater: clean up update protocol handlingVadim Bendebury2016-08-213-70/+81
* g: report RW header version along with code revisionVadim Bendebury2016-08-191-5/+32
* cr50: delay sleep for 3 minutes after resuming from sleep or after initMary Ruthven2016-08-141-0/+4
* Release EC_RST_L in RW after all initialization has completedtimothytim2016-08-132-3/+12
* cr50: try recovering from rolling rebootsstabilize-8688.BVadim Bendebury2016-08-081-0/+16
* cr50: fix nvmem calculationsVadim Bendebury2016-08-081-1/+1
* servo_v4: servo_micro: cr50: fix usb power declarationNick Sanders2016-08-081-2/+10
* g: fix rdd sleepMary Ruthven2016-08-081-1/+4
* g: Decode more reasons for chip resetBill Richardson2016-08-051-8/+11
* g: fix rddMary Ruthven2016-08-051-7/+24
* Cr50: Sample slave configuration pins at PORScott2016-08-032-0/+17
* g: Always reboot on watchdog or lockupBill Richardson2016-08-032-4/+5
* g: disable sps as a wake source in deep sleepMary Ruthven2016-08-011-0/+15
* g: increase usb console TX buffer size to 4KVadim Bendebury2016-08-011-1/+1
* g: use single buffer for version reportingVadim Bendebury2016-08-011-5/+3
* HACK tpm: reset fallback counter when readyVadim Bendebury2016-07-291-2/+2