xref: /openbmc/u-boot/board/keymile/scripts/README (revision d26982cbb6c663dff5d5a956068f4ec384cfc2ba)
1b648bfc2SHolger BrunckThese scripts are needed for our development usecases. Copy this directory
2b648bfc2SHolger Brunckinto your tftp root directory to be able to use this scripts.
3b648bfc2SHolger Brunckcp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/
42d9528e3SHolger Brunck
5b648bfc2SHolger BrunckTo load and configure these usecase, two environment variables in the u-boot
6b648bfc2SHolger Brunckdefault environment must be parsed:
7b648bfc2SHolger Brunckrun develop : setup environment to configure for rootfs via nfs
8b648bfc2SHolger Brunckrun ramfs   : setup environment to configure for rootfs in ram
92d9528e3SHolger Brunck
10*d26982cbSHolger BrunckLast change: 24.11.2011
112d9528e3SHolger Brunck
12b648bfc2SHolger Brunckdevelop-common.txt
132d9528e3SHolger Brunck============================
14b648bfc2SHolger BrunckThis file defines variables for working with rootfs via nfs for powerpc and
15b648bfc2SHolger Brunckarm.
16b648bfc2SHolger Brunck
17b648bfc2SHolger Brunckdevelop-<arch>.txt
18b648bfc2SHolger Brunck============================
19b648bfc2SHolger BrunckThis file defines architecture specific variables for working with rootfs via
20b648bfc2SHolger Bruncknfs arm.
21b648bfc2SHolger Brunck
22b648bfc2SHolger Brunck
23b648bfc2SHolger Brunckramfs-common.txt
24b648bfc2SHolger Brunck============================
25b648bfc2SHolger BrunckThis file defines variables for working with rootfs inside the ram for powerpc
26b648bfc2SHolger Brunckand arm.
27b648bfc2SHolger Brunck
28b648bfc2SHolger Brunckramfs-<arch>.txt
29b648bfc2SHolger Brunck============================
30b648bfc2SHolger BrunckThis file defines architecture specific variables for working with rootfs inside
31b648bfc2SHolger Brunckram.
32