From 64aa8638f134f8aca4f48f3efc5fa7427caeb772 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Wed, 13 Jun 2018 15:59:17 -0600 Subject: kevin/gru: remove board almost completely Kevin/Gru are running out of space and we already have another ARM board on ToT for development. Remove maintenance burden of keeping them around. BRANCH=none BUG=chromium:851512 TEST=build_packages --board=kevin works with dependent CLs. CQ-DEPEND=CL:1102565,CL:*640973,CL:*640974 Change-Id: Ie7c65c7799acc9f4d266e40b29b37240fec345c6 Signed-off-by: Jett Rink Reviewed-on: https://chromium-review.googlesource.com/1100011 Reviewed-by: Ilja H. Friedel Reviewed-by: Randall Spangler --- extra/usb_power/board.README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra') diff --git a/extra/usb_power/board.README b/extra/usb_power/board.README index fc9b055489..5ebfb382ca 100644 --- a/extra/usb_power/board.README +++ b/extra/usb_power/board.README @@ -16,24 +16,24 @@ Many configs can be found for the servo_ina_board in hdctools/servo/data/. Sweetberry is plug compatible with servo_ina headers, and config files can be converted with the following tool: -./convert_servo_ina.py kevin_r0_loc.py +./convert_servo_ina.py _r0_loc.py -This will produce kevin_r0_loc.board and kevin_r0_loc.scenario which +This will produce _r0_loc.board and _r0_loc.scenario which can be used with powerlog.py. Method 2 (preferred) - -If you are using powerlog.py within the chroot, copy kevin_r0_loc.py to +If you are using powerlog.py within the chroot, copy _r0_loc.py to src/third_party/hdctools/servo/data, then add line to file: config_type = 'sweetberry' and run command in terminal: sudo emerge hdctools The command will install the corresponding .board and .scenario file in the chroot. To use powerlog.py use the command: -./powerlog.py -b kevin_r0_loc.board -c kevin_r0_loc.scenario +./powerlog.py -b _r0_loc.board -c _r0_loc.scenario There is no need to specify the absolute path to the .board and .scenario file, once they are installed into the chroot. If there is any changes to -kevin_r0_loc.py, you need to emerge hdctools again. +_r0_loc.py, you need to emerge hdctools again. Board files: -- cgit v1.2.1