From ef1a31ced60aba0e1b54c8ae2c28e6c3fdd6f4c1 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Fri, 17 Sep 2021 16:02:42 -0600 Subject: zephyr: guybrush: Bringup power sequencing Bringup power sequencing for AMD and enable for guybrush. Note that at the moment we had to copy-paste the power signals and related funcitons, the code was a bit too far from shimming without extensive editing. We can try and merge together later. BUG=b:195137794 BRANCH=none TEST=power sequence to S0, nothing useful on ap console (yet!) Signed-off-by: Jack Rosenthal Change-Id: I9a577e24d80fe0ff992af4b847e14695b82f871d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3169568 Reviewed-by: Diana Z --- zephyr/projects/guybrush/prj.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zephyr/projects/guybrush/prj.conf') diff --git a/zephyr/projects/guybrush/prj.conf b/zephyr/projects/guybrush/prj.conf index 8dc54c4c86..73ce8ba715 100644 --- a/zephyr/projects/guybrush/prj.conf +++ b/zephyr/projects/guybrush/prj.conf @@ -18,10 +18,12 @@ CONFIG_PLATFORM_EC_VBOOT_EFS2=n # Power sequencing CONFIG_AP=y CONFIG_AP_X86_AMD=y +CONFIG_PLATFORM_EC_POWERSEQ=y +CONFIG_PLATFORM_EC_POWER_BUTTON_TO_PCH_CUSTOM=y +CONFIG_PLATFORM_EC_PORT80=y # Power button CONFIG_PLATFORM_EC_POWER_BUTTON=y -CONFIG_HAS_TASK_POWERBTN=n # External power CONFIG_PLATFORM_EC_HOSTCMD=y -- cgit v1.2.1