From 0eb4db185cfef44ddfdbd91d4fe69a48c127fa84 Mon Sep 17 00:00:00 2001 From: santhosh hassan Date: Sat, 9 Mar 2019 02:28:43 -0800 Subject: google/mistral: Implement board reset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement reset using PSHOLD. Change-Id: I472bf73cc7b227187b284a3730ec5dea5373695c Signed-off-by: Santhosh HassanĀ  Signed-off-by: Nitheesh Sekar Reviewed-on: https://review.coreboot.org/c/coreboot/+/31827 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/mistral/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/google/mistral/Makefile.inc') diff --git a/src/mainboard/google/mistral/Makefile.inc b/src/mainboard/google/mistral/Makefile.inc index 31dc79fff9..dfb0bbc974 100644 --- a/src/mainboard/google/mistral/Makefile.inc +++ b/src/mainboard/google/mistral/Makefile.inc @@ -1,14 +1,18 @@ bootblock-y += memlayout.ld bootblock-y += chromeos.c +bootblock-y += reset.c bootblock-y += bootblock.c verstage-y += memlayout.ld verstage-y += chromeos.c +verstage-y += reset.c romstage-y += memlayout.ld romstage-y += chromeos.c +romstage-y += reset.c ramstage-y += memlayout.ld ramstage-y += chromeos.c +ramstage-y += reset.c ramstage-y += mainboard.c -- cgit v1.2.3