All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/testing: fix ATF Vexpress test case
@ 2018-04-23 20:14 Thomas Petazzoni
  2018-04-25 19:29 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-23 20:14 UTC (permalink / raw)
  To: buildroot

This test case currently fails to build with:

./build/juno/release/bl1/context_mgmt.o: In function `cm_prepare_el3_exit':
context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): undefined reference to `cm_set_next_context'
context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): relocation truncated to fit: R_AARCH64_JUMP26 against undefined symbol `cm_set_next_context'

This issue has been fixed upstream in commit
10c252c14b7f446c0b49ef1aafbd5d37804577dd, available since v1.3. So
while we bump, let's bump to the latest version of ATF, v1.5.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/64360659

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 support/testing/tests/boot/test_atf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/boot/test_atf.py b/support/testing/tests/boot/test_atf.py
index cbb99eb37f..75cea01fc8 100644
--- a/support/testing/tests/boot/test_atf.py
+++ b/support/testing/tests/boot/test_atf.py
@@ -10,7 +10,7 @@ class TestATFVexpress(infra.basetest.BRTest):
         BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
         BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
         BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/ARM-software/arm-trusted-firmware.git"
-        BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v1.2"
+        BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v1.5"
         BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="juno"
         BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
         BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/testing: fix ATF Vexpress test case
  2018-04-23 20:14 [Buildroot] [PATCH] support/testing: fix ATF Vexpress test case Thomas Petazzoni
@ 2018-04-25 19:29 ` Thomas Petazzoni
  2018-05-01  6:56   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-25 19:29 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 23 Apr 2018 22:14:56 +0200, Thomas Petazzoni wrote:
> This test case currently fails to build with:
> 
> ./build/juno/release/bl1/context_mgmt.o: In function `cm_prepare_el3_exit':
> context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): undefined reference to `cm_set_next_context'
> context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): relocation truncated to fit: R_AARCH64_JUMP26 against undefined symbol `cm_set_next_context'
> 
> This issue has been fixed upstream in commit
> 10c252c14b7f446c0b49ef1aafbd5d37804577dd, available since v1.3. So
> while we bump, let's bump to the latest version of ATF, v1.5.
> 
> Fixes:
> 
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/64360659
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  support/testing/tests/boot/test_atf.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/testing: fix ATF Vexpress test case
  2018-04-25 19:29 ` Thomas Petazzoni
@ 2018-05-01  6:56   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-05-01  6:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Hello,
 > On Mon, 23 Apr 2018 22:14:56 +0200, Thomas Petazzoni wrote:
 >> This test case currently fails to build with:
 >> 
 >> ./build/juno/release/bl1/context_mgmt.o: In function `cm_prepare_el3_exit':
 >> context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): undefined reference to `cm_set_next_context'
 >> context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): relocation truncated to fit: R_AARCH64_JUMP26 against undefined symbol `cm_set_next_context'
 >> 
 >> This issue has been fixed upstream in commit
 >> 10c252c14b7f446c0b49ef1aafbd5d37804577dd, available since v1.3. So
 >> while we bump, let's bump to the latest version of ATF, v1.5.
 >> 
 >> Fixes:
 >> 
 >> https://gitlab.com/buildroot.org/buildroot/-/jobs/64360659
 >> 
 >> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-01  6:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 20:14 [Buildroot] [PATCH] support/testing: fix ATF Vexpress test case Thomas Petazzoni
2018-04-25 19:29 ` Thomas Petazzoni
2018-05-01  6:56   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.