summaryrefslogtreecommitdiff
path: root/board/delbin/battery.c
Commit message (Collapse)AuthorAgeFilesLines
* delbin: Config the EC battery setting.Michael5 Chen2020-07-141-13/+9
| | | | | | | | | | | | | | | | | Config the EC battery setting depend on battery spec. BUG=b:160911592 BRANCH=master TEST=manual 1. Check battery found on EC log. 2. Check battery cutoff. (ectool batterycutoff at-shutdown) 3. Check battery charging FET status when battery full. Signed-off-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: Iaaf8807525dce900f608b5928db91eef6665fae0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2291452 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
* delbin: Initial EC imageMichael5 Chen2020-06-181-0/+68
Create the initial EC image for the delbin variant by copying the volteer reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.0.3). BUG=b:158797761 BRANCH=none TEST=make BOARD=delbin Signed-off-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: I3f5ebc5e7c58748fdba443907fc185696a3fe024 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2247969 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>