blob: dd935b2c6c94b6e9f87b412530c653e9c8a84e30 [file] [log] [blame]
Holger Bruncke7bec9b2011-07-04 21:52:52 +00001These scripts are needed for our development usecases. Copy this directory
2into your tftp root directory to be able to use this scripts.
3cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/
4
5To load and configure these usecase, two environment variables in the u-boot
6default environment must be parsed:
7run develop : setup environment to configure for rootfs via nfs
8run ramfs : setup environment to configure for rootfs in ram
9
Holger Brunck1649df02011-12-14 06:11:50 +000010Last change: 24.11.2011
Holger Bruncke7bec9b2011-07-04 21:52:52 +000011
12develop-common.txt
13============================
14This file defines variables for working with rootfs via nfs for powerpc and
15arm.
16
17develop-<arch>.txt
Holger Brunck0b539022011-05-04 01:47:34 +000018============================
Holger Bruncke7bec9b2011-07-04 21:52:52 +000019This file defines architecture specific variables for working with rootfs via
20nfs arm.
Holger Brunck0b539022011-05-04 01:47:34 +000021
Holger Brunck0b539022011-05-04 01:47:34 +000022
Holger Bruncke7bec9b2011-07-04 21:52:52 +000023ramfs-common.txt
Holger Brunck0b539022011-05-04 01:47:34 +000024============================
Holger Bruncke7bec9b2011-07-04 21:52:52 +000025This file defines variables for working with rootfs inside the ram for powerpc
26and arm.
Holger Brunck0b539022011-05-04 01:47:34 +000027
Holger Bruncke7bec9b2011-07-04 21:52:52 +000028ramfs-<arch>.txt
Holger Brunck0b539022011-05-04 01:47:34 +000029============================
Holger Bruncke7bec9b2011-07-04 21:52:52 +000030This file defines architecture specific variables for working with rootfs inside
31ram.