]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/keymile/scripts/README
86c2b5a26a9069c193016f358316ab7d4640c9a2
[people/ms/u-boot.git] / board / keymile / scripts / README
1 debug-common-env.txt
2 ============================
3 This file defines environment variables which are valid for powerpc boards
4 and for arm boards.
5
6 addramfs: add phram device for the rootfilesysten in ram
7 develop: for development, laod kernel via tftp and mount rootfs via NFS
8 nfsargs: default arguments for nfs boot
9 ramfs: load rootfilesystem in RAM kernel
10 rootfsfile: loacation of the rootfs file for ramfs
11 setramfspram: compute PRAM size for ramfs target
12 setrootfsaddr: compute rootfilesystem address for phram
13 tftpkernel: load a kernel with tftp into ram
14 tftpramfs: load rootfs with tftp into ram
15
16 debug-ppc-env.txt
17 ============================
18 fdt_file: location of the dtb file on the tftp server
19 tftpfdt: load dtb file and set fdt address
20
21 debug-arm-env.txt
22 ============================
23 tftpfdt: for arm only a dummy variable, because we have no fdt on arm