summaryrefslogtreecommitdiff
path: root/board/redrix/battery.c
Commit message (Collapse)AuthorAgeFilesLines
* redrix: Add battery configurationDevin Lu2021-07-211-51/+19
| | | | | | | | | | | | | | | | [Simply copy from: https://crrev.com/c/1971511] Add Dynapack CosMX battery configuration. The battery was the same as Jinlon. BUG=b:190797341 BRANCH=none TEST=make buildall -j Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I6aedb010c2d3300ee12ebe0b4be5d99c874aac9d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3023512 Reviewed-by: caveh jalali <caveh@chromium.org>
* redrix: Include-what-you-use scrubDevin Lu2021-07-011-1/+1
| | | | | | | | | | | | | | | | | [Synchronize with CL:2987159 to Redrix] This updates the list of header files included by brya board files to match what is actually used. BUG=none BRANCH=none TEST=make BOARD=redrix Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I7f9cc8ef363279a763f540d9fecb0a1fe733a097 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2995237 Reviewed-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Reviewed-by: Boris Mittelberg <bmbm@google.com>
* redrix: Initial EC imageWisley Chen2021-06-291-0/+98
Create the initial EC image for the redrix 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:192052098 BRANCH=None TEST=make BOARD=redrix Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Change-Id: I63d1029ce4581f74bd061bbcc7b98fc41e375e4c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2991396 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Boris Mittelberg <bmbm@google.com>