summaryrefslogtreecommitdiff
path: root/board/cr50
Commit message (Expand)AuthorAgeFilesLines
* common: make rma_auth work with the serverVadim Bendebury2017-10-041-5/+5
* cr50: enable rma_authVadim Bendebury2017-10-021-0/+13
* cr50: Add ccdblock command to block portsRandall Spangler2017-09-291-1/+78
* cr50: fix hash test code memory managementVadim Bendebury2017-09-261-6/+18
* cr50: Defragment codeRandall Spangler2017-09-099-194/+209
* cr50: Consolidate CCD device enableRandall Spangler2017-09-068-223/+275
* cr50 updater: reject images with mismatching board IDVadim Bendebury2017-09-051-1/+1
* cr50: Use own CCD EXT state machineRandall Spangler2017-09-012-22/+45
* chip/g: use ccd_ext_is_enabled() instead of ccd_get_mode()Randall Spangler2017-09-013-11/+6
* chip/g: Move Rdd keepalive to chip driverRandall Spangler2017-09-011-8/+1
* cr50: Split servo state machine into its own fileRandall Spangler2017-09-017-263/+248
* cr50: Split AP state machine into its own fileRandall Spangler2017-08-306-150/+237
* cr50: Only enable UART RX when EC/AP is onRandall Spangler2017-08-302-29/+37
* cr50: Add vendor cmd to query rec btn state.Aseda Aboagye2017-08-292-0/+74
* cr50: Let state machines print their own statesRandall Spangler2017-08-294-9/+70
* cr50: Configure AP detect GPIO based on correct configRandall Spangler2017-08-291-16/+21
* cr50: Split EC state machine into its own fileRandall Spangler2017-08-256-52/+135
* cr50: add board property functionsMary Ruthven2017-08-242-3/+17
* cr50: Don't enable GPIO interrupts by defaultRandall Spangler2017-08-231-29/+23
* cr50: Refactor Rdd state machineRandall Spangler2017-08-234-54/+51
* cr50: log tpm reset eventVadim Bendebury2017-08-231-0/+2
* cr50: Wake on AC detect edgesRandall Spangler2017-08-181-6/+19
* g: add 'recover hosed slave' i2cs capabilityVadim Bendebury2017-08-172-0/+17
* cr50: Remove BOARD_AP_USB propertyRandall Spangler2017-08-174-24/+5
* cr50: Add helper functions for device-is-enabledRandall Spangler2017-08-175-14/+26
* cr50: enhance sleep wake indicatorVadim Bendebury2017-08-161-8/+24
* cr50: Merge BattPrsnt device handling to wp.cRandall Spangler2017-08-084-50/+36
* cr50: Merge CCD device handling to rdd.cRandall Spangler2017-08-083-38/+8
* cr50: Clean up device state codeRandall Spangler2017-08-081-36/+213
* cr50: fix saving the U2F seed to flashVincent Palatin2017-08-041-0/+2
* g: use deterministic k for individual attestation certificate ECDSAVincent Palatin2017-08-031-1/+4
* cr50: stop using AP PHYMary Ruthven2017-08-012-56/+0
* cr50: add a pulldown to spi mosi and clkMary Ruthven2017-08-012-2/+8
* cr50: CCD V1 controls UART accessRandall Spangler2017-08-012-24/+82
* usb_i2c: Fail if board I2C bridge is disabledRandall Spangler2017-07-312-3/+39
* cr50: provide chip factory mode supportVadim Bendebury2017-07-301-0/+5
* cr50: introduce means of detecting chip running in factory modeVadim Bendebury2017-07-303-0/+24
* cr50: Rename uartn_enabled() to uartn_tx_is_connected()Randall Spangler2017-07-292-9/+11
* cr50: CCD V1 controls SPI accessRandall Spangler2017-07-281-9/+13
* cr50: protect EC/AP reset commands using CCD V1Randall Spangler2017-07-271-0/+6
* cr50: restrict console and control WP via CCD configRandall Spangler2017-07-273-347/+109
* cr50: Disable CCD on board ID mismatchRandall Spangler2017-07-271-0/+4
* cr50: Preserve CCD state across deep sleepRandall Spangler2017-07-272-1/+41
* g: hwtimer: Improve accuracy of hwtimer and ensure minimum udelay() waitShawn Nematbakhsh2017-07-211-0/+3
* cr50: modify tpm_endorse() error reporting logicstabilize-9765.7.BVadim Bendebury2017-07-201-9/+13
* cr50: Add case closed debugging V1 configurationRandall Spangler2017-07-203-11/+101
* cr50: Add physical presence state machineRandall Spangler2017-07-192-4/+24
* cr50: Always read LONG_LIFE_SCRATCH1 for brdprop.Aseda Aboagye2017-07-111-2/+7
* cr50: ensure the hash sizes are correct in U2F codeVincent Palatin2017-07-031-5/+5
* cr50: add U2F supportVincent Palatin2017-06-294-0/+237