Accepting request 214504 from Base:System
- The "Tegra SPL" is not an SPL but a differently named u-boot.bin file. Fix up the generation scripts. - Include Tegra SPL for Colibri T20 OBS-URL: https://build.opensuse.org/request/show/214504 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=20
This commit is contained in:
parent
dfc81dc6dd
commit
751206949d
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user