summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/framebuffer.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/bsp_howto/framebuffer.t24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bsp_howto/framebuffer.t b/doc/bsp_howto/framebuffer.t
new file mode 100644
index 0000000000..5d2a691976
--- /dev/null
+++ b/doc/bsp_howto/framebuffer.t
@@ -0,0 +1,24 @@
+@c
+@c COPYRIGHT (c) 1988-2009.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter Frame Buffer Driver
+
+@section Introduction
+
+The purpose of the frame buffer driver is to provide a ...
+
+The clock driver is usually located in the @code{XXX} directory of the BSP.
+
+@section Initialization
+
+The initialization routine is responsible for programming the hardware ....
+
+@section IO Control
+
+TBD
+