summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2011-06-10 01:03:03 -0400
committerDJ Delorie <dj@delorie.com>2011-06-10 01:03:03 -0400
commit1d561a15ef978bed89c4aaa08c2036ae1960124b (patch)
treedf423408378503c43cd088168c1c1740c115c8f9
parentb27d558ac3d565ee9e8769ae7cfbdd6729d1b9d9 (diff)
downloadbootstrap-1d561a15ef978bed89c4aaa08c2036ae1960124b.tar.gz
bootstrap-1d561a15ef978bed89c4aaa08c2036ae1960124b.tar.xz
bootstrap-1d561a15ef978bed89c4aaa08c2036ae1960124b.zip
Document new modules. Install x-loader and u-boot into /boot
-rw-r--r--README.html8
-rwxr-xr-xstage16
2 files changed, 13 insertions, 1 deletions
diff --git a/README.html b/README.html
index 37ab59d..fa10b10 100644
--- a/README.html
+++ b/README.html
@@ -104,5 +104,13 @@ zlib
</tt> <h3> Stage 2 </h3> <tt>
cpio
+ncurses
+curl
+m4
+flex
+bison
+texinfo
+gdb
+
</tt>
diff --git a/stage1 b/stage1
index 50a6fc0..1712542 100755
--- a/stage1
+++ b/stage1
@@ -460,6 +460,8 @@ case "$1" in
make $J distclean
make $J CROSS_COMPILE=${TARGET}- omap4430panda_config
make $J CROSS_COMPILE=${TARGET}-
+ mkdirp $ROOTFS/boot
+ cp MLO $ROOTFS/boot
;;
"u-boot" )
@@ -472,7 +474,9 @@ case "$1" in
cd $BUILDDIR/u-boot
make $J distclean
make $J CROSS_COMPILE=${TARGET}- omap4_panda_config
- make $J CROSS_COMPILE=${TARGET}-
+ make $J CROSS_COMPILE=${TARGET}- u-boot.img
+ mkdirp $ROOTFS/boot
+ cp u-boot.img $ROOTFS/boot/u-boot.img
;;
"djtest" )