]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/post.h
x86: ivybridge: Implement SDRAM init
[karo-tx-uboot.git] / arch / x86 / include / asm / post.h
index b203dc99b063b5b4ae097a4d4e064a2bc5f5226e..ce68839decaa2cd198e4589021eec2cf8eb9afec 100644 (file)
 #define POST_START_STACK       0x29
 #define POST_START_DONE                0x2a
 #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_RAM_FAILURE       0xea
 
 /* Output a post code using al - value must be 0 to 0xff */
 #ifdef __ASSEMBLY__