mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
d4348a8db7
This patch adds the possibility in both debug and ramfs modes to optionally load an env file from /tftpboot/$tftppath (this is ignored if not present, so the change is backward compatible). This gives the debug and ramfs scripts the possibility to set uboot environment variables that were previously asked the users to manually set (nfs path in debug and rootfs size in ramfs). Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com> CC: Tom Rini <trini@konsulko.com> |
||
---|---|---|
.. | ||
develop-arm.txt | ||
develop-common.txt | ||
develop-ppc_8xx.txt | ||
develop-ppc_82xx.txt | ||
ramfs-arm.txt | ||
ramfs-common.txt | ||
ramfs-ppc_8xx.txt | ||
ramfs-ppc_82xx.txt | ||
README |
These scripts are needed for our development usecases. Copy this directory into your tftp root directory to be able to use this scripts. cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/ To load and configure these usecase, two environment variables in the u-boot default environment must be parsed: run develop : setup environment to configure for rootfs via nfs run ramfs : setup environment to configure for rootfs in ram Last change: 24.11.2011 develop-common.txt ============================ This file defines variables for working with rootfs via nfs for powerpc and arm. develop-<arch>.txt ============================ This file defines architecture specific variables for working with rootfs via nfs arm. ramfs-common.txt ============================ This file defines variables for working with rootfs inside the ram for powerpc and arm. ramfs-<arch>.txt ============================ This file defines architecture specific variables for working with rootfs inside ram.