• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Mar-2022-

README A D18-Mar-2022998 3224

develop-arm.txt A D18-Mar-2022128 21

develop-common.txt A D18-Mar-20221.1 KiB1312

develop-ppc_82xx.txt A D18-Mar-2022128 21

develop-ppc_8xx.txt A D18-Mar-2022128 21

ramfs-arm.txt A D18-Mar-2022126 21

ramfs-common.txt A D18-Mar-20221.4 KiB1615

ramfs-ppc_82xx.txt A D18-Mar-2022126 21

ramfs-ppc_8xx.txt A D18-Mar-2022126 21

README

1These 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
10Last change: 24.11.2011
11
12develop-common.txt
13============================
14This file defines variables for working with rootfs via nfs for powerpc and
15arm.
16
17develop-<arch>.txt
18============================
19This file defines architecture specific variables for working with rootfs via
20nfs arm.
21
22
23ramfs-common.txt
24============================
25This file defines variables for working with rootfs inside the ram for powerpc
26and arm.
27
28ramfs-<arch>.txt
29============================
30This file defines architecture specific variables for working with rootfs inside
31ram.
32