summaryrefslogtreecommitdiff
path: root/board/wormdingler
Commit message (Collapse)AuthorAgeFilesLines
* USB MUX: Update mux HPD update interface to use mux_state_tDiana Z2021-09-161-2/+2
| | | | | | | | | | | | | | | | | Since the drivers are now taking a mux_state_t set of flags to update, go ahead and unify the usb_mux API this way as well. It makes the parameters more apparent than the 1/0 inputs, and aligns the stack to use the same parameters. BRANCH=None BUG=b:172222942 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ie943dbdf03818d8497c0e328adf2b9794585d96e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095438 Commit-Queue: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
* wormdingler: Update the battery configurationSiyu Qin2021-09-152-78/+18
| | | | | | | | | | | | | | | | Update the battery configuration for Wormdingler. BUG=b:198994207 BRANCH=trogdor TEST=make -j BOARD=wormdingler Signed-off-by: Siyu Qin <qinsiyu@huaqin.corp-partner.google.com> Change-Id: I81f32478aae6cd53a5acd83bcf4b26428d56ba47 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3143630 Reviewed-by: Wai-Hong Tam <waihong@google.com> Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: wen zhang <zhangwen6@huaqin.corp-partner.google.com> Commit-Queue: Bob Moragues <moragues@chromium.org>
* wormdingler: Increase the length of Battery Model stringSiyu Qin2021-09-151-0/+3
| | | | | | | | | | | | | | | | | The battery in Wormdingler have 8 characters mode name, but the default code limit battery string to 7-character plug NULL. So the length of Battery Model string should be increased. BUG=b:198994207 BRANCH=trogdor TEST=make -j BOARD=wormdingler Signed-off-by: Siyu Qin <qinsiyu@huaqin.corp-partner.google.com> Change-Id: I961870fde4eba7b4c1c679b3209d33a7ead8fdb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3159423 Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Bob Moragues <moragues@chromium.org>
* adc: Remove adc_chip.h where adc.h is usedCaveh Jalali2021-08-271-1/+0
| | | | | | | | | | | | | | This removes the use of adc_chip.h where adc.h is also used. In this case, adc_chip.h is redundant. BRANCH=none BUG=b:181271666 TEST=buildall passes Change-Id: Id7baf9aef949447a4d47934242f9bae97c971262 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3120317 Reviewed-by: Keith Short <keithshort@chromium.org>
* wormdingler: Initial EC imageSiyu Qin2021-08-199-0/+1598
Create the initial EC image for the wormdingler variant by copying the homestar reference board EC files into a new directory named for the variant. BUG=b:196748140 BRANCH=trogdor TEST=make BOARD=wormdingler Verify build and powered on homestar board Signed-off-by: Siyu Qin <qinsiyu@huaqin.corp-partner.google.com> Change-Id: I3afdff08d1a7683cdc057dff87ee022dc6633266 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3096811 Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com>