summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 15:20:31 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 15:20:31 +0100
commit0a13be8de25ea2ba37f156fbfac0555125f651f3 (patch)
tree80f9d57e07a9dfe637576d907414896fd26a3b26 /commands
parentc0f66e1ca41e1cecb547dd95404181861496ecf6 (diff)
parent4cd877a840026c10fcce9586cdf14e6c8d306078 (diff)
downloadbarebox-0a13be8de25ea2ba37f156fbfac0555125f651f3.tar.gz
barebox-0a13be8de25ea2ba37f156fbfac0555125f651f3.tar.xz
various docu added
Diffstat (limited to 'commands')
-rw-r--r--commands/bootm.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index e943934a45..755d3a962b 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -853,3 +853,20 @@ do_bootm_lynxkdi (cmd_tbl_t *cmdtp,
}
#endif /* CONFIG_LYNXKDI */
+
+/**
+ * @file
+ * @brief Boot support for Linux
+ */
+
+/**
+ * @page boot_preparation Preparing for Boot
+ *
+ * This chapter describes what's to be done to forward the control from
+ * U-Boot to Linux. This part describes the generic part, below you can find
+ * the architecture specific part.
+ *
+ * - @subpage arm_boot_preparation
+ * - @subpage ppc_boot_preparation
+ * - @subpage x86_boot_preparation
+ */ \ No newline at end of file