summaryrefslogtreecommitdiff
path: root/board/cr50/rdd.c
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-131-1/+1
* ccdblock: move IGNORE_SERVO warning to the endMary Ruthven2021-10-151-4/+4
* ccdblock: add option to tri-state the EC UARTMary Ruthven2021-10-131-6/+30
* rdd: only enable AP UART if the AP is onMary Ruthven2021-10-131-1/+1
* ccdstate: displays "CCD_MODE" instead of "CCD EXT" fieldstabilize-RUST-13932.B-cr50_stabstabilize-13942.B-cr50_stabstabilize-13935.B-cr50_stabNamyoon Woo2021-04-221-3/+1
* ccdstate: add 'KeepAlive' line in outputNamyoon Woo2021-04-211-1/+1
* ccdblock can block EC-CR50 communicationNamyoon Woo2020-02-201-4/+19
* restructure EC-EFS moduleNamyoon Woo2020-02-201-0/+1
* control UART_EC RX/TX based on EC-CR50 communication statusNamyoon Woo2020-02-191-3/+25
* control EC USB-UART bridgeNamyoon Woo2020-02-191-1/+27
* revise the uart tx connect/disconnect functionsstabilize-quickfix-12871.27.B-cr50_stabstabilize-12871.91.B-cr50_stabstabilize-12871.65.B-cr50_stabstabilize-12871.57.B-cr50_stabstabilize-12871.253.B-cr50_stabstabilize-12871.24.B-cr50_stabstabilize-12871.103.B-cr50_stabstabilize-12871.102.B-cr50_stabstabilize-12859.B-cr50_stabrelease-R81-12871.B-cr50_stabNamyoon Woo2020-01-221-39/+11
* printf: Convert %T to %pTEvan Green2019-10-051-1/+1
* cr50: add command for forcing servo disconnectMary Ruthven2019-03-301-3/+25
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-10/+10
* cr50: speed up bit bang EC programmingVadim Bendebury2018-08-161-4/+14
* cr50: bitbang does not need to support multiple UARTs.Vadim Bendebury2018-08-151-4/+4
* cr50: disable ccd ports when ext ccd is disabledMary Ruthven2018-07-251-1/+6
* Revert "cr50: add support for enabling terminations on ap suspend"Mary Ruthven2018-05-171-16/+0
* cr50: add support for enabling terminations on ap suspendMary Ruthven2018-04-131-0/+16
* cr50: create ap_uart state machineMary Ruthven2018-02-021-2/+3
* cr50: mark ccdstate console command safeMary Ruthven2017-12-051-3/+3
* cr50: Add ccdblock command to block portsRandall Spangler2017-09-291-1/+78
* cr50: Defragment codeRandall Spangler2017-09-091-107/+7
* cr50: Consolidate CCD device enableRandall Spangler2017-09-061-76/+232
* cr50: Use own CCD EXT state machineRandall Spangler2017-09-011-21/+45
* chip/g: use ccd_ext_is_enabled() instead of ccd_get_mode()Randall Spangler2017-09-011-9/+5
* chip/g: Move Rdd keepalive to chip driverRandall Spangler2017-09-011-8/+1
* cr50: Split servo state machine into its own fileRandall Spangler2017-09-011-6/+1
* cr50: Split AP state machine into its own fileRandall Spangler2017-08-301-0/+1
* cr50: Only enable UART RX when EC/AP is onRandall Spangler2017-08-301-24/+20
* cr50: Let state machines print their own statesRandall Spangler2017-08-291-3/+4
* cr50: Split EC state machine into its own fileRandall Spangler2017-08-251-4/+3
* cr50: Refactor Rdd state machineRandall Spangler2017-08-231-53/+3
* cr50: Remove BOARD_AP_USB propertyRandall Spangler2017-08-171-11/+0
* cr50: Add helper functions for device-is-enabledRandall Spangler2017-08-171-7/+7
* cr50: Merge CCD device handling to rdd.cRandall Spangler2017-08-081-8/+8
* cr50: stop using AP PHYMary Ruthven2017-08-011-55/+0
* cr50: CCD V1 controls UART accessRandall Spangler2017-08-011-19/+45
* usb_i2c: Fail if board I2C bridge is disabledRandall Spangler2017-07-311-0/+2
* cr50: Rename uartn_enabled() to uartn_tx_is_connected()Randall Spangler2017-07-291-7/+9
* cr50: protect EC/AP reset commands using CCD V1Randall Spangler2017-07-271-0/+6
* cr50: Have CCD_MODE_L respect "ccd keepalive".Aseda Aboagye2017-06-011-3/+4
* cr50: Only drive CCD_MODE_L when in CCD mode.Aseda Aboagye2017-03-071-25/+54
* cr50: enable utmi wakeupsMary Ruthven2017-03-071-1/+1
* cr50: Have INAs and I2Cm enabled when rdd is attachedScott2017-02-061-1/+7
* cr50: add command to enable ccd indefinitelyMary Ruthven2017-01-201-18/+40
* cr50: extend sysrst pulse to 20msMary Ruthven2017-01-181-3/+10
* cr50: keep board properties related code in board.cVadim Bendebury2016-12-201-7/+4
* cr50: remove the pull down on uart2 txMary Ruthven2016-11-211-3/+13
* cr50: Stop disabling the AP/EC uart when ccd is disabledMary Ruthven2016-11-141-4/+0