From a5a20ccab4ccdf0ea1b61997b201d37ffd728048 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Wed, 20 Jan 2016 12:06:13 +0100 Subject: [PATCH] Boot Scripts: all boot scripts replaced by uEnv.txt setup Signed-off-by: H. Nikolaus Schaller --- Letux/boot-scr/boot-letux-cortex15.txt | 25 ------------------- Letux/boot-scr/boot-omap5-uevm.txt | 25 ------------------- Letux/boot-scr/boot-pyra+evm.txt | 25 ------------------- Letux/boot-scr/boot-pyra+lc15-4.9.txt | 25 ------------------- Letux/boot-scr/boot-pyra+lc15.txt | 29 ---------------------- Letux/boot-scr/uEnv-letux-cortex15-4.9.txt | 4 +++ Letux/boot-scr/uEnv-letux-cortex15.txt | 4 +++ Letux/boot-scr/uEnv-omap5-uevm.txt | 4 +++ Letux/boot-scr/uEnv-pyra+evm.txt | 4 +++ Letux/boot-scr/uEnv-pyra+lc15-4.9.txt | 4 +++ Letux/boot-scr/uEnv-pyra+lc15.txt | 4 +++ 11 files changed, 24 insertions(+), 129 deletions(-) delete mode 100644 Letux/boot-scr/boot-letux-cortex15.txt delete mode 100644 Letux/boot-scr/boot-omap5-uevm.txt delete mode 100644 Letux/boot-scr/boot-pyra+evm.txt delete mode 100644 Letux/boot-scr/boot-pyra+lc15-4.9.txt delete mode 100644 Letux/boot-scr/boot-pyra+lc15.txt create mode 100644 Letux/boot-scr/uEnv-letux-cortex15-4.9.txt create mode 100644 Letux/boot-scr/uEnv-letux-cortex15.txt create mode 100644 Letux/boot-scr/uEnv-omap5-uevm.txt create mode 100644 Letux/boot-scr/uEnv-pyra+evm.txt create mode 100644 Letux/boot-scr/uEnv-pyra+lc15-4.9.txt create mode 100644 Letux/boot-scr/uEnv-pyra+lc15.txt diff --git a/Letux/boot-scr/boot-letux-cortex15.txt b/Letux/boot-scr/boot-letux-cortex15.txt deleted file mode 100644 index 657febfd1eb..00000000000 --- a/Letux/boot-scr/boot-letux-cortex15.txt +++ /dev/null @@ -1,25 +0,0 @@ -echo boot.scr for LC15 standalone -setenv fdtfile omap5-letux-cortex15.dtb -setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 0 # mmc number as seen by kernel -setenv defaultdisplay lcd -setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) -setenv PARTITIONTYPE FAT - -# set default -setenv mmcargs 'setenv bootargs elevator=noop console=ttyO2,115200n8 root=/dev/mmcblk${kernelmmc}p2 rw rootwait earlyprintk fixrtc' - -# load device tree and kernel binary -fatload mmc ${mmcdev}:${PARTITION} 0x825f0000 ${fdtfile} -fatload mmc ${mmcdev}:${PARTITION} 0x80300000 uImage - -run mmcargs - -# allow to overwrite boot args (incl. kernelmmc) -if fatload mmc ${mmcdev}:${PARTITION} 0x81300000 bootargs.scr -then - source 0x81300000 -fi - -setenv fdt_high 0x84000000 -bootm 0x80300000 - 0x825f0000 diff --git a/Letux/boot-scr/boot-omap5-uevm.txt b/Letux/boot-scr/boot-omap5-uevm.txt deleted file mode 100644 index b13455416dd..00000000000 --- a/Letux/boot-scr/boot-omap5-uevm.txt +++ /dev/null @@ -1,25 +0,0 @@ -echo boot.scr for OMAP5432 EVM -setenv fdtfile omap5-uevm.dtb -setenv mmc 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 1 # mmc number as seen by kernel -setenv defaultdisplay lcd -setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) -setenv PARTITIONTYPE FAT - -# set default -setenv mmcargs 'setenv bootargs elevator=noop console=ttyO2,115200n8 root=/dev/mmcblk${kernelmmc}p2 rw rootwait earlyprintk fixrtc' - -# load device tree and kernel binary -fatload mmc ${mmc}:${PARTITION} 0x825f0000 ${fdtfile} -fatload mmc ${mmc}:${PARTITION} 0x80300000 uImage - -run mmcargs - -# allow to overwrite boot args (incl. kernelmmc) -if fatload mmc ${mmc}:${PARTITION} 0x81300000 bootargs.scr -then - source 0x81300000 -fi - -setenv fdt_high 0x84000000 -bootm 0x80300000 - 0x825f0000 diff --git a/Letux/boot-scr/boot-pyra+evm.txt b/Letux/boot-scr/boot-pyra+evm.txt deleted file mode 100644 index 8cd1b85383e..00000000000 --- a/Letux/boot-scr/boot-pyra+evm.txt +++ /dev/null @@ -1,25 +0,0 @@ -echo boot.scr for Pyra+EVM -setenv fdtfile omap5-pyra.dtb -setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 1 # mmc number as seen by kernel -setenv defaultdisplay lcd -setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) -setenv PARTITIONTYPE FAT - -# set default -setenv mmcargs 'setenv bootargs elevator=noop console=ttyO2,115200n8 root=/dev/mmcblk${kernelmmc}p2 rw rootwait earlyprintk fixrtc' - -# load device tree and kernel binary -fatload mmc ${mmcdev}:${PARTITION} 0x825f0000 ${fdtfile} -fatload mmc ${mmcdev}:${PARTITION} 0x80300000 uImage - -run mmcargs - -# allow to overwrite boot args (incl. kernelmmc) -if fatload mmc ${mmcdev}:${PARTITION} 0x81300000 bootargs.scr -then - source 0x81300000 -fi - -setenv fdt_high 0x84000000 -bootm 0x80300000 - 0x825f0000 diff --git a/Letux/boot-scr/boot-pyra+lc15-4.9.txt b/Letux/boot-scr/boot-pyra+lc15-4.9.txt deleted file mode 100644 index e3a8f4b1c13..00000000000 --- a/Letux/boot-scr/boot-pyra+lc15-4.9.txt +++ /dev/null @@ -1,25 +0,0 @@ -echo boot.scr for Pyra+LC15 V4.9 -setenv fdtfile omap5-letux-cortex15-v4.9+pyra.dtb -setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 0 # mmc number as seen by kernel -setenv defaultdisplay lcd -setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) -setenv PARTITIONTYPE FAT - -# set default -setenv mmcargs 'setenv bootargs elevator=noop console=ttyO2,115200n8 root=/dev/mmcblk${kernelmmc}p2 rw rootwait earlyprintk fixrtc' - -# load device tree and kernel binary -fatload mmc ${mmcdev}:${PARTITION} 0x825f0000 ${fdtfile} -fatload mmc ${mmcdev}:${PARTITION} 0x80300000 uImage - -run mmcargs - -# allow to overwrite boot args (incl. kernelmmc) -if fatload mmc ${mmcdev}:${PARTITION} 0x81300000 bootargs.scr -then - source 0x81300000 -fi - -setenv fdt_high 0x84000000 -bootm 0x80300000 - 0x825f0000 diff --git a/Letux/boot-scr/boot-pyra+lc15.txt b/Letux/boot-scr/boot-pyra+lc15.txt deleted file mode 100644 index 1b13a92e0ee..00000000000 --- a/Letux/boot-scr/boot-pyra+lc15.txt +++ /dev/null @@ -1,29 +0,0 @@ -echo boot.scr for Pyra+LC15 -setenv fdtfile omap5-letux-cortex15+pyra.dtb -setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 0 # mmc number as seen by kernel -setenv defaultdisplay lcd -setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) -setenv PARTITIONTYPE FAT - -# set default -setenv mmcargs 'setenv bootargs elevator=noop console=ttyO2,115200n8 root=/dev/mmcblk${kernelmmc}p2 rw rootwait earlyprintk fixrtc' - -# load device tree and kernel binary -echo ${fdtfile} to 0x825f0000 -fatload mmc ${mmcdev}:${PARTITION} 0x825f0000 ${fdtfile} -echo uImage to 0x80300000 -fatload mmc ${mmcdev}:${PARTITION} 0x80300000 uImage - -run mmcargs - -# allow to overwrite boot args (incl. kernelmmc) -echo bootargs.scr to 0x81300000 -if fatload mmc ${mmcdev}:${PARTITION} 0x81300000 bootargs.scr -then - source 0x81300000 -fi -fatload mmc ${mmcdev}:${PARTITION} 0x80300000 uImage - -setenv fdt_high 0x84000000 -bootm 0x80300000 - 0x825f0000 diff --git a/Letux/boot-scr/uEnv-letux-cortex15-4.9.txt b/Letux/boot-scr/uEnv-letux-cortex15-4.9.txt new file mode 100644 index 00000000000..c76b3cf85f1 --- /dev/null +++ b/Letux/boot-scr/uEnv-letux-cortex15-4.9.txt @@ -0,0 +1,4 @@ +fdtfile=omap5-letux-cortex15-v4.9.dtb + +bootfile=uImage +bootfilecmd=bootm diff --git a/Letux/boot-scr/uEnv-letux-cortex15.txt b/Letux/boot-scr/uEnv-letux-cortex15.txt new file mode 100644 index 00000000000..cbf793da30b --- /dev/null +++ b/Letux/boot-scr/uEnv-letux-cortex15.txt @@ -0,0 +1,4 @@ +fdtfile=omap5-letux-cortex15.dtb + +bootfile=uImage +bootfilecmd=bootm diff --git a/Letux/boot-scr/uEnv-omap5-uevm.txt b/Letux/boot-scr/uEnv-omap5-uevm.txt new file mode 100644 index 00000000000..d0b220f7aa9 --- /dev/null +++ b/Letux/boot-scr/uEnv-omap5-uevm.txt @@ -0,0 +1,4 @@ +fdtfile=omap5-uevm.dtb + +bootfile=uImage +bootfilecmd=bootm diff --git a/Letux/boot-scr/uEnv-pyra+evm.txt b/Letux/boot-scr/uEnv-pyra+evm.txt new file mode 100644 index 00000000000..a9d0fc7d3f5 --- /dev/null +++ b/Letux/boot-scr/uEnv-pyra+evm.txt @@ -0,0 +1,4 @@ +fdtfile=omap5-pyra.dtb + +bootfile=uImage +bootfilecmd=bootm diff --git a/Letux/boot-scr/uEnv-pyra+lc15-4.9.txt b/Letux/boot-scr/uEnv-pyra+lc15-4.9.txt new file mode 100644 index 00000000000..07a0d8ccabb --- /dev/null +++ b/Letux/boot-scr/uEnv-pyra+lc15-4.9.txt @@ -0,0 +1,4 @@ +fdtfile=omap5-letux-cortex15-v4.9+pyra.dtb + +bootfile=uImage +bootfilecmd=bootm diff --git a/Letux/boot-scr/uEnv-pyra+lc15.txt b/Letux/boot-scr/uEnv-pyra+lc15.txt new file mode 100644 index 00000000000..9cb84224762 --- /dev/null +++ b/Letux/boot-scr/uEnv-pyra+lc15.txt @@ -0,0 +1,4 @@ +fdtfile=omap5-letux-cortex15+pyra.dtb + +bootfile=uImage +bootfilecmd=bootm -- 2.47.2