Skip to content
Snippets Groups Projects
  1. Oct 16, 2019
  2. Sep 18, 2019
    • Clemens Terasa's avatar
      rs485pingpong: Set default tty settings, refs #39874 · 7df45e0b
      Clemens Terasa authored
      The rs485pingpon test tool uses partly the tty settings that are setup
      prior to execution.
      This might lead to problems when the tty is misconfigured.
      
      Use the default tty settings from glibc instead.
      This was inspired by "stty sane"
      
      Change-Id: Ie1a5d69edddb967e4dc284a450e3195e53d6af3c
      7df45e0b
  3. Sep 16, 2019
  4. May 15, 2019
  5. Apr 04, 2019
  6. Feb 14, 2019
  7. Nov 02, 2018
  8. Oct 24, 2018
    • Marc-Oliver Westerburg's avatar
      LTP tests:Added OpenGL Bouncing-Ball display test · 57826816
      Marc-Oliver Westerburg authored
      * Merge from jethro
      ** linux-mx:r8393: added dummy test-app @bball@; currently just a
         modified copy of mesa-demos's @glxdemo@
      ** linux-mx:r8396: updated previous "dummy" @bball@ test with a static
         display using proper background and ball via OpenGL
         No animation, yet, and code still requires clean-up
      ** linux-mx:r8397:
      *** added basic ball animation
      *** added configurable frame-rate limit for smoother animation
      *** added configurable ball size
      *** moved static code out of main rendering loop
      *** using (client) attribute array, now, instead of single attribute calls
      *** Color animation, as in reference videos, is still missing
      ** linux-mx:r8398: added 16x9 background image (so far only 4x3 version was included)
      ** linux-mx:r8399: scaled background image for maximum 1920 horizontal resolution
      ** linux-mx:r8403
      *** replaced GL_POINT-rendering for ball with GL_TRIANGLE_FAN, because GL_POINT for some reason ignored color values
      *** added color-cycling of the ball color similar to the reference videos
      *** some code clean-up
      ** linux-mx:r8404: some code clean-up
      ** linux-mx:r8406: Some code clean-up and performance optimization.
            In fullscreen mode on i.MX6Solo with WVGA-display now requires
      *** <=10.5% CPU-load in unrestricted mode; reaching > 120 fps
      *** <=3.9% CPU-load with default restriction of 40fps
      ** linux-mx:r8407:
          (Hopefully) fixed stability issues on start esp. on multi-core CPUs.
          Issue apparently was a synchronization problem in the setup-code between X Window initialization and OpenGL context initialization.
          Using @XFlush()@ and @XSync()@ now to ensure that X Windows initialization is finished before initializing OpenGL.
      ** linux-mx:r8412: ltp-tests, Bouncing-Ball display test, X11 deps
      *** The bball make non X11 targets fail as x11 is needed here
      *** To solve this the ltp Makefile now has two targets: all_tests and all_tests_x11
      *** The receipe now calls those targets dependent on the distro features
      ** linux-mx:8414: most recent changes to build @bball@ conditionally only if X11
          is enabled had a syntax error in its if-clause causing @bball@ to never build. fixed.
      ** linux-mx:r8420: LTP guf-tests @bball@ app textures
      *** replaced previous textures with new ones scaled for optimal performance
      **** previously the textures were rectangluar and used non-power-of-two resulotions in both dimensions
      **** while even the low-end Vivante GPUs do support this, performance is significantly
           lower (and memory bandwidth for texture look-up) significantly higher, than for
           optimized resolutions.
      **** now the textures have been scaled to 1024x1024, which results in much better performance
           with lower memory bandwidth
      **** This fixes issues with the GPU blocking the RAM-bus for the IPU display-refresh during
           temperature throttling.
      
      * Fixed include path in rocko, needed because of changed ltp base version
      * Fixed minor build errors and warnings
      
      Change-Id: I2f068c7a44f52f8fe1cbb522afa6223dcbb54610
      Reviewed-on: http://gfweb/gerrit/489
      57826816
    • Marc-Oliver Westerburg's avatar
      LTP i2c test: added min/max test and fixes (refs #34386) · d7718839
      Marc-Oliver Westerburg authored
      Adaptions for SANVITO bit tests:
      * changed order of registers access for @i2c@ read/write test
      ** previous order (write A, read A, write B, read B) doesn't make any sense
      ** using (write A, write B, read A, read B), now, to also verifiy proper register addressing (no changes to test-parameters necessary for this modification)
      * added new read min/max-test to @i2c@ tool
      ** reads register A and compares result against min/max values, than are specified via new @-n (miN)@ and @-x (maX)@ parameters (no writes are performed, when these parameters are specified and reg-B parameters are ignored).
      ** can interpret read results of 8, 16, 24 or 32 bit length (with already existing @-l@ parameter
      ** can interpret read data as either big-endian (default) or little-endian value (using new @-e@ parameter)
      * Used new @i2c@ read min/max-tests in SANVITO @bit@ script to implement proper ambient and proximity tests
      
      Change-Id: I68c43f8c7d5a787113ef790a83d3348dcfc2e992
      Reviewed-on: http://gfweb/gerrit/488
      d7718839
    • Marc-Oliver Westerburg's avatar
      Added analog IO test to ltp @bit@ testsuite (refs #34386) · d8f096e1
      Marc-Oliver Westerburg authored
      * Needed for Sanvito ( with external expansion board)
      * Merges linux-mx:r8376, linux-mx:r8377, linux-mx:r8378,
               linux-mx:r8379, linux-mx:r8380
      ** some clean-up
      ** changed error tolerance from percent to absolute value
         due to accuracy issues with values close to 0.
      ** fixed @aio@ parameters for new absolute error tolerance
      
      * Fixed include path in rocko, needed because of changed ltp base version
      
      Change-Id: I0aa09a81701b2bfab7e771bf6191c0dc701bae85
      Reviewed-on: http://gfweb/gerrit/487
      d8f096e1
  9. Jun 28, 2018
  10. May 02, 2018
  11. Apr 11, 2018
  12. Mar 14, 2018
  13. Feb 13, 2018
  14. Dec 14, 2017
    • Felix Gerking's avatar
      Testscripts for EMV-Testsuite: Added/customized scripts for the platforms... · e65ad1e3
      Felix Gerking authored
      Testscripts for EMV-Testsuite: Added/customized scripts for the platforms Santaro,Satoka,Santino,Satino-LT, refs #29020
      
      * Santaro
      ** Modified umount command in preparations: now no more errors occur when USB-Sticks/SD-Cards are mounted with different partitions
      ** Modified sleep command: time changed from 1 to 0.9 seconds, now it is consistent with the real-time measurement
      * Santoka
      ** Commented out WiFi and Bluetooth commands: these are not tested by default
      ** Modified sleep command: same reason as above
      * Santino
      ** Added EMV-Testscript: necessary to run the EMV-Testsuite
      * Santion-LT
      ** Added EMV-Testscript: necessary to run the EMV-Testsuite
      
      e65ad1e3
Loading