ec/google/chromeec: Update EC headers
Generated using update_ec_headers.sh from EC repo commit:
a74136aff032 ("driver/cps8601: Add the driver for CPS8601")
BUG=b:448300592
TEST=emerge-skywalker coreboot
BRANCH=none
Change-Id: I069e12e0bacdf243648b98c6d3c0c4db12e0f4f7
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89654
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Caveh Jalali <caveh@chromium.org>
This commit is contained in:
parent
745f1312aa
commit
8a6f9bf731
1 changed files with 2 additions and 2 deletions
|
|
@ -6653,7 +6653,7 @@ enum cbi_data_tag {
|
|||
CBI_TAG_PROVISION_MATRIX_VERSION = 28, /* uint32_t bit field */
|
||||
|
||||
/* Unified Firmware and Second-source Config:
|
||||
* A fixed-size array of 5 uint32_t values.
|
||||
* A fixed-size array of 4 uint32_t values.
|
||||
*/
|
||||
CBI_TAG_UFSC = 29,
|
||||
|
||||
|
|
@ -6661,7 +6661,7 @@ enum cbi_data_tag {
|
|||
CBI_TAG_COUNT,
|
||||
};
|
||||
|
||||
#define CBI_UFSC_DATA_COUNT 5
|
||||
#define CBI_UFSC_DATA_COUNT 4
|
||||
|
||||
/* Unified Firmware and Second-source Config (UFSC) data structure */
|
||||
struct cbi_ufsc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue