Go to file
Jett Rink a914c8df69 ss-mux: remove unused port_addr initialization
We do not need to set the port_addr variable most places because the
SS-MUX is also the TCPC and the tcpc_config_t information is used
instead.

Remove unused variable setting to avoid confusion.

BRANCH=none
BUG=none
TEST=buildall. phaser USB-C communication (and muxs) still work which is
a nominal case for all of these changes.

Change-Id: I72ee5da251956eb133091974e8dce5ac7f8787c6
Signed-off-by: Jett Rink <jettrink@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1200064
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Reviewed-by: Edward Hill <ecgh@chromium.org>
2018-09-17 21:35:01 -07:00
baseboard ss-mux: remove unused port_addr initialization 2018-09-17 21:35:01 -07:00
board ss-mux: remove unused port_addr initialization 2018-09-17 21:35:01 -07:00
builtin fuzz: Hide conflicts with cstdlib and use clang++ for linking. 2018-09-07 18:36:33 -07:00
chip it83xx/fpu: fix floating-point multiplication issue for DX version. 2018-09-17 08:41:02 -07:00
common pd: Check for dual-role partner when TOGGLE_OFF/FORCE_SINK 2018-09-17 21:34:41 -07:00
core it83xx/fpu: restore ALU at the beginning of exception handler 2018-09-10 01:13:28 -07:00
cts eCTS: Run openocd and lsusb as a root 2017-07-08 20:38:53 -07:00
docs docs: Document low-battery compatibility config. 2018-08-31 05:23:10 -07:00
driver isl923x: initially disable autonomous charging 2018-09-17 21:34:51 -07:00
extra gsctool: refactor USB interface 2018-09-17 21:34:52 -07:00
fuzz cr50_fuzz: Add missing include and define. 2018-09-12 23:19:11 +00:00
include ss-mux: remove unused port_addr initialization 2018-09-17 21:35:01 -07:00
power power: add chipset_in_or_transitioning_to_state 2018-09-07 18:37:06 -07:00
test type: Rename matrix_3x3_t to mat33_fp_t 2018-09-13 06:13:51 -07:00
util gsctool: refactor USB interface 2018-09-17 21:34:52 -07:00
.checkpatch.conf checkpatch: prevent stupid complaints about description title 2016-07-21 13:13:27 -07:00
.clang-format ec: Add .clang-format 2018-05-02 22:20:48 -07:00
.gitignore Makefile.rules: Add targets to see file size differences 2016-11-15 17:43:21 -08:00
COMMIT-QUEUE.ini kevin/gru: remove board almost completely 2018-06-21 19:56:34 -07:00
LICENSE Add LICENSE file to project 2012-05-11 09:11:52 -07:00
Makefile Add rules for building protocol buffers. 2018-09-07 18:36:35 -07:00
Makefile.rules Add rules for building protocol buffers. 2018-09-07 18:36:35 -07:00
Makefile.toolchain Add rules for building protocol buffers. 2018-09-07 18:36:35 -07:00
OWNERS Add OWNERS files 2014-04-02 19:58:53 +00:00
PRESUBMIT.cfg presubmit_check: disable SPDX_LICENSE_TAG check 2018-06-12 21:50:39 -07:00
README README: Add link to quick-build instructions 2015-12-07 13:49:35 -08:00
README.fmap Update EC config and FMAP to reserve room for vboot signatures 2012-05-04 14:42:58 -07:00
setup.py util: correct unpack_ftb 2018-06-19 03:48:52 -07:00

README

For an overview of the Embedded Controller firmware, refer to

http://www.chromium.org/chromium-os/2014-firmware-summit

For instructions on building from source, refer to

http://www.chromium.org/chromium-os/ec-development/getting-started-building-ec-images-quickly