[coreboot-gerrit] Change in coreboot[master]: ec/lenovo/h8: Overwrite die_callback

Patrick Rudolph (Code Review) gerrit at coreboot.org
Thu May 18 18:17:15 CEST 2017


Patrick Rudolph has uploaded a new change for review. ( https://review.coreboot.org/19765 )

Change subject: ec/lenovo/h8: Overwrite die_callback
......................................................................

ec/lenovo/h8: Overwrite die_callback

Overwrite die_callback to signal failure.

Tested on Lenovo T500.

Change-Id: I746587b5aa2cfccf13470c48acffef595dbd4f47
Signed-off-by: Patrick Rudolph <siro at das-labor.org>
---
M src/ec/lenovo/h8/h8.c
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/19765/1

diff --git a/src/ec/lenovo/h8/h8.c b/src/ec/lenovo/h8/h8.c
index 45e9e8b..cc4d5d6 100644
--- a/src/ec/lenovo/h8/h8.c
+++ b/src/ec/lenovo/h8/h8.c
@@ -183,6 +183,11 @@
 	ec_write(H8_SOUND_REG, 10);
 }
 
+void die_callback(void)
+{
+	h8_panic();
+}
+
 #ifndef __PRE_RAM__
 u8 h8_build_id_and_function_spec_version(char *buf, u8 buf_len)
 {

-- 
To view, visit https://review.coreboot.org/19765
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I746587b5aa2cfccf13470c48acffef595dbd4f47
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Rudolph <siro at das-labor.org>



More information about the coreboot-gerrit mailing list