From 1fefa84405090ef659e561809a043febbef997a9 Mon Sep 17 00:00:00 2001 From: Andrew Wu Date: Thu, 24 Oct 2013 20:37:48 +0800 Subject: dmp/vortex86ex: Add timeout for keyboard system flag checking. If Vortex86EX PS/2 keyboard controller system flag bit times out, reload controller firmware code and try again. Abort and die after 11 tries as this means the CPU is defect. Also inform the user by printing a message. Change-Id: I24aec4b20d85c721c01e72686f3eb1259f9334b8 Signed-off-by: Andrew Wu Reviewed-on: http://review.coreboot.org/3988 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/cpu/dmp/dmp_post_code.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/dmp') diff --git a/src/cpu/dmp/dmp_post_code.h b/src/cpu/dmp/dmp_post_code.h index 6658ce8b02..f699171a44 100644 --- a/src/cpu/dmp/dmp_post_code.h +++ b/src/cpu/dmp/dmp_post_code.h @@ -25,6 +25,7 @@ #define POST_DMP_KBD_FW_UPLOAD 0x06 #define POST_DMP_KBD_CHK_READY 0x07 #define POST_DMP_KBD_IS_READY 0x08 +#define POST_DMP_KBD_IS_BAD 0x09 #define POST_DMP_KBD_FW_VERIFY_ERR 0x82 #define POST_DMP_ID_ERR 0x85 #define POST_DMP_DRAM_TEST_ERR 0x86 -- cgit v1.2.3