summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-19 13:19:43 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-19 13:19:43 +0200
commitb21ed7177c94b805ab0433049a8950d9ef770f19 (patch)
treea2253ff8573c62b4d1badb3b7e078c5e25a03950 /arch
parentf855f6e865e457e220fce0caad70f29d3e9aaef3 (diff)
downloadbarebox-b21ed7177c94b805ab0433049a8950d9ef770f19.tar.gz
barebox-b21ed7177c94b805ab0433049a8950d9ef770f19.tar.xz
basic doc structure added
Diffstat (limited to 'arch')
-rw-r--r--arch/architecture.dox15
-rw-r--r--arch/arm/mach-arm.dox9
-rw-r--r--arch/blackfin/mach-bf.dox9
-rw-r--r--arch/ppc/mach-ppc.dox9
4 files changed, 42 insertions, 0 deletions
diff --git a/arch/architecture.dox b/arch/architecture.dox
new file mode 100644
index 0000000000..e2356bbd73
--- /dev/null
+++ b/arch/architecture.dox
@@ -0,0 +1,15 @@
+/** @page dev_architecture Integrate a new architecture (ARCH)
+
+Friesel
+
+*/
+
+/** @page dev_cpu Intergrate a new CPU (MACH)
+
+Frasel
+
+@subpage dev_arm_mach
+@subpage dev_bf_mach
+@subpage dev_ppc_mach
+
+*/
diff --git a/arch/arm/mach-arm.dox b/arch/arm/mach-arm.dox
new file mode 100644
index 0000000000..9d311a82f9
--- /dev/null
+++ b/arch/arm/mach-arm.dox
@@ -0,0 +1,9 @@
+/* This document is intended to provide the developer with information
+ * how to integrate a new CPU (MACH) into this part of the UBoot tree
+ */
+
+/** @page dev_arm_mach ARM based CPU (MACH) into the tree
+
+FIXME
+
+*/
diff --git a/arch/blackfin/mach-bf.dox b/arch/blackfin/mach-bf.dox
new file mode 100644
index 0000000000..9812acec35
--- /dev/null
+++ b/arch/blackfin/mach-bf.dox
@@ -0,0 +1,9 @@
+/* This document is intended to provide the developer with information
+ * how to integrate a new CPU (MACH) into this part of the UBoot tree
+ */
+
+/** @page dev_bf_mach Blackfin based CPU (MACH) into the tree
+
+FIXME
+
+*/
diff --git a/arch/ppc/mach-ppc.dox b/arch/ppc/mach-ppc.dox
new file mode 100644
index 0000000000..01343a34eb
--- /dev/null
+++ b/arch/ppc/mach-ppc.dox
@@ -0,0 +1,9 @@
+/* This document is intended to provide the developer with information
+ * how to integrate a new CPU (MACH) into this part of the UBoot tree
+ */
+
+/** @page dev_ppc_mach PowerPC based CPU into the tree
+
+FIXME
+
+*/