summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
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
+
+*/