Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35950 )
Change subject: ec/acpi/ec.c Link EC code in bootblock & verstage
......................................................................
ec/acpi/ec.c Link EC code in bootblock & verstage
This allows to read and set bits in the EC ram in the bootblock or
verstage. This can be useful if one needs to read a keyboard key as an
input for get_recovery_mode_switch in vboot.
Change-Id: I20b2264012b2a364a4157d85bfe5a2303cc5e677
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/ec/acpi/Makefile.inc
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/35950/1
diff --git a/src/ec/acpi/Makefile.inc b/src/ec/acpi/Makefile.inc
index fae8fbf..34c113b 100644
--- a/src/ec/acpi/Makefile.inc
+++ b/src/ec/acpi/Makefile.inc
@@ -1,7 +1,9 @@
ifeq ($(CONFIG_EC_ACPI),y)
-ramstage-y += ec.c
+bootblock-y += ec.c
+verstage-y += ec.c
romstage-y += ec.c
+ramstage-y += ec.c
smm-y += ec.c
endif
--
To view, visit https://review.coreboot.org/c/coreboot/+/35950
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I20b2264012b2a364a4157d85bfe5a2303cc5e677
Gerrit-Change-Number: 35950
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange
Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35907 )
Change subject: mb/google/hatch/variants/helios: Modify touchscreen power on sequence
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35907/2//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/35907/2//COMMIT_MSG@13
PS2, Line 13: TEST
> I assume that you tested touchscreen functionality is ok with this CL?
Also, looking at the values, they do not match the timings in that data sheet. Can you tell us why you made the timings longer? Were you seeing a failure before?
--
To view, visit https://review.coreboot.org/c/coreboot/+/35907
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I86c920ff1d5c0b510adde8a37f60003072d5f4e7
Gerrit-Change-Number: 35907
Gerrit-PatchSet: 2
Gerrit-Owner: YenLu Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Assignee: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Philip Chen <philipchen(a)google.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: YenLu Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Frank Chu <frank_chu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Hank Lin <hank2_lin(a)pegatron.corp-partner.google.com>
Gerrit-CC: Ken Lu <ken_lu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Comment-Date: Fri, 11 Oct 2019 21:48:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Shelley Chen <shchen(a)google.com>
Gerrit-MessageType: comment