Binary files /tmp/obef8_VTjc/fvp-pre-boot-0.0.2.20130926/BL2_AP_Trusted_RAM.bin and /tmp/feoYlS2S8v/fvp-pre-boot-0.2.20131029+git14+ba3155b/BL2_AP_Trusted_RAM.bin differ Binary files /tmp/obef8_VTjc/fvp-pre-boot-0.0.2.20130926/BL31_AP_Trusted_RAM.bin and /tmp/feoYlS2S8v/fvp-pre-boot-0.2.20131029+git14+ba3155b/BL31_AP_Trusted_RAM.bin differ diff -Nru fvp-pre-boot-0.0.2.20130926/BSD fvp-pre-boot-0.2.20131029+git14+ba3155b/BSD --- fvp-pre-boot-0.0.2.20130926/BSD 2013-01-07 08:50:14.000000000 +0000 +++ fvp-pre-boot-0.2.20131029+git14+ba3155b/BSD 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -You may use the binary pre-bootloader for Arndale board under the terms -of the BSD license as follows: - -"Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - * Neither the name of Samsung Electronics Co., LTD. (“Samsung”) nor - the names of its contributors may be used to endorse or promote - products derived from this software without specific prior written - permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." Binary files /tmp/obef8_VTjc/fvp-pre-boot-0.0.2.20130926/bl1.bin and /tmp/feoYlS2S8v/fvp-pre-boot-0.2.20131029+git14+ba3155b/bl1.bin differ Binary files /tmp/obef8_VTjc/fvp-pre-boot-0.0.2.20130926/bl2.bin and /tmp/feoYlS2S8v/fvp-pre-boot-0.2.20131029+git14+ba3155b/bl2.bin differ Binary files /tmp/obef8_VTjc/fvp-pre-boot-0.0.2.20130926/bl31.bin and /tmp/feoYlS2S8v/fvp-pre-boot-0.2.20131029+git14+ba3155b/bl31.bin differ diff -Nru fvp-pre-boot-0.0.2.20130926/debian/changelog fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/changelog --- fvp-pre-boot-0.0.2.20130926/debian/changelog 2013-10-03 07:11:57.000000000 +0000 +++ fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/changelog 2013-11-22 12:53:42.000000000 +0000 @@ -1,3 +1,15 @@ +fvp-pre-boot (0.2.20131029+git14+ba3155b-0linaro1) raring; urgency=low + + * CI - fvp-pre-boot snapshot: + - repository: git://git.linaro.org/arm/models/arm-trusted-firmware.git + - commit: ba3155b + - build: https://ci.linaro.org/jenkins/job/fvp-pre-boot/14/ + + - debian/ repository: git://git.linaro.org/ci/fvp-pre-boot.git + - debian/ commit: b74f53a + + -- Linaro Packagers Wed, 20 Nov 2013 09:02:08 +0000 + fvp-pre-boot (0.0.2.20130926-0ubuntu1~linaro1) raring; urgency=low * Initial release. diff -Nru fvp-pre-boot-0.0.2.20130926/debian/control fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/control --- fvp-pre-boot-0.0.2.20130926/debian/control 2013-10-03 07:19:57.000000000 +0000 +++ fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/control 2013-11-22 12:55:34.000000000 +0000 @@ -9,4 +9,4 @@ Architecture: all Depends: ${misc:Depends} Description: Binary pre-bootloader for FVP Base models - This package contains the generic firmware binaries for the FVP Base Models. + This package contains ARM Trusted Firmware binaries for the FVP Base Models. diff -Nru fvp-pre-boot-0.0.2.20130926/debian/copyright fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/copyright --- fvp-pre-boot-0.0.2.20130926/debian/copyright 2013-10-03 07:21:30.000000000 +0000 +++ fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/copyright 2013-11-22 12:42:08.000000000 +0000 @@ -1,6 +1,6 @@ Format: http://dep.debian.net/deps/dep5 -Upstream-Name: arndale-pre-boot -Source: http://git.chromium.org/gitweb/?p=chromiumos/overlays/board-overlays.git +Upstream-Name: arm-trusted-firmware +Source: Files: * Copyright: 2012-2013 ARM Ltd diff -Nru fvp-pre-boot-0.0.2.20130926/debian/rules fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/rules --- fvp-pre-boot-0.0.2.20130926/debian/rules 2013-10-03 07:14:41.000000000 +0000 +++ fvp-pre-boot-0.2.20131029+git14+ba3155b/debian/rules 2013-11-22 12:52:21.000000000 +0000 @@ -3,16 +3,28 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CROSS_COMPILE := $(DEB_HOST_GNU_TYPE)- +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + CROSS_COMPILE := +endif + %: - dh $@ + dh $@ --parallel + +override_dh_auto_build: +# CROSS_COMPILE=aarch64-linux-gnu- $(MAKE) + +override_dh_auto_clean: +# dh_auto_clean +# $(MAKE) distclean override_dh_auto_install: - install -D -p -m0644 bl1.bin \ - debian/fvp-pre-boot/lib/firmware/fvp-pre-boot/bl1.bin - install -D -p -m0644 BL2_AP_Trusted_RAM.bin \ - debian/fvp-pre-boot/lib/firmware/fvp-pre-boot/BL2_AP_Trusted_RAM.bin - install -D -p -m0644 BL31_AP_Trusted_RAM.bin \ - debian/fvp-pre-boot/lib/firmware/fvp-pre-boot/BL31_AP_Trusted_RAM.bin + install -D -p -m0644 bl1.bin debian/fvp-pre-boot/lib/firmware/fvp-pre-boot/bl1.bin + install -D -p -m0644 bl2.bin debian/fvp-pre-boot/lib/firmware/fvp-pre-boot/bl2.bin + install -D -p -m0644 bl31.bin debian/fvp-pre-boot/lib/firmware/fvp-pre-boot/bl31.bin override_dh_strip: dh_strip --exclude=.bin