summaryrefslogtreecommitdiff
path: root/board/chronicler/board.c
Commit message (Collapse)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-300/+0
| | | | | | | | | | | | | | | | | | | | | | In the interest of making long-term branch maintenance incur as little technical debt on us as possible, we should not maintain any files on the branch we are not actually using. This has the added effect of making it extremely clear when merging CLs from the main branch when changes have the possibility to affect us. The follow-on CL adds a convenience script to actually pull updates from the main branch and generate a CL for the update. BUG=b:204206272 BRANCH=ish TEST=make BOARD=arcada_ish && make BOARD=drallion_ish Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I17e4694c38219b5a0823e0a3e55a28d1348f4b18 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3262038 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
* Chronicler: Remove unused daughterboard configurationYu-An Chen2021-08-261-2/+0
| | | | | | | | | | | | | | | | Remove unused daughterboard configuration BUG=b:191551619 BRANCH=volteer TEST=Check USB C1 port working normally Cq-Depend: chrome-internal:4066744 Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I553213fab05ce1ca5d864170454b54f8381abfc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2978651 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: YH Lin <yueherngl@chromium.org> Commit-Queue: YH Lin <yueherngl@chromium.org>
* Chronicler: Update thermal policyYu-An Chen2021-08-231-5/+82
| | | | | | | | | | | | | | | | | Change thermal policy as below: 1. Modify fan policy to nonlinear control 2. Add 5 sec sampling time to smooth fan speed BUG=b:190087114 BRANCH=volteer TEST=Thermal team verified thermal policy is expected. Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I10ba0bd6d0f5f27baea84ebd4dd2d5ae3482fbf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3023816 Reviewed-by: Isaac Lee <isaaclee@google.com> Commit-Queue: Isaac Lee <isaaclee@google.com>
* Chronicler: Change thermal and fan configurationYu-An Chen2021-07-081-35/+14
| | | | | | | | | | | | | This patch changes thermal halt/alert, fan maximum/off temperature point and fan minimum/maximum speed. BUG=b:190087114 BRANCH=volteer TEST=Thermal team verified thermal policy is expected. Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I40892b928613d29e38f6b7de1c94017671adad96 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2940324 Reviewed-by: Keith Short <keithshort@chromium.org>
* Chronicler: Initialize the vivaldi keyboardYu-An Chen2021-07-021-0/+32
| | | | | | | | | | | | | | Initialize the vivaldi keyboard BUG=b:191129391 BRANCH=volteer TEST=Make sure that all top row keys work correctly. Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I8c762a4b66649028b16b2101de5e972fb32352ad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2984624 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
* Chronicler: Remove unused sensorsYu-An Chen2021-06-221-11/+0
| | | | | | | | | | | | | | This commit remove sensors and tablet mode, since Chronicler doesn't support that. BUG=b:191064600 BRANCH=volteer TEST=Verified boot without sensors initial. Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: Icecae77ba5897ba08a21417c731301b48ac26230 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2962196 Reviewed-by: Raymond Wong <wongraymond@google.com> Reviewed-by: Keith Short <keithshort@chromium.org>
* Chronicler: Support factory keyboard testYu-An Chen2021-06-161-0/+21
| | | | | | | | | | | | | Support factory keyboard connector test BUG=b:191175285 BRANCH=volteer TEST=check ectool kbfactorytest pass Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I6b36afedf6ee5107ba50fefbf6b9cf90fca0e6ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2965806 Reviewed-by: YH Lin <yueherngl@chromium.org> Commit-Queue: YH Lin <yueherngl@chromium.org>
* Chronicler: Implement LED behaviorYu-An Chen2021-06-101-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chronicler have two charging leds on left side and right side. Each side have two colors amber and white. The led behavior define as following: 1. Charging led: led on with charging port active, other port is off. 2. Charging: Amber. 3. Discharging: Off. 4. Battery Error: Blinking white (0.4 sec on, 0.4 sec off) 5. Fuel < 10%: Blinking white on right side port (1 sec on, 1 sec off) 6. Force idle for factory: Blinking amber (1 sec on, 1 sec off) 7. S0ix without charging state: Blinking both side LED white (1 sec on, 1 sec off) BUG=b:190019962 BRANCH=volteer TEST=make sure led behavior intended. make sure ectool led left white/amber/off/auto work correctly. make sure ectool led right white/amber/off/auto work correctly. Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I90626a233fe0ec53a3ad9ecbb57f7b47de57ce18 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2936838 Tested-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Auto-Submit: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
* chronicler: Initial EC imageSheng-Liang Pan2021-05-101-0/+229
Create the initial EC image for the chronicler 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.5.0). BUG=b:187318819 BRANCH=None TEST=make BOARD=chronicler Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com> Change-Id: I489eb5a0a7563ec9a9a0f59f5c5f481f0fbf7943 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2878765 Reviewed-by: YH Lin <yueherngl@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Tested-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Commit-Queue: YH Lin <yueherngl@chromium.org>