powerpc/8xxx: Enable DDR3 RDIMM support
[oweals/u-boot.git] / include / post.h
index 9fcd3cec2f6169bb2c43a12373d42de00cbb74c8..3da959d9a35cd13c7f5f36dd57e7155ed81fd85b 100644 (file)
 
 #define POST_FAIL_SAVE         0x80
 
+#define POST_BEFORE            1
+#define POST_AFTER             0
+#define POST_PASSED            1
+#define POST_FAILED            0
+
 #ifndef        __ASSEMBLY__
 
 struct post_test {
@@ -119,6 +124,7 @@ extern int post_hotkeys_pressed(void);
 #define CONFIG_SYS_POST_BSPEC4         0x00080000
 #define CONFIG_SYS_POST_BSPEC5         0x00100000
 #define CONFIG_SYS_POST_CODEC          0x00200000
+#define CONFIG_SYS_POST_COPROC         0x00400000
 
 #endif /* CONFIG_POST */