Home | History | Annotate | only in /external/u-boot/board/keymile/scripts
Up to higher level directory
NameDateSize
develop-arm.txt22-Oct-2020116
develop-common.txt22-Oct-2020644
develop-ppc_82xx.txt22-Oct-2020116
develop-ppc_8xx.txt22-Oct-2020116
ramfs-arm.txt22-Oct-2020114
ramfs-common.txt22-Oct-2020813
ramfs-ppc_82xx.txt22-Oct-2020114
ramfs-ppc_8xx.txt22-Oct-2020114
README22-Oct-2020998

README

      1 These scripts are needed for our development usecases. Copy this directory
      2 into your tftp root directory to be able to use this scripts.
      3 cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/
      4 
      5 To load and configure these usecase, two environment variables in the u-boot
      6 default environment must be parsed:
      7 run develop : setup environment to configure for rootfs via nfs
      8 run ramfs   : setup environment to configure for rootfs in ram
      9 
     10 Last change: 24.11.2011
     11 
     12 develop-common.txt
     13 ============================
     14 This file defines variables for working with rootfs via nfs for powerpc and
     15 arm.
     16 
     17 develop-<arch>.txt
     18 ============================
     19 This file defines architecture specific variables for working with rootfs via
     20 nfs arm.
     21 
     22 
     23 ramfs-common.txt
     24 ============================
     25 This file defines variables for working with rootfs inside the ram for powerpc
     26 and arm.
     27 
     28 ramfs-<arch>.txt
     29 ============================
     30 This file defines architecture specific variables for working with rootfs inside
     31 ram.
     32