]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/post.h
x86: crownbay: Add MP initialization
[u-boot] / arch / x86 / include / asm / post.h
index 61dcda190a4d170eab9555358acb3eb437009c8f..f49ce992d15e129afb16936cb24e2b586555b58b 100644 (file)
 #define POST_CPU_INIT          0x2b
 #define POST_EARLY_INIT                0x2c
 #define POST_CPU_INFO          0x2d
+#define POST_PRE_MRC           0x2e
+#define POST_MRC               0x2f
+#define POST_DRAM              0x2f
+#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__