u-boot-brain/board/keymile/scripts
Holger Brunck 91b9db0be5 km/scripts: load fdt_bid_kwkey.dtb when working with tftp
When loading the dtb file via tftp we should load the one which matches
boardId and hwKey and not a common one for the boardname. We have boards
were different hwKeys are used and then we may load an incorrect dtb
file. If no fdt_bid_kwkey.dtb file is not a fallback to boardname.dtb is used.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Tobias Müller <Tobias.Mueller@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
2015-11-18 15:28:50 -05:00
..
develop-arm.txt arm/km: enable FDT for km_kirwkood 2014-02-13 16:17:54 +01:00
develop-common.txt km/scripts: load fdt_bid_kwkey.dtb when working with tftp 2015-11-18 15:28:50 -05:00
develop-ppc_8xx.txt arm/km: enable FDT for km_kirwkood 2014-02-13 16:17:54 +01:00
develop-ppc_82xx.txt arm/km: enable FDT for km_kirwkood 2014-02-13 16:17:54 +01:00
ramfs-arm.txt arm/km: enable FDT for km_kirwkood 2014-02-13 16:17:54 +01:00
ramfs-common.txt arm/km: define fdt_high env variable and allow backwards compatibility 2014-02-13 16:18:13 +01:00
ramfs-ppc_8xx.txt arm/km: enable FDT for km_kirwkood 2014-02-13 16:17:54 +01:00
ramfs-ppc_82xx.txt arm/km: enable FDT for km_kirwkood 2014-02-13 16:17:54 +01:00
README km/common: add toolchain variable 2011-12-20 23:43:45 +01:00

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.