summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/post.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-12 21:05:30 +0800
committerSimon Glass <sjg@chromium.org>2014-12-13 22:32:05 -0700
commit95a5a474665307f231c36d1896d1ca7c6c9680f9 (patch)
treeaf5bbaf8a3b9622e43b3b1291345cbfe296319ba /arch/x86/include/asm/post.h
parent8e04d4c537eca06112fc8508689eb6c75d1f518e (diff)
downloadtalos-obmc-uboot-95a5a474665307f231c36d1896d1ca7c6c9680f9.tar.gz
talos-obmc-uboot-95a5a474665307f231c36d1896d1ca7c6c9680f9.zip
x86: Add post failure codes for bist and car
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/post.h')
-rw-r--r--arch/x86/include/asm/post.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/post.h b/arch/x86/include/asm/post.h
index 6d2ae5dfe7..f49ce992d1 100644
--- a/arch/x86/include/asm/post.h
+++ b/arch/x86/include/asm/post.h
@@ -33,6 +33,8 @@
#define POST_LAPIC 0x30
#define POST_RAM_FAILURE 0xea
+#define POST_BIST_FAILURE 0xeb
+#define POST_CAR_FAILURE 0xec
/* Output a post code using al - value must be 0 to 0xff */
#ifdef __ASSEMBLY__
OpenPOWER on IntegriCloud