diff --git a/pre_checkin.sh b/pre_checkin.sh index d688cb6..0355b64 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -37,6 +37,7 @@ s/BINEND/$BINEND/g s/ORIGEN_SPL/$ORIGEN_SPL/g s/ARNDALE_SPL/$ARNDALE_SPL/g s/SUNXI_SPL/$SUNXI_SPL/g +s/TEGRA_SPL/$TEGRA_SPL/g s/XLOADER/$XLOADER/g" < u-boot.spec.in > u-boot-$BOARDNAME.spec cp u-boot.changes u-boot-$BOARDNAME.changes diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 512eae2..cd1587f 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 2016671..845239f 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-colibrit20iris.changes b/u-boot-colibrit20iris.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-colibrit20iris.changes +++ b/u-boot-colibrit20iris.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-colibrit20iris.spec b/u-boot-colibrit20iris.spec index 659fac9..474bd0e 100644 --- a/u-boot-colibrit20iris.spec +++ b/u-boot-colibrit20iris.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 2a1ec1c..3962dd0 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index b08bec4..c775e54 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index bf49b2d..9ab9258 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index fcc2db9..4f77383 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index c511188..565048e 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.imx %{buildroot}/boot/u-boot.imx # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.imx ]; then install -D -m 0644 u-boot-dtb.imx %{buildroot}/boot/u-boot.imx +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.imx %{buildroot}/boot/u-boot.imx else install -D -m 0644 u-boot.imx %{buildroot}/boot/u-boot.imx fi diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index f596927..21a080b 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 899ae15..a4691b9 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index 8ca1411..550974d 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot-rpib.changes b/u-boot-rpib.changes index f8b6f32..0cf2df6 100644 --- a/u-boot-rpib.changes +++ b/u-boot-rpib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot-rpib.spec b/u-boot-rpib.spec index e614e6b..b04d572 100644 --- a/u-boot-rpib.spec +++ b/u-boot-rpib.spec @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.bin ]; then install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin else install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin fi diff --git a/u-boot.changes b/u-boot.changes index f8b6f32..0cf2df6 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + ------------------------------------------------------------------- Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com diff --git a/u-boot.spec.in b/u-boot.spec.in index c0551f9..338b1cd 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -95,6 +95,8 @@ install -D -m 0644 u-boot.BINEND %{buildroot}/boot/u-boot.BINEND # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb.BINEND ]; then install -D -m 0644 u-boot-dtb.BINEND %{buildroot}/boot/u-boot.BINEND +elif [ -f u-boot-dtb-tegra.bin ]; then + install -D -m 0644 u-boot-dtb-tegra.BINEND %{buildroot}/boot/u-boot.BINEND else install -D -m 0644 u-boot.BINEND %{buildroot}/boot/u-boot.BINEND fi