From 8d6625a59575caf2041c74690e817d7db4b629f3 Mon Sep 17 00:00:00 2001 From: Pavan Holla Date: Thu, 18 Apr 2024 14:19:51 +0000 Subject: ec/google/chromeec: Update ec_cmd_api.h and ec_commands.h Generated using update_ec_headers.sh [EC-DIR]. The original include/ec_commands.h version in the EC repo is: b3b35d6433 PPM: Rename ucsi_disabled to ucsi_enabled The original include/ec_cmd_api.h version in the EC repo is: 562316a71e include: Add fingerprint host commands to ec_cmd_api.h BUG=b:333078787 TEST=cros build-packages --board brox \ chromeos-bootimage depthcharge coreboot TEST=cros build-packages --board brya \ chromeos-bootimage depthcharge coreboot BRANCH=none Change-Id: I94b509cd6ad8f24bfc3b44ef02633d06320f1e22 Signed-off-by: Pavan Holla Reviewed-on: https://review.coreboot.org/c/coreboot/+/81965 Reviewed-by: Karthik Ramasubramanian Tested-by: build bot (Jenkins) Reviewed-by: Caveh Jalali --- src/ec/google/chromeec/ec_commands.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/ec/google/chromeec') diff --git a/src/ec/google/chromeec/ec_commands.h b/src/ec/google/chromeec/ec_commands.h index 0d474cb793..f57b699c87 100644 --- a/src/ec/google/chromeec/ec_commands.h +++ b/src/ec/google/chromeec/ec_commands.h @@ -1697,6 +1697,10 @@ enum ec_feature_code { * The MCU is System Companion Processor Core 1 */ EC_FEATURE_SCP_C1 = 53, + /* + * The EC supports UCSI PPM. + */ + EC_FEATURE_UCSI_PPM = 54, }; #define EC_FEATURE_MASK_0(event_code) BIT(event_code % 32) @@ -6355,7 +6359,7 @@ enum cbi_data_tag { union ec_common_control { struct { - uint32_t bcic_enabled : 1; /* Unused. Take it over as yours. */ + uint32_t ucsi_enabled : 1; }; uint32_t raw_value; }; -- cgit v1.2.3