* [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc
@ 2016-08-17 8:13 xielinfei
2016-08-17 9:13 ` xielinfei
2016-08-18 19:50 ` Philippe Gerum
0 siblings, 2 replies; 11+ messages in thread
From: xielinfei @ 2016-08-17 8:13 UTC (permalink / raw)
To: xenomai
Hi Philippe,
I try to port Xenomai-2.6.2 to ARM (cortex-a7) soc, Using:
Linux version: linux-3.4.39
I-pipe patch: ipipe-core-3.4.6-arm-4.patch
Hardware: ARM (cortex-a7) single CPU
Following the guild: Porting Xenomai dual kernel to a new ARM SoC - Xenomai<https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo>
For I-pipe patch, I modified <ipipe_tsc.c> and <ipipe_tsc_asm.S> to add support for "IPIPE_TSC_TYPE_FREERUNNING_ARCH"
(I have successfully running on linux-3.10 on the same ARM soc)
After integrate I-pipe patch(without Xenomai), the kernel running for a while then halt, "__ipipe_tsc_update()" not update any more.
I trace the code, the timer IRQ is always got by the gic controller, but ipipe not dispatch. the call trace is :
__ipipe_grab_irq()--> __ipipe_dispatch_irq() --> __ipipe_sync_pipeline()
static inline void __ipipe_sync_pipeline(struct ipipe_domain *top, unsigned int irq)
{
if (__ipipe_current_domain != top) {
__ipipe_do_sync_pipeline(top);
return;
}
if (!test_bit(IPIPE_STALL_FLAG, &ipipe_this_cpu_context(top)->status)){
__ipipe_sync_stage();
}
}
While halt, the __ipipe_sync_pipeline will do nothing, if I hack it, force it calling "__ipipe_sync_stage"
the kernel can goes on, but this should not be the solution.
I don't know who set the IPIPE_STALL_FLAG, for I trace the code it seems to be ok,
-------------------------------------------------------------------------------------------
fun:ipipe_unstall_root,clear
fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux
fun:__ipipe_dispatch_irq, line=1285
fun:__ipipe_spin_lock_irqsave,test and set
fun:__ipipe_spin_unlock_irqrestore,clear
fun:__ipipe_dispatch_irq, line=1319
fun:__ipipe_spin_lock_irqsave,test and set
fun:ipipe_unstall_root,clear
fun:ipipe_unstall_root,clear
fun:ipipe_unstall_root,clear
fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux
fun:__ipipe_dispatch_irq, line=1285
fun:__ipipe_spin_lock_irqsave,test and set
fun:__ipipe_spin_unlock_irqrestore,clear
fun:__ipipe_dispatch_irq, line=1319
fun:__ipipe_spin_lock_irqsave,test and set
fun:ipipe_unstall_root,clear
fun:ipipe_unstall_root,clear
fun:ipipe_unstall_root,clear
------------------------------------------------------------------------------------------
Looking forward to get some suggestion! thank you!
NOTICE: This e-mail and any included attachments are intended only for the sole use of named and intended recipient (s) only. If you are the named and intended recipient, please note that the information contained in this email and its embedded files are confidential and privileged. If you are neither the intended nor named recipient, you are hereby notified that any unauthorized review, use, disclosure, dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. Please reply to the sender and destroy the original message and all your records of this message (whether electronic or otherwise). Furthermore, you should not disclose to any other person, use, copy or disseminate the contents of this e-mail and/or the documents accompanying it.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-17 8:13 [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc xielinfei @ 2016-08-17 9:13 ` xielinfei 2016-08-17 17:08 ` Lennart Sorensen 2016-08-18 19:50 ` Philippe Gerum 1 sibling, 1 reply; 11+ messages in thread From: xielinfei @ 2016-08-17 9:13 UTC (permalink / raw) To: xenomai Add kernel message ---------------------------------------------------------------------------------------------------- Starting kernel ... [sun8i_fixup]: From boot, get meminfo: Start: 0x40000000 Size: 64MB ion_carveout reserve: 30m@0 30m@0 ion_reserve_common: ion reserve: [0x42200000, 0x44000000]! [ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Linux version 3.4.39 (chris@a) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #256 Wed Aug 17 17:08:14 CST 2016 [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] On node 0 totalpages: 16384 [ 0.000000] free_area_init_node: node 0, pgdat c0660ca0, node_mem_map c072b000 [ 0.000000] Normal zone: 128 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 16256 pages, LIFO batch:3 [ 0.000000] script_init enter! [ 0.000000] script_init exit! [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 [ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 earlyprintk root=/dev/mtdblock2 init=/init loglevel=8 partitions=boot@mmcblk0p2:rootfs@mmcblk0p5:env@mmcblk0p6:bootlogo@mmcblk0p7:UDISK@mmcblk0p1 fb_base=0x43000000 [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Memory: 64MB = 64MB total [ 0.000000] Memory: 26816k/26816k available, 38720k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc05ae000 (5784 kB) [ 0.000000] .init : 0xc05ae000 - 0xc05d2000 ( 144 kB) [ 0.000000] .data : 0xc05d2000 - 0xc06636c0 ( 582 kB) [ 0.000000] .bss : 0xc06636e4 - 0xc072a6c0 ( 796 kB) [ 0.000000] NR_IRQS:544 [ 0.000000] 532 ahb1 set parent pll_periph0d2 [ 0.000000] I-pipe, 24.000 MHz clocksource [ 0.000000] Architected local timer running at 24.00MHz. [ 0.000000] Switching to timer-based delay loop [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Interrupt pipeline (release #4) [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] console [tty0] enabled, bootconsole disabled --------------------------------------------------------------------------------------------------------------------- then system halt. On 2016年08月17日 16:13, xielinfei wrote: > Hi Philippe, > > I try to port Xenomai-2.6.2 to ARM (cortex-a7) soc, Using: > Linux version: linux-3.4.39 > I-pipe patch: ipipe-core-3.4.6-arm-4.patch > Hardware: ARM (cortex-a7) single CPU > Following the guild: Porting Xenomai dual kernel to a new ARM SoC - > Xenomai<https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo> > > For I-pipe patch, I modified <ipipe_tsc.c> and <ipipe_tsc_asm.S> to > add support for "IPIPE_TSC_TYPE_FREERUNNING_ARCH" > (I have successfully running on linux-3.10 on the same ARM soc) > > After integrate I-pipe patch(without Xenomai), the kernel running for > a while then halt, "__ipipe_tsc_update()" not update any more. > I trace the code, the timer IRQ is always got by the gic controller, > but ipipe not dispatch. the call trace is : > __ipipe_grab_irq()--> __ipipe_dispatch_irq() --> __ipipe_sync_pipeline() > > static inline void __ipipe_sync_pipeline(struct ipipe_domain *top, > unsigned int irq) > { > if (__ipipe_current_domain != top) { > __ipipe_do_sync_pipeline(top); > return; > } > if (!test_bit(IPIPE_STALL_FLAG, &ipipe_this_cpu_context(top)->status)){ > __ipipe_sync_stage(); > } > } > > While halt, the __ipipe_sync_pipeline will do nothing, if I hack it, > force it calling "__ipipe_sync_stage" > the kernel can goes on, but this should not be the solution. > I don't know who set the IPIPE_STALL_FLAG, for I trace the code it > seems to be ok, > ------------------------------------------------------------------------------------------- > fun:ipipe_unstall_root,clear > fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux > fun:__ipipe_dispatch_irq, line=1285 > fun:__ipipe_spin_lock_irqsave,test and set > fun:__ipipe_spin_unlock_irqrestore,clear > fun:__ipipe_dispatch_irq, line=1319 > fun:__ipipe_spin_lock_irqsave,test and set > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux > fun:__ipipe_dispatch_irq, line=1285 > fun:__ipipe_spin_lock_irqsave,test and set > fun:__ipipe_spin_unlock_irqrestore,clear > fun:__ipipe_dispatch_irq, line=1319 > fun:__ipipe_spin_lock_irqsave,test and set > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > ------------------------------------------------------------------------------------------ > > Looking forward to get some suggestion! thank you! > > > > > > > > > > > NOTICE: This e-mail and any included attachments are intended only for > the sole use of named and intended recipient (s) only. If you are the > named and intended recipient, please note that the information > contained in this email and its embedded files are confidential and > privileged. If you are neither the intended nor named recipient, you > are hereby notified that any unauthorized review, use, disclosure, > dissemination, distribution, or copying of this communication, or any > of its contents, is strictly prohibited. Please reply to the sender > and destroy the original message and all your records of this message > (whether electronic or otherwise). Furthermore, you should not > disclose to any other person, use, copy or disseminate the contents of > this e-mail and/or the documents accompanying it. > _______________________________________________ > Xenomai mailing list > Xenomai@xenomai.org > https://xenomai.org/mailman/listinfo/xenomai > . > -- Best regards! ————————————————————— 谢林菲 珠海全志科技股份有限公司 BU1-PSW 地址:广东省珠海市高新区唐家湾镇科技2路9号 邮编:519000 TEL:15018321890 公司网址: http://www.allwinnertech.com NOTICE: This e-mail and any included attachments are intended only for the sole use of named and intended recipient (s) only. If you are the named and intended recipient, please note that the information contained in this email and its embedded files are confidential and privileged. If you are neither the intended nor named recipient, you are hereby notified that any unauthorized review, use, disclosure, dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. Please reply to the sender and destroy the original message and all your records of this message (whether electronic or otherwise). Furthermore, you should not disclose to any other person, use, copy or disseminate the contents of this e-mail and/or the documents accompanying it. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-17 9:13 ` xielinfei @ 2016-08-17 17:08 ` Lennart Sorensen 2016-08-18 1:11 ` xielinfei 0 siblings, 1 reply; 11+ messages in thread From: Lennart Sorensen @ 2016-08-17 17:08 UTC (permalink / raw) To: xielinfei; +Cc: xenomai On Wed, Aug 17, 2016 at 05:13:26PM +0800, xielinfei wrote: > > Add kernel message > > ---------------------------------------------------------------------------------------------------- > Starting kernel ... > > [sun8i_fixup]: From boot, get meminfo: > Start: 0x40000000 > Size: 64MB > ion_carveout reserve: 30m@0 30m@0 > ion_reserve_common: ion reserve: [0x42200000, 0x44000000]! > [ 0.000000] Booting Linux on physical CPU 0 > [ 0.000000] Linux version 3.4.39 (chris@a) (gcc version 4.6.3 20120201 > (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC > 2012.02) ) #256 Wed Aug 17 17:08:14 CST 2016 > [ 0.000000] bootconsole [earlycon0] enabled > [ 0.000000] Memory policy: ECC disabled, Data cache writeback > [ 0.000000] On node 0 totalpages: 16384 > [ 0.000000] free_area_init_node: node 0, pgdat c0660ca0, node_mem_map > c072b000 > [ 0.000000] Normal zone: 128 pages used for memmap > [ 0.000000] Normal zone: 0 pages reserved > [ 0.000000] Normal zone: 16256 pages, LIFO batch:3 > [ 0.000000] script_init enter! > [ 0.000000] script_init exit! > [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 > [ 0.000000] pcpu-alloc: [0] 0 > [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total > pages: 16256 > [ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 > earlyprintk root=/dev/mtdblock2 init=/init loglevel=8 > partitions=boot@mmcblk0p2:rootfs@mmcblk0p5:env@mmcblk0p6:bootlogo@mmcblk0p7:UDISK@mmcblk0p1 > fb_base=0x43000000 > [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) > [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) > [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) > [ 0.000000] Memory: 64MB = 64MB total > [ 0.000000] Memory: 26816k/26816k available, 38720k reserved, 0K highmem > [ 0.000000] Virtual kernel memory layout: > [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) > [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) > [ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB) > [ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB) > [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) > [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) > [ 0.000000] .text : 0xc0008000 - 0xc05ae000 (5784 kB) > [ 0.000000] .init : 0xc05ae000 - 0xc05d2000 ( 144 kB) > [ 0.000000] .data : 0xc05d2000 - 0xc06636c0 ( 582 kB) > [ 0.000000] .bss : 0xc06636e4 - 0xc072a6c0 ( 796 kB) > [ 0.000000] NR_IRQS:544 > [ 0.000000] 532 ahb1 set parent pll_periph0d2 > [ 0.000000] I-pipe, 24.000 MHz clocksource > [ 0.000000] Architected local timer running at 24.00MHz. > [ 0.000000] Switching to timer-based delay loop > [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every > 178956ms > [ 0.000000] Interrupt pipeline (release #4) > [ 0.000000] Console: colour dummy device 80x30 > [ 0.000000] console [tty0] enabled, bootconsole disabled > --------------------------------------------------------------------------------------------------------------------- > then system halt. Does that same kernel without ipipe/xenomai patches boot on the system? Why 2.6.2 rather than 2.6.4 (or is it 2.6.5 now)? Why not a newer kernel? At least 3.14 is supported by 2.6.4, and I think maybe 3.10 is as well. -- len Sorensen ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-17 17:08 ` Lennart Sorensen @ 2016-08-18 1:11 ` xielinfei 0 siblings, 0 replies; 11+ messages in thread From: xielinfei @ 2016-08-18 1:11 UTC (permalink / raw) To: Lennart Sorensen; +Cc: xenomai Well, thank you kindly reply. Yes, without ipipe/xenomai the system can boot on. currently, the main problem is that with ipipe (without Xenomai) the system will halt. Owning to the BSP is based on linux-3.4. what I wonder to know with ipipe only, which case the IPIPE_STALL_FLAG will be set? On 2016年08月18日 01:08, Lennart Sorensen wrote: > On Wed, Aug 17, 2016 at 05:13:26PM +0800, xielinfei wrote: >> Add kernel message >> >> ---------------------------------------------------------------------------------------------------- >> Starting kernel ... >> >> [sun8i_fixup]: From boot, get meminfo: >> Start: 0x40000000 >> Size: 64MB >> ion_carveout reserve: 30m@0 30m@0 >> ion_reserve_common: ion reserve: [0x42200000, 0x44000000]! >> [ 0.000000] Booting Linux on physical CPU 0 >> [ 0.000000] Linux version 3.4.39 (chris@a) (gcc version 4.6.3 20120201 >> (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC >> 2012.02) ) #256 Wed Aug 17 17:08:14 CST 2016 >> [ 0.000000] bootconsole [earlycon0] enabled >> [ 0.000000] Memory policy: ECC disabled, Data cache writeback >> [ 0.000000] On node 0 totalpages: 16384 >> [ 0.000000] free_area_init_node: node 0, pgdat c0660ca0, node_mem_map >> c072b000 >> [ 0.000000] Normal zone: 128 pages used for memmap >> [ 0.000000] Normal zone: 0 pages reserved >> [ 0.000000] Normal zone: 16256 pages, LIFO batch:3 >> [ 0.000000] script_init enter! >> [ 0.000000] script_init exit! >> [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 >> [ 0.000000] pcpu-alloc: [0] 0 >> [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total >> pages: 16256 >> [ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 >> earlyprintk root=/dev/mtdblock2 init=/init loglevel=8 >> partitions=boot@mmcblk0p2:rootfs@mmcblk0p5:env@mmcblk0p6:bootlogo@mmcblk0p7:UDISK@mmcblk0p1 >> fb_base=0x43000000 >> [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) >> [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) >> [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) >> [ 0.000000] Memory: 64MB = 64MB total >> [ 0.000000] Memory: 26816k/26816k available, 38720k reserved, 0K highmem >> [ 0.000000] Virtual kernel memory layout: >> [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) >> [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) >> [ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB) >> [ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB) >> [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) >> [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) >> [ 0.000000] .text : 0xc0008000 - 0xc05ae000 (5784 kB) >> [ 0.000000] .init : 0xc05ae000 - 0xc05d2000 ( 144 kB) >> [ 0.000000] .data : 0xc05d2000 - 0xc06636c0 ( 582 kB) >> [ 0.000000] .bss : 0xc06636e4 - 0xc072a6c0 ( 796 kB) >> [ 0.000000] NR_IRQS:544 >> [ 0.000000] 532 ahb1 set parent pll_periph0d2 >> [ 0.000000] I-pipe, 24.000 MHz clocksource >> [ 0.000000] Architected local timer running at 24.00MHz. >> [ 0.000000] Switching to timer-based delay loop >> [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every >> 178956ms >> [ 0.000000] Interrupt pipeline (release #4) >> [ 0.000000] Console: colour dummy device 80x30 >> [ 0.000000] console [tty0] enabled, bootconsole disabled >> --------------------------------------------------------------------------------------------------------------------- >> then system halt. > Does that same kernel without ipipe/xenomai patches boot on the system? > > Why 2.6.2 rather than 2.6.4 (or is it 2.6.5 now)? > > Why not a newer kernel? At least 3.14 is supported by 2.6.4, and I > think maybe 3.10 is as well. > -- Best regards! ————————————————————— 谢林菲 珠海全志科技股份有限公司 BU1-PSW 地址:广东省珠海市高新区唐家湾镇科技2路9号 邮编:519000 TEL:15018321890 公司网址: http://www.allwinnertech.com NOTICE: This e-mail and any included attachments are intended only for the sole use of named and intended recipient (s) only. If you are the named and intended recipient, please note that the information contained in this email and its embedded files are confidential and privileged. If you are neither the intended nor named recipient, you are hereby notified that any unauthorized review, use, disclosure, dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. Please reply to the sender and destroy the original message and all your records of this message (whether electronic or otherwise). Furthermore, you should not disclose to any other person, use, copy or disseminate the contents of this e-mail and/or the documents accompanying it. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-17 8:13 [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc xielinfei 2016-08-17 9:13 ` xielinfei @ 2016-08-18 19:50 ` Philippe Gerum 2016-08-18 20:01 ` Philippe Gerum 1 sibling, 1 reply; 11+ messages in thread From: Philippe Gerum @ 2016-08-18 19:50 UTC (permalink / raw) To: xielinfei, xenomai On 08/17/2016 10:13 AM, xielinfei wrote: > Hi Philippe, > > I try to port Xenomai-2.6.2 to ARM (cortex-a7) soc, Using: > Linux version: linux-3.4.39 > I-pipe patch: ipipe-core-3.4.6-arm-4.patch > Hardware: ARM (cortex-a7) single CPU > Following the guild: Porting Xenomai dual kernel to a new ARM SoC - > Xenomai<https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo> > > > For I-pipe patch, I modified <ipipe_tsc.c> and <ipipe_tsc_asm.S> to > add support for "IPIPE_TSC_TYPE_FREERUNNING_ARCH" > (I have successfully running on linux-3.10 on the same ARM soc) > > After integrate I-pipe patch(without Xenomai), the kernel running > for a while then halt, "__ipipe_tsc_update()" not update any more. > I trace the code, the timer IRQ is always got by the gic > controller, but ipipe not dispatch. the call trace is : > __ipipe_grab_irq()--> __ipipe_dispatch_irq() --> > __ipipe_sync_pipeline() > > static inline void __ipipe_sync_pipeline(struct ipipe_domain *top, > unsigned int irq) > { > if (__ipipe_current_domain != top) { > __ipipe_do_sync_pipeline(top); > return; > } > if (!test_bit(IPIPE_STALL_FLAG, > &ipipe_this_cpu_context(top)->status)){ > __ipipe_sync_stage(); > } > } > > While halt, the __ipipe_sync_pipeline will do nothing, if I hack > it, force it calling "__ipipe_sync_stage" > the kernel can goes on, but this should not be the solution. > I don't know who set the IPIPE_STALL_FLAG, for I trace the code it > seems to be ok, > > ------------------------------------------------------------------------------------------- > > fun:ipipe_unstall_root,clear > fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux > fun:__ipipe_dispatch_irq, line=1285 > fun:__ipipe_spin_lock_irqsave,test and set > fun:__ipipe_spin_unlock_irqrestore,clear > fun:__ipipe_dispatch_irq, line=1319 > fun:__ipipe_spin_lock_irqsave,test and set > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux > fun:__ipipe_dispatch_irq, line=1285 > fun:__ipipe_spin_lock_irqsave,test and set > fun:__ipipe_spin_unlock_irqrestore,clear > fun:__ipipe_dispatch_irq, line=1319 > fun:__ipipe_spin_lock_irqsave,test and set > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > fun:ipipe_unstall_root,clear > > ------------------------------------------------------------------------------------------ > > > Looking forward to get some suggestion! thank you! > As Lennart told you, you may be asking for trouble with porting an outdated Xenomai release to an outdated Linux kernel, I assume you have good reasons for inflicting such pain on yourself, so I won't rehash. Bottom line is that arm-related changes between 3.4 and 3.10 are significant both for the mainline kernel and the I-pipe implementation, so I'm not surprised this is not a trivial backport. It's a bit difficult to give you any advice without exactly knowing how you did that backport, assuming you picked the official ipipe-3.10(-32?) as the reference version, and which is that SoC exactly. At the very least you should paste your diffs against the original ipipe code composing the backport changes, so that we can better understand the situation. Your Cortex-A7 based SoC is likely to sport an architected timer, I don't think the pipeline support code for this one would cause the issue. Now, when the stall bit looks wacky at some point, there are two typical culprits: - the low level irq trampoline spuriously branches back to the regular linux IRQ tail code after the interrupt was handled from __irq_svc or __irq_usr, although the root domain is not current or stalled. This may happen with a new architecture port, but I don't think it can happen with an existing arm port unless you touched this code, which you should not have. Your SoC is likely defining MULTI_IRQ_HANDLER, so the macro irq_handler in entry-armv.S needs inspection for that particular path, making sure that it ends with a call to __ipipe_check_root_interruptible. That call should return non-zero if the IRQ can be seen by the regular kernel (i.e. root domain active and not stalled), zero otherwise. - a hard spinlock construct is trashing the real IRQ state at unlocking. __ipipe_spin_unlock_debug() should detect when this happens; make sure to enable IPIPE_DEBUG_INTERNAL in SMP mode to catch it at the call site. This assertion may trigger when some regular spinlock has not been converted to a hard (ipipe) spinlock as it should have been, so one ends up with the construct following construct: spin_lock_irqsave(&hard_lock) -> spin_lock_irqsave(®ular_lock) -> spin_unlock_irqrestore(®ular_lock) -> spin_unlock_irqrestore(&hard_lock), which is wrong (bad nesting of a regular lock within a hard lock). Also, the best way to debug those issues is to start with the minimum possible code involved, and the maximum debug knobs turn on. That means: - enable the pipeline, but disable Xenomai. With a Xenomai 2.6 core, that means that no skin (posix, native, etc) should be pushed on top of the nucleus, so that the hardware timer is not redirected to the real-time core. In fact, you should basically leave Xenomai out of the kernel build. - turn on IPIPE_DEBUG, IPIPE_DEBUG_INTERNAL, IPIPE_DEBUG_CONTEXT, DEBUG_SPINLOCKS. - try downgrading to uniprocessor mode, to see if SMP is involved. If nothing of the above helps, there is the possibility to use the I-pipe tracer for tracking the stall bit manipulation until a certain point in the execution is reached (IPIPE_TRACE_MCOUNT). If you can certainly identify at which point the situation looks wrong, which you seem to be able to, then call ipipe_trace_panic_freeze() followed by ipipe_trace_panic_dump() at that point - you will need IPIPE_TRACE_PANIC enabled too. Make sure to keep the serial console in the kernel boot line, instead of switching over a vt. With a bit of luck, you should see a backtrace of kernel function calls, with the current state of the stall bit for each of them. Maybe you could find the offending call that leaves the root domain unexpectedly stalled. You may have to play with the backtrace depth to collect enough data, there is no knob for this, just adjust IPIPE_DEFAULT_BACK_TRACE from kernel/ipipe/tracer.c. This may help as well: http://xenomai.org/2014/06/using-the-i-pipe-tracer/ -- Philippe. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-18 19:50 ` Philippe Gerum @ 2016-08-18 20:01 ` Philippe Gerum 2016-08-19 3:31 ` xielinfei 0 siblings, 1 reply; 11+ messages in thread From: Philippe Gerum @ 2016-08-18 20:01 UTC (permalink / raw) To: xielinfei, xenomai On 08/18/2016 09:50 PM, Philippe Gerum wrote: > On 08/17/2016 10:13 AM, xielinfei wrote: >> Hi Philippe, >> >> I try to port Xenomai-2.6.2 to ARM (cortex-a7) soc, Using: >> Linux version: linux-3.4.39 >> I-pipe patch: ipipe-core-3.4.6-arm-4.patch >> Hardware: ARM (cortex-a7) single CPU >> Following the guild: Porting Xenomai dual kernel to a new ARM SoC - >> Xenomai<https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo> >> >> >> For I-pipe patch, I modified <ipipe_tsc.c> and <ipipe_tsc_asm.S> to >> add support for "IPIPE_TSC_TYPE_FREERUNNING_ARCH" >> (I have successfully running on linux-3.10 on the same ARM soc) >> >> After integrate I-pipe patch(without Xenomai), the kernel running >> for a while then halt, "__ipipe_tsc_update()" not update any more. >> I trace the code, the timer IRQ is always got by the gic >> controller, but ipipe not dispatch. the call trace is : >> __ipipe_grab_irq()--> __ipipe_dispatch_irq() --> >> __ipipe_sync_pipeline() >> >> static inline void __ipipe_sync_pipeline(struct ipipe_domain *top, >> unsigned int irq) >> { >> if (__ipipe_current_domain != top) { >> __ipipe_do_sync_pipeline(top); >> return; >> } >> if (!test_bit(IPIPE_STALL_FLAG, >> &ipipe_this_cpu_context(top)->status)){ >> __ipipe_sync_stage(); >> } >> } >> >> While halt, the __ipipe_sync_pipeline will do nothing, if I hack >> it, force it calling "__ipipe_sync_stage" >> the kernel can goes on, but this should not be the solution. >> I don't know who set the IPIPE_STALL_FLAG, for I trace the code it >> seems to be ok, >> >> ------------------------------------------------------------------------------------------- >> >> fun:ipipe_unstall_root,clear >> fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux >> fun:__ipipe_dispatch_irq, line=1285 >> fun:__ipipe_spin_lock_irqsave,test and set >> fun:__ipipe_spin_unlock_irqrestore,clear >> fun:__ipipe_dispatch_irq, line=1319 >> fun:__ipipe_spin_lock_irqsave,test and set >> fun:ipipe_unstall_root,clear >> fun:ipipe_unstall_root,clear >> fun:ipipe_unstall_root,clear >> fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux >> fun:__ipipe_dispatch_irq, line=1285 >> fun:__ipipe_spin_lock_irqsave,test and set >> fun:__ipipe_spin_unlock_irqrestore,clear >> fun:__ipipe_dispatch_irq, line=1319 >> fun:__ipipe_spin_lock_irqsave,test and set >> fun:ipipe_unstall_root,clear >> fun:ipipe_unstall_root,clear >> fun:ipipe_unstall_root,clear >> >> ------------------------------------------------------------------------------------------ >> >> >> Looking forward to get some suggestion! thank you! >> > > As Lennart told you, you may be asking for trouble with porting an > outdated Xenomai release to an outdated Linux kernel, I assume you have > good reasons for inflicting such pain on yourself, so I won't rehash. > Bottom line is that arm-related changes between 3.4 and 3.10 are > significant both for the mainline kernel and the I-pipe implementation, > so I'm not surprised this is not a trivial backport. > > It's a bit difficult to give you any advice without exactly knowing how > you did that backport, assuming you picked the official ipipe-3.10(-32?) > as the reference version, and which is that SoC exactly. At the very > least you should paste your diffs against the original ipipe code > composing the backport changes, so that we can better understand the > situation. > > Your Cortex-A7 based SoC is likely to sport an architected timer, I > don't think the pipeline support code for this one would cause the issue. Looking at the boot log that followed, this is indeed an architected timer. > > Now, when the stall bit looks wacky at some point, there are two typical > culprits: [snip] I overlooked that you mentioned a single core SoC (sun8i single A7? which SoC is it?), so downgrading from SMP to UP is unlikely to be an option anyway, however the spinlock issue is still important with respect to interrupt virtualization, including in uniprocessor mode: > - a hard spinlock construct is trashing the real IRQ state at unlocking. > __ipipe_spin_unlock_debug() should detect when this happens; make sure > to enable IPIPE_DEBUG_INTERNAL in SMP mode to catch it at the call site. > This assertion may trigger when some regular spinlock has not been > converted to a hard (ipipe) spinlock as it should have been, so one ends > up with the construct following construct: spin_lock_irqsave(&hard_lock) > -> spin_lock_irqsave(®ular_lock) -> > spin_unlock_irqrestore(®ular_lock) -> > spin_unlock_irqrestore(&hard_lock), which is wrong (bad nesting of a > regular lock within a hard lock). > -- Philippe. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-18 20:01 ` Philippe Gerum @ 2016-08-19 3:31 ` xielinfei 2016-08-19 12:23 ` xielinfei 0 siblings, 1 reply; 11+ messages in thread From: xielinfei @ 2016-08-19 3:31 UTC (permalink / raw) To: Philippe Gerum, xenomai Hi Philippe, 1. About the cpu info: ---------------------------------------------------------------------------------------------------------- # cat /proc/cpuinfo Processor : ARMv7 Processor rev 5 (v7l) BogoMIPS : 4800.00 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 Hardware : sun8i Revision : 0000 Serial : 44005033c8182c1606cd -------------------------------------------------------------------------------------------------------- 2.For I-pipe patch: I use the official one: http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch 3.For "ipipe_tsc.c" add <__ipipe_freerunning_arch> ---------------------------------------------------------------------------------------------- extern __ipipe_tsc_t __ipipe_freerunning_64, __ipipe_freerunning_32, __ipipe_freerunning_16, __ipipe_freerunning_countdown, __ipipe_decrementer_16, __ipipe_freerunning_twice_16, __ipipe_freerunning_arch; extern unsigned long __ipipe_tsc_addr; static struct __ipipe_tscinfo tsc_info; static struct clocksource clksrc = { .name = "ipipe_tsc", case IPIPE_TSC_TYPE_FREERUNNING_TWICE: if (info->u.mask != 0xffff) goto unimplemented; implem = &__ipipe_freerunning_twice_16; break; case IPIPE_TSC_TYPE_FREERUNNING_ARCH: implem = &__ipipe_freerunning_arch; break; default: unimplemented: printk("I-pipel: Unimplemented tsc configuration, " "type: %d, mask: 0x%08Lx\n", info->type, info->u.mask); BUG(); } ---------------------------------------------------------------------------------------------- Add the following code to "ipipe_tsc_asm.S" ------------------------------------------------------------------ .align 5 .globl __ipipe_freerunning_arch __ipipe_freerunning_arch: nop #ifdef CONFIG_ARM_ARCH_TIMER mrrc p15, 0, r0, r1, c14 #else mov r0, #0 mov r1, #0 #endif usr_ret lr --------------------------------------------------------------------- On 2016?08?19? 04:01, Philippe Gerum wrote: On 08/18/2016 09:50 PM, Philippe Gerum wrote: On 08/17/2016 10:13 AM, xielinfei wrote: Hi Philippe, I try to port Xenomai-2.6.2 to ARM (cortex-a7) soc, Using: Linux version: linux-3.4.39 I-pipe patch: ipipe-core-3.4.6-arm-4.patch Hardware: ARM (cortex-a7) single CPU Following the guild: Porting Xenomai dual kernel to a new ARM SoC - Xenomai<https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo><https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo> For I-pipe patch, I modified <ipipe_tsc.c> and <ipipe_tsc_asm.S> to add support for "IPIPE_TSC_TYPE_FREERUNNING_ARCH" (I have successfully running on linux-3.10 on the same ARM soc) After integrate I-pipe patch(without Xenomai), the kernel running for a while then halt, "__ipipe_tsc_update()" not update any more. I trace the code, the timer IRQ is always got by the gic controller, but ipipe not dispatch. the call trace is : __ipipe_grab_irq()--> __ipipe_dispatch_irq() --> __ipipe_sync_pipeline() static inline void __ipipe_sync_pipeline(struct ipipe_domain *top, unsigned int irq) { if (__ipipe_current_domain != top) { __ipipe_do_sync_pipeline(top); return; } if (!test_bit(IPIPE_STALL_FLAG, &ipipe_this_cpu_context(top)->status)){ __ipipe_sync_stage(); } } While halt, the __ipipe_sync_pipeline will do nothing, if I hack it, force it calling "__ipipe_sync_stage" the kernel can goes on, but this should not be the solution. I don't know who set the IPIPE_STALL_FLAG, for I trace the code it seems to be ok, ------------------------------------------------------------------------------------------- fun:ipipe_unstall_root,clear fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux fun:__ipipe_dispatch_irq, line=1285 fun:__ipipe_spin_lock_irqsave,test and set fun:__ipipe_spin_unlock_irqrestore,clear fun:__ipipe_dispatch_irq, line=1319 fun:__ipipe_spin_lock_irqsave,test and set fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux fun:__ipipe_dispatch_irq, line=1285 fun:__ipipe_spin_lock_irqsave,test and set fun:__ipipe_spin_unlock_irqrestore,clear fun:__ipipe_dispatch_irq, line=1319 fun:__ipipe_spin_lock_irqsave,test and set fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear ------------------------------------------------------------------------------------------ Looking forward to get some suggestion! thank you! As Lennart told you, you may be asking for trouble with porting an outdated Xenomai release to an outdated Linux kernel, I assume you have good reasons for inflicting such pain on yourself, so I won't rehash. Bottom line is that arm-related changes between 3.4 and 3.10 are significant both for the mainline kernel and the I-pipe implementation, so I'm not surprised this is not a trivial backport. It's a bit difficult to give you any advice without exactly knowing how you did that backport, assuming you picked the official ipipe-3.10(-32?) as the reference version, and which is that SoC exactly. At the very least you should paste your diffs against the original ipipe code composing the backport changes, so that we can better understand the situation. Your Cortex-A7 based SoC is likely to sport an architected timer, I don't think the pipeline support code for this one would cause the issue. Looking at the boot log that followed, this is indeed an architected timer. Now, when the stall bit looks wacky at some point, there are two typical culprits: [snip] I overlooked that you mentioned a single core SoC (sun8i single A7? which SoC is it?), so downgrading from SMP to UP is unlikely to be an option anyway, however the spinlock issue is still important with respect to interrupt virtualization, including in uniprocessor mode: - a hard spinlock construct is trashing the real IRQ state at unlocking. __ipipe_spin_unlock_debug() should detect when this happens; make sure to enable IPIPE_DEBUG_INTERNAL in SMP mode to catch it at the call site. This assertion may trigger when some regular spinlock has not been converted to a hard (ipipe) spinlock as it should have been, so one ends up with the construct following construct: spin_lock_irqsave(&hard_lock) -> spin_lock_irqsave(®ular_lock) -> spin_unlock_irqrestore(®ular_lock) -> spin_unlock_irqrestore(&hard_lock), which is wrong (bad nesting of a regular lock within a hard lock). -- Best regards! ————————————————————— ??? ???????????? BU1-PSW ??:???????????????2?9? ??:519000 TEL:15018321890 ????: http://www.allwinnertech.com NOTICE: This e-mail and any included attachments are intended only for the sole use of named and intended recipient (s) only. If you are the named and intended recipient, please note that the information contained in this email and its embedded files are confidential and privileged. If you are neither the intended nor named recipient, you are hereby notified that any unauthorized review, use, disclosure, dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. Please reply to the sender and destroy the original message and all your records of this message (whether electronic or otherwise). Furthermore, you should not disclose to any other person, use, copy or disseminate the contents of this e-mail and/or the documents accompanying it. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-19 3:31 ` xielinfei @ 2016-08-19 12:23 ` xielinfei 2016-08-21 18:27 ` Philippe Gerum 0 siblings, 1 reply; 11+ messages in thread From: xielinfei @ 2016-08-19 12:23 UTC (permalink / raw) To: Philippe Gerum, xenomai Hi Philippe, test-3.4.6-patch: it is the official I-pipe patch ipipe-core-3.4.6-arm-4.patch<http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch> test-3.4.v3s-patch: It is the vendor sdk with the modified I-pipe patch (mainly based on ipipe-core-3.4.6-arm-4.patch<http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch>) The mainly differ as follow: -------------------------------------------------------------------------------------------------------------------------------------- diff -r test-3.4.6-patch/arch/arm/kernel/entry-armv.S test-3.4.v3s-patch/arch/arm/kernel/entry-armv.S 269a270,282 > __und_fault: > @ Correct the PC such that it is pointing at the instruction > @ which caused the fault. If the faulting instruction was ARM > @ the PC will be pointing at the next instruction, and have to > @ subtract 4. Otherwise, it is Thumb, and the PC will be > @ pointing at the second half of the Thumb instruction. We > @ have to subtract 2. > ldr r2, [r0, #S_PC] > sub r2, r2, r1 > str r2, [r0, #S_PC] > b do_undefinstr > ENDPROC(__und_fault) > 295c308 < #ifndef CONFIG_THUMB2_KERNEL --- > #ifndef CONFIG_THUMB2_KERNEL 297a311 > mov r1, #2 300,301c314,318 < ldrhhs r9, [r4] @ bottom 16 bits < orrhs r0, r9, r0, lsl #16 --- > blo __und_svc_fault > ldrh r9, [r4] @ bottom 16 bits > add r4, r4, #2 > str r4, [sp, #S_PC] > orr r0, r9, r0, lsl #16 303c320 < adr r9, BSYM(1f) --- > adr r9, BSYM(__und_svc_finish) 306a324,325 > mov r1, #4 @ PC correction to apply > __und_svc_fault: 308c327 < bl do_undefinstr --- > bl __und_fault 313c332,333 < 1: disable_irq_notrace --- > __und_svc_finish: > disable_irq_notrace 476a497,499 > @ r2 = regs->ARM_pc, which is either 2 or 4 bytes ahead of the > @ faulting instruction depending on Thumb mode. > @ r3 = regs->ARM_cpsr 478,482c501,503 < @ fall through to the emulation code, which returns using r9 if < @ it has emulated the instruction, or the more conventional lr < @ if we are to treat this as a real undefined instruction < @ < @ r0 - instruction --- > @ The emulation code returns using r9 if it has emulated the > @ instruction, or the more conventional lr if we are to treat > @ this as a real undefined instruction 485c506 < adr lr, BSYM(__und_usr_unknown) --- > 487,490c508,510 < itet eq @ explicit IT needed for the 1f label < subeq r4, r2, #4 @ ARM instr at LR - 4 < subne r4, r2, #2 @ Thumb instr at LR - 2 < 1: ldreqt r0, [r4] --- > bne __und_usr_thumb > sub r4, r2, #4 @ ARM instr at LR - 4 > 1: ldrt r0, [r4] 492c512 < reveq r0, r0 @ little endian instruction --- > rev r0, r0 @ little endian instruction 494c514,521 < beq call_fpe --- > @ r0 = 32-bit ARM instruction which caused the exception > @ r2 = PC value for the following instruction (:= regs->ARM_pc) > @ r4 = PC value for the faulting instruction > @ lr = 32-bit undefined instruction function > adr lr, BSYM(__und_usr_fault_32) > b call_fpe > > __und_usr_thumb: 495a523 > sub r4, r2, #2 @ First half of thumb instr at LR - 2 509c537 < blo __und_usr_unknown --- > blo __und_usr_fault_16 @ 16bit undefined instruction 517,520c545 < 2: < ARM( ldrht r5, [r4], #2 ) < THUMB( ldrht r5, [r4] ) < THUMB( add r4, r4, #2 ) --- > 2: ldrht r5, [r4] 522,523c547,548 < blo __und_usr_unknown < 3: ldrht r0, [r4] --- > blo __und_usr_fault_16 @ 16bit undefined instruction > 3: ldrht r0, [r2] 524a550 > str r2, [sp, #S_PC] @ it's a 2x16bit instr, update 525a552,556 > adr lr, BSYM(__und_usr_fault_32) > @ r0 = the two 16-bit Thumb instructions which caused the exception > @ r2 = PC value for the following Thumb instruction (:= regs->ARM_pc) > @ r4 = PC value for the first 16-bit Thumb instruction > @ lr = 32bit undefined instruction function 536c567 < b __und_usr_unknown --- > b __und_usr_fault_16 538c569 < UNWIND(.fnend ) --- > UNWIND(.fnend) 541,544d571 < @ < @ fallthrough to call_fpe < @ < 546c573 < * The out of line fixup for the ldrt above. --- > * The out of line fixup for the ldrt instructions above. 577,578c604,605 < * r0 = instruction opcode. < * r2 = PC+4 --- > * r0 = instruction opcode (32-bit ARM or two 16-bit Thumb) > * r2 = PC value to resume execution after successful emulation 580c607 < * r10 = this threads thread_info structure. --- > * r10 = this threads thread_info structure 581a609 > * IRQs disabled, FIQs enabled. 716,717c744,749 < __und_usr_unknown: < enable_irq --- > __und_usr_fault_32: > mov r1, #4 > b 1f > __und_usr_fault_16: > mov r1, #2 > 1: enable_irq 720,721c752,754 < b do_undefinstr < ENDPROC(__und_usr_unknown) --- > b __und_fault > ENDPROC(__und_usr_fault_32) > ENDPROC(__und_usr_fault_16) diff -r test-3.4.6-patch/arch/arm/kernel/entry-common.S test-3.4.v3s-patch/arch/arm/kernel/entry-common.S 385a386,394 > #ifdef CONFIG_ALIGNMENT_TRAP > ldr ip, __cr_alignment > ldr ip, [ip] > mcr p15, 0, ip, c1, c0 @ update control register > #endif > enable_irq > #ifndef CONFIG_IPIPE > get_thread_info tsk > #endif /* !CONFIG_IPIPE */ 399c408 < ldreq r10, [lr, #-4] @ get SWI instruction --- > USER( ldreq r10, [lr, #-4] ) @ get SWI instruction 401c410 < ldr r10, [lr, #-4] @ get SWI instruction --- > USER( ldr r10, [lr, #-4] ) @ get SWI instruction 425c434 < ldreq scno, [lr, #-4] --- > USER( ldreq scno, [lr, #-4] ) 430c439 < ldr scno, [lr, #-4] @ get SWI instruction --- > USER( ldr scno, [lr, #-4] ) @ get SWI instruction 437,446d445 < #ifdef CONFIG_ALIGNMENT_TRAP < ldr ip, __cr_alignment < ldr ip, [ip] < mcr p15, 0, ip, c1, c0 @ update control register < #endif < enable_irq < < #ifndef CONFIG_IPIPE < get_thread_info tsk < #endif /* !CONFIG_IPIPE */ 499a499,513 > > #if defined(CONFIG_OABI_COMPAT) || !defined(CONFIG_AEABI) > /* > * We failed to handle a fault trying to access the page > * containing the swi instruction, but we're not really in a > * position to return -EFAULT. Instead, return back to the > * instruction and re-enter the user fault handling path trying > * to page it in. This will likely result in sending SEGV to the > * current task. > */ > 9001: > sub lr, lr, #4 > str lr, [sp, #S_PC] > b ret_fast_syscall > #endif diff -r test-3.4.6-patch/arch/arm/kernel/entry-header.S test-3.4.v3s-patch/arch/arm/kernel/entry-header.S 132,133c132,133 < mov \rd, sp, lsr #13 < mov \rd, \rd, lsl #13 --- > mov \rd, sp, lsr #(PAGE_SHIFT + THREAD_SIZE_ORDER) > mov \rd, \rd, lsl #(PAGE_SHIFT + THREAD_SIZE_ORDER) 193,194c193,194 < lsr \rd, \rd, #13 < mov \rd, \rd, lsl #13 --- > lsr \rd, \rd, #(PAGE_SHIFT + THREAD_SIZE_ORDER) > mov \rd, \rd, lsl #(PAGE_SHIFT + THREAD_SIZE_ORDER) diff -r test-3.4.6-patch/arch/arm/kernel/ipipe_tsc_asm.S test-3.4.v3s-patch/arch/arm/kernel/ipipe_tsc_asm.S 246a247,258 > > .align 5 > .globl __ipipe_freerunning_arch > __ipipe_freerunning_arch: > nop > #ifdef CONFIG_ARM_ARCH_TIMER > mrrc p15, 0, r0, r1, c14 > #else > mov r0, #0 > mov r1, #0 > #endif > usr_ret lr diff -r test-3.4.6-patch/arch/arm/kernel/ipipe_tsc.c test-3.4.v3s-patch/arch/arm/kernel/ipipe_tsc.c 19c19,20 < __ipipe_freerunning_twice_16; --- > __ipipe_freerunning_twice_16, > __ipipe_freerunning_arch; 95a97,100 > break; > > case IPIPE_TSC_TYPE_FREERUNNING_ARCH: > implem = &__ipipe_freerunning_arch; -------------------------------------------------------------------------------------------------------------------------------------- kernel config as follow: # # Processor Type # CONFIG_CPU_V7=y CONFIG_CPU_32v6K=y CONFIG_CPU_32v7=y CONFIG_CPU_ABRT_EV7=y CONFIG_CPU_PABRT_V7=y CONFIG_CPU_CACHE_V7=y CONFIG_CPU_CACHE_VIPT=y CONFIG_CPU_COPY_V6=y CONFIG_CPU_TLB_V7=y CONFIG_CPU_HAS_ASID=y CONFIG_CPU_CP15=y CONFIG_CPU_CP15_MMU=y # # Processor Features # # CONFIG_ARM_LPAE is not set # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set CONFIG_ARM_THUMB=y CONFIG_ARM_THUMBEE=y CONFIG_SWP_EMULATE=y # CONFIG_CPU_ICACHE_DISABLE is not set # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_BPREDICT_DISABLE is not set CONFIG_MIGHT_HAVE_CACHE_L2X0=y # CONFIG_CACHE_L2X0 is not set CONFIG_ARM_L1_CACHE_SHIFT_6=y CONFIG_ARM_L1_CACHE_SHIFT=6 CONFIG_ARM_DMA_MEM_BUFFERABLE=y CONFIG_ARM_NR_BANKS=8 CONFIG_CPU_HAS_PMU=y CONFIG_MULTI_IRQ_HANDLER=y CONFIG_ARM_ERRATA_430973=y CONFIG_ARM_ERRATA_458693=y CONFIG_ARM_ERRATA_460075=y CONFIG_ARM_ERRATA_720789=y CONFIG_ARM_ERRATA_743622=y CONFIG_ARM_ERRATA_751472=y CONFIG_ARM_ERRATA_754322=y CONFIG_ARM_ERRATA_775420=y CONFIG_ARM_GIC=y # CONFIG_FIQ_DEBUGGER is not set ------------------------------------------------------------------------ On 2016?08?19? 04:01, Philippe Gerum wrote: On 08/18/2016 09:50 PM, Philippe Gerum wrote: On 08/17/2016 10:13 AM, xielinfei wrote: Hi Philippe, I try to port Xenomai-2.6.2 to ARM (cortex-a7) soc, Using: Linux version: linux-3.4.39 I-pipe patch: ipipe-core-3.4.6-arm-4.patch Hardware: ARM (cortex-a7) single CPU Following the guild: Porting Xenomai dual kernel to a new ARM SoC - Xenomai<https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo><https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwiC5a-r8cfOAhWJRI8KHatQC_cQFggmMAE&url=https%3A%2F%2Fxenomai.org%2F2014%2F09%2Fporting-xenomai-dual-kernel-to-a-new-arm-soc%2F&usg=AFQjCNF7_SLahZ2bEmhJokUuxzy44eH10A&sig2=zgLgf_uma3eALRUl5S9v3A&bvm=bv.129759880,d.dGo> For I-pipe patch, I modified <ipipe_tsc.c> and <ipipe_tsc_asm.S> to add support for "IPIPE_TSC_TYPE_FREERUNNING_ARCH" (I have successfully running on linux-3.10 on the same ARM soc) After integrate I-pipe patch(without Xenomai), the kernel running for a while then halt, "__ipipe_tsc_update()" not update any more. I trace the code, the timer IRQ is always got by the gic controller, but ipipe not dispatch. the call trace is : __ipipe_grab_irq()--> __ipipe_dispatch_irq() --> __ipipe_sync_pipeline() static inline void __ipipe_sync_pipeline(struct ipipe_domain *top, unsigned int irq) { if (__ipipe_current_domain != top) { __ipipe_do_sync_pipeline(top); return; } if (!test_bit(IPIPE_STALL_FLAG, &ipipe_this_cpu_context(top)->status)){ __ipipe_sync_stage(); } } While halt, the __ipipe_sync_pipeline will do nothing, if I hack it, force it calling "__ipipe_sync_stage" the kernel can goes on, but this should not be the solution. I don't know who set the IPIPE_STALL_FLAG, for I trace the code it seems to be ok, ------------------------------------------------------------------------------------------- fun:ipipe_unstall_root,clear fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux fun:__ipipe_dispatch_irq, line=1285 fun:__ipipe_spin_lock_irqsave,test and set fun:__ipipe_spin_unlock_irqrestore,clear fun:__ipipe_dispatch_irq, line=1319 fun:__ipipe_spin_lock_irqsave,test and set fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear fun:__ipipe_dispatch_irq, line=1279, control=1, name =Linux fun:__ipipe_dispatch_irq, line=1285 fun:__ipipe_spin_lock_irqsave,test and set fun:__ipipe_spin_unlock_irqrestore,clear fun:__ipipe_dispatch_irq, line=1319 fun:__ipipe_spin_lock_irqsave,test and set fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear fun:ipipe_unstall_root,clear ------------------------------------------------------------------------------------------ Looking forward to get some suggestion! thank you! As Lennart told you, you may be asking for trouble with porting an outdated Xenomai release to an outdated Linux kernel, I assume you have good reasons for inflicting such pain on yourself, so I won't rehash. Bottom line is that arm-related changes between 3.4 and 3.10 are significant both for the mainline kernel and the I-pipe implementation, so I'm not surprised this is not a trivial backport. It's a bit difficult to give you any advice without exactly knowing how you did that backport, assuming you picked the official ipipe-3.10(-32?) as the reference version, and which is that SoC exactly. At the very least you should paste your diffs against the original ipipe code composing the backport changes, so that we can better understand the situation. Your Cortex-A7 based SoC is likely to sport an architected timer, I don't think the pipeline support code for this one would cause the issue. Looking at the boot log that followed, this is indeed an architected timer. Now, when the stall bit looks wacky at some point, there are two typical culprits: [snip] I overlooked that you mentioned a single core SoC (sun8i single A7? which SoC is it?), so downgrading from SMP to UP is unlikely to be an option anyway, however the spinlock issue is still important with respect to interrupt virtualization, including in uniprocessor mode: - a hard spinlock construct is trashing the real IRQ state at unlocking. __ipipe_spin_unlock_debug() should detect when this happens; make sure to enable IPIPE_DEBUG_INTERNAL in SMP mode to catch it at the call site. This assertion may trigger when some regular spinlock has not been converted to a hard (ipipe) spinlock as it should have been, so one ends up with the construct following construct: spin_lock_irqsave(&hard_lock) -> spin_lock_irqsave(®ular_lock) -> spin_unlock_irqrestore(®ular_lock) -> spin_unlock_irqrestore(&hard_lock), which is wrong (bad nesting of a regular lock within a hard lock). -- Best regards! ————————————————————— ??? ???????????? BU1-PSW ??:???????????????2?9? ??:519000 TEL:15018321890 ????: http://www.allwinnertech.com -- Best regards! ————————————————————— ??? ???????????? BU1-PSW ??:???????????????2?9? ??:519000 TEL:15018321890 ????: http://www.allwinnertech.com NOTICE: This e-mail and any included attachments are intended only for the sole use of named and intended recipient (s) only. If you are the named and intended recipient, please note that the information contained in this email and its embedded files are confidential and privileged. If you are neither the intended nor named recipient, you are hereby notified that any unauthorized review, use, disclosure, dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. Please reply to the sender and destroy the original message and all your records of this message (whether electronic or otherwise). Furthermore, you should not disclose to any other person, use, copy or disseminate the contents of this e-mail and/or the documents accompanying it. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-19 12:23 ` xielinfei @ 2016-08-21 18:27 ` Philippe Gerum 2016-08-24 10:33 ` [Xenomai] [可能是垃圾邮件] " xielinfei 0 siblings, 1 reply; 11+ messages in thread From: Philippe Gerum @ 2016-08-21 18:27 UTC (permalink / raw) To: xielinfei, xenomai On 08/19/2016 02:23 PM, xielinfei wrote: > Hi Philippe, > > > test-3.4.6-patch: it is the official I-pipe patch > ipipe-core-3.4.6-arm-4.patch > <http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch> > test-3.4.v3s-patch: It is the vendor sdk with the modified I-pipe patch > (mainly based on ipipe-core-3.4.6-arm-4.patch > <http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch>) > > The mainly differ as follow: > -------------------------------------------------------------------------------------------------------------------------------------- > diff -r test-3.4.6-patch/arch/arm/kernel/entry-armv.S > test-3.4.v3s-patch/arch/arm/kernel/entry-armv.S > 269a270,282 >> __und_fault: >> @ Correct the PC such that it is pointing at the instruction >> @ which caused the fault. If the faulting instruction was ARM >> @ the PC will be pointing at the next instruction, and have to >> @ subtract 4. Otherwise, it is Thumb, and the PC will be >> @ pointing at the second half of the Thumb instruction. We >> @ have to subtract 2. >> ldr r2, [r0, #S_PC] >> sub r2, r2, r1 >> str r2, [r0, #S_PC] >> b do_undefinstr >> ENDPROC(__und_fault) >> > 295c308 > < #ifndef CONFIG_THUMB2_KERNEL Please always send unified diffs (diff -u) to express changes in source code, this is easier to analyze than the antiquated original diff format. I don't see any hunks fixing up the architected timer to make it pipeline-aware. Those changes should take place in drivers/clocksource/arm_arch_timer.c. Some of them also allow a userland code to read the MMIO registers taping into the clock source, this will be required for running Xenomai apps. On a general note, I would not try to upgrade ipipe-3.4.6 for supporting the architected timer, I would rather downgrade ipipe-3.18 to match your 3.4.6 kernel. This way, the port would include all the post-3.4 fixes, and the support for the arch timer as well. If you chose to do so, you only need to port the changes affecting the devices provided by your SoC, ignoring any hunk which belong to other ARM SoC/variants (e.g. timers, clock sources, irq chip controllers, gpio modules etc). You could run splitdiff -a on the ipipe-3.18 patch, cherry-picking all the needed changes. -- Philippe. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [可能是垃圾邮件] Re: [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-21 18:27 ` Philippe Gerum @ 2016-08-24 10:33 ` xielinfei 2016-08-24 10:50 ` Philippe Gerum 0 siblings, 1 reply; 11+ messages in thread From: xielinfei @ 2016-08-24 10:33 UTC (permalink / raw) To: Philippe Gerum, xenomai Hi Philippe, Thank for your suggestion! I downgraded ipipe-3.10.32 to linux-3.4.39 and it works, However, I get some negative value, is this normal? -------------------------------------------------------------------------------------------- /usr/xenomai/bin # ./k /usr/xenomai/bin # ./klatency == Sampling period: 100 us == Test mode: in-kernel periodic task == All results in microseconds warming up... RTT| 00:00:00 (in-kernel periodic task, 100 us period, priority 99) RTH|-----lat min|-----lat avg|-----lat max|-overrun|----lat best|---lat worst RTD| -8.459| -8.290| -2.918| 0| -8.459| -2.918 RTD| -8.459| -8.297| -4.835| 0| -8.459| -2.918 RTD| -8.418| -8.247| -0.335| 0| -8.459| -0.335 RTD| -8.460| -8.294| -4.460| 0| -8.460| -0.335 RTD| -8.460| -8.198| -2.002| 0| -8.460| -0.335 ----------------------------------------------------------------------------------------------- /usr/xenomai/bin # ./l /usr/xenomai/bin # ./latency ^[[J == Sampling period: 1000 us == Test mode: periodic user-mode task == All results in microseconds warming up... RTT| 00:00:01 (periodic user-mode task, 1000 us period, priority 99) RTH|----lat min|----lat avg|----lat max|-overrun|---msw|---lat best|--lat worst RTD| -3.417| -3.042| 3.041| 0| 0| -3.417| 3.041 RTD| -3.917| -3.292| 19.624| 0| 0| -3.917| 19.624 RTD| -3.917| -3.292| 18.541| 0| 0| -3.917| 19.624 RTD| -3.917| -3.292| 17.541| 0| 0| -3.917| 19.624 RTD| -3.917| -3.334| 12.124| 0| 0| -3.917| 19.624 -------------------------------------------------------------------------------------------------- On 2016年08月22日 02:27, Philippe Gerum wrote: > On 08/19/2016 02:23 PM, xielinfei wrote: >> Hi Philippe, >> >> >> test-3.4.6-patch: it is the official I-pipe patch >> ipipe-core-3.4.6-arm-4.patch >> <http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch> >> test-3.4.v3s-patch: It is the vendor sdk with the modified I-pipe patch >> (mainly based on ipipe-core-3.4.6-arm-4.patch >> <http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch>) >> >> The mainly differ as follow: >> -------------------------------------------------------------------------------------------------------------------------------------- >> diff -r test-3.4.6-patch/arch/arm/kernel/entry-armv.S >> test-3.4.v3s-patch/arch/arm/kernel/entry-armv.S >> 269a270,282 >>> __und_fault: >>> @ Correct the PC such that it is pointing at the instruction >>> @ which caused the fault. If the faulting instruction was ARM >>> @ the PC will be pointing at the next instruction, and have to >>> @ subtract 4. Otherwise, it is Thumb, and the PC will be >>> @ pointing at the second half of the Thumb instruction. We >>> @ have to subtract 2. >>> ldr r2, [r0, #S_PC] >>> sub r2, r2, r1 >>> str r2, [r0, #S_PC] >>> b do_undefinstr >>> ENDPROC(__und_fault) >>> >> 295c308 >> < #ifndef CONFIG_THUMB2_KERNEL > > Please always send unified diffs (diff -u) to express changes in source > code, this is easier to analyze than the antiquated original diff format. > > I don't see any hunks fixing up the architected timer to make it > pipeline-aware. Those changes should take place in > drivers/clocksource/arm_arch_timer.c. Some of them also allow a userland > code to read the MMIO registers taping into the clock source, this will > be required for running Xenomai apps. > > On a general note, I would not try to upgrade ipipe-3.4.6 for supporting > the architected timer, I would rather downgrade ipipe-3.18 to match your > 3.4.6 kernel. This way, the port would include all the post-3.4 fixes, > and the support for the arch timer as well. > > If you chose to do so, you only need to port the changes affecting the > devices provided by your SoC, ignoring any hunk which belong to other > ARM SoC/variants (e.g. timers, clock sources, irq chip controllers, gpio > modules etc). > > You could run splitdiff -a on the ipipe-3.18 patch, cherry-picking all > the needed changes. > -- Best regards! ————————————————————— 谢林菲 珠海全志科技股份有限公司 BU1-PSW 地址:广东省珠海市高新区唐家湾镇科技2路9号 邮编:519000 TEL:15018321890 公司网址: http://www.allwinnertech.com NOTICE: This e-mail and any included attachments are intended only for the sole use of named and intended recipient (s) only. If you are the named and intended recipient, please note that the information contained in this email and its embedded files are confidential and privileged. If you are neither the intended nor named recipient, you are hereby notified that any unauthorized review, use, disclosure, dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. Please reply to the sender and destroy the original message and all your records of this message (whether electronic or otherwise). Furthermore, you should not disclose to any other person, use, copy or disseminate the contents of this e-mail and/or the documents accompanying it. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Xenomai] [可能是垃圾邮件] Re: [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc 2016-08-24 10:33 ` [Xenomai] [可能是垃圾邮件] " xielinfei @ 2016-08-24 10:50 ` Philippe Gerum 0 siblings, 0 replies; 11+ messages in thread From: Philippe Gerum @ 2016-08-24 10:50 UTC (permalink / raw) To: xielinfei, xenomai On 08/24/2016 12:33 PM, xielinfei wrote: > Hi Philippe, > > Thank for your suggestion! > I downgraded ipipe-3.10.32 to linux-3.4.39 and it works, > However, I get some negative value, is this normal? Yes, this is nothing bad. This is due to a mis-calibration of the core timer. With Xenomai 2.x, check /proc/xenomai/latency, and decrease the value there (writing a smaller count of nanosecs to /proc/xenomai/latency) while the latency test is running, until the values stay above zero. You should do that on an idle system (beside the latency test of course). A fine tuning may involve a bit more testing with moderate then high load, but the one above will give you a sane setting. Negative values mean early timer shots, so you may want to prevent them. > -------------------------------------------------------------------------------------------- > > /usr/xenomai/bin # ./k /usr/xenomai/bin # ./klatency > == Sampling period: 100 us > == Test mode: in-kernel periodic task > == All results in microseconds > warming up... > RTT| 00:00:00 (in-kernel periodic task, 100 us period, priority 99) > RTH|-----lat min|-----lat avg|-----lat max|-overrun|----lat best|---lat > worst > RTD| -8.459| -8.290| -2.918| 0| -8.459| -2.918 > RTD| -8.459| -8.297| -4.835| 0| -8.459| -2.918 > RTD| -8.418| -8.247| -0.335| 0| -8.459| -0.335 > RTD| -8.460| -8.294| -4.460| 0| -8.460| -0.335 > RTD| -8.460| -8.198| -2.002| 0| -8.460| -0.335 > ----------------------------------------------------------------------------------------------- > > /usr/xenomai/bin # ./l /usr/xenomai/bin # ./latency ^[[J > == Sampling period: 1000 us > == Test mode: periodic user-mode task > == All results in microseconds > warming up... > RTT| 00:00:01 (periodic user-mode task, 1000 us period, priority 99) > RTH|----lat min|----lat avg|----lat max|-overrun|---msw|---lat > best|--lat worst > RTD| -3.417| -3.042| 3.041| 0| 0| -3.417| 3.041 > RTD| -3.917| -3.292| 19.624| 0| 0| -3.917| 19.624 > RTD| -3.917| -3.292| 18.541| 0| 0| -3.917| 19.624 > RTD| -3.917| -3.292| 17.541| 0| 0| -3.917| 19.624 > RTD| -3.917| -3.334| 12.124| 0| 0| -3.917| 19.624 > -------------------------------------------------------------------------------------------------- > > > On 2016年08月22日 02:27, Philippe Gerum wrote: >> On 08/19/2016 02:23 PM, xielinfei wrote: >>> Hi Philippe, >>> >>> >>> test-3.4.6-patch: it is the official I-pipe patch >>> ipipe-core-3.4.6-arm-4.patch >>> <http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch> >>> >>> test-3.4.v3s-patch: It is the vendor sdk with the modified I-pipe patch >>> (mainly based on ipipe-core-3.4.6-arm-4.patch >>> <http://xenomai.org/downloads/ipipe/v3.x/arm/older/ipipe-core-3.4.6-arm-4.patch>) >>> >>> >>> The mainly differ as follow: >>> -------------------------------------------------------------------------------------------------------------------------------------- >>> >>> diff -r test-3.4.6-patch/arch/arm/kernel/entry-armv.S >>> test-3.4.v3s-patch/arch/arm/kernel/entry-armv.S >>> 269a270,282 >>>> __und_fault: >>>> @ Correct the PC such that it is pointing at the instruction >>>> @ which caused the fault. If the faulting instruction was ARM >>>> @ the PC will be pointing at the next instruction, and have to >>>> @ subtract 4. Otherwise, it is Thumb, and the PC will be >>>> @ pointing at the second half of the Thumb instruction. We >>>> @ have to subtract 2. >>>> ldr r2, [r0, #S_PC] >>>> sub r2, r2, r1 >>>> str r2, [r0, #S_PC] >>>> b do_undefinstr >>>> ENDPROC(__und_fault) >>>> >>> 295c308 >>> < #ifndef CONFIG_THUMB2_KERNEL >> >> Please always send unified diffs (diff -u) to express changes in source >> code, this is easier to analyze than the antiquated original diff format. >> >> I don't see any hunks fixing up the architected timer to make it >> pipeline-aware. Those changes should take place in >> drivers/clocksource/arm_arch_timer.c. Some of them also allow a userland >> code to read the MMIO registers taping into the clock source, this will >> be required for running Xenomai apps. >> >> On a general note, I would not try to upgrade ipipe-3.4.6 for supporting >> the architected timer, I would rather downgrade ipipe-3.18 to match your >> 3.4.6 kernel. This way, the port would include all the post-3.4 fixes, >> and the support for the arch timer as well. >> >> If you chose to do so, you only need to port the changes affecting the >> devices provided by your SoC, ignoring any hunk which belong to other >> ARM SoC/variants (e.g. timers, clock sources, irq chip controllers, gpio >> modules etc). >> >> You could run splitdiff -a on the ipipe-3.18 patch, cherry-picking all >> the needed changes. >> > > -- > > Best regards! > ————————————————————— > 谢林菲 > 珠海全志科技股份有限公司 BU1-PSW > 地址:广东省珠海市高新区唐家湾镇科技2路9号 > 邮编:519000 > TEL:15018321890 > 公司网址: http://www.allwinnertech.com > > NOTICE: This e-mail and any included attachments are intended only for > the sole use of named and intended recipient (s) only. If you are the > named and intended recipient, please note that the information contained > in this email and its embedded files are confidential and privileged. If > you are neither the intended nor named recipient, you are hereby > notified that any unauthorized review, use, disclosure, dissemination, > distribution, or copying of this communication, or any of its contents, > is strictly prohibited. Please reply to the sender and destroy the > original message and all your records of this message (whether > electronic or otherwise). Furthermore, you should not disclose to any > other person, use, copy or disseminate the contents of this e-mail > and/or the documents accompanying it. > -- Philippe. ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2016-08-24 10:50 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-08-17 8:13 [Xenomai] [help] porting I-pipe patch on linux-3.4 ARM(cortex-a7) soc xielinfei 2016-08-17 9:13 ` xielinfei 2016-08-17 17:08 ` Lennart Sorensen 2016-08-18 1:11 ` xielinfei 2016-08-18 19:50 ` Philippe Gerum 2016-08-18 20:01 ` Philippe Gerum 2016-08-19 3:31 ` xielinfei 2016-08-19 12:23 ` xielinfei 2016-08-21 18:27 ` Philippe Gerum 2016-08-24 10:33 ` [Xenomai] [可能是垃圾邮件] " xielinfei 2016-08-24 10:50 ` Philippe Gerum
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.