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@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) {