aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim5690/tn_post_code.h
diff options
context:
space:
mode:
authorLibra Li <libra.li@technexion.com>2009-11-09 11:53:41 +0000
committerStefan Reinauer <stepan@openbios.org>2009-11-09 11:53:41 +0000
commit031029d4d4f80c1754ba57d21cda69e4f381850a (patch)
treef97449a8da033f7e619f0220d298cd4e1f1da10d /src/mainboard/technexion/tim5690/tn_post_code.h
parentd27c08c2898d1d74765a7799628d1c18369fd671 (diff)
These are post codes for TIM-5690 LED debug message.
Signed-off-by: Libra Li <libra.li@technexion.com> Added object reference to Config.lb, too and Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4928 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion/tim5690/tn_post_code.h')
-rw-r--r--src/mainboard/technexion/tim5690/tn_post_code.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/technexion/tim5690/tn_post_code.h b/src/mainboard/technexion/tim5690/tn_post_code.h
new file mode 100644
index 0000000000..105c20e80b
--- /dev/null
+++ b/src/mainboard/technexion/tim5690/tn_post_code.h
@@ -0,0 +1,15 @@
+
+
+#define LED_MESSAGE_START 0xFF
+#define LED_MESSAGE_FINISH 0x99
+#define LED_MESSAGE_RAM 0x01
+
+
+#ifdef TECHNEXION_EARLY_SETUP
+
+// TechNexion's Post Code Initially.
+void technexion_post_code_init(void);
+
+#endif
+
+void technexion_post_code(uint8_t udata8);