summaryrefslogtreecommitdiff
path: root/board/vell/battery.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
| | | | | | | | | | | | | | | Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* vell: Correct battery charging OTP pointDevin Lu2022-06-011-1/+1
| | | | | | | | | | | | | | Regarding battery specification. The OTP is 51 degree while battery is charging. BUG=b:214885316 BRANCH=none TEST=build. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I72eb4f5330787e376d26d04f4c116782b1688306 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3676604 Reviewed-by: Boris Mittelberg <bmbm@google.com>
* vell: Add 916Q2303H batteryDevin Lu2022-01-211-1/+28
| | | | | | | | | | | | BUG=b:214885316 BRANCH=none TEST=1. Verify battery is able to charge/discharge. 2. Verify battery cutoff. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: If8f084c8910decb431abd65e51efa6edb5ff0c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3398214 Reviewed-by: caveh jalali <caveh@chromium.org>
* vell: Add Simplo 996QA167H battery configurationDevin Lu2021-12-241-49/+16
| | | | | | | | | | | | | | | | This patch adds the battery configuration. This battery is only for early board. BUG=b:203921659 BRANCH=none TEST=1. Verify battery can be charged. 2. System boot with battery only. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I71da5b4347bf23772d193f901a720729a8c395e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3276022 Reviewed-by: Boris Mittelberg <bmbm@google.com> Reviewed-by: caveh jalali <caveh@chromium.org>
* vell: Remove board ID 1 supportDevin Lu2021-11-161-9/+2
| | | | | | | | | | | | | Vell is now p2 schematic. Remove unused board ID configuration. BUG=b:205908918 BRANCH=none TEST=make BOARD=vell Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I9c263e8af5ef8f4932328d7dd48f2babd811c8bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3276016 Reviewed-by: caveh jalali <caveh@chromium.org>
* vell: Initial EC imagestabilize-14345.B-mainShon Wang2021-11-161-0/+112
Create the initial EC image for the vell variant by copying the brya reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.5.0). BUG=b:205908918 BRANCH=None TEST=make BOARD=vell, make buildall Signed-off-by: Shon Wang <shon.wang@quanta.corp-partner.google.com> Change-Id: I4e5bd91e643a8ef1a1ec6cf1dbb191d192433cb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3277679 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: caveh jalali <caveh@chromium.org> Reviewed-by: YH Lin <yueherngl@chromium.org> Tested-by: Devin Lu <Devin.Lu@quantatw.com> Commit-Queue: YH Lin <yueherngl@chromium.org>