diff options
author | Daniel Gonzalez <daniel.d.gonzalez@intel.com> | 2019-04-01 13:22:30 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-08-15 19:06:51 +0000 |
commit | c0ec57469c658ba82fce583ecfd0af189cc6cdd8 (patch) | |
tree | 293dd0887d1ef48b30b3452a9bdf83d03140acf3 /util | |
parent | 5acd037d36194ff9e9b7184f00e9e538f9683dce (diff) | |
download | chrome-ec-c0ec57469c658ba82fce583ecfd0af189cc6cdd8.tar.gz |
tglrvp_ite: Add TGL-U/Y RVP base code
Added TGL-U/Y RVP base code using ITE EC.
Following features are enabled.
1. TCPC + retimer
2. Charger
3. Battery
4. Power sequencing
5. Host communication
6. LED
7. Keyboard
BUG=b:138597987
BRANCH=none
TEST=Both TGLRVP U&Y can boot to ChromeOS
Change-Id: Idf6be38796c26b31be6e13485a63ec13487bf954
Signed-off-by: Daniel Gonzalez <daniel.d.gonzalez@intel.com>
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1726943
Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-x | util/flash_ec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flash_ec b/util/flash_ec index 339ec98f11..aea6e25d72 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -52,6 +52,8 @@ BOARDS_IT83XX=( glkrvp_ite it83xx_evb reef_it8320 + tglrvpu_ite + tglrvpy_ite ) BOARDS_STM32=( |