diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-10-11 16:34:49 +0100 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-11-11 18:24:45 +0000 |
commit | 064c6ced40a0acd7c4127414ee04c90b3a458751 (patch) | |
tree | c4f1733a83c0c257e3d844316f6b47ed44e5e0f7 /src/ec/starlabs | |
parent | 9405dd066e71c8b529610e90ceff5c3f2a645818 (diff) |
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>
Diffstat (limited to 'src/ec/starlabs')
-rw-r--r-- | src/ec/starlabs/merlin/variants/cezanne-desktop/ecdefs.h (renamed from src/ec/starlabs/merlin/variants/cezanne/ecdefs.h) | 4 | ||||
-rw-r--r-- | src/ec/starlabs/merlin/variants/cezanne-desktop/emem.asl (renamed from src/ec/starlabs/merlin/variants/cezanne/emem.asl) | 0 | ||||
-rw-r--r-- | src/ec/starlabs/merlin/variants/cezanne-desktop/events.asl (renamed from src/ec/starlabs/merlin/variants/cezanne/events.asl) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/starlabs/merlin/variants/cezanne/ecdefs.h b/src/ec/starlabs/merlin/variants/cezanne-desktop/ecdefs.h index 0826456979..a6ec9fea3c 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 index 41d650fb36..41d650fb36 100644 --- a/src/ec/starlabs/merlin/variants/cezanne/emem.asl +++ b/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 index 12fdf7c759..12fdf7c759 100644 --- a/src/ec/starlabs/merlin/variants/cezanne/events.asl +++ b/src/ec/starlabs/merlin/variants/cezanne-desktop/events.asl |