Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/68319 )
(
6 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: ec/starlabs/merlin: Rename the Cezanne EC code ......................................................................
ec/starlabs/merlin: Rename the Cezanne EC code
This EC code is for the Byte, a Cezanne Mini PC. The EC is different to the Cezanne StarBook Mk VI. Rename it to `-desktop`, so the laptop variant becomes the primary.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I25f812cb1c6cefca1ebbe3bee5d20cf521dd60af Reviewed-on: https://review.coreboot.org/c/coreboot/+/68319 Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- R src/ec/starlabs/merlin/variants/cezanne-desktop/ecdefs.h R src/ec/starlabs/merlin/variants/cezanne-desktop/emem.asl R src/ec/starlabs/merlin/variants/cezanne-desktop/events.asl 3 files changed, 19 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/ec/starlabs/merlin/variants/cezanne/ecdefs.h b/src/ec/starlabs/merlin/variants/cezanne-desktop/ecdefs.h similarity index 85% rename from src/ec/starlabs/merlin/variants/cezanne/ecdefs.h rename to src/ec/starlabs/merlin/variants/cezanne-desktop/ecdefs.h index 0826456..a6ec9fe 100644 --- a/src/ec/starlabs/merlin/variants/cezanne/ecdefs.h +++ b/src/ec/starlabs/merlin/variants/cezanne-desktop/ecdefs.h @@ -7,8 +7,8 @@ * EC communication interface for ITE Embedded Controller */
-#ifndef _EC_STARLABS_CEZANNE_EC_DEFS_H -#define _EC_STARLABS_CEZANNE_EC_DEFS_H +#ifndef _EC_STARLABS_CEZANNE_DESKTOP_EC_DEFS_H +#define _EC_STARLABS_CEZANNE_DESKTOP_EC_DEFS_H
/* IT5570 chip ID byte values */ #define ITE_CHIPID_VAL 0x5570 diff --git a/src/ec/starlabs/merlin/variants/cezanne/emem.asl b/src/ec/starlabs/merlin/variants/cezanne-desktop/emem.asl similarity index 100% rename from src/ec/starlabs/merlin/variants/cezanne/emem.asl rename to src/ec/starlabs/merlin/variants/cezanne-desktop/emem.asl diff --git a/src/ec/starlabs/merlin/variants/cezanne/events.asl b/src/ec/starlabs/merlin/variants/cezanne-desktop/events.asl similarity index 100% rename from src/ec/starlabs/merlin/variants/cezanne/events.asl rename to src/ec/starlabs/merlin/variants/cezanne-desktop/events.asl