summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 14:06:57 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 14:06:57 +0100
commit9b07bdbbdcd99ba75d24bddb2be7fe4141e10541 (patch)
tree8766a75a0a0af3de81da92503c379c0747fa4e52 /Documentation
parent4719b0bd55d14eca1b323f3dba5d70a0e8a02de0 (diff)
parent3ff14ef200fc6f69b6237fffabbad796aa463cfb (diff)
downloadbarebox-9b07bdbbdcd99ba75d24bddb2be7fe4141e10541.tar.gz
barebox-9b07bdbbdcd99ba75d24bddb2be7fe4141e10541.tar.xz
Merge branch 'docu'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/commands.dox17
-rw-r--r--Documentation/developers_manual.dox2
-rw-r--r--Documentation/users_manual.dox5
3 files changed, 19 insertions, 5 deletions
diff --git a/Documentation/commands.dox b/Documentation/commands.dox
index 50e383f3dc..fe539e5427 100644
--- a/Documentation/commands.dox
+++ b/Documentation/commands.dox
@@ -1,15 +1,24 @@
/**
* @page command_reference Supported Shell Commands
- - @subpage sh_command
+ - @subpage addpart_command
- @subpage cat_command
- @subpage cd_command
- @subpage cp_command
+ - @subpage delpart_command
+ - @subpage devinfo_command
+ - @subpage edit_command
+ - @subpage erase_command
+ - @subpage export_command
+ - @subpage tftp_command
+ - @subpage loadenv_command
+ - @subpage mount_command
- @subpage printenv_command
+ - @subpage protect_command
+ - @subpage rarp_command
- @subpage saveenv_command
- - @subpage loadenv_command
- @subpage setenv_command
- - @subpage export_command
- - @subpage mount_command
+ - @subpage sh_command
+ - @subpage unprotect_command
*/
diff --git a/Documentation/developers_manual.dox b/Documentation/developers_manual.dox
index 3163c9447f..59723efbc0 100644
--- a/Documentation/developers_manual.dox
+++ b/Documentation/developers_manual.dox
@@ -16,5 +16,7 @@ Hints and tips for simply adapting U-Boot v2
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 1decdc06a1..e346a12ee7 100644
--- a/Documentation/users_manual.dox
+++ b/Documentation/users_manual.dox
@@ -1,7 +1,10 @@
/** @page users_manual User's Manual
-FIXME: Hints and tips for simply using U-Boot v2
+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