summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-arm.dox
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-05-27 16:40:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-06-10 12:47:20 +0200
commit7733de908ba918ca47f13157335a100d74ba7cf1 (patch)
tree6c1cd8eb60a2c63422705c4e95e9b63cb9433b4c /arch/arm/mach-arm.dox
parentbf725a2945a31d81d1d686d36bc755c115a7ee8f (diff)
downloadbarebox-7733de908ba918ca47f13157335a100d74ba7cf1.tar.gz
barebox-7733de908ba918ca47f13157335a100d74ba7cf1.tar.xz
Fix some layout issues and typos.
Reorganizing some files to parts of the documentation where their content matches. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-arm.dox')
-rw-r--r--arch/arm/mach-arm.dox13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-arm.dox b/arch/arm/mach-arm.dox
index 47586dc4ca..412ce3840f 100644
--- a/arch/arm/mach-arm.dox
+++ b/arch/arm/mach-arm.dox
@@ -34,4 +34,17 @@ the first C instruction in U-Boot. At this point of time:\n
For details on specific architectures:
- @subpage dev_omap_arch
+@section mach_arm_files List of changes
+
+Lets call the new MACH new_cpu.
+
+ - create a new subdirectory in /arch/arm/new_cpu
+ - add /arch/arm/new_cpu/Kconfig
+ - add /arch/arm/new_cpu/Makfile
+ - add other CPU specific code into /arch/arm/new_cpu/
+ - modify /arch/arm/Kconfig
+ - modify /arch/arm/Makfile
+
+TODO add more details
+
*/