x86: Add dma-mapping.h to architectural code
[oweals/u-boot.git] / arch / x86 / include / asm / post.h
index ce68839decaa2cd198e4589021eec2cf8eb9afec..f627663f319b452357c4cf7c2523ccd3b10c2511 100644 (file)
 #define POST_CPU_INFO          0x2d
 #define POST_PRE_MRC           0x2e
 #define POST_MRC               0x2f
-#define POST_DRAM              0x2f
+#define POST_DRAM              0x30
+#define POST_LAPIC             0x31
+#define POST_OS_RESUME         0x40
 
 #define POST_RAM_FAILURE       0xea
+#define POST_BIST_FAILURE      0xeb
+#define POST_CAR_FAILURE       0xec
+#define POST_RESUME_FAILURE    0xed
 
 /* Output a post code using al - value must be 0 to 0xff */
 #ifdef __ASSEMBLY__