upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/board/keymile/scripts
Holger Brunck d26982cbb6 km/common: add toolchain variable 13 years ago
..
README km/common: add toolchain variable 13 years ago
develop-arm.txt km/common: simplify debug environment 13 years ago
develop-common.txt km/common: add toolchain variable 13 years ago
develop-ppc_8xx.txt km/common: simplify debug environment 13 years ago
develop-ppc_82xx.txt km/common: simplify debug environment 13 years ago
ramfs-arm.txt km/common: simplify debug environment 13 years ago
ramfs-common.txt km/common: fix ramfs development target 13 years ago
ramfs-ppc_8xx.txt km/common: simplify debug environment 13 years ago
ramfs-ppc_82xx.txt km/common: simplify debug environment 13 years ago

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.