Skip to content

Instantly share code, notes, and snippets.

View stephanosio's full-sized avatar

Stephanos Ioannidis stephanosio

View GitHub Profile
This file has been truncated, but you can view the full file.
INFO - Zephyr version: zephyr-v3.0.0-3009-g4842d94f17e7
INFO - JOBS: 60
INFO - 1763 test scenarios (37 configurations) selected, 0 configurations discarded due to filters.
INFO - Adding tasks to the queue...
INFO - Added initial list of jobs to queue
INFO - 1/37 fvp_baser_aemv8r_smp tests/kernel/smp/kernel.multiprocessing.smp FAILED Timeout (armfvp 60.704s)
INFO - /home/stephanos/Dev/zephyrproject/zephyr/twister-out/fvp_baser_aemv8r_smp/tests/kernel/smp/kernel.multiprocessing.smp/handler.log
ERROR - [0/1] FVP_BaseR_AEMv8R: 11.17.32
terminal_0: Listening for serial connection on port 5000
terminal_1: Listening for serial connection on port 5001
INFO - Zephyr version: zephyr-v3.0.0-3009-g4842d94f17e7
INFO - JOBS: 60
INFO - 1763 test scenarios (3 configurations) selected, 0 configurations discarded due to filters.
INFO - Adding tasks to the queue...
INFO - Added initial list of jobs to queue
INFO - 1/3 fvp_baser_aemv8r samples/subsys/tracing/tracing.user FAILED Timeout (armfvp 60.668s)
INFO - /home/stephanos/Dev/zephyrproject/zephyr/twister-out/fvp_baser_aemv8r/samples/subsys/tracing/tracing.user/handler.log
ERROR - [0/1] FVP_BaseR_AEMv8R: 11.17.32
terminal_0: Listening for serial connection on port 5000
terminal_1: Listening for serial connection on port 5001
$ ls -lR /opt/zephyr-sdk-0.14.0/arm-zephyr-eabi/arm-zephyr-eabi/lib/arm/v5te/
/opt/zephyr-sdk-0.14.0/arm-zephyr-eabi/arm-zephyr-eabi/lib/arm/v5te/:
total 8
drwxr-xr-x 3 root root 4096 Mar 16 03:53 hard
drwxr-xr-x 3 root root 4096 Mar 16 03:53 softfp
/opt/zephyr-sdk-0.14.0/arm-zephyr-eabi/arm-zephyr-eabi/lib/arm/v5te/hard:
total 14612
-rw-r--r-- 1 root root 557 Mar 16 03:09 aprofile-validation.specs
-rw-r--r-- 1 root root 573 Mar 16 03:09 aprofile-validation-v2m.specs
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>twister_report.xml</title>
<style type="text/css">
body {
background-color: white;
padding-bottom: 20em;
margin: 0;
a7eb0564c30 Enable -fcode-hoisting with -Os.
95e694f7d23 arm: Add tests for VLLDM mitigation [PR102035]
08ecab2cce4 arm: fix vlldm erratum for Armv8.1-m [PR102035]
a6db929252f arm: add erratum mitigation to __gnu_cmse_nonsecure_call [PR102035]
a3e0dafd46c arm: Add command-line option for enabling CVE-2021-35465 mitigation [PR102035]
7eec8eaf6e4 arm: testsuite: improve detection of CMSE hardware.
965b56217d1 arm: Fix general issues with patterns for VLLDM and VLSTM
3b0c3801209 ipa/97565 - fix IPA PTA body availability check
fdfe3241117 Daily bump.
7b100eb97b6 libstdc++: Add default template argument to basic_istream_view
commit a7eb0564c3060418b5ca68c2806ad74f73384fd0
Author: Vidya Praveen <vidyapraveen@arm.com>
Date: Fri Jun 19 17:01:03 2020 +0100
Enable -fcode-hoisting with -Os.
Author: Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/80155
* common/config/arm/arm-common.c (arm_option_optimization_table):
#!/usr/bin/env bash
# Automated setup script for Zephyr SDK distribution bundle archive
# for POSIX-compliant host operating systems (Linux and macOS)
# Utility functions
pushd()
{
command pushd "$@" > /dev/null
}
#define CONFIG_UART_INTERRUPT_DRIVEN 1
#define CONFIG_BUILD_OUTPUT_BIN 1
#define CONFIG_BOARD "qemu_cortex_a53"
#define CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 62500000
#define CONFIG_NUM_IRQS 220
#define CONFIG_SOC "qemu_cortex_a53"
#define CONFIG_FLASH_SIZE 65536
#define CONFIG_FLASH_BASE_ADDRESS 0x0
#define CONFIG_KERNEL_VM_SIZE 0x800000
#define CONFIG_ZEPHYR_CANOPENNODE_MODULE 1
#define CONFIG_UART_INTERRUPT_DRIVEN 1
#define CONFIG_BUILD_OUTPUT_BIN 1
#define CONFIG_BOARD "qemu_cortex_a53"
#define CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 62500000
#define CONFIG_NUM_IRQS 220
#define CONFIG_SOC "qemu_cortex_a53"
#define CONFIG_FLASH_SIZE 65536
#define CONFIG_FLASH_BASE_ADDRESS 0x0
#define CONFIG_KERNEL_VM_SIZE 0x800000
#define CONFIG_ZEPHYR_CANOPENNODE_MODULE 1
test arch platform status extra_args handler handler_time ram_size rom_size
tests/kernel/smp/kernel.multiprocessing.smp arm64 qemu_cortex_a53_smp passed qemu 12.327557563781738 0 0
tests/kernel/smp/kernel.multiprocessing.smp.linker_generator arm64 qemu_cortex_a53_smp skipped qemu 0 0