Re: [PATCH 1/2] arm64: dts: renesas: hihope-common: Add optee node

From: Lad, Prabhakar
Date: Fri Oct 23 2020 - 06:04:00 EST


Hi Geert,

Thank you for the review.

On Fri, Oct 23, 2020 at 10:50 AM Geert Uytterhoeven
<geert@xxxxxxxxxxxxxx> wrote:
>
> Hi Prabhakar,
>
> On Fri, Oct 23, 2020 at 9:56 AM Lad Prabhakar
> <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> wrote:
> > Add optee device tree node to HiHope RZ/G2{HMN} boards.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
> > Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
>
> Thanks for your patch!
>
> > --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi
> > @@ -110,6 +110,13 @@
> > #clock-cells = <0>;
> > clock-frequency = <25000000>;
> > };
> > +
> > + firmware {
> > + optee {
> > + compatible = "linaro,optee-tz";
> > + method = "smc";
> > + };
> > + };
> > };
>
> Should this be added to the SoC-specific .dtsi instead?
It's a bit tricky, the reason I put in board files is due to current
boards having optee do the same. Let me know if you want me to move
the nodes to SoC dtsi

> How can we test this?
This needs a special TFA (by special I mean optee enabled
(SPD="opteed")) and In Linux we need the below configs enabled:

CONFIG_TEE=y
CONFIG_OPTEE=y
CONFIG_OPTEE_SHM_NUM_PRIV_PAGES=1

Once Linux is booted up this exposes a optee device which can be used
for communication. I have used optee_test [1] test-suite (xtest) to
make sure all the tests pass (I have attached results for RZ/G2H for
reference).

[1] https://optee.readthedocs.io/en/latest/building/gits/optee_test.html

Cheers,
Prabhakar
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds

NOTICE: BL2: RZ/G Initial Program Loader(CA57) Rev.2.0.6
NOTICE: BL2: PRR is RZG G2H Ver.3.0
NOTICE: BL2: Board is HiHope RZ/G2H Rev.4.0
NOTICE: BL2: Boot device is QSPI Flash(40MHz)
NOTICE: BL2: LCM state is CM
NOTICE: BL2: DDR3200(rev.0.37)
NOTICE: BL2: [COLD_BOOT]
NOTICE: BL2: DRAM Split is 2ch(DDR 3)
NOTICE: BL2: QoS is default setting(rev.0.07)
NOTICE: BL2: DRAM refresh interval 1.95 usec
NOTICE: BL2: Periodic Write DQ Training
NOTICE: BL2: CH0: 400000000 - 47fffffff, 2 GiB
NOTICE: BL2: CH1: 500000000 - 57fffffff, 2 GiB
NOTICE: BL2: Lossy Decomp areas
NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
NOTICE: BL2: FDT at 0xe6321588
NOTICE: BL2: v2.3():v2.3-dirty
NOTICE: BL2: Built : 16:36:20, Oct 22 2020
NOTICE: BL2: Normal boot
NOTICE: BL2: dst=0xe6321100 src=0x8180000 len=512(0x200)
NOTICE: BL2: dst=0x43f00000 src=0x8180400 len=6144(0x1800)
NOTICE: rcar_file_len: len: 0x0003e000
NOTICE: BL2: dst=0x44000000 src=0x81c0000 len=253952(0x3e000)
NOTICE: rcar_file_len: len: 0x00100000
NOTICE: BL2: dst=0x44100000 src=0x8200000 len=1048576(0x100000)
NOTICE: rcar_file_len: len: 0x00100000
NOTICE: BL2: dst=0x50000000 src=0x8300000 len=1048576(0x100000)
NOTICE: BL2: Booting BL31


U-Boot 2020.10-rc5-00053-g499f91013a (Oct 23 2020 - 10:07:50 +0100)

CPU: Renesas Electronics R8A774E1 rev 3.0
Model: HopeRun HiHope RZ/G2H with sub board
DRAM: 5.8 GiB
MMC: mmc@ee100000: 0, mmc@ee160000: 1
Loading Environment from MMC... OK
In: serial@e6e88000
Out: serial@e6e88000
Err: serial@e6e88000
Net: eth0: ethernet@e6800000
Hit any key to stop autoboot: 0
=>
=> pri
autoload=no
baudrate=115200
board_rev=4
bootargs_pra=setenv bootargs ip=dhcp rw rootwait root=/dev/nfs nfsroot=192.168.10.1:/mnt/rfs,vers=4.1,tcp cma=100M
bootargs_pra_emmc=setenv bootargs rw rootwait root=/dev/mmcblk0p1
bootcmd=run bootcmd_pra1
bootcmd_pra=dhcp;run bootargs_pra;tftp 0x4A080000 g2h/Image.gz; tftp 0x48000000 g2h/r8a774e1-hihope-rzg2h-ex.dtb;unzip 0x4A080000 0x48080000;b0
bootcmd_pra1=dhcp;run bootargs_pra;tftp 0x48080000 g2h/Image;tftp 0x48000000 g2h/r8a774e1-hihope-rzg2h-ex.dtb;booti 0x48080000 - 0x48000000
bootcmd_pra_emmc=dhcp;run bootargs_pra_emmc;tftp 0x4A080000 g2h/Image.gz; tftp 0x48000000 g2h/r8a774e1-hihope-rzg2h-ex.dtb;unzip 0x4A080000 0x0
bootdelay=2
cut_ver=30
ethact=ethernet@e6800000
ethaddr=AC:13:D0:20:87:A3
fdt_high=0xffffffffffffffff
fdtcontroladdr=bbef70b0
gatewayip=192.168.10.1
initrd_high=0xffffffffffffffff
ipaddr=192.168.10.134
loadaddr=0x58000000
mem=1933312k
netmask=255.255.255.0
platform=r8a774e1
serverip=192.168.10.1
stderr=serial@e6e88000
stdin=serial@e6e88000
stdout=serial@e6e88000
usb_pgood_delay=2000
ver=U-Boot 2020.10-rc5-00053-g499f91013a (Oct 23 2020 - 10:07:50 +0100)

Environment size: 1196/131068 bytes
=> boot
ethernet@e6800000 Waiting for PHY auto negotiation to complete........ done
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
DHCP client bound to address 192.168.10.136 (1313 ms)
Using ethernet@e6800000 device
TFTP from server 192.168.10.1; our IP address is 192.168.10.136
Filename 'g2h/Image'.
Load address: 0x48080000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#########################
2.1 MiB/s
done
Bytes transferred = 21352960 (145d200 hex)
Using ethernet@e6800000 device
TFTP from server 192.168.10.1; our IP address is 192.168.10.136
Filename 'g2h/r8a774e1-hihope-rzg2h-ex.dtb'.
Load address: 0x48000000
Loading: #####
1.8 MiB/s
done
Bytes transferred = 59864 (e9d8 hex)
Moving Image from 0x48080000 to 0x48200000, end=4a120000
## Flattened Device Tree blob at 48000000
Booting using the fdt blob at 0x48000000
Using Device Tree in place at 0000000048000000, end 00000000480119d7

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd073]
[ 0.000000] Linux version 5.9.0-rc7-arm64-renesas-00068-gc247b40cebef-dirty (prasmi@prasmi) (aarch64-linux-gnu-gcc (Linaro GCC 7.5-2019.12)0
[ 0.000000] Machine model: HopeRun HiHope RZ/G2H with sub board
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 100 MiB at 0x00000000b9c00000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000057fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x00000000bfffffff]
[ 0.000000] node 0: [mem 0x0000000500000000-0x000000057fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000057fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 30 pages/cpu s91536 r0 d31344 u122880
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999936
[ 0.000000] Kernel command line: ip=dhcp rw rootwait root=/dev/nfs nfsroot=192.168.10.1:/mnt/rfs,vers=4.1,tcp cma=100M
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x7bfff000-0x7ffff000] (64MB)
[ 0.000000] Memory: 3782020K/4063232K available (12668K kernel code, 1588K rwdata, 3892K rodata, 2624K init, 10996K bss, 178812K reserved, )
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Running RCU self tests
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU lockdep checking is enabled.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] random: get_random_bytes called from start_kernel+0x398/0x528 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ec02923e, max_idle_ns: 440795202125 ns
[ 0.000003] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255496ns
[ 0.000183] Console: colour dummy device 80x25
[ 0.001555] printk: console [tty0] enabled
[ 0.001584] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.001628] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.001655] ... MAX_LOCK_DEPTH: 48
[ 0.001682] ... MAX_LOCKDEP_KEYS: 8192
[ 0.001709] ... CLASSHASH_SIZE: 4096
[ 0.001737] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.001765] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.001793] ... CHAINHASH_SIZE: 32768
[ 0.001822] memory used by lock dependency info: 6301 kB
[ 0.001854] memory used for stack traces: 4224 kB
[ 0.001883] per task-struct memory footprint: 1920 bytes
[ 0.001958] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.66 BogoMIPS (lpj=33333)
[ 0.002019] pid_max: default: 32768 minimum: 301
[ 0.002245] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.002312] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.006660] rcu: Hierarchical SRCU implementation.
[ 0.007805] Detected Renesas RZ/G2 r8a774e1 ES3.0
[ 0.008797] EFI services will not be available.
[ 0.009800] smp: Bringing up secondary CPUs ...
[ 0.011207] Detected PIPT I-cache on CPU1
[ 0.011265] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 0.012995] Detected PIPT I-cache on CPU2
[ 0.013025] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 0.014431] Detected PIPT I-cache on CPU3
[ 0.014459] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 0.015872] CPU features: detected: ARM erratum 845719
[ 0.015889] Detected VIPT I-cache on CPU4
[ 0.015940] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.017570] Detected VIPT I-cache on CPU5
[ 0.017603] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.019155] Detected VIPT I-cache on CPU6
[ 0.019188] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 0.020896] Detected VIPT I-cache on CPU7
[ 0.020929] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 0.021398] smp: Brought up 1 node, 8 CPUs
[ 0.022128] SMP: Total of 8 processors activated.
[ 0.022179] CPU features: detected: 32-bit EL0 Support
[ 0.022232] CPU features: detected: CRC32 instructions
[ 0.022285] CPU features: detected: 32-bit EL1 Support
[ 0.023586] CPU: All CPU(s) started at EL1
[ 0.023709] alternatives: patching kernel code
[ 0.026001] devtmpfs: initialized
[ 0.056705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.056821] futex hash table entries: 2048 (order: 6, 262144 bytes, linear)
[ 0.058892] pinctrl core: initialized pinctrl subsystem
[ 0.060850] DMI not present or invalid.
[ 0.061529] NET: Registered protocol family 16
[ 0.064428] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.064605] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.064800] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.064998] audit: initializing netlink subsys (disabled)
[ 0.065431] audit: type=2000 audit(0.064:1): state=initialized audit_enabled=0 res=1
[ 0.066507] thermal_sys: Registered thermal governor 'step_wise'
[ 0.067830] cpuidle: using governor menu
[ 0.068137] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.068582] ASID allocator initialised with 65536 entries
[ 0.163937] sh-pfc e6060000.pinctrl: r8a774e1_pfc support registered
[ 0.184729] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.184805] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.184869] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.184934] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.188729] cryptd: max_cpu_qlen set to 1000
[ 0.199437] iommu: Default domain type: Translated
[ 0.200016] vgaarb: loaded
[ 0.200768] SCSI subsystem initialized
[ 0.201539] usbcore: registered new interface driver usbfs
[ 0.201669] usbcore: registered new interface driver hub
[ 0.201913] usbcore: registered new device driver usb
[ 0.203313] mc: Linux media interface: v0.10
[ 0.203412] videodev: Linux video capture interface: v2.00
[ 0.203590] pps_core: LinuxPPS API ver. 1 registered
[ 0.203642] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 0.203780] PTP clock support registered
[ 0.205038] Advanced Linux Sound Architecture Driver Initialized.
[ 0.206143] Bluetooth: Core ver 2.22
[ 0.206273] NET: Registered protocol family 31
[ 0.206321] Bluetooth: HCI device and connection manager initialized
[ 0.206406] Bluetooth: HCI socket layer initialized
[ 0.206463] Bluetooth: L2CAP socket layer initialized
[ 0.206559] Bluetooth: SCO socket layer initialized
[ 0.207232] clocksource: Switched to clocksource arch_sys_counter
[ 0.779284] VFS: Disk quotas dquot_6.6.0
[ 0.779436] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.795631] NET: Registered protocol family 2
[ 0.796413] tcp_listen_portaddr_hash hash table entries: 2048 (order: 5, 163840 bytes, linear)
[ 0.796758] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.797462] TCP bind hash table entries: 32768 (order: 9, 2359296 bytes, linear)
[ 0.801242] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.801688] UDP hash table entries: 2048 (order: 6, 327680 bytes, linear)
[ 0.802324] UDP-Lite hash table entries: 2048 (order: 6, 327680 bytes, linear)
[ 0.803201] NET: Registered protocol family 1
[ 0.804877] RPC: Registered named UNIX socket transport module.
[ 0.804957] RPC: Registered udp transport module.
[ 0.805008] RPC: Registered tcp transport module.
[ 0.805059] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.806059] PCI: CLS 0 bytes, default 64
[ 0.808900] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.809997] hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7 counters available
[ 0.810717] kvm [1]: HYP mode not available
[ 0.820880] Initialise system trusted keyrings
[ 0.821338] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.842487] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.844430] NFS: Registering the id_resolver key type
[ 0.844529] Key type id_resolver registered
[ 0.844593] Key type id_legacy registered
[ 0.844876] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.844960] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.872446] Key type asymmetric registered
[ 0.872526] Asymmetric key parser 'x509' registered
[ 0.872652] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.872745] io scheduler mq-deadline registered
[ 0.872795] io scheduler kyber registered
[ 0.883174] gpio_rcar e6050000.gpio: driving 16 GPIOs
[ 0.884202] gpio_rcar e6051000.gpio: driving 29 GPIOs
[ 0.885140] gpio_rcar e6052000.gpio: driving 15 GPIOs
[ 0.886070] gpio_rcar e6053000.gpio: driving 16 GPIOs
[ 0.887008] gpio_rcar e6054000.gpio: driving 18 GPIOs
[ 0.888239] gpio_rcar e6055000.gpio: driving 26 GPIOs
[ 0.888919] gpio-370 (usb1-reset): hogged as output/low
[ 0.889298] gpio_rcar e6055400.gpio: driving 32 GPIOs
[ 0.890231] gpio_rcar e6055800.gpio: driving 4 GPIOs
[ 0.893879] rcar-pcie fe000000.pcie: host bridge /soc/pcie@fe000000 ranges:
[ 0.894018] rcar-pcie fe000000.pcie: IO 0x00fe100000..0x00fe1fffff -> 0x0000000000
[ 0.894180] rcar-pcie fe000000.pcie: MEM 0x00fe200000..0x00fe3fffff -> 0x00fe200000
[ 0.894312] rcar-pcie fe000000.pcie: MEM 0x0030000000..0x0037ffffff -> 0x0030000000
[ 0.894427] rcar-pcie fe000000.pcie: MEM 0x0038000000..0x003fffffff -> 0x0038000000
[ 0.894547] rcar-pcie fe000000.pcie: IB MEM 0x0040000000..0x00bfffffff -> 0x0040000000
[ 0.958970] rcar-pcie fe000000.pcie: PCIe link down
[ 1.059007] SuperH (H)SCI(F) driver initialized
[ 1.060196] e6540000.serial: ttySC1 at MMIO 0xe6540000 (irq = 34, base_baud = 0) is a hscif
[ 1.061100] serial serial0: tty port ttySC1 registered
[ 1.062821] e6e88000.serial: ttySC0 at MMIO 0xe6e88000 (irq = 118, base_baud = 0) is a scif
[ 2.092119] printk: console [ttySC0] enabled
[ 2.103889] rcar-dw-hdmi fead0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (DWC HDMI 2.0 TX PHY)
[ 2.114438] rcar-dw-hdmi fead0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 2.157467] loop: module loaded
[ 2.164845] libphy: Fixed MDIO Bus: probed
[ 2.170091] tun: Universal TUN/TAP device driver, 1.6
[ 2.175718] CAN device driver interface
[ 2.181414] rcar_can e6c30000.can: device registered (IRQ116)
[ 2.188880] rcar_can e6c38000.can: device registered (IRQ117)
[ 2.197654] VFIO - User Level meta-driver version: 0.3
[ 2.203327] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.209941] ehci-pci: EHCI PCI platform driver
[ 2.214493] ehci-platform: EHCI generic platform driver
[ 2.221153] ehci-platform ee0a0100.usb: EHCI Host Controller
[ 2.227023] ehci-platform ee0a0100.usb: new USB bus registered, assigned bus number 1
[ 2.235196] ehci-platform ee0a0100.usb: irq 156, io mem 0xee0a0100
[ 2.255261] ehci-platform ee0a0100.usb: USB 2.0 started, EHCI 1.10
[ 2.263608] hub 1-0:1.0: USB hub found
[ 2.267538] hub 1-0:1.0: 1 port detected
[ 2.273102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.279481] ohci-pci: OHCI PCI platform driver
[ 2.284057] ohci-platform: OHCI generic platform driver
[ 2.290490] ohci-platform ee0a0000.usb: Generic Platform OHCI controller
[ 2.297307] ohci-platform ee0a0000.usb: new USB bus registered, assigned bus number 2
[ 2.305405] ohci-platform ee0a0000.usb: irq 156, io mem 0xee0a0000
[ 2.402675] hub 2-0:1.0: USB hub found
[ 2.406565] hub 2-0:1.0: 1 port detected
[ 2.412645] xhci-hcd ee000000.usb: xHCI Host Controller
[ 2.417980] xhci-hcd ee000000.usb: new USB bus registered, assigned bus number 3
[ 2.441682] xhci-hcd ee000000.usb: hcc params 0x014051ce hci version 0x100 quirks 0x0000000000830410
[ 2.450999] xhci-hcd ee000000.usb: irq 153, io mem 0xee000000
[ 2.458771] hub 3-0:1.0: USB hub found
[ 2.462708] hub 3-0:1.0: 1 port detected
[ 2.467424] xhci-hcd ee000000.usb: xHCI Host Controller
[ 2.472740] xhci-hcd ee000000.usb: new USB bus registered, assigned bus number 4
[ 2.480240] xhci-hcd ee000000.usb: Host supports USB 3.0 SuperSpeed
[ 2.486743] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.496389] hub 4-0:1.0: USB hub found
[ 2.500270] hub 4-0:1.0: 1 port detected
[ 2.505777] usbcore: registered new interface driver usb-storage
[ 2.513239] renesas_usbhs e6590000.usb: host probed
[ 2.518237] renesas_usbhs e6590000.usb: no transceiver found
[ 2.524526] renesas_usbhs e6590000.usb: gadget probed
[ 2.529919] renesas_usbhs e6590000.usb: probed
[ 2.537059] renesas_usb3 ee020000.usb: probed with phy
[ 2.543778] i2c /dev entries driver
[ 2.562737] cs2000-cp 1-004f: revision - C1
[ 2.567171] i2c-rcar e6510000.i2c: probed
[ 2.578717] i2c-rcar e66d8000.i2c: probed
[ 2.589794] rcar_fdp1 fe940000.fdp1: Device registered as /dev/video0
[ 2.597714] rcar_fdp1 fe944000.fdp1: Device registered as /dev/video1
[ 2.607324] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 2.645846] rcar_gen3_thermal e6198000.thermal: TSC0: Loaded 1 trip points
[ 2.657254] rcar_gen3_thermal e6198000.thermal: TSC1: Loaded 1 trip points
[ 2.668555] rcar_gen3_thermal e6198000.thermal: TSC2: Loaded 2 trip points
[ 2.678018] Bluetooth: HCI UART driver ver 2.3
[ 2.682549] Bluetooth: HCI UART protocol H4 registered
[ 2.687938] Bluetooth: HCI UART protocol LL registered
[ 2.695570] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 1499999 KHz
[ 2.703308] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1500000 KHz
[ 2.714567] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 2.722355] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 2.745862] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.751988] SMCCC: SOC_ID: ARCH_FEATURES(ARCH_SOC_ID) returned error: fffffffffffffffd
[ 2.761393] usbcore: registered new interface driver usbhid
[ 2.766547] Bluetooth: hci0: change remote baud rate command in firmware
[ 2.767038] usbhid: USB HID core driver
[ 2.776201] hub 1-1:1.0: USB hub found
[ 2.780839] spi-nor spi0.0: w25m512jw (32768 Kbytes)
[ 2.781931] hub 1-1:1.0: 2 ports detected
[ 2.786830] 7 fixed-partitions partitions found on MTD device spi0.0
[ 2.797366] Creating 7 MTD partitions on "spi0.0":
[ 2.802232] 0x000000000000-0x000000040000 : "bootparam"
[ 2.823403] 0x000000040000-0x000000080000 : "bl2"
[ 2.834509] 0x000000180000-0x0000001c0000 : "cert_header_sa6"
[ 2.854372] 0x0000001c0000-0x000000620000 : "bl31"
[ 2.866475] 0x000000200000-0x000000660000 : "tee"
[ 2.886431] 0x000000300000-0x0000003c0000 : "uboot"
[ 2.898440] 0x0000003c0000-0x0000043c0000 : "user"
[ 2.903334] mtd: partition "user" extends beyond the end of device "spi0.0" -- size truncated to 0x1c40000
[ 2.928942] optee: probing for conduit method.
[ 2.933495] optee: revision 3.8 (af141c61)
[ 2.934155] optee: dynamic shared memory is enabled
[ 2.944128] optee: initialized driver
[ 2.962165] random: fast init done
[ 2.976342] NET: Registered protocol family 17
[ 2.980899] can: controller area network core (rev 20170425 abi 9)
[ 2.987322] NET: Registered protocol family 29
[ 2.991841] can: raw protocol (rev 20170425)
[ 2.996212] can: broadcast manager protocol (rev 20170425 t)
[ 3.001952] can: netlink gateway (rev 20190810) max_hops=1
[ 3.007879] Key type dns_resolver registered
[ 3.012766] registered taskstats version 1
[ 3.016941] Loading compiled-in X.509 certificates
[ 3.077730] renesas_irqc e61c0000.interrupt-controller: driving 6 irqs
[ 3.103095] [drm] Initialized rcar-du 1.0.0 20130110 for feb00000.display on minor 0
[ 3.110990] [drm] Device feb00000.display probed
[ 3.116248] rcar-du feb00000.display: [drm] Cannot find any crtc or sizes
[ 3.126807] rcar-du feb00000.display: [drm] Cannot find any crtc or sizes
[ 3.151482] ehci-platform ee080100.usb: EHCI Host Controller
[ 3.157422] ehci-platform ee080100.usb: new USB bus registered, assigned bus number 5
[ 3.165685] ehci-platform ee080100.usb: irq 155, io mem 0xee080100
[ 3.187283] ehci-platform ee080100.usb: USB 2.0 started, EHCI 1.10
[ 3.196319] hub 5-0:1.0: USB hub found
[ 3.200377] hub 5-0:1.0: 1 port detected
[ 3.207595] ohci-platform ee080000.usb: Generic Platform OHCI controller
[ 3.214523] ohci-platform ee080000.usb: new USB bus registered, assigned bus number 6
[ 3.222612] ohci-platform ee080000.usb: irq 155, io mem 0xee080000
[ 3.318704] hub 6-0:1.0: USB hub found
[ 3.322600] hub 6-0:1.0: 1 port detected
[ 3.356434] renesas_sdhi_internal_dmac ee100000.mmc: ignoring dependency for device, assuming no driver
[ 3.366714] renesas_sdhi_internal_dmac ee100000.mmc: Got CD GPIO
[ 3.425789] renesas_sdhi_internal_dmac ee100000.mmc: mmc0 base at 0x00000000ee100000, max clock rate 200 MHz
[ 3.441535] renesas_sdhi_internal_dmac ee140000.mmc: ignoring dependency for device, assuming no driver
[ 3.582250] renesas_sdhi_internal_dmac ee140000.mmc: mmc1 base at 0x00000000ee140000, max clock rate 200 MHz
[ 3.598279] renesas_sdhi_internal_dmac ee160000.mmc: ignoring dependency for device, assuming no driver
[ 3.646754] renesas_sdhi_internal_dmac ee140000.mmc: card claims to support voltages below defined range
[ 3.670681] renesas_sdhi_internal_dmac ee160000.mmc: mmc2 base at 0x00000000ee160000, max clock rate 200 MHz
[ 3.704657] mmc1: new high speed SDIO card at address 0001
[ 3.739654] rcar-dmac e6700000.dma-controller: ignoring dependency for device, assuming no driver
[ 3.757690] rcar-dmac e7300000.dma-controller: ignoring dependency for device, assuming no driver
[ 3.774986] rcar-dmac e7310000.dma-controller: ignoring dependency for device, assuming no driver
[ 3.792041] rcar-dmac ec700000.dma-controller: ignoring dependency for device, assuming no driver
[ 3.809191] rcar-dmac ec720000.dma-controller: ignoring dependency for device, assuming no driver
[ 3.826972] sata_rcar ee300000.sata: ignoring dependency for device, assuming no driver
[ 3.837621] scsi host0: sata_rcar
[ 3.841884] ata1: SATA max UDMA/133 irq 161
[ 3.847749] ravb e6800000.ethernet: ignoring dependency for device, assuming no driver
[ 3.858336] ravb e6800000.ethernet eth0: Base address at 0xe6800000, ac:13:d0:20:87:a3, IRQ 113.
[ 3.877401] mmc2: new HS400 MMC card at address 0001
[ 3.884089] mmcblk2: mmc2:0001 S0J57X 29.6 GiB
[ 3.889056] mmcblk2boot0: mmc2:0001 S0J57X partition 1 31.5 MiB
[ 3.895390] mmcblk2boot1: mmc2:0001 S0J57X partition 2 31.5 MiB
[ 3.902644] mmcblk2rpmb: mmc2:0001 S0J57X partition 3 4.00 MiB, chardev (243:0)
[ 3.915414] rcar_sound ec500000.sound: probed
[ 3.923688] asoc-audio-graph-card sound: ASoC: no DMI vendor name!
[ 3.930553] mmcblk2: p1
[ 4.263383] ata1: link resume succeeded after 1 retries
[ 4.371693] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.379753] libphy: ravb_mii: probed
[ 4.393205] RTL8211E Gigabit Ethernet e6800000.ethernet-ffffffff:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=e680)
[ 7.879467] ravb e6800000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 7.907361] Sending DHCP requests .., OK
[ 10.951704] IP-Config: Got DHCP answer from 192.168.10.1, my address is 192.168.10.136
[ 10.959981] IP-Config: Complete:
[ 10.963403] device=eth0, hwaddr=ac:13:d0:20:87:a3, ipaddr=192.168.10.136, mask=255.255.255.0, gw=192.168.10.1
[ 10.974113] host=192.168.10.136, domain=example.org, nis-domain=(none)
[ 10.981342] bootserver=192.168.10.1, rootserver=192.168.10.1, rootpath=
[ 10.981351] nameserver0=192.168.10.1
[ 10.993568] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.004850] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.015448] ALSA device list:
[ 11.018476] #0: rcar-sound
[ 11.106408] VFS: Mounted root (nfs4 filesystem) on device 0:22.
[ 11.118113] devtmpfs: mounted
[ 11.123693] Freeing unused kernel memory: 2624K
[ 11.143955] Run /sbin/init as init process
[ 11.776384] systemd[1]: System time before build time, advancing clock.
[ 11.936881] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCR)
[ 11.960315] systemd[1]: Detected architecture arm64.

Welcome to Poky (Yocto Project Reference Distro) 2.4.3 (rocko)!

[ 11.997813] systemd[1]: Set hostname to <hihope-rzg2h>.
[ 12.017839] random: systemd: uninitialized urandom read (16 bytes read)
[ 12.025137] systemd[1]: Initializing machine ID from random generator.
[ 13.130704] systemd[1]: Configuration file /lib/systemd/system/watchdog.service is marked executable. Please remove executable permission b.
[ 13.701961] random: systemd: uninitialized urandom read (16 bytes read)
[ 13.711059] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 13.739812] random: systemd: uninitialized urandom read (16 bytes read)
[ 13.761212] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 13.783813] random: systemd: uninitialized urandom read (16 bytes read)
[ 13.793613] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 13.820943] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 13.844565] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on Journal Socket.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Created slice System Slice.
[ OK ] Created slice system-getty.slice.
Starting Journal Service...
[ OK ] Reached target Slices.
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Reached target Swap.
Mounting Temporary Directory (/tmp)...
Starting Remount Root and Kernel File Systems...
[ OK ] Listening on udev Control Socket.
[ OK ] Reached target Remote File Systems.
Mounting POSIX Message Queue File System...
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
Mounting Huge Pages File System...
Mounting Kernel Debug File System...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Journal Service.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Create System Users...
Starting Rebuild Hardware Database...
Starting Flush Journal to Persistent Storage...
[ 14.746667] systemd-journald[264]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Rebuild Journal Catalog...
Starting Create Volatile Files and Directories...
Starting Rebuild[ 15.567406] random: crng init done
[ 15.570946] random: 6 urandom warning(s) missed due to ratelimiting
Dynamic Linker Cache...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Rebuild Dynamic Linker Cache.
[ OK ] Started Rebuild Hardware Database.
Starting Update is Completed...
Starting udev Coldplug all Devices...
[ OK ] Started Update is Completed.
[ OK ] Found device /dev/ttySC0.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target Sound Card.
[ OK ] Reached target System Initialization.
Starting Network Service...
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Bluetooth service...
[ OK ] Started VIN initializing setting.
[ OK ] Reached target Containers.
[ OK ] Started optee services.
[ OK ] Started WatchdogTimer.
Starting Login Service...
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started Bluetooth service.
[ OK ] Started Bluetooth Audio ALSA Backend.
[ OK ] Reached target Bluetooth.
Starting Connection service...
Starting Telephony service...
Starting Save/Restore Sound Card State...
[ OK ] Started Network Service.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Login Service.
[ OK ] Started Telephony service.
Starting Hostname Service...
[ OK ] Started Hostname Service.
[ OK ] Started Connection service.
[ OK ] Reached target Network.
Starting Permit User Sessions...
Starting Target Communication Framework agent...
[ OK ] Started Permit User Sessions.
[ OK ] Started Serial Getty on ttySC0.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
Starting WPA supplicant...
[ OK ] Started Target Communication Framework agent.
[ OK ] Reached target Multi-User System.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
[ OK ] Started WPA supplicant.

Poky (Yocto Project Reference Distro) 2.4.3 hihope-rzg2h ttySC0

BSP: RZG2H/HIHOPE-RZG2H/1.0.5-rc2
LSI: RZG2H
Version: 1.0.5-rc2
hihope-rzg2h login: [ 41.953539] wlan-en-regulator: disabling
[ 41.957934] SDHI0 VccQ: disabling

Poky (Yocto Project Reference Distro) 2.4.3 hihope-rzg2h ttySC0

BSP: RZG2H/HIHOPE-RZG2H/1.0.5-rc2
LSI: RZG2H
Version: 1.0.5-rc2
hihope-rzg2h login: root
[ 45.857288] audit: type=1006 audit(1603384897.079:2): pid=455 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
amixer: Unable to find simple control 'DVC In',1

amixer: Unable to find simple control 'DVC Out',1

rmmod: ERROR: Module wlcore_sdio is in use
Extreme Low Power mode is disabled.
modprobe: FATAL: Module wlcore_sdio not found in directory /lib/modules/5.9.0-rc7-arm64-renesas-00068-gc247b40cebef-dirty
^[[37;143Rroot@hihope-rzg2h:~# ;143R
-sh: syntax error near unexpected token `;'
root@hihope-rzg2h:~#
root@hihope-rzg2h:~# uname -ra
Linux hihope-rzg2h 5.9.0-rc7-arm64-renesas-00068-gc247b40cebef-dirty #29 SMP PREEMPT Tue Oct 20 14:20:55 BST 2020 aarch64 GNU/Linux
root@hihope-rzg2h:~#
root@hihope-rzg2h:~# dmesg | grep tee
[ 2.866475] 0x000000200000-0x000000660000 : "tee"
[ 2.928942] optee: probing for conduit method.
[ 2.933495] optee: revision 3.8 (af141c61)
[ 2.934155] optee: dynamic shared memory is enabled
[ 2.944128] optee: initialized driver
root@hihope-rzg2h:~#
root@hihope-rzg2h:~#
root@hihope-rzg2h:~#
root@hihope-rzg2h:~#
root@hihope-rzg2h:~# xtest
Run test suite with level=0

TEE test application started with device [(null)]
######################################################
#
# regression
#
######################################################

* regression_1001 Core self tests
regression_1001 OK

* regression_1002 PTA parameters
regression_1002 OK

* regression_1003 Core internal read/write mutex
Number of parallel threads: 6 (2 writers and 4 readers)
Max read concurrency: 2
Max read waiters: 1
Mean read concurrency: 1.3875
Mean read waiting: 1
regression_1003 OK

* regression_1004 Test User Crypt TA
o regression_1004.1 AES encrypt
regression_1004.1 OK
o regression_1004.2 AES decrypt
regression_1004.2 OK
o regression_1004.3 SHA-256 test, 3 bytes input
regression_1004.3 OK
o regression_1004.4 AES-256 ECB encrypt (32B, fixed key)
regression_1004.4 OK
o regression_1004.5 AES-256 ECB decrypt (32B, fixed key)
regression_1004.5 OK
regression_1004 OK

* regression_1005 Many sessions
regression_1005 OK

* regression_1006 Test Basic OS features
ta_entry_basic: enter
Getting properties for current TA
Getting properties for current client
Getting properties for implementation
system time 91.707
REE time 1603384912.393
E/TA: test_time:500 TA time not stored
TA time 0.000
TA time 1.033
regression_1006 OK

* regression_1007 Test Panic
ta_entry_panic: enter
E/TC:? 0
E/TC:? 0 TA panicked with code 0xbeef
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x8004e000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 7: va 0x8005d000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 8: va 0x80177000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 9: va 0x80179000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8004e000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80177000
E/LD: Call stack:
E/LD: 0x000000008004fa3c
E/LD: 0x0000000080053d90
E/LD: 0x0000000080050640
E/LD: 0xfffffffffffffffc
regression_1007 OK

* regression_1008 TEE internal client API
o regression_1008.1 Invoke command
ta_entry_client: enter
regression_1008.1 OK
o regression_1008.2 Invoke command with timeout
ta_entry_wait: waiting 2000
regression_1008.2 OK
o regression_1008.3 Create session fail
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 0
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 1
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 2
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 3
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 4
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 5
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 6
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 7
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 8
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 9
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 10
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 11
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 12
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 13
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 14
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 15
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 16
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 17
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 18
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 19
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 20
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 21
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 22
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 23
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 24
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 25
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 26
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 27
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 28
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 29
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 30
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 31
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 32
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 33
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 34
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 35
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 36
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 37
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 38
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 39
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 40
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 41
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 42
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 43
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 44
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 45
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 46
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 47
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 48
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 49
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 50
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 51
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 52
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 53
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 54
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 55
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 56
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 57
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 58
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 59
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 60
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 61
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 62
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 63
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 64
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 65
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 66
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 67
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 68
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 69
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 70
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 71
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 72
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 73
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 74
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 75
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 76
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 77
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 78
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 79
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 80
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 81
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 82
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 83
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 84
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 85
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 86
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 87
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 88
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 89
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 90
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 91
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 92
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 93
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 94
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 95
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 96
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 97
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 98
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
n = 99
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0000
regression_1008.3 OK
o regression_1008.4 Load corrupt TA
regression_1008.4 OK
regression_1008 OK

* regression_1009 TEE Wait
o regression_1009.1 TEE Wait 0.1s
ta_entry_wait: waiting 100
regression_1009.1 OK
o regression_1009.2 TEE Wait 0.5s
ta_entry_wait: waiting 500
regression_1009.2 OK
o regression_1009.3 TEE Wait 2s cancel
ta_entry_wait: waiting 2000
regression_1009.3 OK
o regression_1009.4 TEE Wait 2s
ta_entry_wait: waiting 2000
regression_1009.4 OK
regression_1009 OK

* regression_1010 Invalid memory access
o regression_1010.1 Invalid memory access 1
E/TC:? 0
E/TC:? 0 User TA data-abort at address 0x0 (translation fault)
E/TC:? 0 esr 0x92000045 ttbr0 0x20000441940c0 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #6 cpsr 0x80000100
E/TC:? 0 x0 0000000000000000 x1 0000000080052dd4
E/TC:? 0 x2 0000000080052dd4 x3 0000000080053490
E/TC:? 0 x4 000000000000000a x5 0000000080060890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000001
E/TC:? 0 x10 000000008005699c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080144810
E/TC:? 0 x20 0000000080060000 x21 0000000080014730
E/TC:? 0 x22 0000000000000001 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080056d94 elr 0000000080052dd8
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x8001c000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 7: va 0x8001e000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 8: va 0x80051000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 9: va 0x80060000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80051000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x8001c000
E/LD: Call stack:
E/LD: 0x0000000080052dd8
E/LD: 0x0000000080056d90
E/LD: 0x0000000080053640
E/LD: 0xfffffffffffffffc
regression_1010.1 OK
o regression_1010.2 Invalid memory access 2
E/TC:? 0
E/TC:? 0 User TA data-abort at address 0xc00146d0 (translation fault)
E/TC:? 0 esr 0x92000045 ttbr0 0x2000044194020 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #1 cpsr 0x80000100
E/TC:? 0 x0 00000000800146d0 x1 0000000040000000
E/TC:? 0 x2 0000000080060dd4 x3 0000000080061490
E/TC:? 0 x4 000000000000000a x5 000000008006e890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000001
E/TC:? 0 x10 000000008006499c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080152810
E/TC:? 0 x20 000000008006e000 x21 0000000080014730
E/TC:? 0 x22 0000000000000001 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080064d94 elr 0000000080060de4
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x8005f000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 7: va 0x8006e000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 8: va 0x801a7000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 9: va 0x801a9000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8005f000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x801a7000
E/LD: Call stack:
E/LD: 0x0000000080060de4
E/LD: 0x0000000080064d90
E/LD: 0x0000000080061640
E/LD: 0xfffffffffffffffc
regression_1010.2 OK
o regression_1010.3 Invalid memory access 3
E/TC:? 0
E/TC:? 0 User TA prefetch-abort at address 0x0 (translation fault)
E/TC:? 0 esr 0x82000005 ttbr0 0x2000044194040 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #2 cpsr 0x80000100
E/TC:? 0 x0 0000000000000000 x1 000000008003edf0
E/TC:? 0 x2 000000008003edd4 x3 000000008003f490
E/TC:? 0 x4 000000000000000a x5 000000008004c890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000001
E/TC:? 0 x10 000000008004299c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080130810
E/TC:? 0 x20 000000008004c000 x21 0000000080014730
E/TC:? 0 x22 0000000000000001 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 000000008003edf8 elr 0000000000000000
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x8003d000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 7: va 0x8004c000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 8: va 0x80170000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 9: va 0x80172000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8003d000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80170000
E/LD: Call stack:
E/LD: 0x0000000000000000
E/LD: 0x0000000080042d90
E/LD: 0x000000008003f640
E/LD: 0xfffffffffffffffc
regression_1010.3 OK
o regression_1010.4 Invalid memory access 4
E/TC:? 0
E/TC:? 0 User TA prefetch-abort at address 0xc00146d0 (translation fault)
E/TC:? 0 esr 0x82000005 ttbr0 0x2000044194060 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #3 cpsr 0x80000100
E/TC:? 0 x0 00000000c00146d0 x1 0000000040000000
E/TC:? 0 x2 000000008005cdd4 x3 000000008005d490
E/TC:? 0 x4 000000000000000a x5 000000008006a890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000001
E/TC:? 0 x10 000000008006099c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 000000008014e810
E/TC:? 0 x20 000000008006a000 x21 0000000080014730
E/TC:? 0 x22 0000000000000001 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 000000008005cdf8 elr 00000000c00146d0
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x8005b000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 7: va 0x8006a000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 8: va 0x80194000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 9: va 0x80196000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8005b000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80194000
E/LD: Call stack:
E/LD: 0x00000000c00146d0
E/LD: 0x0000000080060d90
E/LD: 0x000000008005d640
E/LD: 0xfffffffffffffffc
regression_1010.4 OK
o regression_1010.5 Invalid memory access 5
E/TC:? 0
E/TC:? 0 User TA undef-abort at address 0x8008ee08
E/TC:? 0 esr 0x02000000 ttbr0 0x2000044194020 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #1 cpsr 0x60000100
E/TC:? 0 x0 00000000800146d0 x1 000000008008ee08
E/TC:? 0 x2 000000008008edd4 x3 000000008008f490
E/TC:? 0 x4 000000000000000a x5 000000008009c890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000001
E/TC:? 0 x10 000000008009299c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080180810
E/TC:? 0 x20 000000008009c000 x21 0000000080014730
E/TC:? 0 x22 0000000000000001 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080092d94 elr 000000008008ee08
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80088000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 7: va 0x8008a000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 8: va 0x8008d000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 9: va 0x8009c000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8008d000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80088000
E/LD: Call stack:
E/LD: 0x000000008008ee08
E/LD: 0x0000000080092d90
E/LD: 0x000000008008f640
E/LD: 0xfffffffffffffffc
regression_1010.5 OK
o regression_1010.6 Invalid memory access 1 with 1024 bytes memref
E/TC:? 0
E/TC:? 0 User TA data-abort at address 0x0 (translation fault)
E/TC:? 0 esr 0x92000045 ttbr0 0x2000044194060 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #3 cpsr 0x80000100
E/TC:? 0 x0 0000000000000000 x1 000000008006bdd4
E/TC:? 0 x2 000000008006bdd4 x3 000000008006c490
E/TC:? 0 x4 000000000000000a x5 0000000080079890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008006f99c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 000000008015d810
E/TC:? 0 x20 0000000080079000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 000000008006fd94 elr 000000008006bdd8
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x571beea10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80025000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 8: va 0x80027000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 9: va 0x8006a000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 10: va 0x80079000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8006a000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80025000
E/LD: Call stack:
E/LD: 0x000000008006bdd8
E/LD: 0x000000008006fd90
E/LD: 0x000000008006c640
E/LD: 0xfffffffffffffffc
regression_1010.6 OK
o regression_1010.7 Invalid memory access 2 with 1024 bytes memref
E/TC:? 0
E/TC:? 0 User TA data-abort at address 0xc00146d0 (translation fault)
E/TC:? 0 esr 0x92000045 ttbr0 0x2000044194040 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #2 cpsr 0x80000100
E/TC:? 0 x0 00000000800146d0 x1 0000000040000000
E/TC:? 0 x2 000000008006cdd4 x3 000000008006d490
E/TC:? 0 x4 000000000000000a x5 000000008007a890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008007099c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 000000008015e810
E/TC:? 0 x20 000000008007a000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080070d94 elr 000000008006cde4
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x571beea10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8004f000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 8: va 0x80051000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 9: va 0x8006b000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 10: va 0x8007a000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8006b000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x8004f000
E/LD: Call stack:
E/LD: 0x000000008006cde4
E/LD: 0x0000000080070d90
E/LD: 0x000000008006d640
E/LD: 0xfffffffffffffffc
regression_1010.7 OK
o regression_1010.8 Invalid memory access 3 with 1024 bytes memref
E/TC:? 0
E/TC:? 0 User TA prefetch-abort at address 0x0 (translation fault)
E/TC:? 0 esr 0x82000005 ttbr0 0x2000044194040 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #2 cpsr 0x80000100
E/TC:? 0 x0 0000000000000000 x1 0000000080087df0
E/TC:? 0 x2 0000000080087dd4 x3 0000000080088490
E/TC:? 0 x4 000000000000000a x5 0000000080095890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008008b99c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080179810
E/TC:? 0 x20 0000000080095000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080087df8 elr 0000000000000000
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x571beea10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8002a000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 8: va 0x8002c000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 9: va 0x80086000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 10: va 0x80095000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80086000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x8002a000
E/LD: Call stack:
E/LD: 0x0000000000000000
E/LD: 0x000000008008bd90
E/LD: 0x0000000080088640
E/LD: 0xfffffffffffffffc
regression_1010.8 OK
o regression_1010.9 Invalid memory access 4 with 1024 bytes memref
E/TC:? 0
E/TC:? 0 User TA prefetch-abort at address 0xc00146d0 (translation fault)
E/TC:? 0 esr 0x82000005 ttbr0 0x2000044194040 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #2 cpsr 0x80000100
E/TC:? 0 x0 00000000c00146d0 x1 0000000040000000
E/TC:? 0 x2 000000008007edd4 x3 000000008007f490
E/TC:? 0 x4 000000000000000a x5 000000008008c890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008008299c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080170810
E/TC:? 0 x20 000000008008c000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 000000008007edf8 elr 00000000c00146d0
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x571beea10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80060000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 8: va 0x80062000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 9: va 0x8007d000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 10: va 0x8008c000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8007d000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80060000
E/LD: Call stack:
E/LD: 0x00000000c00146d0
E/LD: 0x0000000080082d90
E/LD: 0x000000008007f640
E/LD: 0xfffffffffffffffc
regression_1010.9 OK
o regression_1010.10 Invalid memory access 5 with 1024 bytes memref
E/TC:? 0
E/TC:? 0 User TA undef-abort at address 0x80060e08
E/TC:? 0 esr 0x02000000 ttbr0 0x2000044194060 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #3 cpsr 0x60000100
E/TC:? 0 x0 00000000800146d0 x1 0000000080060e08
E/TC:? 0 x2 0000000080060dd4 x3 0000000080061490
E/TC:? 0 x4 000000000000000a x5 000000008006e890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008006499c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080152810
E/TC:? 0 x20 000000008006e000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080064d94 elr 0000000080060e08
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x571beea10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8005f000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 8: va 0x8006e000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 9: va 0x80199000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 10: va 0x8019b000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x8005f000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80199000
E/LD: Call stack:
E/LD: 0x0000000080060e08
E/LD: 0x0000000080064d90
E/LD: 0x0000000080061640
E/LD: 0xfffffffffffffffc
regression_1010.10 OK
o regression_1010.11 Invalid memory access 1 with 65536 bytes memref
E/TC:? 0
E/TC:? 0 User TA data-abort at address 0x0 (translation fault)
E/TC:? 0 esr 0x92000045 ttbr0 0x2000044194020 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #1 cpsr 0x80000100
E/TC:? 0 x0 0000000000000000 x1 0000000080023dd4
E/TC:? 0 x2 0000000080023dd4 x3 0000000080024490
E/TC:? 0 x4 000000000000000a x5 0000000080031890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008002799c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080115810
E/TC:? 0 x20 0000000080031000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080027d94 elr 0000000080023dd8
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80022000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 7: va 0x80031000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 8: va 0x80116000 pa 0x57140bd10 size 0x011000 flags rw-- (param)
E/LD: region 9: va 0x80172000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 10: va 0x80174000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80022000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80172000
E/LD: Call stack:
E/LD: 0x0000000080023dd8
E/LD: 0x0000000080027d90
E/LD: 0x0000000080024640
E/LD: 0xfffffffffffffffc
regression_1010.11 OK
o regression_1010.12 Invalid memory access 2 with 65536 bytes memref
E/TC:? 0
E/TC:? 0 User TA data-abort at address 0xc00146d0 (translation fault)
E/TC:? 0 esr 0x92000045 ttbr0 0x2000044194060 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #3 cpsr 0x80000100
E/TC:? 0 x0 00000000800146d0 x1 0000000040000000
E/TC:? 0 x2 0000000080058dd4 x3 0000000080059490
E/TC:? 0 x4 000000000000000a x5 0000000080066890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008005c99c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 000000008014a810
E/TC:? 0 x20 0000000080066000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 000000008005cd94 elr 0000000080058de4
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80025000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 7: va 0x80027000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 8: va 0x80029000 pa 0x57140bde0 size 0x011000 flags rw-- (param)
E/LD: region 9: va 0x80057000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 10: va 0x80066000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80057000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80025000
E/LD: Call stack:
E/LD: 0x0000000080058de4
E/LD: 0x000000008005cd90
E/LD: 0x0000000080059640
E/LD: 0xfffffffffffffffc
regression_1010.12 OK
o regression_1010.13 Invalid memory access 3 with 65536 bytes memref
E/TC:? 0
E/TC:? 0 User TA prefetch-abort at address 0x0 (translation fault)
E/TC:? 0 esr 0x82000005 ttbr0 0x2000044194060 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #3 cpsr 0x80000100
E/TC:? 0 x0 0000000000000000 x1 0000000080067df0
E/TC:? 0 x2 0000000080067dd4 x3 0000000080068490
E/TC:? 0 x4 000000000000000a x5 0000000080075890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008006b99c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080159810
E/TC:? 0 x20 0000000080075000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080067df8 elr 0000000000000000
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x57140beb0 size 0x011000 flags rw-- (param)
E/LD: region 7: va 0x80066000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 8: va 0x80075000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 9: va 0x801bb000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 10: va 0x801bd000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80066000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x801bb000
E/LD: Call stack:
E/LD: 0x0000000000000000
E/LD: 0x000000008006bd90
E/LD: 0x0000000080068640
E/LD: 0xfffffffffffffffc
regression_1010.13 OK
o regression_1010.14 Invalid memory access 4 with 65536 bytes memref
E/TC:? 0
E/TC:? 0 User TA prefetch-abort at address 0xc00146d0 (translation fault)
E/TC:? 0 esr 0x82000005 ttbr0 0x2000044194060 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #3 cpsr 0x80000100
E/TC:? 0 x0 00000000c00146d0 x1 0000000040000000
E/TC:? 0 x2 0000000080044dd4 x3 0000000080045490
E/TC:? 0 x4 000000000000000a x5 0000000080052890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008004899c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 0000000080136810
E/TC:? 0 x20 0000000080052000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 0000000080044df8 elr 00000000c00146d0
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x57140bf80 size 0x011000 flags rw-- (param)
E/LD: region 7: va 0x80043000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 8: va 0x80052000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 9: va 0x80181000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 10: va 0x80183000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80043000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80181000
E/LD: Call stack:
E/LD: 0x00000000c00146d0
E/LD: 0x0000000080048d90
E/LD: 0x0000000080045640
E/LD: 0xfffffffffffffffc
regression_1010.14 OK
o regression_1010.15 Invalid memory access 5 with 65536 bytes memref
E/TC:? 0
E/TC:? 0 User TA undef-abort at address 0x8004ae08
E/TC:? 0 esr 0x02000000 ttbr0 0x2000044194060 ttbr1 0x00000000 cidr 0x0
E/TC:? 0 cpu #3 cpsr 0x60000100
E/TC:? 0 x0 00000000800146d0 x1 000000008004ae08
E/TC:? 0 x2 000000008004add4 x3 000000008004b490
E/TC:? 0 x4 000000000000000a x5 0000000080058890
E/TC:? 0 x6 0000000000000000 x7 0000000000000040
E/TC:? 0 x8 0000000000000000 x9 0000000000000071
E/TC:? 0 x10 000000008004e99c x11 0000000000000000
E/TC:? 0 x12 0000000000000000 x13 0000000080014780
E/TC:? 0 x14 0000000000000000 x15 0000000000000000
E/TC:? 0 x16 0000000000000000 x17 0000000000000000
E/TC:? 0 x18 0000000000000000 x19 000000008013c810
E/TC:? 0 x20 0000000080058000 x21 0000000080014730
E/TC:? 0 x22 0000000000000071 x23 0000000080014780
E/TC:? 0 x24 000000000000000a x25 0000000000000000
E/TC:? 0 x26 0000000000000000 x27 0000000000000000
E/TC:? 0 x28 0000000000000000 x29 00000000800146c0
E/TC:? 0 x30 000000008004ed94 elr 000000008004ae08
E/TC:? 0 sp_el0 00000000800146c0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80015000 pa 0x57140c050 size 0x011000 flags rw-- (param)
E/LD: region 7: va 0x80049000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 8: va 0x80058000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 9: va 0x80178000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 10: va 0x8017a000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80049000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80178000
E/LD: Call stack:
E/LD: 0x000000008004ae08
E/LD: 0x000000008004ed90
E/LD: 0x000000008004b640
E/LD: 0xfffffffffffffffc
regression_1010.15 OK
regression_1010 OK

* regression_1011 Test TA-to-TA features with User Crypt TA
o regression_1011.1 TA-to-TA via non-secure shared memory
o regression_1011.1.1 AES encrypt
regression_1011.1.1 OK
o regression_1011.1.2 AES decrypt
regression_1011.1.2 OK
o regression_1011.1.3 SHA-256 test, 3 bytes input
regression_1011.1.3 OK
o regression_1011.1.4 AES-256 ECB encrypt (32B, fixed key)
regression_1011.1.4 OK
o regression_1011.1.5 AES-256 ECB decrypt (32B, fixed key)
regression_1011.1.5 OK
regression_1011.1 OK
o regression_1011.2 TA-to-TA via TA private memory
o regression_1011.2.1 AES encrypt
regression_1011.2.1 OK
o regression_1011.2.2 AES decrypt
regression_1011.2.2 OK
o regression_1011.2.3 SHA-256 test, 3 bytes input
regression_1011.2.3 OK
o regression_1011.2.4 AES-256 ECB encrypt (32B, fixed key)
regression_1011.2.4 OK
o regression_1011.2.5 AES-256 ECB decrypt (32B, fixed key)
regression_1011.2.5 OK
regression_1011.2 OK
regression_1011 OK

* regression_1012 Test Single Instance Multi Session features with SIMS TA
o regression_1012.1 Single Instance Multi Session
regression_1012.1 OK
regression_1012 OK

* regression_1013 Test concurrency with concurrent TA
o regression_1013.1 Using small concurrency TA
o regression_1013.1.1 Busy loop repeat 10000
regression_1013.1.1 OK
o regression_1013.1.2 SHA-256 loop repeat 1000
regression_1013.1.2 OK
o regression_1013.1.3 Busy loop repeat 10000
regression_1013.1.3 OK
o regression_1013.1.4 SHA-256 loop repeat 1000
regression_1013.1.4 OK
o regression_1013.1.5 Busy loop repeat 10000
regression_1013.1.5 OK
o regression_1013.1.6 SHA-256 loop repeat 1000
regression_1013.1.6 OK
o regression_1013.1.7 Busy loop repeat 10000
regression_1013.1.7 OK
o regression_1013.1.8 SHA-256 loop repeat 1000
regression_1013.1.8 OK
o regression_1013.1.9 Busy loop repeat 10000
regression_1013.1.9 OK
o regression_1013.1.10 SHA-256 loop repeat 1000
regression_1013.1.10 OK
o regression_1013.1.11 Busy loop repeat 10000
regression_1013.1.11 OK
o regression_1013.1.12 SHA-256 loop repeat 1000
regression_1013.1.12 OK
o regression_1013.1.13 Busy loop repeat 10000
regression_1013.1.13 OK
o regression_1013.1.14 SHA-256 loop repeat 1000
regression_1013.1.14 OK
o regression_1013.1.15 Busy loop repeat 10000
regression_1013.1.15 OK
o regression_1013.1.16 SHA-256 loop repeat 1000
regression_1013.1.16 OK
o regression_1013.1.17 Busy loop repeat 10000
regression_1013.1.17 OK
o regression_1013.1.18 SHA-256 loop repeat 1000
regression_1013.1.18 OK
o regression_1013.1.19 Busy loop repeat 10000
regression_1013.1.19 OK
o regression_1013.1.20 SHA-256 loop repeat 1000
regression_1013.1.20 OK
o regression_1013.1.21 Busy loop repeat 10000
regression_1013.1.21 OK
o regression_1013.1.22 SHA-256 loop repeat 1000
regression_1013.1.22 OK
o regression_1013.1.23 Busy loop repeat 10000
regression_1013.1.23 OK
o regression_1013.1.24 SHA-256 loop repeat 1000
regression_1013.1.24 OK
Number of parallel threads: 3
Mean concurrency: 1.75
regression_1013.1 OK
o regression_1013.2 Using large concurrency TA
o regression_1013.2.1 Busy loop repeat 10000
regression_1013.2.1 OK
o regression_1013.2.2 SHA-256 loop repeat 1000
regression_1013.2.2 OK
o regression_1013.2.3 Busy loop repeat 10000
regression_1013.2.3 OK
o regression_1013.2.4 SHA-256 loop repeat 1000
regression_1013.2.4 OK
o regression_1013.2.5 Busy loop repeat 10000
regression_1013.2.5 OK
o regression_1013.2.6 SHA-256 loop repeat 1000
regression_1013.2.6 OK
o regression_1013.2.7 Busy loop repeat 10000
regression_1013.2.7 OK
o regression_1013.2.8 SHA-256 loop repeat 1000
regression_1013.2.8 OK
o regression_1013.2.9 Busy loop repeat 10000
regression_1013.2.9 OK
o regression_1013.2.10 SHA-256 loop repeat 1000
regression_1013.2.10 OK
o regression_1013.2.11 Busy loop repeat 10000
regression_1013.2.11 OK
o regression_1013.2.12 SHA-256 loop repeat 1000
regression_1013.2.12 OK
o regression_1013.2.13 Busy loop repeat 10000
regression_1013.2.13 OK
o regression_1013.2.14 SHA-256 loop repeat 1000
regression_1013.2.14 OK
o regression_1013.2.15 Busy loop repeat 10000
regression_1013.2.15 OK
o regression_1013.2.16 SHA-256 loop repeat 1000
regression_1013.2.16 OK
o regression_1013.2.17 Busy loop repeat 10000
regression_1013.2.17 OK
o regression_1013.2.18 SHA-256 loop repeat 1000
regression_1013.2.18 OK
o regression_1013.2.19 Busy loop repeat 10000
regression_1013.2.19 OK
o regression_1013.2.20 SHA-256 loop repeat 1000
regression_1013.2.20 OK
o regression_1013.2.21 Busy loop repeat 10000
regression_1013.2.21 OK
o regression_1013.2.22 SHA-256 loop repeat 1000
regression_1013.2.22 OK
o regression_1013.2.23 Busy loop repeat 10000
regression_1013.2.23 OK
o regression_1013.2.24 SHA-256 loop repeat 1000
regression_1013.2.24 OK
Number of parallel threads: 3
Mean concurrency: 1.54167
regression_1013.2 OK
regression_1013 OK

* regression_1015 FS hash-tree corner cases
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
E/TC:? 0 do_range:229 error: res = 0xf0100001
regression_1015 OK

* regression_1016 Test TA to TA transfers (in/out/inout memrefs on the stack)
regression_1016 OK

* regression_1017 Test coalescing memrefs
regression_1017 OK

* regression_1018 Test memref out of bounds
o regression_1018.1 Out of bounds > 4kB on allocated shm
regression_1018.1 OK
o regression_1018.2 Out of bounds by 1 byte on registered shm
regression_1018.2 OK
o regression_1018.3 Out of bounds by 1 byte ref on allocated shm
regression_1018.3 OK
regression_1018 OK

* regression_1019 Test dynamically linked TA
E/TC:? 0
E/TC:? 0 TA panicked with code 0x0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x80033000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 7: va 0x80035000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 8: va 0x80047000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 9: va 0x80056000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80047000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x80033000
E/LD: Call stack:
E/LD: 0x00000000800491cc
E/LD: 0x000000008004cd90
E/LD: 0x0000000080049640
E/LD: 0xfffffffffffffffc
regression_1019 OK

* regression_1020 Test lockdep algorithm
- 1020 - skip test, feature not implemented
regression_1020 OK

* regression_1021 Test panic context release
o regression_1021.1 Multiple Instances Single Session
E/TC:? 0
E/TC:? 0 TA panicked with code 0xbeef
E/LD: Status of TA 528938ce-fc59-11e8-8eb2-f2801f1b9fd1
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x4422d000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x4422f000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44236000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44237000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44246000 size 0x009000 flags rw-s (stack)
E/LD: region 6: va 0x8001b000 pa 0x571810c30 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80053000 pa 0x00001000 size 0x00a000 flags r-xs [0]
E/LD: region 8: va 0x8005d000 pa 0x0000b000 size 0x00c000 flags rw-s [0]
E/LD: [0] 528938ce-fc59-11e8-8eb2-f2801f1b9fd1 @ 0x80053000
E/LD: Call stack:
E/LD: 0x00000000800534b0
E/LD: 0x000000008005451c
E/LD: 0x00000000800534c4
E/LD: 0xfffffffffffffffc
regression_1021.1 OK
o regression_1021.2 Single Instance Multi Sessions
E/TC:? 0
E/TC:? 0 TA panicked with code 0xbeef
E/LD: Status of TA e6a33ed4-562b-463a-bb7e-ff5e15a493c8
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4422c000 size 0x002000 flags rw-s (stack)
E/LD: region 6: va 0x80014000 pa 0x571810cf0 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8001d000 pa 0x00001000 size 0x00a000 flags r-xs [0]
E/LD: region 8: va 0x80027000 pa 0x0000b000 size 0x014000 flags rw-s [0]
E/LD: [0] e6a33ed4-562b-463a-bb7e-ff5e15a493c8 @ 0x8001d000
E/LD: Call stack:
E/LD: 0x000000008001d4b0
E/LD: 0x000000008001e51c
E/LD: 0x000000008001d4c4
E/LD: 0xfffffffffffffffc
regression_1021.2 OK
o regression_1021.3 Single Instance Multi Sessions Keep Alive
E/TC:? 0
E/TC:? 0 TA panicked with code 0xbeef
E/LD: Status of TA a4c04d50-f180-11e8-8eb2-f2801f1b9fd1
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4422c000 size 0x002000 flags rw-s (stack)
E/LD: region 6: va 0x80014000 pa 0x571810dc0 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80061000 pa 0x00001000 size 0x00a000 flags r-xs [0]
E/LD: region 8: va 0x8006b000 pa 0x0000b000 size 0x014000 flags rw-s [0]
E/LD: [0] a4c04d50-f180-11e8-8eb2-f2801f1b9fd1 @ 0x80061000
E/LD: Call stack:
E/LD: 0x00000000800614b0
E/LD: 0x000000008006251c
E/LD: 0x00000000800614c4
E/LD: 0xfffffffffffffffc
regression_1021.3 OK
o regression_1021.4 Multi Sessions TA to TA
E/TC:? 0
E/TC:? 0 TA panicked with code 0xbeef
E/LD: Status of TA a4c04d50-f180-11e8-8eb2-f2801f1b9fd1
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4422c000 size 0x002000 flags rw-s (stack)
E/LD: region 6: va 0x80014000 pa 0x571810e70 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8001a000 pa 0x00001000 size 0x00a000 flags r-xs [0]
E/LD: region 8: va 0x80024000 pa 0x0000b000 size 0x014000 flags rw-s [0]
E/LD: [0] a4c04d50-f180-11e8-8eb2-f2801f1b9fd1 @ 0x8001a000
E/LD: Call stack:
E/LD: 0x000000008001a4b0
E/LD: 0x000000008001b51c
E/LD: 0x000000008001a4c4
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0xbeef
E/LD: Status of TA a4c04d50-f180-11e8-8eb2-f2801f1b9fd1
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x4422e000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44230000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44237000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44238000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4423b000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4425a000 size 0x002000 flags rw-s (stack)
E/LD: region 6: va 0x8006c000 pa 0x00001000 size 0x00a000 flags r-xs [0]
E/LD: region 7: va 0x80076000 pa 0x0000b000 size 0x014000 flags rw-s [0]
E/LD: [0] a4c04d50-f180-11e8-8eb2-f2801f1b9fd1 @ 0x8006c000
E/LD: Call stack:
E/LD: 0x000000008006c4b0
E/LD: 0x000000008006d51c
E/LD: 0x000000008006c4c4
E/LD: 0xfffffffffffffffc
regression_1021.4 OK
regression_1021 OK

* regression_1022 Test dlopen()/dlsym()/dlclose() API
E/TC:? 0
E/TC:? 0 TA panicked with code 0x0
E/LD: Status of TA 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44302000 size 0x003000 flags rw-s (stack)
E/LD: region 6: va 0x8003b000 pa 0x00000000 size 0x002000 flags r-xs [1]
E/LD: region 7: va 0x8003d000 pa 0x00001000 size 0x002000 flags rw-s [1]
E/LD: region 8: va 0x80083000 pa 0x00001000 size 0x00f000 flags r-xs [0]
E/LD: region 9: va 0x80092000 pa 0x00010000 size 0x0e5000 flags rw-s [0]
E/LD: region 10: va 0x801de000 pa 0x00000000 size 0x002000 flags r-xs [2]
E/LD: region 11: va 0x801e0000 pa 0x00001000 size 0x002000 flags rw-s [2]
E/LD: [0] 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b @ 0x80083000
E/LD: [1] ffd2bded-ab7d-4988-95ee-e4962fff7154 @ 0x8003b000
E/LD: [2] b3091a65-9751-4784-abf7-0298a7cc35ba @ 0x801de000
E/LD: Call stack:
E/LD: 0x00000000800852ec
E/LD: 0x0000000080088d90
E/LD: 0x0000000080085640
E/LD: 0xfffffffffffffffc
regression_1022 OK

* regression_1023 Test ELF initialization (.init_array)
regression_1023 OK

* regression_1025 Test memref NULL and/or 0 bytes size
o regression_1025.1 Invalid NULL buffer memref registration
regression_1025.1 OK
Skip subcases: MEMREF_NULL capability not supported
regression_1025 OK

* regression_1026 Session: public login
regression_1026 OK

* regression_1027 Session: user login for current user
regression_1027 OK

* regression_1028 Session: group login for current user's effective group
regression_1028 OK

* regression_2001 Trivial TCP iSocket API tests
o regression_2001.1 Start server
regression_2001.1 OK
o regression_2001.2 TCP Socket open
regression_2001.2 OK
o regression_2001.3 TCP Socket send
regression_2001.3 OK
o regression_2001.4 TCP Socket recv
regression_2001.4 OK
o regression_2001.5 TCP Socket get error
regression_2001.5 OK
o regression_2001.6 TCP Socket close
regrE/TC:? 0
ession_2001.6 OK
o regression_2001.7 TCP Socket ioctl
E/TC:? 0 TA panicked with code 0x0
E/LD: Status of TA 873bcd08-c2c3-11e6-a937-d0bf9c45c61c
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44225000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x571802b10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80014000 pa 0x571802f80 size 0x001000 flags rw-- (param)
E/LD: region 8: va 0x8001b000 pa 0x00001000 size 0x00b000 flags r-xs [0]
E/LD: region 9: va 0x80026000 pa 0x0000c000 size 0x00c000 flags rw-s [0]
E/LD: [0] 873bcd08-c2c3-11e6-a937-d0bf9c45c61c @ 0x8001b000
E/LD: Call stack:
E/LD: 0x000000008001d3e4
E/LD: 0x000000008001b4a0
E/LD: 0x000000008001dc48
E/LD: 0x000000008001b4b0
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0x0
E/LD: Status of TA 873bcd08-c2c3-11e6-a937-d0bf9c45c61c
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44225000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x571802b10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80014000 pa 0x571802fa0 size 0x001000 flags rw-- (param)
E/LD: region 8: va 0x8004a000 pa 0x00001000 size 0x00b000 flags r-xs [0]
E/LD: region 9: va 0x80055000 pa 0x0000c000 size 0x00c000 flags rw-s [0]
E/LD: [0] 873bcd08-c2c3-11e6-a937-d0bf9c45c61c @ 0x8004a000
E/LD: Call stack:
E/LD: 0x000000008004c3e4
E/LD: 0x000000008004a4a0
E/LD: 0x000000008004cc48
E/LD: 0x000000008004a4b0
E/LD: 0xfffffffffffffffc
regression_2001.7 OK
regression_2001 OK

* regression_2002 Concurrent stressing TCP iSocket API tests
o regression_2002.1 Stressing with 3 threads
regression_2002.1 OK
regression_2002 OK

* regression_2003 Timeout TCP iSocket API tests
o regression_2003.1 Start server
regression_2003.1 OK
o regression_2003.2 TCP Socket open
regression_2003.2 OK
o regression_2003.3 TCP Socket send (10 ms timeout)
regression_2003.3 OK
o regression_2003.4 TCP Socket recv (10 ms timeout)
regression_2003.4 OK
o regression_2003.5 TCP Socket get error
regression_2003.5 OK
regression_2003 OK

* regression_2004 UDP iSocket API tests
o regression_2004.1 Start server
regression_2004.1 OK
o regression_2004.2 UDP Socket open
regression_2004.2 OK
o regression_2004.3 UDP Socket send
regression_2004.3 OK
o regression_2004.4 UDP Socket recv
regression_2004.4 OK
o regrE/TC:? 0
ession_2004.5 UDP Socket get error
regression_2004.5 OK
o regression_2004.6 UDP Socket close
regression_2004.6 OK
o regression_2004.7 UDP Socket ioctl
E/TC:? 0 TA panicked with code 0x0
E/LD: Status of TA 873bcd08-c2c3-11e6-a937-d0bf9c45c61c
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44225000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x571802b10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80014000 pa 0x57181bc10 size 0x001000 flags rw-- (param)
E/LD: region 8: va 0x80088000 pa 0x00001000 size 0x00b000 flags r-xs [0]
E/LD: region 9: va 0x80093000 pa 0x0000c000 size 0x00c000 flags rw-s [0]
E/LD: [0] 873bcd08-c2c3-11e6-a937-d0bf9c45c61c @ 0x80088000
E/LD: Call stack:
E/LD: 0x000000008008a47c
E/LD: 0x00000000800884a0
E/LD: 0x000000008008ac48
E/LD: 0x00000000800884b0
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0x0
E/LD: Status of TA 873bcd08-c2c3-11e6-a937-d0bf9c45c61c
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44200000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44202000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x44209000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x4420a000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x4420d000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44225000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x571802b10 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80014000 pa 0x57181bc30 size 0x001000 flags rw-- (param)
E/LD: region 8: va 0x80056000 pa 0x00001000 size 0x00b000 flags r-xs [0]
E/LD: region 9: va 0x80061000 pa 0x0000c000 size 0x00c000 flags rw-s [0]
E/LD: [0] 873bcd08-c2c3-11e6-a937-d0bf9c45c61c @ 0x80056000
E/LD: Call stack:
E/LD: 0x000000008005847c
E/LD: 0x00000000800564a0
E/LD: 0x0000000080058c48
E/LD: 0x00000000800564b0
E/LD: 0xfffffffffffffffc
regression_2004.7 OK
o regression_2004.8 UDP Socket change port
o regression_2004.8.1 UDP Socket send
regression_2004.8.1 OK
o regression_2004.8.2 UDP Socket recv
regression_2004.8.2 OK
regression_2004.8 OK
o regression_2004.9 UDP Socket change addr
o regression_2004.9.1 UDP Socket send
regression_2004.9.1 OK
o regression_2004.9.2 UDP Socket recv
regression_2004.9.2 OK
regression_2004.9 OK
regression_2004 OK

* regression_4001 Test TEE Internal API hash operations
o regression_4001.1 Hash case 0 algo 0x50000001
regression_4001.1 OK
o regression_4001.2 Hash case 1 algo 0x50000002
regression_4001.2 OK
o regression_4001.3 Hash case 2 algo 0x50000003
regression_4001.3 OK
o regression_4001.4 Hash case 3 algo 0x50000004
regression_4001.4 OK
o regression_4001.5 Hash case 4 algo 0x50000004
regression_4001.5 OK
o regression_4001.6 Hash case 5 algo 0x50000005
regression_4001.6 OK
o regression_4001.7 Hash case 6 algo 0x50000006
regression_4001.7 OK
o regression_4001.8 Hash case 7 algo 0x50000007
regression_4001.8 OK
o regression_4001.9 Hash case 8 algo 0x50000007
regression_4001.9 OK
regression_4001 OK

* regression_4002 Test TEE Internal API MAC operations
o regression_4002.1 MAC case 0 algo 0x30000001
regression_4002.1 OK
o regression_4002.2 MAC case 1 algo 0x30000001
regression_4002.2 OK
o regression_4002.3 MAC case 2 algo 0x30000002
regression_4002.3 OK
o regression_4002.4 MAC case 3 algo 0x30000002
regression_4002.4 OK
o regression_4002.5 MAC case 4 algo 0x30000003
regression_4002.5 OK
o regression_4002.6 MAC case 5 algo 0x30000003
regression_4002.6 OK
o regression_4002.7 MAC case 6 algo 0x30000004
regression_4002.7 OK
o regression_4002.8 MAC case 7 algo 0x30000004
regression_4002.8 OK
o regression_4002.9 MAC case 8 algo 0x30000004
regression_4002.9 OK
o regression_4002.10 MAC case 9 algo 0x30000004
regression_4002.10 OK
o regression_4002.11 MAC case 10 algo 0x30000005
regression_4002.11 OK
o regression_4002.12 MAC case 11 algo 0x30000005
regression_4002.12 OK
o regression_4002.13 MAC case 12 algo 0x30000006
regression_4002.13 OK
o regression_4002.14 MAC case 13 algo 0x30000006
regression_4002.14 OK
o regression_4002.15 MAC case 14 algo 0x30000110
regression_4002.15 OK
o regression_4002.16 MAC case 15 algo 0x30000110
regression_4002.16 OK
o regression_4002.17 MAC case 16 algo 0x30000111
regression_4002.17 OK
o regression_4002.18 MAC case 17 algo 0x30000111
regression_4002.18 OK
o regression_4002.19 MAC case 18 algo 0x30000113
regression_4002.19 OK
o regression_4002.20 MAC case 19 algo 0x30000113
regression_4002.20 OK
o regression_4002.21 MAC case 20 algo 0x30000510
regression_4002.21 OK
o regression_4002.22 MAC case 21 algo 0x30000510
regression_4002.22 OK
o regression_4002.23 MAC case 22 algo 0x30000511
regression_4002.23 OK
o regression_4002.24 MAC case 23 algo 0x30000511
regression_4002.24 OK
o regression_4002.25 MAC case 24 algo 0x30000513
regression_4002.25 OK
o regression_4002.26 MAC case 25 algo 0x30000513
regression_4002.26 OK
o regression_4002.27 MAC case 26 algo 0x30000510
regression_4002.27 OK
o regression_4002.28 MAC case 27 algo 0x30000510
regression_4002.28 OK
o regression_4002.29 MAC case 28 algo 0x30000511
regression_4002.29 OK
o regression_4002.30 MAC case 29 algo 0x30000511
regression_4002.30 OK
o regression_4002.31 MAC case 30 algo 0x30000513
regression_4002.31 OK
o regression_4002.32 MAC case 31 algo 0x30000513
regression_4002.32 OK
o regression_4002.33 MAC case 32 algo 0x30000513
regression_4002.33 OK
o regression_4002.34 MAC case 33 algo 0x30000513
regression_4002.34 OK
o regression_4002.35 MAC case 34 algo 0x30000610
regression_4002.35 OK
o regression_4002.36 MAC case 35 algo 0x30000610
regression_4002.36 OK
o regression_4002.37 MAC case 36 algo 0x30000610
regression_4002.37 OK
o regression_4002.38 MAC case 37 algo 0x30000610
regression_4002.38 OK
o regression_4002.39 MAC case 38 algo 0x30000610
regression_4002.39 OK
o regression_4002.40 MAC case 39 algo 0x30000610
regression_4002.40 OK
o regression_4002.41 MAC case 40 algo 0x30000610
regression_4002.41 OK
o regression_4002.42 MAC case 41 algo 0x30000610
regression_4002.42 OK
o regression_4002.43 MAC case 42 algo 0x30000610
regression_4002.43 OK
o regression_4002.44 MAC case 43 algo 0x30000610
regression_4002.44 OK
o regression_4002.45 MAC case 44 algo 0x30000610
regression_4002.45 OK
o regression_4002.46 MAC case 45 algo 0x30000610
regression_4002.46 OK
o regression_4002.47 MAC case 46 algo 0x30000610
regression_4002.47 OK
o regression_4002.48 MAC case 47 algo 0x30000610
regression_4002.48 OK
o regression_4002.49 MAC case 48 algo 0x30000610
regression_4002.49 OK
o regression_4002.50 MAC case 49 algo 0x30000610
regression_4002.50 OK
o regression_4002.51 MAC case 50 algo 0x30000610
regression_4002.51 OK
o regression_4002.52 MAC case 51 algo 0x30000610
regression_4002.52 OK
o regression_4002.53 MAC case 52 algo 0x30000610
regression_4002.53 OK
o regression_4002.54 MAC case 53 algo 0x30000610
regression_4002.54 OK
o regression_4002.55 MAC case 54 algo 0x30000610
regression_4002.55 OK
o regression_4002.56 MAC case 55 algo 0x30000007
regression_4002.56 OK
o regression_4002.57 MAC case 56 algo 0x30000007
regression_4002.57 OK
o regression_4002.58 MAC case 57 algo 0x30000007
regression_4002.58 OK
o regression_4002.59 MAC case 58 algo 0x30000007
regression_4002.59 OK
regression_4002 OK

* regression_4003 Test TEE Internal API cipher operations
o regression_4003.1 Cipher case 0 algo 0x10000010 line 2470
regression_4003.1 OK
o regression_4003.2 Cipher case 1 algo 0x10000010 line 2470
regression_4003.2 OK
o regression_4003.3 Cipher case 2 algo 0x10000110 line 2474
regression_4003.3 OK
o regression_4003.4 Cipher case 3 algo 0x10000110 line 2474
regression_4003.4 OK
o regression_4003.5 Cipher case 4 algo 0x10000210 line 2478
regression_4003.5 OK
o regression_4003.6 Cipher case 5 algo 0x10000210 line 2478
regression_4003.6 OK
o regression_4003.7 Cipher case 6 algo 0x10000210 line 2482
regression_4003.7 OK
o regression_4003.8 Cipher case 7 algo 0x10000210 line 2482
regression_4003.8 OK
o regression_4003.9 Cipher case 8 algo 0x10000210 line 2486
regression_4003.9 OK
o regression_4003.10 Cipher case 9 algo 0x10000210 line 2486
regression_4003.10 OK
o regression_4003.11 Cipher case 10 algo 0x10000210 line 2490
regression_4003.11 OK
o regression_4003.12 Cipher case 11 algo 0x10000210 line 2490
regression_4003.12 OK
o regression_4003.13 Cipher case 12 algo 0x10000210 line 2494
regression_4003.13 OK
o regression_4003.14 Cipher case 13 algo 0x10000210 line 2494
regression_4003.14 OK
o regression_4003.15 Cipher case 14 algo 0x10000110 line 2496
regression_4003.15 OK
o regression_4003.16 Cipher case 15 algo 0x10000110 line 2496
regression_4003.16 OK
o regression_4003.17 Cipher case 16 algo 0x10000110 line 2497
regression_4003.17 OK
o regression_4003.18 Cipher case 17 algo 0x10000110 line 2497
regression_4003.18 OK
o regression_4003.19 Cipher case 18 algo 0x10000310 line 2500
regression_4003.19 OK
o regression_4003.20 Cipher case 19 algo 0x10000310 line 2500
regression_4003.20 OK
o regression_4003.21 Cipher case 20 algo 0x10000310 line 2501
regression_4003.21 OK
o regression_4003.22 Cipher case 21 algo 0x10000310 line 2501
regression_4003.22 OK
o regression_4003.23 Cipher case 22 algo 0x10000310 line 2502
regression_4003.23 OK
o regression_4003.24 Cipher case 23 algo 0x10000310 line 2502
regression_4003.24 OK
o regression_4003.25 Cipher case 24 algo 0x10000310 line 2503
regression_4003.25 OK
o regression_4003.26 Cipher case 25 algo 0x10000310 line 2503
regression_4003.26 OK
o regression_4003.27 Cipher case 26 algo 0x10000310 line 2504
regression_4003.27 OK
o regression_4003.28 Cipher case 27 algo 0x10000310 line 2504
regression_4003.28 OK
o regression_4003.29 Cipher case 28 algo 0x10000310 line 2505
regression_4003.29 OK
o regression_4003.30 Cipher case 29 algo 0x10000310 line 2505
regression_4003.30 OK
o regression_4003.31 Cipher case 30 algo 0x10000310 line 2506
regression_4003.31 OK
o regression_4003.32 Cipher case 31 algo 0x10000310 line 2506
regression_4003.32 OK
o regression_4003.33 Cipher case 32 algo 0x10000310 line 2507
regression_4003.33 OK
o regression_4003.34 Cipher case 33 algo 0x10000310 line 2507
regression_4003.34 OK
o regression_4003.35 Cipher case 34 algo 0x10000011 line 2512
regression_4003.35 OK
o regression_4003.36 Cipher case 35 algo 0x10000011 line 2512
regression_4003.36 OK
o regression_4003.37 Cipher case 36 algo 0x10000011 line 2515
regression_4003.37 OK
o regression_4003.38 Cipher case 37 algo 0x10000011 line 2515
regression_4003.38 OK
o regression_4003.39 Cipher case 38 algo 0x10000111 line 2518
regression_4003.39 OK
o regression_4003.40 Cipher case 39 algo 0x10000111 line 2518
regression_4003.40 OK
o regression_4003.41 Cipher case 40 algo 0x10000013 line 2523
regression_4003.41 OK
o regression_4003.42 Cipher case 41 algo 0x10000013 line 2523
regression_4003.42 OK
o regression_4003.43 Cipher case 42 algo 0x10000013 line 2526
regression_4003.43 OK
o regression_4003.44 Cipher case 43 algo 0x10000013 line 2526
regression_4003.44 OK
o regression_4003.45 Cipher case 44 algo 0x10000113 line 2530
regression_4003.45 OK
o regression_4003.46 Cipher case 45 algo 0x10000113 line 2530
regression_4003.46 OK
o regression_4003.47 Cipher case 46 algo 0x10000013 line 2535
regression_4003.47 OK
o regression_4003.48 Cipher case 47 algo 0x10000013 line 2535
regression_4003.48 OK
o regression_4003.49 Cipher case 48 algo 0x10000113 line 2539
regression_4003.49 OK
o regression_4003.50 Cipher case 49 algo 0x10000113 line 2539
regression_4003.50 OK
o regression_4003.51 Cipher case 50 algo 0x10000410 line 2542
regression_4003.51 OK
o regression_4003.52 Cipher case 51 algo 0x10000410 line 2542
regression_4003.52 OK
o regression_4003.53 Cipher case 52 algo 0x10000410 line 2543
regression_4003.53 OK
o regression_4003.54 Cipher case 53 algo 0x10000410 line 2543
regression_4003.54 OK
o regression_4003.55 Cipher case 54 algo 0x10000410 line 2544
regression_4003.55 OK
o regression_4003.56 Cipher case 55 algo 0x10000410 line 2544
regression_4003.56 OK
o regression_4003.57 Cipher case 56 algo 0x10000410 line 2545
regression_4003.57 OK
o regression_4003.58 Cipher case 57 algo 0x10000410 line 2545
regression_4003.58 OK
o regression_4003.59 Cipher case 58 algo 0x10000410 line 2546
regression_4003.59 OK
o regression_4003.60 Cipher case 59 algo 0x10000410 line 2546
regression_4003.60 OK
o regression_4003.61 Cipher case 60 algo 0x10000410 line 2547
regression_4003.61 OK
o regression_4003.62 Cipher case 61 algo 0x10000410 line 2547
regression_4003.62 OK
o regression_4003.63 Cipher case 62 algo 0x10000410 line 2548
regression_4003.63 OK
o regression_4003.64 Cipher case 63 algo 0x10000410 line 2548
regression_4003.64 OK
o regression_4003.65 Cipher case 64 algo 0x10000410 line 2549
regression_4003.65 OK
o regression_4003.66 Cipher case 65 algo 0x10000410 line 2549
regression_4003.66 OK
o regression_4003.67 Cipher case 66 algo 0x10000410 line 2550
regression_4003.67 OK
o regression_4003.68 Cipher case 67 algo 0x10000410 line 2550
regression_4003.68 OK
o regression_4003.69 Cipher case 68 algo 0x10000410 line 2551
regression_4003.69 OK
o regression_4003.70 Cipher case 69 algo 0x10000410 line 2551
regression_4003.70 OK
o regression_4003.71 Cipher case 70 algo 0x10000410 line 2552
regression_4003.71 OK
o regression_4003.72 Cipher case 71 algo 0x10000410 line 2552
regression_4003.72 OK
o regression_4003.73 Cipher case 72 algo 0x10000410 line 2553
regression_4003.73 OK
o regression_4003.74 Cipher case 73 algo 0x10000410 line 2553
regression_4003.74 OK
o regression_4003.75 Cipher case 74 algo 0x10000410 line 2554
regression_4003.75 OK
o regression_4003.76 Cipher case 75 algo 0x10000410 line 2554
regression_4003.76 OK
o regression_4003.77 Cipher case 76 algo 0x10000410 line 2555
regression_4003.77 OK
o regression_4003.78 Cipher case 77 algo 0x10000410 line 2555
regression_4003.78 OK
o regression_4003.79 Cipher case 78 algo 0x10000410 line 2556
regression_4003.79 OK
o regression_4003.80 Cipher case 79 algo 0x10000410 line 2556
regression_4003.80 OK
o regression_4003.81 Cipher case 80 algo 0x10000410 line 2557
regression_4003.81 OK
o regression_4003.82 Cipher case 81 algo 0x10000410 line 2557
regression_4003.82 OK
o regression_4003.83 Cipher case 82 algo 0x10000410 line 2558
regression_4003.83 OK
o regression_4003.84 Cipher case 83 algo 0x10000410 line 2558
regression_4003.84 OK
o regression_4003.85 Cipher case 84 algo 0x10000410 line 2559
regression_4003.85 OK
o regression_4003.86 Cipher case 85 algo 0x10000410 line 2559
regression_4003.86 OK
o regression_4003.87 Cipher case 86 algo 0x10000410 line 2560
regression_4003.87 OK
o regression_4003.88 Cipher case 87 algo 0x10000410 line 2560
regression_4003.88 OK
o regression_4003.89 Cipher case 88 algo 0x10000014 line 2565
regression_4003.89 OK
o regression_4003.90 Cipher case 89 algo 0x10000014 line 2565
regression_4003.90 OK
o regression_4003.91 Cipher case 90 algo 0x10000114 line 2569
regression_4003.91 OK
o regression_4003.92 Cipher case 91 algo 0x10000114 line 2569
regression_4003.92 OK
o regression_4003.93 Cipher case 92 algo 0x10000114 line 2573
regression_4003.93 OK
o regression_4003.94 Cipher case 93 algo 0x10000114 line 2573
regression_4003.94 OK
o regression_4003.95 Cipher case 94 algo 0x10000214 line 2577
regression_4003.95 OK
o regression_4003.96 Cipher case 95 algo 0x10000214 line 2577
regression_4003.96 OK
o regression_4003.97 Cipher case 96 algo 0x10000214 line 2581
regression_4003.97 OK
o regression_4003.98 Cipher case 97 algo 0x10000214 line 2581
regression_4003.98 OK
regression_4003 OK

* regression_4004 Test TEE Internal API get random
o regression_4004.1 TEE get random
regression_4004.1 OK
regression_4004 OK

* regression_4005 Test TEE Internal API Authenticated Encryption operations
o regression_4005.1 AE case 0 algo 0x40000710 line 2832
regression_4005.1 OK
o regression_4005.2 AE case 1 algo 0x40000710 line 2832
regression_4005.2 OK
o regression_4005.3 AE case 2 algo 0x40000710 line 2833
regression_4005.3 OK
o regression_4005.4 AE case 3 algo 0x40000710 line 2833
regression_4005.4 OK
o regression_4005.5 AE case 4 algo 0x40000710 line 2834
regression_4005.5 OK
o regression_4005.6 AE case 5 algo 0x40000710 line 2834
regression_4005.6 OK
o regression_4005.7 AE case 6 algo 0x40000810 line 2836
regression_4005.7 OK
o regression_4005.8 AE case 7 algo 0x40000810 line 2836
regression_4005.8 OK
o regression_4005.9 AE case 8 algo 0x40000810 line 2837
regression_4005.9 OK
o regression_4005.10 AE case 9 algo 0x40000810 line 2837
regression_4005.10 OK
o regression_4005.11 AE case 10 algo 0x40000810 line 2838
regression_4005.11 OK
o regression_4005.12 AE case 11 algo 0x40000810 line 2838
regression_4005.12 OK
o regression_4005.13 AE case 12 algo 0x40000810 line 2839
regression_4005.13 OK
o regression_4005.14 AE case 13 algo 0x40000810 line 2839
regression_4005.14 OK
o regression_4005.15 AE case 14 algo 0x40000810 line 2840
regression_4005.15 OK
o regression_4005.16 AE case 15 algo 0x40000810 line 2840
regression_4005.16 OK
o regression_4005.17 AE case 16 algo 0x40000810 line 2841
regression_4005.17 OK
o regression_4005.18 AE case 17 algo 0x40000810 line 2841
regression_4005.18 OK
o regression_4005.19 AE case 18 algo 0x40000810 line 2842
regression_4005.19 OK
o regression_4005.20 AE case 19 algo 0x40000810 line 2842
regression_4005.20 OK
o regression_4005.21 AE case 20 algo 0x40000810 line 2843
regression_4005.21 OK
o regression_4005.22 AE case 21 algo 0x40000810 line 2843
regression_4005.22 OK
o regression_4005.23 AE case 22 algo 0x40000810 line 2844
regression_4005.23 OK
o regression_4005.24 AE case 23 algo 0x40000810 line 2844
regression_4005.24 OK
o regression_4005.25 AE case 24 algo 0x40000810 line 2845
regression_4005.25 OK
o regression_4005.26 AE case 25 algo 0x40000810 line 2845
regression_4005.26 OK
o regression_4005.27 AE case 26 algo 0x40000810 line 2846
regression_4005.27 OK
o regression_4005.28 AE case 27 algo 0x40000810 line 2846
regression_4005.28 OK
o regression_4005.29 AE case 28 algo 0x40000810 line 2847
regression_4005.29 OK
o regression_4005.30 AE case 29 algo 0x40000810 line 2847
regression_4005.30 OK
o regression_4005.31 AE case 30 algo 0x40000810 line 2848
regression_4005.31 OK
o regression_4005.32 AE case 31 algo 0x40000810 line 2848
regression_4005.32 OK
o regression_4005.33 AE case 32 algo 0x40000810 line 2849
regression_4005.33 OK
o regression_4005.34 AE case 33 algo 0x40000810 line 2849
regression_4005.34 OK
o regression_4005.35 AE case 34 algo 0x40000810 line 2850
regression_4005.35 OK
o regression_4005.36 AE case 35 algo 0x40000810 line 2850
regression_4005.36 OK
o regression_4005.37 AE case 36 algo 0x40000810 line 2851
regression_4005.37 OK
o regression_4005.38 AE case 37 algo 0x40000810 line 2851
regression_4005.38 OK
o regression_4005.39 AE case 38 algo 0x40000810 line 2852
regression_4005.39 OK
o regression_4005.40 AE case 39 algo 0x40000810 line 2852
regression_4005.40 OK
o regression_4005.41 AE case 40 algo 0x40000810 line 2853
regression_4005.41 OK
o regression_4005.42 AE case 41 algo 0x40000810 line 2853
regression_4005.42 OK
o regression_4005.43 AE case 42 algo 0x40000810 line 2854
regression_4005.43 OK
o regression_4005.44 AE case 43 algo 0x40000810 line 2854
regression_4005.44 OK
regression_4005 OK

* regression_4006 Test TEE Internal API Asymmetric Cipher operations
o regression_4006.1 Asym Crypto case 0 algo 0x60000030 line 3132
regression_4006.1 OK
o regression_4006.2 Asym Crypto case 1 algo 0x60000030 line 3134
regression_4006.2 OK
o regression_4006.3 Asym Crypto case 2 algo 0x60000030 line 3136
regression_4006.3 OK
o regression_4006.4 Asym Crypto case 3 algo 0x60000030 line 3138
regression_4006.4 OK
o regression_4006.5 Asym Crypto case 4 algo 0x60000030 line 3140
regression_4006.5 OK
o regression_4006.6 Asym Crypto case 5 algo 0x60000030 line 3142
regression_4006.6 OK
o regression_4006.7 Asym Crypto case 6 algo 0x60000030 line 3144
regression_4006.7 OK
o regression_4006.8 Asym Crypto case 7 algo 0x60000030 line 3146
regression_4006.8 OK
o regression_4006.9 Asym Crypto case 8 algo 0x70002830 line 3148
regression_4006.9 OK
o regression_4006.10 Asym Crypto case 9 algo 0x70002830 line 3150
regression_4006.10 OK
o regression_4006.11 Asym Crypto case 20 algo 0x70003830 line 3173
regression_4006.11 OK
o regression_4006.12 Asym Crypto case 21 algo 0x70003830 line 3175
regression_4006.12 OK
o regression_4006.13 Asym Crypto case 22 algo 0xf0000830 line 3179
regression_4006.13 OK
o regression_4006.14 Asym Crypto case 23 algo 0xf0000830 line 3181
regression_4006.14 OK
o regression_4006.15 Asym Crypto case 24 algo 0x70004830 line 3185
regression_4006.15 OK
o regression_4006.16 Asym Crypto case 25 algo 0x70004830 line 3187
regression_4006.16 OK
o regression_4006.17 Asym Crypto case 26 algo 0x70005830 line 3190
regression_4006.17 OK
o regression_4006.18 Asym Crypto case 27 algo 0x70005830 line 3192
regression_4006.18 OK
o regression_4006.19 Asym Crypto case 28 algo 0x70006830 line 3195
regression_4006.19 OK
o regression_4006.20 Asym Crypto case 29 algo 0x70006830 line 3197
regression_4006.20 OK
o regression_4006.21 Asym Crypto case 34 algo 0x70414930 line 3214
regression_4006.21 OK
o regression_4006.22 Asym Crypto case 35 algo 0x70414930 line 3217
regression_4006.22 OK
o regression_4006.23 Asym Crypto case 40 algo 0x60000130 line 3234
regression_4006.23 OK
o regression_4006.24 Asym Crypto case 41 algo 0x60000130 line 3236
regression_4006.24 OK
o regression_4006.25 Asym Crypto case 46 algo 0x60210230 line 3248
regression_4006.25 OK
o regression_4006.26 Asym Crypto case 47 algo 0x60210230 line 3251
regression_4006.26 OK
o regression_4006.27 Asym Crypto case 52 algo 0x60000030 line 3267
regression_4006.27 OK
o regression_4006.28 Asym Crypto case 53 algo 0x60000030 line 3269
regression_4006.28 OK
o regression_4006.29 Asym Crypto case 56 algo 0x70002830 line 3275
regression_4006.29 OK
o regression_4006.30 Asym Crypto case 57 algo 0x70002830 line 3277
regression_4006.30 OK
o regression_4006.31 Asym Crypto case 68 algo 0x70004830 line 3299
regression_4006.31 OK
o regression_4006.32 Asym Crypto case 69 algo 0x70004830 line 3301
regression_4006.32 OK
o regression_4006.33 Asym Crypto case 78 algo 0x70414930 line 3324
regression_4006.33 OK
o regression_4006.34 Asym Crypto case 79 algo 0x70414930 line 3327
regression_4006.34 OK
o regression_4006.35 Asym Crypto case 84 algo 0x60000130 line 3342
regression_4006.35 OK
o regression_4006.36 Asym Crypto case 85 algo 0x60000130 line 3344
regression_4006.36 OK
o regression_4006.37 Asym Crypto case 90 algo 0x60210230 line 3356
regression_4006.37 OK
o regression_4006.38 Asym Crypto case 91 algo 0x60210230 line 3359
regression_4006.38 OK
o regression_4006.39 Asym Crypto case 156 algo 0x70004131 line 3442
regression_4006.39 OK
o regression_4006.40 Asym Crypto case 157 algo 0x70004131 line 3443
regression_4006.40 OK
o regression_4006.41 Asym Crypto case 276 algo 0x70001041 line 3578
regression_4006.41 OK
o regression_4006.42 Asym Crypto case 277 algo 0x70001041 line 3580
regression_4006.42 OK
o regression_4006.43 Asym Crypto case 426 algo 0x80000045 line 3893
regression_4006.43 OK
o regression_4006.44 Asym Crypto case 427 algo 0x80000045 line 3895
regression_4006.44 OK
o regression_4006.45 Asym Crypto case 428 algo 0x80000045 line 3897
regression_4006.45 OK
o regression_4006.46 Asym Crypto case 429 algo 0x70006045 line 3900
regression_4006.46 OK
o regression_4006.47 Asym Crypto case 430 algo 0x70006045 line 3902
regression_4006.47 OK
regression_4006 OK

* regression_4007_symmetric Test TEE Internal API Generate Symmetric key
o regression_4007_symmetric.1 Generate AES key
regression_4007_symmetric.1 OK
o regression_4007_symmetric.2 Generate DES key
regression_4007_symmetric.2 OK
o regression_4007_symmetric.3 Generate DES3 key
regression_4007_symmetric.3 OK
o regression_4007_symmetric.4 Generate HMAC-MD5 key
regression_4007_symmetric.4 OK
o regression_4007_symmetric.5 Generate HMAC-SHA1 key
regression_4007_symmetric.5 OK
o regression_4007_symmetric.6 Generate HMAC-SHA224 key
regression_4007_symmetric.6 OK
o regression_4007_symmetric.7 Generate HMAC-SHA256 key
regression_4007_symmetric.7 OK
o regression_4007_symmetric.8 Generate HMAC-SHA384 key
regression_4007_symmetric.8 OK
o regression_4007_symmetric.9 Generate HMAC-SHA512 key
regression_4007_symmetric.9 OK
o regression_4007_symmetric.10 Generate Generic secret key
regression_4007_symmetric.10 OK
regression_4007_symmetric OK

* regression_4007_rsa Test TEE Internal API Generate RSA key
o regression_4007_rsa.1 Generate RSA-256 key
regression_4007_rsa.1 OK
regression_4007_rsa OK

* regression_4007_dh Test TEE Internal API Generate DH key
o regression_4007_dh.1 Generate DH key 256 bits - Private bits = 0
regression_4007_dh.1 OK
o regression_4007_dh.2 Generate DH key 320 bits - Private bits = 256
regression_4007_dh.2 OK
regression_4007_dh OK

* regression_4007_dsa Test TEE Internal API Generate DSA key
o regression_4007_dsa.1 Generate DSA key 1024 bits
regression_4007_dsa.1 OK
o regression_4007_dsa.2 Generate DSA key 512 bits
regression_4007_dsa.2 OK
o regression_4007_dsa.3 Generate DSA key 576 bits
regression_4007_dsa.3 OK
o regression_4007_dsa.4 Generate DSA key 640 bits
regression_4007_dsa.4 OK
o regression_4007_dsa.5 Generate DSA key 704 bits
regression_4007_dsa.5 OK
o regression_4007_dsa.6 Generate DSA key 768 bits
regression_4007_dsa.6 OK
o regression_4007_dsa.7 Generate DSA key 832 bits
regression_4007_dsa.7 OK
o regression_4007_dsa.8 Generate DSA key 896 bits
regression_4007_dsa.8 OK
o regression_4007_dsa.9 Generate DSA key 960 bits
regression_4007_dsa.9 OK
o regression_4007_dsa.10 Generate DSA key 1024 bits
regression_4007_dsa.10 OK
regression_4007_dsa OK

* regression_4007_ecc Test TEE Internal API Generate ECC key
o regression_4007_ecc.1 Generate ECDSA-192
regression_4007_ecc.1 OK
o regression_4007_ecc.2 Generate ECDH-192
regression_4007_ecc.2 OK
regression_4007_ecc OK

* regression_4008 Test TEE Internal API Derive key
o regression_4008.1 Derive DH key success
regression_4008.1 OK
regression_4008 OK

* regression_4009 Test TEE Internal API Derive key ECDH
o regression_4009.1 Derive ECDH key - algo = 0x80001042
regression_4009.1 OK
o regression_4009.2 Derive ECDH key - algo = 0x80002042
regression_4009.2 OK
o regression_4009.3 Derive ECDH key - algo = 0x80003042
regression_4009.3 OK
o regression_4009.4 Derive ECDH key - algo = 0x80004042
regression_4009.4 OK
o regression_4009.5 Derive ECDH key - algo = 0x80005042
regression_4009.5 OK
regression_4009 OK

* regression_4010 Test TEE Internal API create transient object (negative)
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff000f
E/LD: Status of TA cb3e5ba0-adf1-11e0-998b-0002a5d5c51b
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x44285000 size 0x009000 flags rw-s (stack)
E/LD: region 6: va 0x8001b000 pa 0x571895110 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80054000 pa 0x00001000 size 0x041000 flags r-xs [0]
E/LD: region 8: va 0x80095000 pa 0x00042000 size 0x010000 flags rw-s [0]
E/LD: [0] cb3e5ba0-adf1-11e0-998b-0002a5d5c51b @ 0x80054000
E/LD: Call stack:
E/LD: 0x000000008005c048
E/LD: 0x0000000080055758
E/LD: 0x000000008005fb70
E/LD: 0x00000000800588ac
E/LD: 0xfffffffffffffffc
regression_4010 OK

* regression_4011 Test TEE Internal API Bleichenbacher attack (negative)
Iteration 0
Iteration 1
Iteration 2
Iteration 3
Iteration 4
Iteration 5
Iteration 6
Iteration 7
Iteration 8
regression_4011 OK

* regression_4012 Test seeding RNG entropy
regression_4012 OK

* regression_4013 Test generation of device unique TA keys
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
E/TA: derive_unique_key:44 Failure when calling PTA_SYSTEM_DERIVE_TA_UNIQUE_KEY
regression_4013 OK

* regression_4014 Test SM2 KEP (key derivation)
o regression_4014.1 Initiator side
regression_4014.1 OK
o regression_4014.2 Responder side
regression_4014.2 OK
regression_4014 OK

* regression_4101 Test TEE Internal API Arithmetical API - Bigint init
o regression_4101.1 Normal allocation and initialization
regression_4101.1 OK
o regression_4101.2 Zero allocation
regression_4101.2 OK
o regression_4101.3 Too large
regression_4101.3 OK
o regression_4101.4 Boundaries
regression_4101.4 OK
regression_4101 OK

* regression_4102 Test TEE Internal API Arithmetical API - Octet string
o regression_4102.1 "01020304"
regression_4102.1 OK
o regression_4102.2 "0102030405"
regression_4102.2 OK
o regression_4102.3 "11224455667788"
regression_4102.3 OK
o regression_4102.4 "01020304"
regression_4102.4 OK
regression_4102 OK

* regression_4103 Test TEE Internal API Arithmetical API - S32
o regression_4103.1 1 (0x1)
regression_4103.1 OK
o regression_4103.2 -1 (0xffffffff)
regression_4103.2 OK
o regression_4103.3 123 (0x7b)
regression_4103.3 OK
o regression_4103.4 -123 (0xffffff85)
regression_4103.4 OK
o regression_4103.5 2147483647 (0x7fffffff)
regression_4103.5 OK
o regression_4103.6 -2147483648 (0x80000000)
regression_4103.6 OK
o regression_4103.7 -1 (0xffffffff)
regression_4103.7 OK
o regression_4103.8 0 (0x0)
regression_4103.8 OK
o regression_4103.9 "1FFFFFFFFF" (overflow)
regression_4103.9 OK
o regression_4103.10 "-1FFFFFFFFF" (overflow)
regression_4103.10 OK
regression_4103 OK

* regression_4104 Test TEE Internal API Arithmetical API - Compare
o regression_4104.1 Compare bigints
regression_4104.1 OK
o regression_4104.2 Compare S32
regression_4104.2 OK
regression_4104 OK

* regression_4105 Test TEE Internal API Arithmetical API - Add, Sub
regression_4105 OK

* regression_4106 Test TEE Internal API Arithmetical API - Neg
regression_4106 OK

* regression_4107 Test TEE Internal API Arithmetical API - Mul
regression_4107 OK

* regression_4108 Test TEE Internal API Arithmetical API - Div
regression_4108 OK

* regression_4109 Test TEE Internal API Arithmetical API - Mod
regression_4109 OK

* regression_4110 Test TEE Internal API Arithmetical API - Mod arith
regression_4110 OK

* regression_4111 Test TEE Internal API Arithmetical API - Invmod
regression_4111 OK

* regression_4112 Test TEE Internal API Arithmetical API - Is prime
regression_4112 OK

* regression_4113 Test TEE Internal API Arithmetical API - shift right
regression_4113 OK

* regression_4114 Test TEE Internal API Arithmetical API - GCD
regression_4114 OK

* regression_5006 Tests for Global platform TEEC
o regression_5006.1 CloseSession_null
regression_5006.1 OK
o regression_5006.2 AlE/LD: init_elf:350 sys_open_ta_bin(534d1192-6143-234c-4755-5352544f4f59)
locate_In
regression_5006.2 OK
o regression_5006.3 Allocate_out_of_memory
regression_5006.3 OK
o regression_5006.4 OpenSession_error_notExistingTA
E/TC:? 0 init_with_ldelf:232 ldelf failed with res: 0xffff0008
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0008
E/LD: init_elf:350 sys_open_ta_bin(534d1192-6143-234c-4755-5352544f4f59)
E/TC:? 0 init_with_ldelf:232 ldelf failed with res: 0xffff0008
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0008
regression_5006.4 OK
o regression_5006.5 Allocate_InOut
regression_5006.5 OK
o regression_5006.6 Register_In
regression_5006.6 OK
o regression_5006.7 Register_notZeroLength_Out
regression_5006.7 OK
o regression_5006.8 Register_InOut
regression_5006.8 OK
o regression_5006.9 Register_zeroLength_Out
regression_5006.9 OK
o regression_5006.10 Allocate_Out
regression_5006.10 OK
o regression_5006.11 FinalizeContext_null
regression_5006.11 OK
o regression_5006.12 InitializeContext_NotExistingTEE
regression_5006.12 OK
o regression_5006.13 AllocateThenRegister_SameMemory
regression_5006.13 OK
o regression_5006.14 AllocateSameMemory_twice
regression_5006.14 OK
o regression_5006.15 RegisterSameMemory_twice
regression_5006.15 OK
o regression_5006.16 Allocate_sharedMemory_32k
regression_5006.16 OK
o regression_5006.17 Register_sharedMemory_32k
regression_5006.17 OK
regression_5006 OK

* regression_6001 Test TEE_CreatePersistentObject
o regression_6001.1 Storage id: 00000001
regression_6001.1 OK
o regression_6001.2 Storage id: 80000000
regression_6001.2 OK
regression_6001 OK

* regression_6002 Test TEE_OpenPersistentObject
o regression_6002.1 Storage id: 00000001
regression_6002.1 OK
o regression_6002.2 Storage id: 80000000
regression_6002.2 OK
regression_6002 OK

* regression_6003 Test TEE_ReadObjectData
o regression_6003.1 Storage id: 00000001
regression_6003.1 OK
o regression_6003.2 Storage id: 80000000
regression_6003.2 OK
regression_6003 OK

* regression_6004 Test TEE_WriteObjectData
o regression_6004.1 Storage id: 00000001
regression_6004.1 OK
o regression_6004.2 Storage id: 80000000
regression_6004.2 OK
regression_6004 OK

* regression_6005 Test TEE_SeekObjectData
o regression_6005.1 Storage id: 00000001
regression_6005.1 OK
o regression_6005.2 Storage id: 80000000
regression_6005.2 OK
regression_6005 OK

* regression_6006 Test TEE_CloseAndDeletePersistentObject
o regression_6006.1 Storage id: 00000001
regression_6006.1 OK
o regression_6006.2 Storage id: 80000000
regression_6006.2 OK
regression_6006 OK

* regression_6007 Test TEE_TruncateObjectData
o regression_6007.1 Storage id: 00000001
o regression_6007.1.1 Test truncate file length
regression_6007.1.1 OK
o regression_6007.1.2 Test extend file length
regression_6007.1.2 OK
o regression_6007.1.3 Test file hole
regression_6007.1.3 OK
regression_6007.1 OK
o regression_6007.2 Storage id: 80000000
o regression_6007.2.1 Test truncate file length
regression_6007.2.1 OK
o regression_6007.2.2 Test extend file length
regression_6007.2.2 OK
o regression_6007.2.3 Test file hole
regression_6007.2.3 OK
regression_6007.2 OK
regression_6007 OK

* regression_6008 Test TEE_RenamePersistentObject
o regression_6008.1 Storage id: 00000001
regression_6008.1 OK
o regression_6008.2 Storage id: 80000000
regression_6008.2 OK
regression_6008 OK

* regression_6009 Test TEE Internal API Persistent Object Enumeration Functions
o regression_6009.1 Storage id: 00000001
regression_6009.1 OK
o regression_6009.2 Storage id: 80000000
regression_6009.2 OK
regression_6009 OK

* regression_6010 Test Storage
o regression_6010.1 Storage id: 00000001
o regression_6010.1.1 CreatePersistentObject AccessConflict
regression_601E/TC:? 0
0.1.1 OK
o regression_6010.1.2 RestrictObjectUsage Panic
E/TC:? 0 TA panicked with code 0xffff0006
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x8007d000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 7: va 0x8008b000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x8007d000
E/LD: Call stack:
E/LD: 0x000000008007f608
E/LD: 0x000000008007dab4
E/LD: 0x00000000800834ec
E/LD: 0x000000008007dc60
E/LD: 0xfffffffffffffffc
regression_6010.1.2 OK
o regression_601E/TC:? 0
0.1.3 SeekObjectData BadHandle
E/TC:? 0 TA panicked with code 0xffff0006
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x8005d000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 7: va 0x8006b000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x8005d000
E/LD: Call stack:
E/LD: 0x00000000800601b0
E/LD: 0x000000008005d3e8
E/LD: 0x00000000800634ec
E/LD: 0x000000008005dc60
E/LD: 0xfffffffffffffffc
regression_6010.1.3 OK
o regression_601E/TC:? 0
0.1.4 SeekObjectData NotPersist
E/TC:? 0 TA panicked with code 0xffff0007
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80070000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 7: va 0x8007e000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x80070000
E/LD: Call stack:
E/LD: 0x00000000800731b0
E/LD: 0x00000000800703e8
E/LD: 0x00000000800764ec
E/LD: 0x0000000080070c60
E/LD: 0xfffffffffffffffc
regression_6010.1.4 OK
o regression_6010.1.5 SeekWriteRead
regression_6010.1.5 OK
o regression_6010.1.6 Rename Access Conflict
regression_6010.1.6 OK
o regression_6010.1.7 Rename Access Conflict 2
regression_6010.1.7 OK
o regression_6010.1.8 AllocPersistentObjectEnumerator + ResetPersistentObjectEnumerator
regression_6010.1.8 OK
o regression_6010.1.9 StartPersistentObjectEnumerator ItemNotFound
regression_6010.1.9 OK
o regression_6010.1.10 RenamePersistent ReadWrite
regression_6010.1.10 OK
o regression_6010.1.11 Close Free Reset Null
regression_6010.1.11 OK
regression_6010.1 OK
o regression_6010.2 Storage id: 80000000
o regression_6010.2.1 CreatePersistentObject AccessConflict
regression_601E/TC:? 0
0.2.1 OK
o regression_6010.2.2 RestrictObjectUsage Panic
E/TC:? 0 TA panicked with code 0xffff0006
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80043000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 7: va 0x80051000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x80043000
E/LD: Call stack:
E/LD: 0x0000000080045608
E/LD: 0x0000000080043ab4
E/LD: 0x00000000800494ec
E/LD: 0x0000000080043c60
E/LD: 0xfffffffffffffffc
regression_6010.2.2 OK
o regression_601E/TC:? 0
0.2.3 SeekObjectData BadHandle
E/TC:? 0 TA panicked with code 0xffff0006
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x8006e000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 7: va 0x8007c000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x8006e000
E/LD: Call stack:
E/LD: 0x00000000800711b0
E/LD: 0x000000008006e3e8
E/LD: 0x00000000800744ec
E/LD: 0x000000008006ec60
E/LD: 0xfffffffffffffffc
regression_6010.2.3 OK
o regression_601E/TC:? 0
0.2.4 SeekObjectData NotPersist
E/TC:? 0 TA panicked with code 0xffff0007
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80032000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 7: va 0x80040000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x80032000
E/LD: Call stack:
E/LD: 0x00000000800351b0
E/LD: 0x00000000800323e8
E/LD: 0x00000000800384ec
E/LD: 0x0000000080032c60
E/LD: 0xfffffffffffffffc
regression_6010.2.4 OK
o regression_6010.2.5 SeekWriteRead
regression_6010.2.5 OK
o regression_6010.2.6 Rename Access Conflict
regression_6010.2.6 OK
o regression_6010.2.7 Rename Access Conflict 2
regression_6010.2.7 OK
o regression_6010.2.8 AllocPersistentObjectEnumerator + ResetPersistentObjectEnumerator
regression_6010.2.8 OK
o regression_6010.2.9 StartPersistentObjectEnumerator ItemNotFound
regression_6010.2.9 OK
o regression_6010.2.10 RenamePersistent ReadWrite
regression_6010.2.10 OK
o regression_6010.2.11 Close Free Reset Null
regression_6010.2.11 OK
regression_6010.2 OK
regression_6010 OK

* regression_6012 Test TEE GP TTA DS init objects
o regression_6012.1 Storage id: 00000001
regression_6012.1 OK
o regression_6012.2 Storage id: 80000000
regression_6012.2 OK
regression_6012 OK

* regression_6013 Key usage in Persistent objects
o regression_6013.1 Storage id: 00000001
regression_6013.1 OK
o regression_6013.2 Storage id: 80000000
regression_6013.2 OK
regression_6013 OK

* regression_6014 Loop on Persistent objects
o regression_6014.1 Storage id: 00000001
regression_6014.1 OK
o regression_6014.2 Storage id: 80000000
regression_6014.2 OK
regression_6014 OK

* regression_6015 Storage isolation
o regression_6015.1 Storage id: 00000001
regression_6015.1 OK
o regression_6015.2 Storage id: 80000000
regression_6015.2 OK
regression_6015 OK

* regression_6016 Storage concurency
o regression_6016.1 Storage id: 00000001
threads: 4, loops: 8
regression_6016.1 OK
o regression_6016.2 Storage id: 80000000
threads: 4, loops: 8
regression_6016.2 OK
regression_6016 OK

* regression_6017 Test Persistent objects info
o regression_6017.1 Storage id: 00000001
regression_6017.1 OK
o regression_6017.2 Storage id: 80000000
regression_6017.2 OK
regression_6017 OK

* regression_6018 Large object
o regression_6018.1 Storage id: 00000001
writing 0
writing 1
writing 2
writing 3
writing 4
writing 5
writing 6
writing 7
writing 8
writing 9
writing 10
writing 11
writing 12
writing 13
writing 14
writing 15
writing 16
writing 17
writing 18
writing 19
reading 0
reading 1
reading 2
reading 3
reading 4
reading 5
reading 6
reading 7
reading 8
reading 9
reading 10
reading 11
reading 12
reading 13
reading 14
reading 15
reading 16
reading 17
reading 18
reading 19
regression_6018.1 OK
o regression_6018.2 Storage id: 80000000
writing 0
writing 1
writing 2
writing 3
writing 4
writing 5
writing 6
writing 7
writing 8
writing 9
writing 10
writing 11
writing 12
writing 13
writing 14
writing 15
writing 16
writing 17
writing 18
writing 19
reading 0
reading 1
reading 2
reading 3
reading 4
reading 5
reading 6
reading 7
reading 8
reading 9
reading 10
reading 11
reading 12
reading 13
reading 14
reading 15
reading 16
reading 17
reading 18
reading 19
regression_6018.2 OK
regression_6018 OK

* regression_6019 Storage independence
o regression_6019.1 Storage id: 00000001
regression_6019.1 OK
o regression_6019.2 Storage id: 80000000
regression_6019.2 OK
regression_6019 OK

* regression_6020 Object IDs in SHM (negative)
o regression_6020.1 Storage id: 00000001
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2950 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8001e000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 8: va 0x8002c000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x8001e000
E/LD: Call stack:
E/LD: 0x0000000080020c8c
E/LD: 0x000000008001e178
E/LD: 0x00000000800244ec
E/LD: 0x000000008001ec60
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2950 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8001e000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 8: va 0x8002c000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x8001e000
E/LD: Call stack:
E/LD: 0x0000000080020d44
E/LD: 0x000000008001e304
E/LD: 0x00000000800244ec
E/LD: 0x000000008001ec60
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2950 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80053000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 8: va 0x80061000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x80053000
E/LD: Call stack:
E/LD: 0x0000000080055e38
E/LD: 0x00000000800534b0
E/LD: 0x00000000800594ec
E/LD: 0x0000000080053c60
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2970 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80014000 pa 0x5715c2950 size 0x001000 flags rw-- (param)
E/LD: region 8: va 0x80070000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 9: va 0x8007e000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x80070000
E/LD: Call stack:
E/LD: 0x0000000080072d44
E/LD: 0x000000008007023c
E/LD: 0x00000000800764ec
E/LD: 0x0000000080070c60
E/LD: 0xfffffffffffffffc
regression_6020.1 OK
o regression_6020.2 Storage id: 80000000
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2a30 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8008e000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 8: va 0x8009c000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x8008e000
E/LD: Call stack:
E/LD: 0x0000000080090c8c
E/LD: 0x000000008008e178
E/LD: 0x00000000800944ec
E/LD: 0x000000008008ec60
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2a30 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80087000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 8: va 0x80095000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x80087000
E/LD: Call stack:
E/LD: 0x0000000080089d44
E/LD: 0x0000000080087304
E/LD: 0x000000008008d4ec
E/LD: 0x0000000080087c60
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2a30 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x8001b000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 8: va 0x80029000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x8001b000
E/LD: Call stack:
E/LD: 0x000000008001de38
E/LD: 0x000000008001b4b0
E/LD: 0x00000000800214ec
E/LD: 0x000000008001bc60
E/LD: 0xfffffffffffffffc
E/TC:? 0
E/TC:? 0 TA panicked with code 0xffff0001
E/LD: Status of TA b689f2a7-8adf-477a-9f99-32e90c0ad0a2
E/LD: arch: aarch64
E/LD: region 0: va 0x80004000 pa 0x44226000 size 0x002000 flags rw-s (ldelf)
E/LD: region 1: va 0x80006000 pa 0x44228000 size 0x007000 flags r-xs (ldelf)
E/LD: region 2: va 0x8000d000 pa 0x4422f000 size 0x001000 flags rw-s (ldelf)
E/LD: region 3: va 0x8000e000 pa 0x44230000 size 0x003000 flags rw-s (ldelf)
E/LD: region 4: va 0x80011000 pa 0x44233000 size 0x001000 flags r--s
E/LD: region 5: va 0x80012000 pa 0x4424e000 size 0x001000 flags rw-s (stack)
E/LD: region 6: va 0x80013000 pa 0x5715c2970 size 0x001000 flags rw-- (param)
E/LD: region 7: va 0x80014000 pa 0x5715c2a30 size 0x001000 flags rw-- (param)
E/LD: region 8: va 0x80077000 pa 0x00001000 size 0x00e000 flags r-xs [0]
E/LD: region 9: va 0x80085000 pa 0x0000f000 size 0x00c000 flags rw-s [0]
E/LD: [0] b689f2a7-8adf-477a-9f99-32e90c0ad0a2 @ 0x80077000
E/LD: Call stack:
E/LD: 0x0000000080079d44
E/LD: 0x000000008007723c
E/LD: 0x000000008007d4ec
E/LD: 0x0000000080077c60
E/LD: 0xfffffffffffffffc
regression_6020.2 OK
regression_6020 OK

* regression_7001 Allocate_In RELEASE_SHARED_MEMORY_WHEN_ALLOCATED
regression_7001 OK

* regression_7002 Allocate_out_of_memory INITIALIZE_CONTEXT_NAMES
regression_7002 OK

* regression_7003 ReleE/LD: init_elf:350 sys_open_ta_bin(534d4152-542d-4355-4e4b-2d4e4f2d574e)
aseSharedMemory_null RELEASE_SHARED_MEMORY_WHEN_ALLOCATED
regression_7003 OK

* regression_7004 Allocate_InOut RELEASE_SHARED_MEMORY_WHEN_ALLOCATED
regression_7004 OK

* regression_7005 Register_In RELEASE_SHARED_MEMORY_WHEN_REGISTERED
regression_7005 OK

* regression_7006 Register_notZeroLength_Out RELEASE_SHARED_MEMORY_WHEN_REGISTERED
regression_7006 OK

* regression_7007 Register_InOut RELEASE_SHARED_MEMORY_WHEN_REGISTERED
regression_7007 OK

* regression_7008 Register_zeroLength_Out RELEASE_SHARED_MEMORY_WHEN_REGISTERED
regression_7008 OK

* regression_7009 OpenSession_error_notExistingTA OPEN_SESSION_TARGET_TRUSTED_APP
E/TC:? 0 init_with_ldelf:232 ldelf failed with res: 0xffff0008
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0008
regression_7009 OK

* regression_7010 Allocate_Out RELEASE_SHARED_MEMORY_WHEN_ALLOCATED
regression_7010 OK

* regression_7013 OpenSession_error_originTEE OPEN_SESSION_TARGET_TRUSTED_APP
ERR [484] TEEC:TEEC_OpenSession:607: TEE_IOC_OPEN_SESSION failed
regression_7013 OK

* regression_7016 CloseSession_null CLOSE_SESSION_IGNORE_SESSION_NULL
regression_7016 OK

* regression_7017 InitializeContext_NotExistingTEE INITIALIZE_CONTEXT_NAMES
regression_7017 OK

* regression_7018 FinalizeContext_null FINALIZE_CONTEXT_IGNORE_NULL
regression_7018 OK

* regression_7019 InitializeContext_concurrentContext INITIALIZE_CONTEXT_NAMES
regression_7019 OK

* regression_8001 Test TEE Internal API key derivation extensions
o regression_8001.1 HKDF RFC 5869 A.1 (SHA-256)
regression_8001.1 OK
o regression_8001.2 HKDF RFC 5869 A.2 (SHA-256)
regression_8001.2 OK
o regression_8001.3 HKDF RFC 5869 A.3 (SHA-256) [1]
regression_8001.3 OK
o regression_8001.4 HKDF RFC 5869 A.3 (SHA-256) [2]
regression_8001.4 OK
o regression_8001.5 HKDF RFC 5869 A.4 (SHA-1)
regression_8001.5 OK
o regression_8001.6 HKDF RFC 5869 A.5 (SHA-1)
regression_8001.6 OK
o regression_8001.7 HKDF RFC 5869 A.6 (SHA-1) [1]
regression_8001.7 OK
o regression_8001.8 HKDF RFC 5869 A.6 (SHA-1) [2]
regression_8001.8 OK
o regression_8001.9 HKDF RFC 5869 A.7 (SHA-1) [1]
regression_8001.9 OK
o regression_8001.10 HKDF RFC 5869 A.7 (SHA-1) [2]
regression_8001.10 OK
o regression_8001.11 Concat KDF JWA-37 C (SHA-256)
regression_8001.11 OK
o regression_8001.12 PBKDF2 RFC 6070 1 (HMAC-SHA1)
regression_8001.12 OK
o regression_8001.13 PBKDF2 RFC 6070 2 (HMAC-SHA1)
regression_8001.13 OK
o regression_8001.14 PBKDF2 RFC 6070 3 (HMAC-SHA1)
regression_8001.14 OK
o regression_8001.15 PBKDF2 RFC 6070 5 (HMAC-SHA1)
regression_8001.15 OK
o regression_8001.16 PBKDF2 RFC 6070 6 (HMAC-SHA1)
regression_8001.16 OK
regression_8001 OK

* regression_8002 Secure Storage Key Manager API Self Test
E/LD: init_elf:350 sys_open_ta_bin(17e5e280-d12e-11e4-a41a-0002a5d5c51b)
E/TC:? 0 init_with_ldelf:232 ldelf failed with res: 0xffff0008
E/TC:? 0 tee_ta_open_session:728 Failed. Return error 0xffff0008
Ignore test due to TA does not exist
regression_8002 OK

* regression_8101 TA mbedTLS self tests
AES-ECB-128 (dec): passed
AES-ECB-128 (enc): passed
AES-ECB-192 (dec): passed
AES-ECB-192 (enc): passed
AES-ECB-256 (dec): passed
AES-ECB-256 (enc): passed

AES-CBC-128 (dec): passed
AES-CBC-128 (enc): passed
AES-CBC-192 (dec): passed
AES-CBC-192 (enc): passed
AES-CBC-256 (dec): passed
AES-CBC-256 (enc): passed

DES -ECB- 56 (dec): passed
DES -ECB- 56 (enc): passed
DES3-ECB-112 (dec): passed
DES3-ECB-112 (enc): passed
DES3-ECB-168 (dec): passed
DES3-ECB-168 (enc): passed

DES -CBC- 56 (dec): passed
DES -CBC- 56 (enc): passed
DES3-CBC-112 (dec): passed
DES3-CBC-112 (enc): passed
DES3-CBC-168 (dec): passed
DES3-CBC-168 (enc): passed

MD5 test #1: passed
MD5 test #2: passed
MD5 test #3: passed
MD5 test #4: passed
MD5 test #5: passed
MD5 test #6: passed
MD5 test #7: passed

SHA-1 test #1: passed
SHA-1 test #2: passed
SHA-1 test #3: passed

SHA-224 test #1: passed
SHA-224 test #2: passed
SHA-224 test #3: passed
SHA-256 test #1: passed
SHA-256 test #2: passed
SHA-256 test #3: passed

Base64 encoding test: passed
Base64 decoding test: passed

MPI test #1 (mul_mpi): passed
MPI test #2 (div_mpi): passed
MPI test #3 (exp_mod): passed
MPI test #4 (inv_mod): passed
MPI test #5 (simple gcd): passed

RSA key validation: passed
PKCS#1 encryption : passed
PKCS#1 decryption : passed
PKCS#1 data sign : passed
PKCS#1 sig. verify: passed

X.509 certificate load: passed
X.509 signature verify: passed

regression_8101 OK

* regression_8102 TA mbedTLS test cert chain
regression_8102 OK

* regression_8103 TA mbedTLS process certificate request
regression_8103 OK
+-----------------------------------------------------
Result of testsuite regression:
regression_1001 OK
regression_1002 OK
regression_1003 OK
regression_1004 OK
regression_1005 OK
regression_1006 OK
regression_1007 OK
regression_1008 OK
regression_1009 OK
regression_1010 OK
regression_1011 OK
regression_1012 OK
regression_1013 OK
regression_1015 OK
regression_1016 OK
regression_1017 OK
regression_1018 OK
regression_1019 OK
regression_1020 OK
regression_1021 OK
regression_1022 OK
regression_1023 OK
regression_1025 OK
regression_1026 OK
regression_1027 OK
regression_1028 OK
regression_2001 OK
regression_2002 OK
regression_2003 OK
regression_2004 OK
regression_4001 OK
regression_4002 OK
regression_4003 OK
regression_4004 OK
regression_4005 OK
regression_4006 OK
regression_4007_symmetric OK
regression_4007_rsa OK
regression_4007_dh OK
regression_4007_dsa OK
regression_4007_ecc OK
regression_4008 OK
regression_4009 OK
regression_4010 OK
regression_4011 OK
regression_4012 OK
regression_4013 OK
regression_4014 OK
regression_4101 OK
regression_4102 OK
regression_4103 OK
regression_4104 OK
regression_4105 OK
regression_4106 OK
regression_4107 OK
regression_4108 OK
regression_4109 OK
regression_4110 OK
regression_4111 OK
regression_4112 OK
regression_4113 OK
regression_4114 OK
regression_5006 OK
regression_6001 OK
regression_6002 OK
regression_6003 OK
regression_6004 OK
regression_6005 OK
regression_6006 OK
regression_6007 OK
regression_6008 OK
regression_6009 OK
regression_6010 OK
regression_6012 OK
regression_6013 OK
regression_6014 OK
regression_6015 OK
regression_6016 OK
regression_6017 OK
regression_6018 OK
regression_6019 OK
regression_6020 OK
regression_7001 OK
regression_7002 OK
regression_7003 OK
regression_7004 OK
regression_7005 OK
regression_7006 OK
regression_7007 OK
regression_7008 OK
regression_7009 OK
regression_7010 OK
regression_7013 OK
regression_7016 OK
regression_7017 OK
regression_7018 OK
regression_7019 OK
regression_8001 OK
regression_8002 OK
regression_8101 OK
regression_8102 OK
regression_8103 OK
+-----------------------------------------------------
24780 subtests of which 0 failed
102 test cases of which 0 failed
0 test cases were skipped
TEE test application done!
root@hihope-rzg2h:~#
root@hihope-rzg2h:~#