summaryrefslogtreecommitdiff
path: root/board/redrix/fw_config.c
Commit message (Collapse)AuthorAgeFilesLines
* redrix: Initialize the vivaldi keyboardDevin Lu2021-08-061-0/+5
| | | | | | | | | | | | | | Redrix has 2 keyboard layouts. One for privacy screen keyboard layout. Other for default keyboard layout. BUG=b:193752537 BRANCH=none TEST=evtest, make sure the keycode is correct. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I7777866d1cfe91ee940eee97bdc03e26559c2481 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3073702 Reviewed-by: caveh jalali <caveh@chromium.org>
* Redrix: Update FW_CONFIG fieldDevin Lu2021-08-031-16/+6
| | | | | | | | | | | | | | This patch update the FW_CONFIG field for Redix. Remove daughter board configuration. BUG=none BRANCH=none TEST=make BOARD=redrix Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I3e02afc2f2508886e41bb954c0b15657b80033f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3043760 Reviewed-by: Boris Mittelberg <bmbm@google.com>
* redrix: Include-what-you-use scrubDevin Lu2021-07-011-0/+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/+59
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>