summaryrefslogtreecommitdiff
path: root/board/hoho/Makefile
diff options
context:
space:
mode:
authorTodd Broch <tbroch@chromium.org>2014-08-07 14:06:43 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-16 05:26:40 +0000
commite1ff1a3caef94bef3c2ea9e8036aa784be26ef1b (patch)
tree2b502fe069c0c9395b53630db3af87dcd4cb7424 /board/hoho/Makefile
parentf3c308108b88ff4c8ac276269da056560265bf1b (diff)
downloadchrome-ec-e1ff1a3caef94bef3c2ea9e8036aa784be26ef1b.tar.gz
hoho: Initial board configuration.
Create necessary boiler plate files for USB type-C to HDMI dongle. BRANCH=none BUG=chrome-os-partner:31192 TEST=manual 1. Compiles & can program via fruitpie. 2. Can access uart (w/ rework for tx/rx). 3. Can drive HDMI capable monitor. test details ... Programming: ------------ # connect fruitpie + fruitpie std-adapter(red) with u-USB (CN3) & type-A # (CN1) both to host that will run servod. FPIE_PORT=9993 sudo servod -p 0x5009 --port $FPIE_PORT dut-control --port $FPIE_PORT "ec_uart_cmd:gpioset USB_C_5V_EN 1" dut-control --port $FPIE_PORT "ec_uart_cmd:usbmux usb" util/flash_ec --board=hoho Configuring samus for DPout on both ports: ------------------------------------------ sudo servod -b samus for port 0 1; do dut-control "usbpd_uart_cmd:pd ${PORT} dualrole off" dut-control "usbpd_uart_cmd:gpioset USB_C${PORT}_CHARGE_EN_L 1" dut-control "usbpd_uart_cmd:typec ${PORT} dp" dut-control "usbpd_uart_cmd:gpioset USB_C${PORT}_5V_EN 1" dut-control "usbpd_uart_cmd:typec ${PORT}" done Change-Id: I39bbe1e347d1cfd777b68f3fdac6c5c6dd22800d Signed-off-by: Todd Broch <tbroch@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/212523 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/hoho/Makefile')
l---------board/hoho/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/hoho/Makefile b/board/hoho/Makefile
new file mode 120000
index 0000000000..94aaae2c4d
--- /dev/null
+++ b/board/hoho/Makefile
@@ -0,0 +1 @@
+../../Makefile \ No newline at end of file