summaryrefslogtreecommitdiff
path: root/board/wheelie/usb_pd_policy.c
Commit message (Collapse)AuthorAgeFilesLines
* TCPMv2: Update source-out configsDiana Z2020-12-241-10/+0
| | | | | | | | | | | | | | | | | | | | Now that the DPM will be handling source-out decisions for TCPMv2, remove references to its old configuration options from TCPMv2 boards in order to avoid any confusion as to what code is running now. Also remove the charge manager notifications of sink attach/detach since the policy is being centralized into the DPM. Note that the previous configuration options only ever allocated one 3.0 A port, and so the default number of 3.0 A ports has been set to 1. BRANCH=None BUG=b:168862110,b:141690755 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ie452e3da32b04226503539daa67b6b9f4a58aa58 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2597431 Reviewed-by: Keith Short <keithshort@chromium.org>
* Revert "wheelie: Remove it"Sean McAllister2020-07-211-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cedd3fba44d4352436d676e2eea50e9d94527b31. Reason for revert: Breaking CQ Original change's description: > wheelie: Remove it > > Wheelie is no more, therefore it's time to remove its files. :c > > BUG=None > BRANCH=None > TEST=`make -j buildall` > > Signed-off-by: Aseda Aboagye <aaboagye@google.com> > Change-Id: I89f52fb5e44ab49cc653a2cac23c8e444f05cb43 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2299847 > Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> > Tested-by: Aseda Aboagye <aaboagye@chromium.org> > Commit-Queue: Diana Z <dzigterman@chromium.org> > Auto-Submit: Aseda Aboagye <aaboagye@chromium.org> Bug: None Change-Id: I22e8f15304b6bf67ddc768e2c25b1381df7082b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2309960 Reviewed-by: Sean McAllister <smcallis@google.com> Tested-by: Sean McAllister <smcallis@google.com>
* wheelie: Remove itAseda Aboagye2020-07-201-84/+0
| | | | | | | | | | | | | | | | Wheelie is no more, therefore it's time to remove its files. :c BUG=None BRANCH=None TEST=`make -j buildall` Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: I89f52fb5e44ab49cc653a2cac23c8e444f05cb43 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2299847 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Diana Z <dzigterman@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org>
* Wheelie: Initial EC imageTommie Lin2020-04-301-0/+84
The starting point for the Wheelie EC image copied from Waddledee. BUG=b:154664137 BRANCH=none TEST=make BOARD=wheelie Change-Id: I2f7a28ad51269f9b5b26c8bde526d28d73d7fc9d Signed-off-by: tong.lin <tong.lin@bitland.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2167113 Reviewed-by: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Reviewed-by: Marco Chen <marcochen@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>