summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 14:39:07 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 14:39:07 +0100
commit4cd877a840026c10fcce9586cdf14e6c8d306078 (patch)
tree932d0ec3ac49c8acd4c0ae1122a9e764549f9056 /Documentation
parenta26f5e995ea600c33d44b412d84c7257e5e2870c (diff)
downloadbarebox-4cd877a840026c10fcce9586cdf14e6c8d306078.tar.gz
barebox-4cd877a840026c10fcce9586cdf14e6c8d306078.tar.xz
saving added docu
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/developers_manual.dox2
-rw-r--r--Documentation/users_manual.dox15
2 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/developers_manual.dox b/Documentation/developers_manual.dox
index 0eca7e1a2d..17bc6cb0ee 100644
--- a/Documentation/developers_manual.dox
+++ b/Documentation/developers_manual.dox
@@ -16,5 +16,7 @@ Hints and tips for simply adapting UBootv2
Various themes:
- @subpage how_mount_works
+ - @subpage boot_preparation
+ - @subpage uboot_simul
*/ \ No newline at end of file
diff --git a/Documentation/users_manual.dox b/Documentation/users_manual.dox
index 58f87a0b45..aaceb9c454 100644
--- a/Documentation/users_manual.dox
+++ b/Documentation/users_manual.dox
@@ -1,7 +1,20 @@
/** @page users_manual User's Manual
-FIXME: Hints and tips for simply using UBootv2
+<!--
+This manual should help the user to manage his target with the new U-Boot
+look and fell. Many things are new in v2, but some old fashion feelings
+are still present.
+First of all, you will recognise the U-Boot v2 is much faster than its
+precedessor. Booting up your target needs less time, as U-Boot's v2 core is
+shrinked down.
+-->
+
+Who should read this part?
+
+Mostly everyone. The user needs it to find help for his daily work to manage
+his targets. The developer to find out all the new features that make his
+work easier.
- @subpage shell_notes
- @subpage readline_parser