1*4882a593SmuzhiyunThese scripts are needed for our development usecases. Copy this directory 2*4882a593Smuzhiyuninto your tftp root directory to be able to use this scripts. 3*4882a593Smuzhiyuncp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/ 4*4882a593Smuzhiyun 5*4882a593SmuzhiyunTo load and configure these usecase, two environment variables in the u-boot 6*4882a593Smuzhiyundefault environment must be parsed: 7*4882a593Smuzhiyunrun develop : setup environment to configure for rootfs via nfs 8*4882a593Smuzhiyunrun ramfs : setup environment to configure for rootfs in ram 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunLast change: 24.11.2011 11*4882a593Smuzhiyun 12*4882a593Smuzhiyundevelop-common.txt 13*4882a593Smuzhiyun============================ 14*4882a593SmuzhiyunThis file defines variables for working with rootfs via nfs for powerpc and 15*4882a593Smuzhiyunarm. 16*4882a593Smuzhiyun 17*4882a593Smuzhiyundevelop-<arch>.txt 18*4882a593Smuzhiyun============================ 19*4882a593SmuzhiyunThis file defines architecture specific variables for working with rootfs via 20*4882a593Smuzhiyunnfs arm. 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun 23*4882a593Smuzhiyunramfs-common.txt 24*4882a593Smuzhiyun============================ 25*4882a593SmuzhiyunThis file defines variables for working with rootfs inside the ram for powerpc 26*4882a593Smuzhiyunand arm. 27*4882a593Smuzhiyun 28*4882a593Smuzhiyunramfs-<arch>.txt 29*4882a593Smuzhiyun============================ 30*4882a593SmuzhiyunThis file defines architecture specific variables for working with rootfs inside 31*4882a593Smuzhiyunram. 32