diff options
author | Reka Norman <rekanorman@chromium.org> | 2023-09-13 15:10:21 +1000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-14 11:55:21 +0000 |
commit | fb5b63bf0c515dc19f831fd7ae884a2b58163e30 (patch) | |
tree | bba217ac8b4ba9eae226f84690f1f7ee65b4226f /src/mainboard/google/dedede/variants/dibbi | |
parent | c2830c96616c689502401f31be7279e54a35d449 (diff) |
mb/google/dedede: Use a separate ec.h for dibbi variants
Dibbi variants are chromeboxes, so they need different settings in ec.h.
Add a new dibbi baseboard ec.h and use it for dibbi variants. For now
it's identical to the dedede baseboard ec.h. It will be updated in the
following CL.
BUG=b:294963793
TEST=With the following CL, boot dibbi and check the APCI tables no
longer contain lid and PS/2 keyboard devices.
Change-Id: I4075041ab8f02026623d1a26a555bee5eb09e77b
Signed-off-by: Reka Norman <rekanorman@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77782
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Sam McNally <sammc@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/dibbi')
-rw-r--r-- | src/mainboard/google/dedede/variants/dibbi/include/variant/ec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/dedede/variants/dibbi/include/variant/ec.h b/src/mainboard/google/dedede/variants/dibbi/include/variant/ec.h index 08870e0627..039e46ba14 100644 --- a/src/mainboard/google/dedede/variants/dibbi/include/variant/ec.h +++ b/src/mainboard/google/dedede/variants/dibbi/include/variant/ec.h @@ -3,6 +3,6 @@ #ifndef MAINBOARD_EC_H #define MAINBOARD_EC_H -#include <baseboard/ec.h> +#include <baseboard/dibbi/ec.h> #endif |