AW: AW: AW: [PATCH 00/27] Update kern_tc in rtems 5 for ntp support
> > > >> I am fine with this change being pushed to the 5 branch but I think it > > > >> needs to built with the tier 1 archs (i386, powerpc, arm). > > > > > > > > I could compile them for the BSPs of those archs. > > > > > > Thanks. > > > > > > > Does it make sense to run some test in qemu? > > > > > > Test results are always welcome. > > > > > I've run the following tests: > > - sptimecounter02, 03 and 04 are pass on pc686 and Xilinx_zynq_a9. > > - sptimecounter01 doesn't print something since everything happens inside > > of boot_card(). How the result of this test is verified? > > Re-run the test using rtems-test. > - sptimecounter01, 02, 03 and 04 are marked as pass on Xilinx_zynq_a9 and psim > - sptimecounter02, 03 and 04 are marked as pass on pc686 > - sptimecounter01 is marked as invalid on pc686. This result is with and > without the patch set. I guess it is because nothing is printed > out. > > > Are there any other tests that can be interested to run? > > If there isn't any other test to run, I would say that the patch set is ready. After running the whole testsuite for pc686, xilinx_zynq_a9 and psim; there are no new failures introduced. Results for pc686: Passed:561 Failed: 5 User Input: 6 Expected Fail: 0 Indeterminate: 0 Benchmark: 3 Timeout:13 Invalid: 6 Wrong Version: 0 Wrong Build: 0 Wrong Tools: 0 -- Total: 594 Failures: dl06.exe psx12.exe psxfenv01.exe spfatal30.exe tmcontext01.exe User Input: dl10.exe monitor.exe termios.exe top.exe capture.exe fileio.exe Benchmark: dhrystone.exe linpack.exe whetstone.exe Timeouts: dl05.exe psxintrcritical01.exe cdtest.exe cxx_iostream.exe spintrcritical06.exe spintrcritical07.exe spintrcritical11.exe spintrcritical12.exe spintrcritical13.exe spintrcritical14.exe spintrcritical15.exe spintrcritical18.exe spintrcritical24.exe Invalid: spfatal09.exe spfatal12.exe spinternalerror01.exe spstkalloc02.exe spstkalloc03.exe sptimecounter01.exe Results for psim: Passed:567 Failed: 0 User Input: 6 Expected Fail: 16 Indeterminate: 0 Benchmark: 3 Timeout: 1 Invalid: 0 Wrong Version: 0 Wrong Build: 0 Wrong Tools: 0 -- Total: 593 User Input: dl10.exe monitor.exe termios.exe top.exe capture.exe fileio.exe Expected Fail: fsimfsgeneric01.exe block11.exe rbheap01.exe termios01.exe ttest01.exe psx12.exe psxchroot01.exe psxfenv01.exe psximfs02.exe psxpipe01.exe spextensions01.exe spfatal31.exe spfifo02.exe spmountmgr01.exe spprivenv01.exe spstdthreads01.exe Benchmark: linpack.exe dhrystone.exe whetstone.exe Timeouts: fsrfsbitmap01.exe Results for xilinx_zynq_a9: Passed:572 Failed: 1 User Input: 6 Expected Fail: 2 Indeterminate: 0 Benchmark: 3 Timeout:10 Invalid: 0 Wrong Version: 0 Wrong Build: 0 Wrong Tools: 0 -- Total: 594 Failures: psx12.exe User Input: dl10.exe monitor.exe termios.exe top.exe capture.exe fileio.exe Expected Fail: dl06.exe psxfenv01.exe Benchmark: whetstone.exe linpack.exe dhrystone.exe Timeouts: psxintrcritical01.exe spintrcritical06.exe spintrcritical07.exe spintrcritical11.exe spintrcritical12.exe spintrcritical13.exe spintrcritical14.exe spintrcritical15.exe spintrcritical18.exe spintrcritical24.exe ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
[PATCH rtems] */aclocal/*: Remove remnants of autoconf/automae build system
Updates #4081. --- cpukit/aclocal/canonical-target-name.m4 | 25 -- cpukit/aclocal/canonicalize-tools.m4| 13 cpukit/aclocal/check-func.m4| 21 - cpukit/aclocal/check-multiprocessing.m4 | 5 -- cpukit/aclocal/check-networking.m4 | 25 -- cpukit/aclocal/check-newlib.m4 | 28 --- cpukit/aclocal/check-posix.m4 | 19 - cpukit/aclocal/check-rtems-debug.m4 | 5 -- cpukit/aclocal/check-smp.m4 | 18 - cpukit/aclocal/check-tool.m4| 9 --- cpukit/aclocal/enable-drvmgr.m4 | 12 --- cpukit/aclocal/enable-multiprocessing.m4| 13 cpukit/aclocal/enable-networking.m4 | 12 --- cpukit/aclocal/enable-paravirt.m4 | 13 cpukit/aclocal/enable-posix.m4 | 21 - cpukit/aclocal/enable-profiling.m4 | 9 --- cpukit/aclocal/enable-rtems-debug.m4| 10 --- cpukit/aclocal/enable-smp.m4| 17 - cpukit/aclocal/env-rtemscpu.m4 | 6 -- cpukit/aclocal/gcc-pipe.m4 | 18 - cpukit/aclocal/gcc-sanity.m4| 114 cpukit/aclocal/gcc-weak.m4 | 19 - cpukit/aclocal/multi.m4 | 50 cpukit/aclocal/multilib.m4 | 14 cpukit/aclocal/prog-cc.m4 | 38 -- cpukit/aclocal/prog-ccas.m4 | 6 -- cpukit/aclocal/rtems-bsp-includes.m4| 13 cpukit/aclocal/rtems-build-top.m4 | 12 --- cpukit/aclocal/rtems-includes.m4| 23 -- cpukit/aclocal/rtems-source-top.m4 | 8 -- cpukit/aclocal/rtems-top.m4 | 70 - cpukit/aclocal/version.m4 | 4 - testsuites/aclocal/canonical-target-name.m4 | 25 -- testsuites/aclocal/canonicalize-tools.m4| 20 - testsuites/aclocal/check-cpuopts.m4 | 21 - testsuites/aclocal/check-custom-bsp.m4 | 22 -- testsuites/aclocal/check-cxx.m4 | 20 - testsuites/aclocal/check-tool.m4| 9 --- testsuites/aclocal/enable-cxx.m4| 11 --- testsuites/aclocal/enable-tests.m4 | 11 --- testsuites/aclocal/env-rtemsbsp.m4 | 27 --- testsuites/aclocal/gcc-specs.m4 | 16 testsuites/aclocal/prog-cc.m4 | 40 -- testsuites/aclocal/prog-cxx.m4 | 49 testsuites/aclocal/project-root.m4 | 7 -- testsuites/aclocal/rtems-bsp-includes.m4| 13 testsuites/aclocal/rtems-bsp-linkcmds.m4| 25 -- testsuites/aclocal/rtems-build-top.m4 | 12 --- testsuites/aclocal/rtems-includes.m4| 23 -- testsuites/aclocal/rtems-source-top.m4 | 8 -- testsuites/aclocal/rtems-test-check.m4 | 31 testsuites/aclocal/rtems-top.m4 | 83 testsuites/aclocal/version.m4 | 4 - testsuites/ada/aclocal/prog-gnat.m4 | 44 --- 54 files changed, 1191 deletions(-) delete mode 100644 cpukit/aclocal/canonical-target-name.m4 delete mode 100644 cpukit/aclocal/canonicalize-tools.m4 delete mode 100644 cpukit/aclocal/check-func.m4 delete mode 100644 cpukit/aclocal/check-multiprocessing.m4 delete mode 100644 cpukit/aclocal/check-networking.m4 delete mode 100644 cpukit/aclocal/check-newlib.m4 delete mode 100644 cpukit/aclocal/check-posix.m4 delete mode 100644 cpukit/aclocal/check-rtems-debug.m4 delete mode 100644 cpukit/aclocal/check-smp.m4 delete mode 100644 cpukit/aclocal/check-tool.m4 delete mode 100644 cpukit/aclocal/enable-drvmgr.m4 delete mode 100644 cpukit/aclocal/enable-multiprocessing.m4 delete mode 100644 cpukit/aclocal/enable-networking.m4 delete mode 100644 cpukit/aclocal/enable-paravirt.m4 delete mode 100644 cpukit/aclocal/enable-posix.m4 delete mode 100644 cpukit/aclocal/enable-profiling.m4 delete mode 100644 cpukit/aclocal/enable-rtems-debug.m4 delete mode 100644 cpukit/aclocal/enable-smp.m4 delete mode 100644 cpukit/aclocal/env-rtemscpu.m4 delete mode 100644 cpukit/aclocal/gcc-pipe.m4 delete mode 100644 cpukit/aclocal/gcc-sanity.m4 delete mode 100644 cpukit/aclocal/gcc-weak.m4 delete mode 100644 cpukit/aclocal/multi.m4 delete mode 100644 cpukit/aclocal/multilib.m4 delete mode 100644 cpukit/aclocal/prog-cc.m4 delete mode 100644 cpukit/aclocal/prog-ccas.m4 delete mode 100644 cpukit/aclocal/rtems-bsp-includes.m4 delete mode 100644 cpukit/aclocal/rtems-build-top.m4 delete mode 100644 cpukit/aclocal/rtems-includes.m4 delete mode 100644 cpukit/aclocal/rtems-source-top.m4 delete mode 100644 cpukit/aclocal/rtems-top.m4 delete mode 100644 cpukit/aclocal/version.m4 delete mode 100644 testsuites/aclocal/canonical-target-name.m4 delete mode 100644 testsuites/aclocal/canonicalize-tools.m4 delete mode 100644 testsuites/aclocal/c
[RTEMS v1] bsp_specs: Delete last remnants of these.
Updates #3937. --- bsps/arm/altera-cyclone-v/start/bsp_specs | 0 bsps/arm/atsam/start/bsp_specs| 0 bsps/arm/beagle/start/bsp_specs | 0 bsps/arm/csb336/start/bsp_specs | 0 bsps/arm/csb337/start/bsp_specs | 0 bsps/arm/edb7312/start/bsp_specs | 0 bsps/arm/gumstix/start/bsp_specs | 0 bsps/arm/imx/start/bsp_specs | 0 bsps/arm/lm3s69xx/start/bsp_specs | 0 bsps/arm/lpc176x/start/bsp_specs | 0 bsps/arm/lpc24xx/start/bsp_specs | 0 bsps/arm/lpc32xx/start/bsp_specs | 0 bsps/arm/raspberrypi/start/bsp_specs | 0 bsps/arm/realview-pbx-a9/start/bsp_specs | 0 bsps/arm/rtl22xx/start/bsp_specs | 0 bsps/arm/smdk2410/start/bsp_specs | 0 bsps/arm/stm32f4/start/bsp_specs | 0 bsps/arm/stm32h7/start/bsp_specs | 0 bsps/arm/tms570/start/bsp_specs | 0 bsps/arm/xen/start/bsp_specs | 0 bsps/arm/xilinx-zynq/start/bsp_specs | 0 bsps/arm/xilinx-zynqmp/start/bsp_specs| 0 bsps/bfin/TLL6527M/start/bsp_specs| 0 bsps/bfin/bf537Stamp/start/bsp_specs | 0 bsps/bfin/eZKit533/start/bsp_specs| 0 bsps/i386/pc386/start/bsp_specs | 0 bsps/lm32/lm32_evr/start/bsp_specs| 0 bsps/lm32/milkymist/start/bsp_specs | 0 bsps/m68k/av5282/start/bsp_specs | 0 bsps/m68k/csb360/start/bsp_specs | 0 bsps/m68k/gen68340/start/bsp_specs| 0 bsps/m68k/gen68360/start/bsp_specs| 0 bsps/m68k/genmcf548x/start/bsp_specs | 0 bsps/m68k/mcf5206elite/start/bsp_specs| 0 bsps/m68k/mcf52235/start/bsp_specs| 0 bsps/m68k/mcf5225x/start/bsp_specs| 0 bsps/m68k/mcf5235/start/bsp_specs | 0 bsps/m68k/mcf5329/start/bsp_specs | 0 bsps/m68k/mrm332/start/bsp_specs | 0 bsps/m68k/mvme147/start/bsp_specs | 0 bsps/m68k/mvme147s/start/bsp_specs| 0 bsps/m68k/mvme162/start/bsp_specs | 0 bsps/m68k/mvme167/start/bsp_specs | 0 bsps/m68k/uC5282/start/bsp_specs | 0 bsps/mips/csb350/start/bsp_specs | 0 bsps/mips/hurricane/start/bsp_specs | 0 bsps/mips/jmr3904/start/bsp_specs | 0 bsps/mips/malta/start/bsp_specs | 0 bsps/mips/rbtx4925/start/bsp_specs| 0 bsps/mips/rbtx4938/start/bsp_specs| 0 bsps/moxie/moxiesim/start/bsp_specs | 0 bsps/nios2/nios2_iss/start/bsp_specs | 0 bsps/no_cpu/no_bsp/start/bsp_specs| 0 bsps/or1k/generic_or1k/start/bsp_specs| 0 bsps/powerpc/beatnik/start/bsp_specs | 0 bsps/powerpc/gen5200/start/bsp_specs | 0 bsps/powerpc/gen83xx/start/bsp_specs | 0 bsps/powerpc/haleakala/start/bsp_specs| 0 bsps/powerpc/motorola_powerpc/start/bsp_specs | 0 bsps/powerpc/mpc55xxevb/start/bsp_specs | 0 bsps/powerpc/mpc8260ads/start/bsp_specs | 0 bsps/powerpc/mvme3100/start/bsp_specs | 0 bsps/powerpc/mvme5500/start/bsp_specs | 0 bsps/powerpc/psim/start/bsp_specs | 0 bsps/powerpc/qemuppc/start/bsp_specs | 0 bsps/powerpc/qoriq/start/bsp_specs| 0 bsps/powerpc/ss555/start/bsp_specs| 0 bsps/powerpc/t32mppc/start/bsp_specs | 0 bsps/powerpc/tqm8xx/start/bsp_specs | 0 bsps/powerpc/virtex/start/bsp_specs | 0 bsps/powerpc/virtex4/start/bsp_specs | 0 bsps/powerpc/virtex5/start/bsp_specs | 0 bsps/riscv/griscv/start/bsp_specs | 0 bsps/riscv/riscv/start/bsp_specs | 0 bsps/sh/gensh1/start/bsp_specs| 0 bsps/sh/gensh2/start/bsp_specs| 0 bsps/sh/gensh4/start/bsp_specs| 0 bsps/sh/shsim/start/bsp_specs | 0 bsps/sparc/erc32/start/bsp_specs | 0 bsps/sparc/leon2/start/bsp_specs | 0 bsps/sparc/leon3/start/bsp_specs | 0 bsps/sparc64/niagara/start/bsp_specs | 0 bsps/sparc64/usiii/start/bsp_specs| 0 bsps/v850/gdbv850sim/start/bsp_specs | 0 bsps/x86_64/amd64/start/bsp_specs | 0 spec/build/bsps/arm/stm32h7/obj.yml | 3 --- 86 files changed, 3 deletions(-) delete mode 100644 bsps/arm/altera-cyclone-v/start/bsp_specs delete mode 100644 bsps/arm/atsam/start/bsp_specs delete mode 100644 bsps/arm/beagle/start/bsp_specs delete mode 100644 bsps/arm/csb336/start/bsp_specs delete mode 100644 bsps/arm/csb337/start/bsp_specs delete mode 100644 bsps/arm/edb7312/start/bsp_specs delete mode 100644 bsps/arm/gumstix/start/bsp_specs delete mode 100644 bsps/arm/imx/start/bsp_specs delete mode 100644 bsps/arm/lm3s69xx/start/bsp_specs delete mode 100644 bsps/arm/lpc176x/start/bsp_specs delete mode 100644 bsps/