comments welcome.

ron
Proposed start of standard post codes. 
Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>

Index: include/post_code.h
===================================================================
--- include/post_code.h	(revision 521)
+++ include/post_code.h	(working copy)
@@ -25,6 +25,11 @@
 
 SHARED(post_code, void, u8 value);
 
-#define POST_START_OF_MAIN                              0x01
+#define POST_FATAL_ERROR			0xff
+#define POST_CAR_BASE				0x03
+#define POST_STAGE1_BASE			0x10
+#define POST_STAGE2_BASE			0x20
+/* BOGUS! */
+#define POST_START_OF_MAIN			0x01
 
 #endif /* POST_CODE_H */
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to