Go to file
Jett Rink b7d7e16f52 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>
Reviewed-on: https://chromium-review.googlesource.com/1231473
Reviewed-by: Martin Roth <martinroth@chromium.org>
Commit-Queue: Martin Roth <martinroth@chromium.org>
Tested-by: Martin Roth <martinroth@chromium.org>
2018-09-18 17:24:50 +00:00
baseboard ss-mux: remove unused port_addr initialization 2018-09-18 17:24:50 +00:00
board ss-mux: remove unused port_addr initialization 2018-09-18 17:24:50 +00:00
builtin assert/panic: mark noreturn to inform the compiler 2018-07-12 22:10:02 -07:00
chip npcx7: Report PSL_CTS on wake from hibernate 2018-09-18 15:38:17 +00:00
common pd: Check for dual-role partner when TOGGLE_OFF/FORCE_SINK 2018-09-18 17:19:57 +00:00
core build: print out remaining RAM space 2018-08-29 16:09:17 -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-18 17:19:58 +00:00
extra servo_updater: more informative error on fail 2018-09-18 15:38:10 +00:00
fuzz Move fuzzing tests into a fuzz subfolder. 2018-08-22 16:02:19 -07:00
include ss-mux: remove unused port_addr initialization 2018-09-18 17:24:50 +00:00
power power: add chipset_in_or_transitioning_to_state 2018-09-18 15:38:08 +00:00
test type: Rename matrix_3x3_t to mat33_fp_t 2018-09-18 15:38:15 +00:00
util ectool: Allow usbpdpower command to take port # 2018-09-18 15:38:17 +00: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 Move fuzzing tests into a fuzz subfolder. 2018-08-22 16:02:19 -07:00
Makefile.rules build: print out remaining RAM space 2018-08-29 16:09:17 -07:00
Makefile.toolchain test: host_command_fuzz: fuzzing test 2018-08-16 00:30:08 -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